notes/node_modules/json-stable-stringify/package.json

102 lines
2.6 KiB
JSON

{
"_args": [
[
"json-stable-stringify@^1.0.1",
"/Users/pmarsceill/_projects/just-the-docs/node_modules/ajv"
]
],
"_from": "json-stable-stringify@>=1.0.1 <2.0.0",
"_id": "json-stable-stringify@1.0.1",
"_inCache": true,
"_installable": true,
"_location": "/json-stable-stringify",
"_nodeVersion": "4.2.1",
"_npmOperationalInternal": {
"host": "packages-5-east.internal.npmjs.com",
"tmp": "tmp/json-stable-stringify-1.0.1.tgz_1454436356521_0.9410459187347442"
},
"_npmUser": {
"email": "substack@gmail.com",
"name": "substack"
},
"_npmVersion": "3.4.1",
"_phantomChildren": {},
"_requested": {
"name": "json-stable-stringify",
"raw": "json-stable-stringify@^1.0.1",
"rawSpec": "^1.0.1",
"scope": null,
"spec": ">=1.0.1 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/ajv"
],
"_resolved": "https://registry.npmjs.org/json-stable-stringify/-/json-stable-stringify-1.0.1.tgz",
"_shasum": "9a759d39c5f2ff503fd5300646ed445f88c4f9af",
"_shrinkwrap": null,
"_spec": "json-stable-stringify@^1.0.1",
"_where": "/Users/pmarsceill/_projects/just-the-docs/node_modules/ajv",
"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": "9a759d39c5f2ff503fd5300646ed445f88c4f9af",
"tarball": "https://registry.npmjs.org/json-stable-stringify/-/json-stable-stringify-1.0.1.tgz"
},
"gitHead": "4a3ac9cc006a91e64901f8ebe78d23bf9fc9fbd0",
"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": "1.0.1"
}