aboutsummaryrefslogtreecommitdiff
path: root/node_modules/jsonify
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/jsonify
parentd0a0695fb5d34996850723f7d4b1b59c3df909c2 (diff)
downloadwallet-core-d1291f67551c58168af43698a359cb5ddfd266b0.tar.xz
node_modules
Diffstat (limited to 'node_modules/jsonify')
-rw-r--r--node_modules/jsonify/package.json116
1 files changed, 28 insertions, 88 deletions
diff --git a/node_modules/jsonify/package.json b/node_modules/jsonify/package.json
index 102238908..e42c0e356 100644
--- a/node_modules/jsonify/package.json
+++ b/node_modules/jsonify/package.json
@@ -1,90 +1,30 @@
{
- "_args": [
- [
- {
- "raw": "jsonify@~0.0.0",
- "scope": null,
- "escapedName": "jsonify",
- "name": "jsonify",
- "rawSpec": "~0.0.0",
- "spec": ">=0.0.0 <0.1.0",
- "type": "range"
- },
- "/home/dold/repos/taler/wallet-webex/node_modules/json-stable-stringify"
- ]
- ],
- "_defaultsLoaded": true,
- "_engineSupported": true,
- "_from": "jsonify@>=0.0.0 <0.1.0",
- "_id": "jsonify@0.0.0",
- "_inCache": true,
- "_location": "/jsonify",
- "_nodeVersion": "v0.5.0-pre",
- "_npmVersion": "1.0.10",
- "_phantomChildren": {},
- "_requested": {
- "raw": "jsonify@~0.0.0",
- "scope": null,
- "escapedName": "jsonify",
- "name": "jsonify",
- "rawSpec": "~0.0.0",
- "spec": ">=0.0.0 <0.1.0",
- "type": "range"
- },
- "_requiredBy": [
- "/json-stable-stringify"
- ],
- "_resolved": "https://registry.npmjs.org/jsonify/-/jsonify-0.0.0.tgz",
- "_shasum": "2c74b6ee41d93ca51b7b5aaee8f503631d252a73",
- "_shrinkwrap": null,
- "_spec": "jsonify@~0.0.0",
- "_where": "/home/dold/repos/taler/wallet-webex/node_modules/json-stable-stringify",
- "author": {
- "name": "Douglas Crockford",
- "url": "http://crockford.com/"
- },
- "bugs": {
- "url": "https://github.com/substack/jsonify/issues"
- },
- "dependencies": {},
- "description": "JSON without touching any globals",
- "devDependencies": {
- "garbage": "0.0.x",
- "tap": "0.0.x"
- },
- "directories": {
- "lib": ".",
- "test": "test"
- },
- "dist": {
- "shasum": "2c74b6ee41d93ca51b7b5aaee8f503631d252a73",
- "tarball": "https://registry.npmjs.org/jsonify/-/jsonify-0.0.0.tgz"
- },
- "engines": {
- "node": "*"
- },
- "homepage": "https://github.com/substack/jsonify#readme",
- "keywords": [
- "json",
- "browser"
- ],
- "license": "Public Domain",
- "main": "index.js",
- "maintainers": [
- {
- "name": "substack",
- "email": "mail@substack.net"
- }
- ],
- "name": "jsonify",
- "optionalDependencies": {},
- "readme": "ERROR: No README data found!",
- "repository": {
- "type": "git",
- "url": "git://github.com/substack/jsonify.git"
- },
- "scripts": {
- "test": "tap test"
- },
- "version": "0.0.0"
+ "name" : "jsonify",
+ "version" : "0.0.0",
+ "description" : "JSON without touching any globals",
+ "main" : "index.js",
+ "directories" : {
+ "lib" : ".",
+ "test" : "test"
+ },
+ "devDependencies" : {
+ "tap" : "0.0.x",
+ "garbage" : "0.0.x"
+ },
+ "scripts" : {
+ "test" : "tap test"
+ },
+ "repository" : {
+ "type" : "git",
+ "url" : "http://github.com/substack/jsonify.git"
+ },
+ "keywords" : [
+ "json",
+ "browser"
+ ],
+ "author" : {
+ "name" : "Douglas Crockford",
+ "url" : "http://crockford.com/"
+ },
+ "license" : "Public Domain"
}