• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "_from": "fast-json-stable-stringify@^2.0.0",
3  "_id": "fast-json-stable-stringify@2.0.0",
4  "_inBundle": false,
5  "_integrity": "sha1-1RQsDK7msRifh9OnYREGT4bIu/I=",
6  "_location": "/fast-json-stable-stringify",
7  "_phantomChildren": {},
8  "_requested": {
9    "type": "range",
10    "registry": true,
11    "raw": "fast-json-stable-stringify@^2.0.0",
12    "name": "fast-json-stable-stringify",
13    "escapedName": "fast-json-stable-stringify",
14    "rawSpec": "^2.0.0",
15    "saveSpec": null,
16    "fetchSpec": "^2.0.0"
17  },
18  "_requiredBy": [
19    "/ajv"
20  ],
21  "_resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.0.0.tgz",
22  "_shasum": "d5142c0caee6b1189f87d3a76111064f86c8bbf2",
23  "_spec": "fast-json-stable-stringify@^2.0.0",
24  "_where": "/Users/rebecca/code/npm/node_modules/ajv",
25  "author": {
26    "name": "James Halliday",
27    "email": "mail@substack.net",
28    "url": "http://substack.net"
29  },
30  "bugs": {
31    "url": "https://github.com/epoberezkin/fast-json-stable-stringify/issues"
32  },
33  "bundleDependencies": false,
34  "deprecated": false,
35  "description": "deterministic `JSON.stringify()` - a faster version of substack's json-stable-strigify without jsonify",
36  "devDependencies": {
37    "benchmark": "^2.1.4",
38    "coveralls": "^3.0.0",
39    "eslint": "^4.9.0",
40    "fast-stable-stringify": "latest",
41    "faster-stable-stringify": "latest",
42    "json-stable-stringify": "latest",
43    "nyc": "^11.2.1",
44    "pre-commit": "^1.2.2",
45    "tape": "~1.0.4"
46  },
47  "homepage": "https://github.com/epoberezkin/fast-json-stable-stringify",
48  "keywords": [
49    "json",
50    "stringify",
51    "deterministic",
52    "hash",
53    "stable"
54  ],
55  "license": "MIT",
56  "main": "index.js",
57  "name": "fast-json-stable-stringify",
58  "nyc": {
59    "exclude": [
60      "test",
61      "node_modules"
62    ],
63    "reporter": [
64      "lcov",
65      "text-summary"
66    ]
67  },
68  "repository": {
69    "type": "git",
70    "url": "git://github.com/epoberezkin/fast-json-stable-stringify.git"
71  },
72  "scripts": {
73    "eslint": "eslint index.js test",
74    "test": "npm run eslint && nyc npm run test-spec",
75    "test-spec": "tape test/*.js"
76  },
77  "version": "2.0.0"
78}
79