lsmod

v1.0.0
fetch list of modules and versions installed for the project root
modules runtime

lsmod Build Status

lsmod fetches the list of modules and the versions loaded by the entry file for your node.js app.

use

var lsmod = require('lsmod');

// get an object with module version information
var modules = lsmod();

// modules is an object `key:version`
{
    express: '3.0.5',
    hbs: '2.0.1'
}

Note that the version is the actual installed version and not the dependency version string.

install via npm

npm install lsmod
npm i lsmod

Metadata

  • MIT
  • Whatever
  • Roman Shtylman
  • released 5/8/2016

Downloads

Maintainers