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 5aef65a98a npm: Upgrade to v1.2.10 12 years ago
..
test npm: upgrade to 1.1.41 12 years ago
LICENSE npm: Upgrade to 1.1.63 12 years ago
README.md Upgrade npm to 1.1.26 13 years ago
package.json npm: Upgrade to v1.2.10 12 years ago
read-installed.js npm: Upgrade to v1.2.10 12 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) {
  ...
})