dependency-ls

1.1.1 • Public • Published

dependency-ls

This module returns a promise containing an object of top level node modules installed in the supplied path.

This module is essentially a fork of https://www.npmjs.com/package/npmlist. I just needed the results in a json object and I wanted the module to be requireable.

USAGE

npm instal dependency-ls --save

var depls = require('dependency-ls')
return depls(process.cwd())
.then(function(result) {
    console.log(result)
}

Readme

Keywords

none

Package Sidebar

Install

npm i dependency-ls

Weekly Downloads

1,999

Version

1.1.1

License

Apache V2

Last publish

Collaborators

  • pvpoyer
  • normanbreau
  • brodybits
  • dpogue
  • cordovaowner
  • stevegill
  • purplecabbage
  • anis
  • filmaj
  • bowserj
  • shazron
  • surajpindoria
  • erisu
  • niklasmerz
  • janpio