{"_id":"lsmod","_rev":"303930","name":"lsmod","description":"fetch list of modules and versions installed for the project root","dist-tags":{"latest":"1.0.0"},"maintainers":[{"name":"defunctzombie","email":""}],"time":{"modified":"2021-06-03T19:25:11.000Z","created":"2012-12-30T04:59:26.914Z","1.0.0":"2016-05-08T21:51:41.967Z","0.0.3":"2014-02-12T03:05:26.490Z","0.0.2":"2013-02-08T01:01:03.951Z","0.0.1":"2012-12-30T04:59:26.914Z"},"users":{},"author":{"name":"Roman Shtylman","email":"shtylman@gmail.com"},"repository":{"type":"git","url":"git://github.com/shtylman/node-lsmod.git"},"versions":{"1.0.0":{"name":"lsmod","version":"1.0.0","description":"fetch list of modules and versions installed for the project root","main":"index.js","scripts":{"test":"mocha --ui qunit"},"repository":{"type":"git","url":"git://github.com/shtylman/node-lsmod.git"},"keywords":["modules","runtime"],"devDependencies":{"mocha":"1.7.4"},"author":{"name":"Roman Shtylman","email":"shtylman@gmail.com"},"license":"MIT","gitHead":"2348f08779ffc6c4f4da09e115d7cba824d559df","bugs":{"url":"https://github.com/shtylman/node-lsmod/issues"},"homepage":"https://github.com/shtylman/node-lsmod#readme","_id":"lsmod@1.0.0","_shasum":"9a00f76dca36eb23fa05350afe1b585d4299e64b","_from":".","_npmVersion":"3.8.6","_nodeVersion":"6.0.0","_npmUser":{"name":"defunctzombie","email":"shtylman@gmail.com"},"dist":{"shasum":"9a00f76dca36eb23fa05350afe1b585d4299e64b","size":1641,"noattachment":false,"key":"/lsmod/-/lsmod-1.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/lsmod/download/lsmod-1.0.0.tgz"},"maintainers":[{"name":"defunctzombie","email":""}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/lsmod-1.0.0.tgz_1462744301549_0.14080407982692122"},"directories":{},"publish_time":1462744301967,"_cnpm_publish_time":1462744301967,"_hasShrinkwrap":false},"0.0.3":{"name":"lsmod","version":"0.0.3","description":"fetch list of modules and versions installed for the project root","main":"index.js","scripts":{"test":"mocha --ui qunit"},"repository":{"type":"git","url":"git://github.com/shtylman/node-lsmod.git"},"keywords":["modules","runtime"],"devDependencies":{"mocha":"1.7.4"},"author":{"name":"Roman Shtylman","email":"shtylman@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/shtylman/node-lsmod/issues"},"homepage":"https://github.com/shtylman/node-lsmod","_id":"lsmod@0.0.3","dist":{"shasum":"17e13d4e1ae91750ea5653548cd89e7147ad0244","size":1656,"noattachment":false,"key":"/lsmod/-/lsmod-0.0.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/lsmod/download/lsmod-0.0.3.tgz"},"_from":".","_npmVersion":"1.3.24","_npmUser":{"name":"shtylman","email":"shtylman@gmail.com"},"maintainers":[{"name":"defunctzombie","email":""}],"directories":{},"publish_time":1392174326490,"_cnpm_publish_time":1392174326490,"_hasShrinkwrap":false},"0.0.2":{"name":"lsmod","version":"0.0.2","description":"fetch list of modules and versions installed for the project root","main":"index.js","scripts":{"test":"mocha --ui qunit"},"repository":{"type":"git","url":"git://github.com/shtylman/node-lsmod.git"},"keywords":["modules","runtime"],"devDependencies":{"mocha":"1.7.4"},"author":{"name":"Roman Shtylman","email":"shtylman@gmail.com"},"license":"MIT","readmeFilename":"README.md","_id":"lsmod@0.0.2","dist":{"shasum":"ebfe765bbfcbe85006eb315862445158b7baf613","size":1641,"noattachment":false,"key":"/lsmod/-/lsmod-0.0.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/lsmod/download/lsmod-0.0.2.tgz"},"_from":".","_npmVersion":"1.2.3","_npmUser":{"name":"shtylman","email":"shtylman@gmail.com"},"maintainers":[{"name":"defunctzombie","email":""}],"directories":{},"publish_time":1360285263951,"_cnpm_publish_time":1360285263951,"_hasShrinkwrap":false},"0.0.1":{"name":"lsmod","version":"0.0.1","description":"fetch list of modules and versions installed for the project root","main":"index.js","scripts":{"test":"mocha --ui qunit"},"repository":{"type":"git","url":"git://github.com/shtylman/node-lsmod.git"},"keywords":["modules","runtime"],"devDependencies":{"mocha":"1.7.4"},"author":{"name":"Roman Shtylman","email":"shtylman@gmail.com"},"license":"MIT","readmeFilename":"README.md","_id":"lsmod@0.0.1","dist":{"shasum":"87cbd5f8a4a1d5c0f6839783d23864461209c6f3","size":1421,"noattachment":false,"key":"/lsmod/-/lsmod-0.0.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/lsmod/download/lsmod-0.0.1.tgz"},"_npmVersion":"1.1.70","_npmUser":{"name":"shtylman","email":"shtylman@gmail.com"},"maintainers":[{"name":"defunctzombie","email":""}],"directories":{},"publish_time":1356843566914,"_cnpm_publish_time":1356843566914,"_hasShrinkwrap":false}},"readme":"# lsmod [![Build Status](https://secure.travis-ci.org/defunctzombie/node-lsmod.png?branch=master)](https://travis-ci.org/defunctzombie/node-lsmod)\n\nlsmod fetches the list of modules and the versions loaded by the entry file for your node.js app.\n\n## use\n\n```javascript\nvar lsmod = require('lsmod');\n\n// get an object with module version information\nvar modules = lsmod();\n\n// modules is an object `key:version`\n{\n    express: '3.0.5',\n    hbs: '2.0.1'\n}\n```\n\nNote that the version is the actual installed version and not the dependency version string.\n\n## install via [npm](https://npmjs.org)\n\n```\nnpm install lsmod\n```\n","_attachments":{},"homepage":"https://github.com/shtylman/node-lsmod#readme","bugs":{"url":"https://github.com/shtylman/node-lsmod/issues"},"license":"MIT"}