package.json
2.17 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
{
"_args": [
[
{
"raw": "shush@^1.0.0",
"scope": null,
"escapedName": "shush",
"name": "shush",
"rawSpec": "^1.0.0",
"spec": ">=1.0.0 <2.0.0",
"type": "range"
},
"/root/junhukang/node_modules/forever"
]
],
"_from": "shush@>=1.0.0 <2.0.0",
"_id": "shush@1.0.0",
"_inCache": true,
"_installable": true,
"_location": "/shush",
"_nodeVersion": "0.12.2",
"_npmUser": {
"name": "aredridel",
"email": "aredridel@nbtsc.org"
},
"_npmVersion": "2.8.1",
"_phantomChildren": {},
"_requested": {
"raw": "shush@^1.0.0",
"scope": null,
"escapedName": "shush",
"name": "shush",
"rawSpec": "^1.0.0",
"spec": ">=1.0.0 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/forever"
],
"_resolved": "https://registry.npmjs.org/shush/-/shush-1.0.0.tgz",
"_shasum": "c27415a9e458f2fed39b27cf8eb37c003782b431",
"_shrinkwrap": null,
"_spec": "shush@^1.0.0",
"_where": "/root/junhukang/node_modules/forever",
"author": {
"name": "Erik Toth",
"email": "totherik@gmail.com"
},
"bugs": {
"url": "https://github.com/totherik/shush/issues"
},
"dependencies": {
"caller": "~0.0.1",
"strip-json-comments": "~0.1.1"
},
"description": "Sugar for silencing JSON comments.",
"devDependencies": {
"istanbul": "~0.2.1",
"tape": "~2.3.2"
},
"directories": {
"test": "test"
},
"dist": {
"shasum": "c27415a9e458f2fed39b27cf8eb37c003782b431",
"tarball": "https://registry.npmjs.org/shush/-/shush-1.0.0.tgz"
},
"gitHead": "a6f3f35ad650ae744ed1aa1cb8be68f86bcba706",
"homepage": "https://github.com/totherik/shush",
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "totherik",
"email": "totherik@gmail.com"
},
{
"name": "aredridel",
"email": "aredridel@nbtsc.org"
}
],
"name": "shush",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/totherik/shush.git"
},
"scripts": {
"cover": "istanbul cover tape -- test/*.js",
"test": "tape test/*.js"
},
"version": "1.0.0"
}