updated sys and created publi
This commit is contained in:
+15
-43
@@ -1,44 +1,33 @@
|
||||
{
|
||||
"_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"
|
||||
},
|
||||
"/mnt/Data/bach/Documents/ola/OLA#4/OLA#4DOC/sys/node_modules/json-stable-stringify"
|
||||
"jsonify@0.0.0",
|
||||
"/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys"
|
||||
]
|
||||
],
|
||||
"_defaultsLoaded": true,
|
||||
"_engineSupported": true,
|
||||
"_from": "jsonify@>=0.0.0 <0.1.0",
|
||||
"_development": true,
|
||||
"_from": "jsonify@0.0.0",
|
||||
"_id": "jsonify@0.0.0",
|
||||
"_inCache": true,
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-LHS27kHZPKUbe1qu6PUDYx0lKnM=",
|
||||
"_location": "/jsonify",
|
||||
"_nodeVersion": "v0.5.0-pre",
|
||||
"_npmVersion": "1.0.10",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"raw": "jsonify@~0.0.0",
|
||||
"scope": null,
|
||||
"escapedName": "jsonify",
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "jsonify@0.0.0",
|
||||
"name": "jsonify",
|
||||
"rawSpec": "~0.0.0",
|
||||
"spec": ">=0.0.0 <0.1.0",
|
||||
"type": "range"
|
||||
"escapedName": "jsonify",
|
||||
"rawSpec": "0.0.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "0.0.0"
|
||||
},
|
||||
"_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": "/mnt/Data/bach/Documents/ola/OLA#4/OLA#4DOC/sys/node_modules/json-stable-stringify",
|
||||
"_spec": "0.0.0",
|
||||
"_where": "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys",
|
||||
"author": {
|
||||
"name": "Douglas Crockford",
|
||||
"url": "http://crockford.com/"
|
||||
@@ -46,7 +35,6 @@
|
||||
"bugs": {
|
||||
"url": "https://github.com/substack/jsonify/issues"
|
||||
},
|
||||
"dependencies": {},
|
||||
"description": "JSON without touching any globals",
|
||||
"devDependencies": {
|
||||
"garbage": "0.0.x",
|
||||
@@ -56,13 +44,6 @@
|
||||
"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",
|
||||
@@ -70,16 +51,7 @@
|
||||
],
|
||||
"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"
|
||||
|
||||
Reference in New Issue
Block a user