2020-05-26 18:17:24 +02:00

96 lines
2.4 KiB
JSON

{
"_args": [
[
"json-stable-stringify@~0.0.0",
"/home/christine/0_WORK/gradcomm/mithril_client/node_modules/shasum"
]
],
"_from": "json-stable-stringify@>=0.0.0 <0.1.0",
"_id": "json-stable-stringify@0.0.1",
"_inCache": true,
"_installable": true,
"_location": "/json-stable-stringify",
"_npmUser": {
"email": "mail@substack.net",
"name": "substack"
},
"_npmVersion": "1.3.0",
"_phantomChildren": {},
"_requested": {
"name": "json-stable-stringify",
"raw": "json-stable-stringify@~0.0.0",
"rawSpec": "~0.0.0",
"scope": null,
"spec": ">=0.0.0 <0.1.0",
"type": "range"
},
"_requiredBy": [
"/shasum"
],
"_resolved": "https://registry.npmjs.org/json-stable-stringify/-/json-stable-stringify-0.0.1.tgz",
"_shasum": "611c23e814db375527df851193db59dd2af27f45",
"_shrinkwrap": null,
"_spec": "json-stable-stringify@~0.0.0",
"_where": "/home/christine/0_WORK/gradcomm/mithril_client/node_modules/shasum",
"author": {
"email": "mail@substack.net",
"name": "James Halliday",
"url": "http://substack.net"
},
"bugs": {
"url": "https://github.com/substack/json-stable-stringify/issues"
},
"dependencies": {
"jsonify": "~0.0.0"
},
"description": "deterministic JSON.stringify() with custom sorting to get deterministic hashes from stringified results",
"devDependencies": {
"tape": "~1.0.4"
},
"directories": {},
"dist": {
"shasum": "611c23e814db375527df851193db59dd2af27f45",
"tarball": "https://registry.npmjs.org/json-stable-stringify/-/json-stable-stringify-0.0.1.tgz"
},
"homepage": "https://github.com/substack/json-stable-stringify",
"keywords": [
"deterministic",
"hash",
"json",
"sort",
"stable",
"stringify"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "substack",
"email": "mail@substack.net"
}
],
"name": "json-stable-stringify",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/substack/json-stable-stringify.git"
},
"scripts": {
"test": "tape test/*.js"
},
"testling": {
"browsers": [
"chrome/15",
"chrome/latest",
"ff/5",
"ff/latest",
"ie/8..latest",
"opera/latest",
"safari/latest"
],
"files": "test/*.js"
},
"version": "0.0.1"
}