package.json
1.85 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
{
"_args": [
[
"js-stringify@^1.0.1",
"/root/nodejs/myapp/node_modules/pug-code-gen"
]
],
"_from": "js-stringify@>=1.0.1 <2.0.0",
"_id": "js-stringify@1.0.2",
"_inCache": true,
"_installable": true,
"_location": "/js-stringify",
"_nodeVersion": "4.1.1",
"_npmUser": {
"email": "forbes@lindesay.co.uk",
"name": "forbeslindesay"
},
"_npmVersion": "2.14.4",
"_phantomChildren": {},
"_requested": {
"name": "js-stringify",
"raw": "js-stringify@^1.0.1",
"rawSpec": "^1.0.1",
"scope": null,
"spec": ">=1.0.1 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/pug-attrs",
"/pug-code-gen"
],
"_resolved": "https://registry.npmjs.org/js-stringify/-/js-stringify-1.0.2.tgz",
"_shasum": "1736fddfd9724f28a3682adc6230ae7e4e9679db",
"_shrinkwrap": null,
"_spec": "js-stringify@^1.0.1",
"_where": "/root/nodejs/myapp/node_modules/pug-code-gen",
"author": {
"name": "ForbesLindesay"
},
"bugs": {
"url": "https://github.com/jadejs/js-stringify/issues"
},
"dependencies": {},
"description": "Stringify an object so it can be safely inlined in JavaScript code",
"devDependencies": {},
"directories": {},
"dist": {
"shasum": "1736fddfd9724f28a3682adc6230ae7e4e9679db",
"tarball": "https://registry.npmjs.org/js-stringify/-/js-stringify-1.0.2.tgz"
},
"gitHead": "7fea7dc2fb40d565dd1cd404c1011af496846e9a",
"homepage": "https://github.com/jadejs/js-stringify#readme",
"keywords": [],
"license": "MIT",
"maintainers": [
{
"name": "forbeslindesay",
"email": "forbes@lindeay.co.uk"
}
],
"name": "js-stringify",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/jadejs/js-stringify.git"
},
"scripts": {
"test": "node test"
},
"version": "1.0.2"
}