mirror of https://github.com/lukechilds/node.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
109 lines
2.6 KiB
109 lines
2.6 KiB
{
|
|
"_args": [
|
|
[
|
|
{
|
|
"raw": "jsonpointer@^4.0.0",
|
|
"scope": null,
|
|
"escapedName": "jsonpointer",
|
|
"name": "jsonpointer",
|
|
"rawSpec": "^4.0.0",
|
|
"spec": ">=4.0.0 <5.0.0",
|
|
"type": "range"
|
|
},
|
|
"/Users/trott/io.js/tools/node_modules/is-my-json-valid"
|
|
]
|
|
],
|
|
"_from": "jsonpointer@>=4.0.0 <5.0.0",
|
|
"_id": "jsonpointer@4.0.0",
|
|
"_inCache": true,
|
|
"_location": "/jsonpointer",
|
|
"_nodeVersion": "6.1.0",
|
|
"_npmOperationalInternal": {
|
|
"host": "packages-16-east.internal.npmjs.com",
|
|
"tmp": "tmp/jsonpointer-4.0.0.tgz_1463651460494_0.02921536797657609"
|
|
},
|
|
"_npmUser": {
|
|
"name": "marcbachmann",
|
|
"email": "marc.brookman@gmail.com"
|
|
},
|
|
"_npmVersion": "3.8.6",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"raw": "jsonpointer@^4.0.0",
|
|
"scope": null,
|
|
"escapedName": "jsonpointer",
|
|
"name": "jsonpointer",
|
|
"rawSpec": "^4.0.0",
|
|
"spec": ">=4.0.0 <5.0.0",
|
|
"type": "range"
|
|
},
|
|
"_requiredBy": [
|
|
"/is-my-json-valid"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/jsonpointer/-/jsonpointer-4.0.0.tgz",
|
|
"_shasum": "6661e161d2fc445f19f98430231343722e1fcbd5",
|
|
"_shrinkwrap": null,
|
|
"_spec": "jsonpointer@^4.0.0",
|
|
"_where": "/Users/trott/io.js/tools/node_modules/is-my-json-valid",
|
|
"author": {
|
|
"name": "Jan Lehnardt",
|
|
"email": "jan@apache.org"
|
|
},
|
|
"bugs": {
|
|
"url": "http://github.com/janl/node-jsonpointer/issues"
|
|
},
|
|
"contributors": [
|
|
{
|
|
"name": "Joe Hildebrand",
|
|
"email": "joe-github@cursive.net"
|
|
},
|
|
{
|
|
"name": "Marc Bachmann",
|
|
"email": "marc.brookman@gmail.com"
|
|
}
|
|
],
|
|
"dependencies": {},
|
|
"description": "Simple JSON Addressing.",
|
|
"devDependencies": {
|
|
"standard": "^5.3.1"
|
|
},
|
|
"directories": {},
|
|
"dist": {
|
|
"shasum": "6661e161d2fc445f19f98430231343722e1fcbd5",
|
|
"tarball": "https://registry.npmjs.org/jsonpointer/-/jsonpointer-4.0.0.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
},
|
|
"gitHead": "2d46030ba6df41b566934c7202e31fb65058de71",
|
|
"homepage": "https://github.com/janl/node-jsonpointer#readme",
|
|
"license": "MIT",
|
|
"main": "./jsonpointer",
|
|
"maintainers": [
|
|
{
|
|
"name": "jan",
|
|
"email": "jan@apache.org"
|
|
},
|
|
{
|
|
"name": "marcbachmann",
|
|
"email": "marc.brookman@gmail.com"
|
|
}
|
|
],
|
|
"name": "jsonpointer",
|
|
"optionalDependencies": {},
|
|
"readme": "ERROR: No README data found!",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+ssh://git@github.com/janl/node-jsonpointer.git"
|
|
},
|
|
"scripts": {
|
|
"test": "standard && node test.js"
|
|
},
|
|
"tags": [
|
|
"util",
|
|
"simple",
|
|
"util",
|
|
"utility"
|
|
],
|
|
"version": "4.0.0"
|
|
}
|
|
|