mirror of https://github.com/lukechilds/node.git
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.
95 lines
2.3 KiB
95 lines
2.3 KiB
{
|
|
"_args": [
|
|
[
|
|
"json-stable-stringify@^1.0.0",
|
|
"/Users/mzasso/git/forks/node/node_modules/eslint"
|
|
]
|
|
],
|
|
"_from": "json-stable-stringify@>=1.0.0 <2.0.0",
|
|
"_id": "json-stable-stringify@1.0.0",
|
|
"_inCache": true,
|
|
"_installable": true,
|
|
"_location": "/eslint/json-stable-stringify",
|
|
"_npmUser": {
|
|
"email": "mail@substack.net",
|
|
"name": "substack"
|
|
},
|
|
"_npmVersion": "1.4.3",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"name": "json-stable-stringify",
|
|
"raw": "json-stable-stringify@^1.0.0",
|
|
"rawSpec": "^1.0.0",
|
|
"scope": null,
|
|
"spec": ">=1.0.0 <2.0.0",
|
|
"type": "range"
|
|
},
|
|
"_requiredBy": [
|
|
"/eslint"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/json-stable-stringify/-/json-stable-stringify-1.0.0.tgz",
|
|
"_shasum": "5e26859cf49968cfa499533413443578ee04d251",
|
|
"_shrinkwrap": null,
|
|
"_spec": "json-stable-stringify@^1.0.0",
|
|
"_where": "/Users/mzasso/git/forks/node/node_modules/eslint",
|
|
"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": "5e26859cf49968cfa499533413443578ee04d251",
|
|
"tarball": "http://registry.npmjs.org/json-stable-stringify/-/json-stable-stringify-1.0.0.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": "1.0.0"
|
|
}
|
|
|