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 f5602bda18 npm: Upgrade to 1.3.2 11 years ago
..
test npm: Upgrade to 1.3.2 11 years ago
LICENSE npm: Upgrade to 1.1.63 12 years ago
README.md npm: Upgrade to 1.3.2 11 years ago
package.json npm: Upgrade to 1.3.2 11 years ago
read-installed.js npm: Upgrade to 1.3.2 11 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, logFunction, function (er, data) {
  ...
})