Initial commit
[yaffs-website] / node_modules / json-stable-stringify / package.json
1 {
2   "_args": [
3     [
4       "json-stable-stringify@^1.0.1",
5       "/var/www/yaffs/node_modules/ajv"
6     ]
7   ],
8   "_from": "json-stable-stringify@>=1.0.1 <2.0.0",
9   "_id": "json-stable-stringify@1.0.1",
10   "_inCache": true,
11   "_installable": true,
12   "_location": "/json-stable-stringify",
13   "_nodeVersion": "4.2.1",
14   "_npmOperationalInternal": {
15     "host": "packages-5-east.internal.npmjs.com",
16     "tmp": "tmp/json-stable-stringify-1.0.1.tgz_1454436356521_0.9410459187347442"
17   },
18   "_npmUser": {
19     "email": "substack@gmail.com",
20     "name": "substack"
21   },
22   "_npmVersion": "3.4.1",
23   "_phantomChildren": {},
24   "_requested": {
25     "name": "json-stable-stringify",
26     "raw": "json-stable-stringify@^1.0.1",
27     "rawSpec": "^1.0.1",
28     "scope": null,
29     "spec": ">=1.0.1 <2.0.0",
30     "type": "range"
31   },
32   "_requiredBy": [
33     "/ajv"
34   ],
35   "_resolved": "https://registry.npmjs.org/json-stable-stringify/-/json-stable-stringify-1.0.1.tgz",
36   "_shasum": "9a759d39c5f2ff503fd5300646ed445f88c4f9af",
37   "_shrinkwrap": null,
38   "_spec": "json-stable-stringify@^1.0.1",
39   "_where": "/var/www/yaffs/node_modules/ajv",
40   "author": {
41     "email": "mail@substack.net",
42     "name": "James Halliday",
43     "url": "http://substack.net"
44   },
45   "bugs": {
46     "url": "https://github.com/substack/json-stable-stringify/issues"
47   },
48   "dependencies": {
49     "jsonify": "~0.0.0"
50   },
51   "description": "deterministic JSON.stringify() with custom sorting to get deterministic hashes from stringified results",
52   "devDependencies": {
53     "tape": "~1.0.4"
54   },
55   "directories": {},
56   "dist": {
57     "shasum": "9a759d39c5f2ff503fd5300646ed445f88c4f9af",
58     "tarball": "https://registry.npmjs.org/json-stable-stringify/-/json-stable-stringify-1.0.1.tgz"
59   },
60   "gitHead": "4a3ac9cc006a91e64901f8ebe78d23bf9fc9fbd0",
61   "homepage": "https://github.com/substack/json-stable-stringify",
62   "keywords": [
63     "deterministic",
64     "hash",
65     "json",
66     "sort",
67     "stable",
68     "stringify"
69   ],
70   "license": "MIT",
71   "main": "index.js",
72   "maintainers": [
73     {
74       "name": "substack",
75       "email": "mail@substack.net"
76     }
77   ],
78   "name": "json-stable-stringify",
79   "optionalDependencies": {},
80   "readme": "ERROR: No README data found!",
81   "repository": {
82     "type": "git",
83     "url": "git://github.com/substack/json-stable-stringify.git"
84   },
85   "scripts": {
86     "test": "tape test/*.js"
87   },
88   "testling": {
89     "browsers": [
90       "chrome/15",
91       "chrome/latest",
92       "ff/5",
93       "ff/latest",
94       "ie/8..latest",
95       "opera/latest",
96       "safari/latest"
97     ],
98     "files": "test/*.js"
99   },
100   "version": "1.0.1"
101 }