aboutsummaryrefslogtreecommitdiff
path: root/node_modules/json-stable-stringify
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2016-11-03 01:33:53 +0100
committerFlorian Dold <florian.dold@gmail.com>2016-11-03 01:33:53 +0100
commitd1291f67551c58168af43698a359cb5ddfd266b0 (patch)
tree55a13ed29fe1915e3f42f1b1b7038dafa2e975a7 /node_modules/json-stable-stringify
parentd0a0695fb5d34996850723f7d4b1b59c3df909c2 (diff)
downloadwallet-core-d1291f67551c58168af43698a359cb5ddfd266b0.tar.xz
node_modules
Diffstat (limited to 'node_modules/json-stable-stringify')
-rw-r--r--node_modules/json-stable-stringify/package.json115
1 files changed, 25 insertions, 90 deletions
diff --git a/node_modules/json-stable-stringify/package.json b/node_modules/json-stable-stringify/package.json
index ea1015b0a..4fbcc3446 100644
--- a/node_modules/json-stable-stringify/package.json
+++ b/node_modules/json-stable-stringify/package.json
@@ -1,95 +1,14 @@
{
- "_args": [
- [
- {
- "raw": "json-stable-stringify@^1.0.0",
- "scope": null,
- "escapedName": "json-stable-stringify",
- "name": "json-stable-stringify",
- "rawSpec": "^1.0.0",
- "spec": ">=1.0.0 <2.0.0",
- "type": "range"
- },
- "/home/dold/repos/taler/wallet-webex/node_modules/vinyl-fs/node_modules/unique-stream"
- ]
- ],
- "_from": "json-stable-stringify@>=1.0.0 <2.0.0",
- "_id": "json-stable-stringify@1.0.1",
- "_inCache": 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": {
- "name": "substack",
- "email": "substack@gmail.com"
- },
- "_npmVersion": "3.4.1",
- "_phantomChildren": {},
- "_requested": {
- "raw": "json-stable-stringify@^1.0.0",
- "scope": null,
- "escapedName": "json-stable-stringify",
- "name": "json-stable-stringify",
- "rawSpec": "^1.0.0",
- "spec": ">=1.0.0 <2.0.0",
- "type": "range"
- },
- "_requiredBy": [
- "/vinyl-fs/unique-stream"
- ],
- "_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.0",
- "_where": "/home/dold/repos/taler/wallet-webex/node_modules/vinyl-fs/node_modules/unique-stream",
- "author": {
- "name": "James Halliday",
- "email": "mail@substack.net",
- "url": "http://substack.net"
- },
- "bugs": {
- "url": "https://github.com/substack/json-stable-stringify/issues"
- },
+ "name": "json-stable-stringify",
+ "version": "1.0.1",
+ "description": "deterministic JSON.stringify() with custom sorting to get deterministic hashes from stringified results",
+ "main": "index.js",
"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": [
- "json",
- "stringify",
- "deterministic",
- "hash",
- "sort",
- "stable"
- ],
- "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"
},
@@ -97,13 +16,29 @@
"files": "test/*.js",
"browsers": [
"ie/8..latest",
- "ff/5",
- "ff/latest",
- "chrome/15",
- "chrome/latest",
+ "ff/5", "ff/latest",
+ "chrome/15", "chrome/latest",
"safari/latest",
"opera/latest"
]
},
- "version": "1.0.1"
+ "repository": {
+ "type": "git",
+ "url": "git://github.com/substack/json-stable-stringify.git"
+ },
+ "homepage": "https://github.com/substack/json-stable-stringify",
+ "keywords": [
+ "json",
+ "stringify",
+ "deterministic",
+ "hash",
+ "sort",
+ "stable"
+ ],
+ "author": {
+ "name": "James Halliday",
+ "email": "mail@substack.net",
+ "url": "http://substack.net"
+ },
+ "license": "MIT"
}