read-installed-peer

4.0.3 • Public • Published

read-installed

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

This is a fork from read-installed, but with an option to skip peerDependencies.

The second argument is now an Object that contains the following keys:

  • depth optional, defaults to Infinity
  • log optional log Function
  • dev optional, default false, set to true to include devDependencies
  • nopeer optional, set to true to skip peerDependencies

Usage

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

Readme

Keywords

none

Package Sidebar

Install

npm i read-installed-peer

Weekly Downloads

0

Version

4.0.3

License

ISC

Unpacked Size

27.3 kB

Total Files

24

Last publish

Collaborators

  • dyepishin