]>
Commit | Line | Data |
---|---|---|
1 | { | |
2 | "name": "json-stable-stringify", | |
3 | "version": "0.1.3", | |
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": "mail@substack.net", | |
43 | "url": "http://substack.net" | |
44 | }, | |
45 | "license": "MIT", | |
46 | "bugs": { | |
47 | "url": "https://github.com/substack/json-stable-stringify/issues" | |
48 | }, | |
49 | "_id": "json-stable-stringify@0.1.3", | |
50 | "dist": { | |
51 | "shasum": "5860d0400e7a5911479248646c796b008eeb3eb9", | |
52 | "tarball": "http://registry.npmjs.org/json-stable-stringify/-/json-stable-stringify-0.1.3.tgz" | |
53 | }, | |
54 | "_from": "json-stable-stringify@>=0.1.1 <0.2.0", | |
55 | "_npmVersion": "1.4.3", | |
56 | "_npmUser": { | |
57 | "name": "substack", | |
58 | "email": "mail@substack.net" | |
59 | }, | |
60 | "maintainers": [ | |
61 | { | |
62 | "name": "substack", | |
63 | "email": "mail@substack.net" | |
64 | } | |
65 | ], | |
66 | "directories": {}, | |
67 | "_shasum": "5860d0400e7a5911479248646c796b008eeb3eb9", | |
68 | "_resolved": "https://registry.npmjs.org/json-stable-stringify/-/json-stable-stringify-0.1.3.tgz" | |
69 | } |