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.
66 lines
1.8 KiB
66 lines
1.8 KiB
{
|
|
"_from": "read-package-json@~2.0.5",
|
|
"_id": "read-package-json@2.0.5",
|
|
"_integrity": "sha1-+Tpk5kFSnfaKCMZN5GOJ6KP4iEU=",
|
|
"_location": "/read-package-json",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "read-package-json@~2.0.5",
|
|
"name": "read-package-json",
|
|
"escapedName": "read-package-json",
|
|
"rawSpec": "~2.0.5",
|
|
"saveSpec": null,
|
|
"fetchSpec": "~2.0.5"
|
|
},
|
|
"_requiredBy": [
|
|
"/",
|
|
"/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@~2.0.5",
|
|
"_where": "/Users/zkat/Documents/code/npm",
|
|
"author": {
|
|
"name": "Isaac Z. Schlueter",
|
|
"email": "i@izs.me",
|
|
"url": "http://blog.izs.me/"
|
|
},
|
|
"bin": null,
|
|
"bugs": {
|
|
"url": "https://github.com/npm/read-package-json/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"glob": "^7.1.1",
|
|
"graceful-fs": "^4.1.2",
|
|
"json-parse-helpfulerror": "^1.0.2",
|
|
"normalize-package-data": "^2.0.0"
|
|
},
|
|
"deprecated": false,
|
|
"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"
|
|
},
|
|
"homepage": "https://github.com/npm/read-package-json#readme",
|
|
"license": "ISC",
|
|
"main": "read-json.js",
|
|
"name": "read-package-json",
|
|
"optionalDependencies": {
|
|
"graceful-fs": "^4.1.2"
|
|
},
|
|
"peerDependencies": {},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/npm/read-package-json.git"
|
|
},
|
|
"scripts": {
|
|
"test": "standard && tap -J test/*.js"
|
|
},
|
|
"version": "2.0.5"
|
|
}
|
|
|