package.json
2.31 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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
{
"_args": [
[
"js-yaml@~2.0.5",
"/Users/sam/Documents/dili_git_project/static-pnr/images/2.3.0/node_modules/grunt"
]
],
"_from": "js-yaml@>=2.0.5 <2.1.0",
"_id": "js-yaml@2.0.5",
"_inCache": true,
"_installable": true,
"_location": "/js-yaml",
"_npmUser": {
"email": "vitaly@rcdesign.ru",
"name": "vitaly"
},
"_npmVersion": "1.2.14",
"_phantomChildren": {},
"_requested": {
"name": "js-yaml",
"raw": "js-yaml@~2.0.5",
"rawSpec": "~2.0.5",
"scope": null,
"spec": ">=2.0.5 <2.1.0",
"type": "range"
},
"_requiredBy": [
"/grunt"
],
"_resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-2.0.5.tgz",
"_shasum": "a25ae6509999e97df278c6719da11bd0687743a8",
"_shrinkwrap": null,
"_spec": "js-yaml@~2.0.5",
"_where": "/Users/sam/Documents/dili_git_project/static-pnr/images/2.3.0/node_modules/grunt",
"author": {
"email": "dervus@lavabit.com",
"name": "Dervus Grim"
},
"bin": {
"js-yaml": "bin/js-yaml.js"
},
"bugs": {
"url": "https://github.com/nodeca/js-yaml/issues"
},
"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"
},
"description": "YAML 1.2 parser and serializer",
"devDependencies": {
"mocha": "*"
},
"directories": {},
"dist": {
"shasum": "a25ae6509999e97df278c6719da11bd0687743a8",
"tarball": "http://registry.npmjs.org/js-yaml/-/js-yaml-2.0.5.tgz"
},
"engines": {
"node": ">= 0.6.0"
},
"homepage": "https://github.com/nodeca/js-yaml",
"keywords": [
"parser",
"pyyaml",
"serializer",
"yaml"
],
"license": {
"type": "MIT",
"url": "https://github.com/nodeca/js-yaml/blob/master/LICENSE"
},
"main": "./index.js",
"maintainers": [
{
"name": "vitaly",
"email": "vitaly@rcdesign.ru"
}
],
"name": "js-yaml",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/nodeca/js-yaml.git"
},
"scripts": {
"test": "make test"
},
"version": "2.0.5"
}