node/deps/npm/node_modules/read-installed
isaacs 911b0fddd3 Upgrade npm to 1.1.26 2012-06-15 10:00:30 -07:00
..
README.md Upgrade npm to 1.1.26 2012-06-15 10:00:30 -07:00
package.json Upgrade npm to 1.1.26 2012-06-15 10:00:30 -07:00
read-installed.js Upgrade npm to 1.1.26 2012-06-15 10:00:30 -07:00

README.md

read-installed

Read all the installed packages in a folder, and return a tree structure with all the data.

npm uses this.

Usage

var readInstalled = require("read-installed")
// depth is optional, defaults to Infinity
readInstalled(folder, depth, function (er, data) {
  ...
})