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.
67 lines
1.8 KiB
67 lines
1.8 KiB
{
|
|
"_from": "read-installed@~4.0.3",
|
|
"_id": "read-installed@4.0.3",
|
|
"_integrity": "sha1-/5uLZ/GH0eTCm5/rMfayI6zRkGc=",
|
|
"_location": "/read-installed",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "read-installed@~4.0.3",
|
|
"name": "read-installed",
|
|
"escapedName": "read-installed",
|
|
"rawSpec": "~4.0.3",
|
|
"saveSpec": null,
|
|
"fetchSpec": "~4.0.3"
|
|
},
|
|
"_requiredBy": [
|
|
"/"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/read-installed/-/read-installed-4.0.3.tgz",
|
|
"_shasum": "ff9b8b67f187d1e4c29b9feb31f6b223acd19067",
|
|
"_shrinkwrap": null,
|
|
"_spec": "read-installed@~4.0.3",
|
|
"_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/isaacs/read-installed/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"debuglog": "^1.0.1",
|
|
"graceful-fs": "^4.1.2",
|
|
"read-package-json": "^2.0.0",
|
|
"readdir-scoped-modules": "^1.0.0",
|
|
"semver": "2 || 3 || 4 || 5",
|
|
"slide": "~1.1.3",
|
|
"util-extend": "^1.0.1"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Read all the installed packages in a folder, and return a tree structure with all the data.",
|
|
"devDependencies": {
|
|
"mkdirp": "^0.5.0",
|
|
"rimraf": "^2.2.8",
|
|
"tap": "^1.2.0"
|
|
},
|
|
"homepage": "https://github.com/isaacs/read-installed#readme",
|
|
"license": "ISC",
|
|
"main": "read-installed.js",
|
|
"name": "read-installed",
|
|
"optionalDependencies": {
|
|
"graceful-fs": "^4.1.2"
|
|
},
|
|
"peerDependencies": {},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/isaacs/read-installed.git"
|
|
},
|
|
"scripts": {
|
|
"test": "tap ./test/*.js"
|
|
},
|
|
"version": "4.0.3"
|
|
}
|
|
|