read-installed-packages

2.0.1 • Public • Published

read-installed-packages

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

It is a maintained fork of read-installed

Usage

var readInstalled = require("read-installed-packages")
// optional options
var options = { dev: false, log: fn, depth: 2 }
readInstalled(folder, options, function (er, data) {
  ...
})

Readme

Keywords

none

Package Sidebar

Install

npm i read-installed-packages

Weekly Downloads

72,061

Version

2.0.1

License

ISC

Unpacked Size

22.2 kB

Total Files

18

Last publish

Collaborators

  • semigradsky