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.
35 lines
1.2 KiB
35 lines
1.2 KiB
{
|
|
"name": "read-installed",
|
|
"description": "Read all the installed packages in a folder, and return a tree structure with all the data.",
|
|
"version": "0.2.4",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/isaacs/read-installed"
|
|
},
|
|
"main": "read-installed.js",
|
|
"scripts": {
|
|
"test": "node test/basic.js"
|
|
},
|
|
"dependencies": {
|
|
"semver": "2",
|
|
"slide": "~1.1.3",
|
|
"read-package-json": "1",
|
|
"graceful-fs": "~2"
|
|
},
|
|
"optionalDependencies": {
|
|
"graceful-fs": "~2"
|
|
},
|
|
"author": {
|
|
"name": "Isaac Z. Schlueter",
|
|
"email": "i@izs.me",
|
|
"url": "http://blog.izs.me/"
|
|
},
|
|
"license": "ISC",
|
|
"readme": "# read-installed\n\nRead all the installed packages in a folder, and return a tree\nstructure with all the data.\n\nnpm uses this.\n\n## Usage\n\n```javascript\nvar readInstalled = require(\"read-installed\")\n// depth is optional, defaults to Infinity\nreadInstalled(folder, depth, logFunction, function (er, data) {\n ...\n})\n```\n",
|
|
"readmeFilename": "README.md",
|
|
"bugs": {
|
|
"url": "https://github.com/isaacs/read-installed/issues"
|
|
},
|
|
"_id": "read-installed@0.2.4",
|
|
"_from": "read-installed@~0.2.2"
|
|
}
|
|
|