package.json
2.09 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
{
"_args": [
[
{
"raw": "jsonify@~0.0.0",
"scope": null,
"escapedName": "jsonify",
"name": "jsonify",
"rawSpec": "~0.0.0",
"spec": ">=0.0.0 <0.1.0",
"type": "range"
},
"/root/junhukang/node_modules/json-stable-stringify"
]
],
"_defaultsLoaded": true,
"_engineSupported": true,
"_from": "jsonify@>=0.0.0 <0.1.0",
"_id": "jsonify@0.0.0",
"_inCache": true,
"_installable": true,
"_location": "/jsonify",
"_nodeVersion": "v0.5.0-pre",
"_npmVersion": "1.0.10",
"_phantomChildren": {},
"_requested": {
"raw": "jsonify@~0.0.0",
"scope": null,
"escapedName": "jsonify",
"name": "jsonify",
"rawSpec": "~0.0.0",
"spec": ">=0.0.0 <0.1.0",
"type": "range"
},
"_requiredBy": [
"/json-stable-stringify"
],
"_resolved": "https://registry.npmjs.org/jsonify/-/jsonify-0.0.0.tgz",
"_shasum": "2c74b6ee41d93ca51b7b5aaee8f503631d252a73",
"_shrinkwrap": null,
"_spec": "jsonify@~0.0.0",
"_where": "/root/junhukang/node_modules/json-stable-stringify",
"author": {
"name": "Douglas Crockford",
"url": "http://crockford.com/"
},
"bugs": {
"url": "https://github.com/substack/jsonify/issues"
},
"dependencies": {},
"description": "JSON without touching any globals",
"devDependencies": {
"garbage": "0.0.x",
"tap": "0.0.x"
},
"directories": {
"lib": ".",
"test": "test"
},
"dist": {
"shasum": "2c74b6ee41d93ca51b7b5aaee8f503631d252a73",
"tarball": "https://registry.npmjs.org/jsonify/-/jsonify-0.0.0.tgz"
},
"engines": {
"node": "*"
},
"homepage": "https://github.com/substack/jsonify#readme",
"keywords": [
"json",
"browser"
],
"license": "Public Domain",
"main": "index.js",
"maintainers": [
{
"name": "substack",
"email": "mail@substack.net"
}
],
"name": "jsonify",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/substack/jsonify.git"
},
"scripts": {
"test": "tap test"
},
"version": "0.0.0"
}