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.
65 lines
1.8 KiB
65 lines
1.8 KiB
{
|
|
"name": "read-package-json",
|
|
"version": "1.3.2",
|
|
"author": {
|
|
"name": "Isaac Z. Schlueter",
|
|
"email": "i@izs.me",
|
|
"url": "http://blog.izs.me/"
|
|
},
|
|
"description": "The thing npm uses to read package.json files with semantics and defaults and validation",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/isaacs/read-package-json.git"
|
|
},
|
|
"main": "read-json.js",
|
|
"scripts": {
|
|
"test": "tap test/*.js"
|
|
},
|
|
"dependencies": {
|
|
"github-url-from-git": "^1.3.0",
|
|
"github-url-from-username-repo": "~1.0.0",
|
|
"glob": "^4.0.2",
|
|
"json-parse-helpfulerror": "^1.0.2",
|
|
"lru-cache": "2",
|
|
"normalize-package-data": "^1.0.0",
|
|
"graceful-fs": "2 || 3"
|
|
},
|
|
"devDependencies": {
|
|
"tap": "^0.7.1"
|
|
},
|
|
"optionalDependencies": {
|
|
"graceful-fs": "2 || 3"
|
|
},
|
|
"license": "ISC",
|
|
"gitHead": "d307d827f1a4f13a3a8bc4d747bb854779ad35c8",
|
|
"bugs": {
|
|
"url": "https://github.com/isaacs/read-package-json/issues"
|
|
},
|
|
"homepage": "https://github.com/isaacs/read-package-json",
|
|
"_id": "read-package-json@1.3.2",
|
|
"_shasum": "5228bc7ad1f33ded75184ece48710036101affa2",
|
|
"_from": "read-package-json@>=1.3.2 <1.4.0",
|
|
"_npmVersion": "2.7.0",
|
|
"_nodeVersion": "1.2.0",
|
|
"_npmUser": {
|
|
"name": "othiym23",
|
|
"email": "ogd@aoaioxxysz.net"
|
|
},
|
|
"maintainers": [
|
|
{
|
|
"name": "isaacs",
|
|
"email": "i@izs.me"
|
|
},
|
|
{
|
|
"name": "othiym23",
|
|
"email": "ogd@aoaioxxysz.net"
|
|
}
|
|
],
|
|
"dist": {
|
|
"shasum": "5228bc7ad1f33ded75184ece48710036101affa2",
|
|
"tarball": "http://registry.npmjs.org/read-package-json/-/read-package-json-1.3.2.tgz"
|
|
},
|
|
"directories": {},
|
|
"_resolved": "https://registry.npmjs.org/read-package-json/-/read-package-json-1.3.2.tgz",
|
|
"readme": "ERROR: No README data found!"
|
|
}
|
|
|