UNPKG

load-module-pkg

Version:

Load the package.json for a module currently installed in node_modules, or at the given cwd.

72 lines (71 loc) 1.4 kB
{ "name": "load-module-pkg", "description": "Load the package.json for a module currently installed in node_modules, or at the given cwd.", "version": "1.0.0", "homepage": "https://github.com/jonschlinkert/load-module-pkg", "author": "Jon Schlinkert (https://github.com/jonschlinkert)", "repository": "jonschlinkert/load-module-pkg", "bugs": { "url": "https://github.com/jonschlinkert/load-module-pkg/issues" }, "license": "MIT", "files": [ "index.js" ], "main": "index.js", "engines": { "node": ">=0.10.0" }, "scripts": { "test": "mocha" }, "dependencies": { "expand-pkg": "^0.1.8", "extend-shallow": "^2.0.1", "resolve": "^1.3.3" }, "devDependencies": { "gulp-format-md": "^0.1.12", "kind-of": "^4.0.0", "mocha": "^3.4.1", "write-json": "^1.0.1" }, "keywords": [ "dep", "dependencies", "dependency", "json", "load", "module", "modules", "node", "node-modules", "package", "package-json", "pkg" ], "verb": { "toc": false, "layout": "default", "tasks": [ "readme" ], "plugins": [ "gulp-format-md" ], "related": { "list": [ "find-pkg", "load-pkg", "find-file-up" ] }, "lint": { "reflinks": true }, "reflinks": [ "expand-pkg", "resolve" ] } }