You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
106 lines
2.9 KiB
106 lines
2.9 KiB
{ |
|
"_args": [ |
|
[ |
|
"fast-json-stable-stringify@^2.0.0", |
|
"/Users/rdrew/themes/lmmi_journal_theme/node_modules/ajv" |
|
] |
|
], |
|
"_from": "fast-json-stable-stringify@>=2.0.0 <3.0.0", |
|
"_id": "fast-json-stable-stringify@2.0.0", |
|
"_inCache": true, |
|
"_installable": true, |
|
"_location": "/fast-json-stable-stringify", |
|
"_nodeVersion": "7.10.0", |
|
"_npmOperationalInternal": { |
|
"host": "s3://npm-registry-packages", |
|
"tmp": "tmp/fast-json-stable-stringify-2.0.0.tgz_1508867040972_0.377122831530869" |
|
}, |
|
"_npmUser": { |
|
"email": "e.poberezkin@me.com", |
|
"name": "esp" |
|
}, |
|
"_npmVersion": "4.2.0", |
|
"_phantomChildren": {}, |
|
"_requested": { |
|
"name": "fast-json-stable-stringify", |
|
"raw": "fast-json-stable-stringify@^2.0.0", |
|
"rawSpec": "^2.0.0", |
|
"scope": null, |
|
"spec": ">=2.0.0 <3.0.0", |
|
"type": "range" |
|
}, |
|
"_requiredBy": [ |
|
"/ajv" |
|
], |
|
"_resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.0.0.tgz", |
|
"_shasum": "d5142c0caee6b1189f87d3a76111064f86c8bbf2", |
|
"_shrinkwrap": null, |
|
"_spec": "fast-json-stable-stringify@^2.0.0", |
|
"_where": "/Users/rdrew/themes/lmmi_journal_theme/node_modules/ajv", |
|
"author": { |
|
"email": "mail@substack.net", |
|
"name": "James Halliday", |
|
"url": "http://substack.net" |
|
}, |
|
"bugs": { |
|
"url": "https://github.com/epoberezkin/fast-json-stable-stringify/issues" |
|
}, |
|
"dependencies": {}, |
|
"description": "deterministic `JSON.stringify()` - a faster version of substack's json-stable-strigify without jsonify", |
|
"devDependencies": { |
|
"benchmark": "^2.1.4", |
|
"coveralls": "^3.0.0", |
|
"eslint": "^4.9.0", |
|
"fast-stable-stringify": "latest", |
|
"faster-stable-stringify": "latest", |
|
"json-stable-stringify": "latest", |
|
"nyc": "^11.2.1", |
|
"pre-commit": "^1.2.2", |
|
"tape": "~1.0.4" |
|
}, |
|
"directories": {}, |
|
"dist": { |
|
"shasum": "d5142c0caee6b1189f87d3a76111064f86c8bbf2", |
|
"tarball": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.0.0.tgz" |
|
}, |
|
"gitHead": "43c016ad43684fb3dff2f94e6bc25cd39fdf7f3b", |
|
"homepage": "https://github.com/epoberezkin/fast-json-stable-stringify", |
|
"keywords": [ |
|
"json", |
|
"stringify", |
|
"deterministic", |
|
"hash", |
|
"stable" |
|
], |
|
"license": "MIT", |
|
"main": "index.js", |
|
"maintainers": [ |
|
{ |
|
"email": "e.poberezkin@me.com", |
|
"name": "esp" |
|
} |
|
], |
|
"name": "fast-json-stable-stringify", |
|
"nyc": { |
|
"exclude": [ |
|
"test", |
|
"node_modules" |
|
], |
|
"reporter": [ |
|
"lcov", |
|
"text-summary" |
|
] |
|
}, |
|
"optionalDependencies": {}, |
|
"readme": "ERROR: No README data found!", |
|
"repository": { |
|
"type": "git", |
|
"url": "git://github.com/epoberezkin/fast-json-stable-stringify.git" |
|
}, |
|
"scripts": { |
|
"eslint": "eslint index.js test", |
|
"test": "npm run eslint && nyc npm run test-spec", |
|
"test-spec": "tape test/*.js" |
|
}, |
|
"version": "2.0.0" |
|
}
|
|
|