Files
npm/node_modules/read-installed
2013-02-05 16:30:36 -08:00
..
2012-06-11 16:37:27 -07:00
2012-10-02 12:57:08 -07:00
2013-02-05 16:30:36 -08:00
2013-01-18 15:20:53 -08:00
2012-06-11 16:37:27 -07:00

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) {
  ...
})