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.
111 lines
2.8 KiB
111 lines
2.8 KiB
{
|
|
"_args": [
|
|
[
|
|
{
|
|
"raw": "read-package-json@latest",
|
|
"scope": null,
|
|
"escapedName": "read-package-json",
|
|
"name": "read-package-json",
|
|
"rawSpec": "latest",
|
|
"spec": "latest",
|
|
"type": "tag"
|
|
},
|
|
"/Users/zkat/Documents/code/npm"
|
|
]
|
|
],
|
|
"_from": "read-package-json@latest",
|
|
"_id": "read-package-json@2.0.5",
|
|
"_inCache": true,
|
|
"_location": "/read-package-json",
|
|
"_nodeVersion": "7.7.1",
|
|
"_npmOperationalInternal": {
|
|
"host": "packages-18-east.internal.npmjs.com",
|
|
"tmp": "tmp/read-package-json-2.0.5.tgz_1488934143541_0.7550096816848963"
|
|
},
|
|
"_npmUser": {
|
|
"name": "zkat",
|
|
"email": "kat@sykosomatic.org"
|
|
},
|
|
"_npmVersion": "4.1.2",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"raw": "read-package-json@latest",
|
|
"scope": null,
|
|
"escapedName": "read-package-json",
|
|
"name": "read-package-json",
|
|
"rawSpec": "latest",
|
|
"spec": "latest",
|
|
"type": "tag"
|
|
},
|
|
"_requiredBy": [
|
|
"#USER",
|
|
"/",
|
|
"/init-package-json",
|
|
"/read-installed",
|
|
"/read-package-tree"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/read-package-json/-/read-package-json-2.0.5.tgz",
|
|
"_shasum": "f93a64e641529df68a08c64de46389e8a3f88845",
|
|
"_shrinkwrap": null,
|
|
"_spec": "read-package-json@latest",
|
|
"_where": "/Users/zkat/Documents/code/npm",
|
|
"author": {
|
|
"name": "Isaac Z. Schlueter",
|
|
"email": "i@izs.me",
|
|
"url": "http://blog.izs.me/"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/npm/read-package-json/issues"
|
|
},
|
|
"dependencies": {
|
|
"glob": "^7.1.1",
|
|
"graceful-fs": "^4.1.2",
|
|
"json-parse-helpfulerror": "^1.0.2",
|
|
"normalize-package-data": "^2.0.0"
|
|
},
|
|
"description": "The thing npm uses to read package.json files with semantics and defaults and validation",
|
|
"devDependencies": {
|
|
"standard": "^9.0.1",
|
|
"tap": "^10.3.0"
|
|
},
|
|
"directories": {},
|
|
"dist": {
|
|
"shasum": "f93a64e641529df68a08c64de46389e8a3f88845",
|
|
"tarball": "https://registry.npmjs.org/read-package-json/-/read-package-json-2.0.5.tgz"
|
|
},
|
|
"gitHead": "0b03bd75bda0540de4102b543b94ccaf3fb7c034",
|
|
"homepage": "https://github.com/npm/read-package-json#readme",
|
|
"license": "ISC",
|
|
"main": "read-json.js",
|
|
"maintainers": [
|
|
{
|
|
"name": "iarna",
|
|
"email": "me@re-becca.org"
|
|
},
|
|
{
|
|
"name": "isaacs",
|
|
"email": "isaacs@npmjs.com"
|
|
},
|
|
{
|
|
"name": "othiym23",
|
|
"email": "ogd@aoaioxxysz.net"
|
|
},
|
|
{
|
|
"name": "zkat",
|
|
"email": "kat@sykosomatic.org"
|
|
}
|
|
],
|
|
"name": "read-package-json",
|
|
"optionalDependencies": {
|
|
"graceful-fs": "^4.1.2"
|
|
},
|
|
"readme": "ERROR: No README data found!",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/npm/read-package-json.git"
|
|
},
|
|
"scripts": {
|
|
"test": "standard && tap -J test/*.js"
|
|
},
|
|
"version": "2.0.5"
|
|
}
|
|
|