lsmod
fetch list of modules and versions installed for the project root
Last updated 12 years ago by shtylman .
MIT · Repository · Original npm · Tarball · package.json
$ gnpm install lsmod 
SYNC missed versions from official npm registry.

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

Current Tags

  • 1.0.0                                ...           latest (9 years ago)

4 Versions

  • 1.0.0                                ...           9 years ago
  • 0.0.3                                ...           11 years ago
  • 0.0.2                                ...           12 years ago
  • 0.0.1                                ...           12 years ago
Maintainers (1)
Downloads
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 0
Last Month 0
Dependencies (0)
None
Dev Dependencies (1)
Dependents (2)

Copyright 2013 - present © cnpmjs.org | Home |