UNPKG

prod

Version:

Asynchronous npm dependency walker

41 lines (40 loc) 856 B
{ "name": "prod", "version": "1.0.1", "description": "Asynchronous npm dependency walker", "main": "index.js", "scripts": { "test": "(cd test/fixture; npm install --cache-min=Infinity) && node test/index.js && standard" }, "author": "Tim Oxley", "license": "MIT", "dependencies": { "read-installed": "^4.0.3", "async": "^2.0.1", "async-mixin": "^1.0.1", "advisable": "^0.2.0" }, "devDependencies": { "standard": "^7.1.2", "tape": "^4.6.0" }, "directories": { "test": "test" }, "repository": { "type": "git", "url": "git://github.com/timoxley/prod.git" }, "bugs": { "url": "https://github.com/timoxley/prod/issues" }, "keywords": [ "npm", "dependency", "tree", "async", "walk", "modules" ], "homepage": "https://github.com/timoxley/prod#readme" }