node_modules-list

0.1.1 • Public • Published

node_modules-list

Provides an array of all installed packages from a node installation.

Mostly for my own need, since npm ls strips custom values from the packages, I can't use that since I'm using custom values on the packages and need it preserved.

Usage

var nmls = require('node_modules-list');

nmls(function(err, node_modules) {
	console.log(node_modules.length);
})

Readme

Keywords

none

Package Sidebar

Install

npm i node_modules-list

Weekly Downloads

0

Version

0.1.1

License

none

Last publish

Collaborators

  • pmoelgaard