{ "_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/jdaugherty/work/GT2/GT2-Android/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", "/shell-quote" ], "_resolved": "https://registry.npmjs.org/jsonify/-/jsonify-0.0.0.tgz", "_shasum": "2c74b6ee41d93ca51b7b5aaee8f503631d252a73", "_shrinkwrap": null, "_spec": "jsonify@~0.0.0", "_where": "/home/jdaugherty/work/GT2/GT2-Android/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": "jsonify\n=======\n\nThis module provides Douglas Crockford's JSON implementation without modifying\nany globals.\n\n`stringify` and `parse` are merely exported without respect to whether or not a\nglobal `JSON` object exists.\n\nmethods\n=======\n\nvar json = require('jsonify');\n\njson.parse(source, reviver)\n---------------------------\n\nReturn a new javascript object from a parse of the `source` string.\n\nIf a `reviver` function is specified, walk the structure passing each name/value\npair to `reviver.call(parent, key, value)` to transform the `value` before\nparsing it.\n\njson.stringify(value, replacer, space)\n--------------------------------------\n\nReturn a string representation for `value`.\n\nIf `replacer` is specified, walk the structure passing each name/value pair to\n`replacer.call(parent, key, value)` to transform the `value` before stringifying\nit.\n\nIf `space` is a number, indent the result by that many spaces.\nIf `space` is a string, use `space` as the indentation.\n", "readmeFilename": "README.markdown", "repository": { "type": "git", "url": "git+ssh://git@github.com/substack/jsonify.git" }, "scripts": { "test": "tap test" }, "version": "0.0.0" }