package.json
1.8 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"_from": "js-yaml@~2.0.5",
"_id": "js-yaml@2.0.5",
"_inBundle": false,
"_integrity": "sha1-olrmUJmZ6X3yeMZxnaEb0Gh3Q6g=",
"_location": "/js-yaml",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "js-yaml@~2.0.5",
"name": "js-yaml",
"escapedName": "js-yaml",
"rawSpec": "~2.0.5",
"saveSpec": null,
"fetchSpec": "~2.0.5"
},
"_requiredBy": [
"/grunt"
],
"_resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-2.0.5.tgz",
"_shasum": "a25ae6509999e97df278c6719da11bd0687743a8",
"_spec": "js-yaml@~2.0.5",
"_where": "F:\\wamp64\\www\\project\\gc\\public\\assets\\libs\\jcrop\\node_modules\\grunt",
"author": {
"name": "Dervus Grim",
"email": "dervus@lavabit.com"
},
"bin": {
"js-yaml": "bin/js-yaml.js"
},
"bugs": {
"url": "https://github.com/nodeca/js-yaml/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Aleksey V Zapparov",
"email": "ixti@member.fsf.org",
"url": "http://www.ixti.net/"
},
{
"name": "Martin Grenfell",
"email": "martin.grenfell@gmail.com",
"url": "http://got-ravings.blogspot.com"
}
],
"dependencies": {
"argparse": "~ 0.1.11",
"esprima": "~ 1.0.2"
},
"deprecated": false,
"description": "YAML 1.2 parser and serializer",
"devDependencies": {
"mocha": "*"
},
"engines": {
"node": ">= 0.6.0"
},
"homepage": "https://github.com/nodeca/js-yaml",
"keywords": [
"yaml",
"parser",
"serializer",
"pyyaml"
],
"license": {
"type": "MIT",
"url": "https://github.com/nodeca/js-yaml/blob/master/LICENSE"
},
"main": "./index.js",
"name": "js-yaml",
"repository": {
"type": "git",
"url": "git://github.com/nodeca/js-yaml.git"
},
"scripts": {
"test": "make test"
},
"version": "2.0.5"
}