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." ,
2013-07-10 04:09:02 +08:00
"version" : "0.2.2" ,
2012-06-16 01:00:30 +08:00
"repository" : {
"type" : "git" ,
"url" : "git://github.com/isaacs/read-installed"
} ,
"main" : "read-installed.js" ,
"scripts" : {
"test" : "node test/basic.js"
} ,
"dependencies" : {
2013-07-10 04:09:02 +08:00
"semver" : "2" ,
2012-06-16 01:00:30 +08:00
"slide" : "~1.1.3" ,
2013-07-10 04:09:02 +08:00
"read-package-json" : "1" ,
"graceful-fs" : "~1.2.0"
2012-06-16 01:00:30 +08:00
} ,
"optionalDependencies" : {
2013-07-10 04:09:02 +08:00
"graceful-fs" : "~1.2.0"
2012-06-16 01:00:30 +08:00
} ,
"author" : {
"name" : "Isaac Z. Schlueter" ,
"email" : "i@izs.me" ,
"url" : "http://blog.izs.me/"
} ,
2013-07-10 04:09:02 +08:00
"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" ,
2012-12-22 00:42:29 +08:00
"readmeFilename" : "README.md" ,
2013-07-10 04:09:02 +08:00
"bugs" : {
"url" : "https://github.com/isaacs/read-installed/issues"
} ,
"_id" : "read-installed@0.2.2" ,
"_from" : "read-installed@latest"
2012-06-16 01:00:30 +08:00
}