UNPKG

motion

Version:

motion - moving development forward

61 lines (60 loc) 2.25 kB
{ "_args": [ [ "lsmod@https://registry.npmjs.org/lsmod/-/lsmod-0.0.3.tgz", "/Users/nw/flint/packages/flint" ] ], "_from": "lsmod@>=0.0.3 <0.1.0", "_id": "lsmod@0.0.3", "_inCache": true, "_location": "/lsmod", "_phantomChildren": {}, "_requested": { "name": "lsmod", "raw": "lsmod@https://registry.npmjs.org/lsmod/-/lsmod-0.0.3.tgz", "rawSpec": "https://registry.npmjs.org/lsmod/-/lsmod-0.0.3.tgz", "scope": null, "spec": "https://registry.npmjs.org/lsmod/-/lsmod-0.0.3.tgz", "type": "remote" }, "_requiredBy": [ "/raven" ], "_resolved": "https://registry.npmjs.org/lsmod/-/lsmod-0.0.3.tgz", "_shasum": "17e13d4e1ae91750ea5653548cd89e7147ad0244", "_shrinkwrap": null, "_spec": "lsmod@https://registry.npmjs.org/lsmod/-/lsmod-0.0.3.tgz", "_where": "/Users/nw/flint/packages/flint", "author": { "email": "shtylman@gmail.com", "name": "Roman Shtylman" }, "bugs": { "url": "https://github.com/shtylman/node-lsmod/issues" }, "dependencies": {}, "description": "fetch list of modules and versions installed for the project root", "devDependencies": { "mocha": "1.7.4" }, "homepage": "https://github.com/shtylman/node-lsmod#readme", "keywords": [ "modules", "runtime" ], "license": "MIT", "main": "index.js", "name": "lsmod", "optionalDependencies": {}, "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", "readmeFilename": "README.md", "repository": { "type": "git", "url": "git://github.com/shtylman/node-lsmod.git" }, "scripts": { "test": "mocha --ui qunit" }, "version": "0.0.3" }