package.json
2.86 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
103
104
105
106
107
108
109
110
{
"_args": [
[
{
"raw": "json-stable-stringify@^1.0.0",
"scope": null,
"escapedName": "json-stable-stringify",
"name": "json-stable-stringify",
"rawSpec": "^1.0.0",
"spec": ">=1.0.0 <2.0.0",
"type": "range"
},
"/Users/kanghyeontae/IdeaProjects/YTMT/node_modules/eslint"
]
],
"_from": "json-stable-stringify@>=1.0.0 <2.0.0",
"_id": "json-stable-stringify@1.0.1",
"_inCache": true,
"_location": "/json-stable-stringify",
"_nodeVersion": "4.2.1",
"_npmOperationalInternal": {
"host": "packages-5-east.internal.npmjs.com",
"tmp": "tmp/json-stable-stringify-1.0.1.tgz_1454436356521_0.9410459187347442"
},
"_npmUser": {
"name": "substack",
"email": "substack@gmail.com"
},
"_npmVersion": "3.4.1",
"_phantomChildren": {},
"_requested": {
"raw": "json-stable-stringify@^1.0.0",
"scope": null,
"escapedName": "json-stable-stringify",
"name": "json-stable-stringify",
"rawSpec": "^1.0.0",
"spec": ">=1.0.0 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/eslint",
"/table/ajv"
],
"_resolved": "https://registry.npmjs.org/json-stable-stringify/-/json-stable-stringify-1.0.1.tgz",
"_shasum": "9a759d39c5f2ff503fd5300646ed445f88c4f9af",
"_shrinkwrap": null,
"_spec": "json-stable-stringify@^1.0.0",
"_where": "/Users/kanghyeontae/IdeaProjects/YTMT/node_modules/eslint",
"author": {
"name": "James Halliday",
"email": "mail@substack.net",
"url": "http://substack.net"
},
"bugs": {
"url": "https://github.com/substack/json-stable-stringify/issues"
},
"dependencies": {
"jsonify": "~0.0.0"
},
"description": "deterministic JSON.stringify() with custom sorting to get deterministic hashes from stringified results",
"devDependencies": {
"tape": "~1.0.4"
},
"directories": {},
"dist": {
"shasum": "9a759d39c5f2ff503fd5300646ed445f88c4f9af",
"tarball": "https://registry.npmjs.org/json-stable-stringify/-/json-stable-stringify-1.0.1.tgz"
},
"gitHead": "4a3ac9cc006a91e64901f8ebe78d23bf9fc9fbd0",
"homepage": "https://github.com/substack/json-stable-stringify",
"keywords": [
"json",
"stringify",
"deterministic",
"hash",
"sort",
"stable"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "substack",
"email": "mail@substack.net"
}
],
"name": "json-stable-stringify",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/substack/json-stable-stringify.git"
},
"scripts": {
"test": "tape test/*.js"
},
"testling": {
"files": "test/*.js",
"browsers": [
"ie/8..latest",
"ff/5",
"ff/latest",
"chrome/15",
"chrome/latest",
"safari/latest",
"opera/latest"
]
},
"version": "1.0.1"
}