summaryrefslogtreecommitdiff
path: root/tools/eslint/node_modules/json-stable-stringify/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'tools/eslint/node_modules/json-stable-stringify/package.json')
-rw-r--r--tools/eslint/node_modules/json-stable-stringify/package.json95
1 files changed, 95 insertions, 0 deletions
diff --git a/tools/eslint/node_modules/json-stable-stringify/package.json b/tools/eslint/node_modules/json-stable-stringify/package.json
new file mode 100644
index 0000000000..865370d7ef
--- /dev/null
+++ b/tools/eslint/node_modules/json-stable-stringify/package.json
@@ -0,0 +1,95 @@
+{
+ "_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"
+}