node/deps/npm/node_modules/read-installed/package.json

66 lines
1.7 KiB
JSON
Raw Normal View History

2012-06-16 01:00:30 +08:00
{
"name": "read-installed",
"description": "Read all the installed packages in a folder, and return a tree structure with all the data.",
2014-09-25 05:41:07 +08:00
"version": "3.1.3",
2012-06-16 01:00:30 +08:00
"repository": {
"type": "git",
"url": "git://github.com/isaacs/read-installed"
},
"main": "read-installed.js",
"scripts": {
"test": "tap ./test/*.js"
2012-06-16 01:00:30 +08:00
},
"dependencies": {
2014-09-25 05:41:07 +08:00
"debuglog": "^1.0.1",
"read-package-json": "1",
2014-09-25 05:41:07 +08:00
"readdir-scoped-modules": "^1.0.0",
"semver": "2 || 3 || 4",
2012-06-16 01:00:30 +08:00
"slide": "~1.1.3",
"util-extend": "^1.0.1",
2014-08-01 00:05:30 +08:00
"graceful-fs": "2 || 3"
2012-06-16 01:00:30 +08:00
},
"optionalDependencies": {
2014-08-01 00:05:30 +08:00
"graceful-fs": "2 || 3"
2012-06-16 01:00:30 +08:00
},
2014-02-17 12:43:16 +08:00
"author": {
"name": "Isaac Z. Schlueter",
"email": "i@izs.me",
"url": "http://blog.izs.me/"
},
"license": "ISC",
"devDependencies": {
2014-09-25 05:41:07 +08:00
"mkdirp": "^0.5.0",
"rimraf": "^2.2.8",
2014-02-17 12:43:16 +08:00
"tap": "~0.4.8"
},
2014-09-25 05:41:07 +08:00
"gitHead": "50e45af7581b1a879c62146fafbfa1b92842f7df",
2014-02-17 12:43:16 +08:00
"bugs": {
"url": "https://github.com/isaacs/read-installed/issues"
},
"homepage": "https://github.com/isaacs/read-installed",
2014-09-25 05:41:07 +08:00
"_id": "read-installed@3.1.3",
"_shasum": "c09092a13c2117f22842cad16804f3b059129d11",
"_from": "read-installed@>=3.1.2-0 <3.2.0-0",
"_npmVersion": "2.0.0-beta.3",
"_npmUser": {
"name": "isaacs",
"email": "i@izs.me"
},
"maintainers": [
{
"name": "isaacs",
"email": "i@izs.me"
},
{
"name": "othiym23",
"email": "ogd@aoaioxxysz.net"
}
],
"dist": {
"shasum": "c09092a13c2117f22842cad16804f3b059129d11",
"tarball": "http://registry.npmjs.org/read-installed/-/read-installed-3.1.3.tgz"
},
"directories": {},
"_resolved": "https://registry.npmjs.org/read-installed/-/read-installed-3.1.3.tgz"
2012-06-16 01:00:30 +08:00
}