Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
80538 views
1
{
2
"name": "json-stable-stringify",
3
"version": "0.0.1",
4
"description": "deterministic JSON.stringify() with custom sorting to get deterministic hashes from stringified results",
5
"main": "index.js",
6
"dependencies": {
7
"jsonify": "~0.0.0"
8
},
9
"devDependencies": {
10
"tape": "~1.0.4"
11
},
12
"scripts": {
13
"test": "tape test/*.js"
14
},
15
"testling": {
16
"files": "test/*.js",
17
"browsers": [
18
"ie/8..latest",
19
"ff/5",
20
"ff/latest",
21
"chrome/15",
22
"chrome/latest",
23
"safari/latest",
24
"opera/latest"
25
]
26
},
27
"repository": {
28
"type": "git",
29
"url": "git://github.com/substack/json-stable-stringify.git"
30
},
31
"homepage": "https://github.com/substack/json-stable-stringify",
32
"keywords": [
33
"json",
34
"stringify",
35
"deterministic",
36
"hash",
37
"sort",
38
"stable"
39
],
40
"author": {
41
"name": "James Halliday",
42
"email": "[email protected]",
43
"url": "http://substack.net"
44
},
45
"license": "MIT",
46
"bugs": {
47
"url": "https://github.com/substack/json-stable-stringify/issues"
48
},
49
"_id": "[email protected]",
50
"dist": {
51
"shasum": "611c23e814db375527df851193db59dd2af27f45",
52
"tarball": "http://registry.npmjs.org/json-stable-stringify/-/json-stable-stringify-0.0.1.tgz"
53
},
54
"_from": "json-stable-stringify@>=0.0.0 <0.1.0",
55
"_npmVersion": "1.3.0",
56
"_npmUser": {
57
"name": "substack",
58
"email": "[email protected]"
59
},
60
"maintainers": [
61
{
62
"name": "substack",
63
"email": "[email protected]"
64
}
65
],
66
"directories": {},
67
"_shasum": "611c23e814db375527df851193db59dd2af27f45",
68
"_resolved": "https://registry.npmjs.org/json-stable-stringify/-/json-stable-stringify-0.0.1.tgz",
69
"readme": "ERROR: No README data found!"
70
}
71
72