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.
 
 
 
 
 
 
isaacs 911b0fddd3 Upgrade npm to 1.1.26 13 years ago
..
README.md Upgrade npm to 1.1.26 13 years ago
package.json Upgrade npm to 1.1.26 13 years ago
read-installed.js Upgrade npm to 1.1.26 13 years ago

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