UNPKG

module-deps

Version:

walk the dependency graph to generate json output that can be fed into browser-pack

57 lines (56 loc) 1.25 kB
{ "name": "module-deps", "version": "3.7.13", "description": "walk the dependency graph to generate json output that can be fed into browser-pack", "main": "index.js", "bin": { "module-deps": "bin/cmd.js" }, "dependencies": { "JSONStream": "^1.0.3", "browser-resolve": "^1.7.0", "concat-stream": "~1.4.5", "defined": "^1.0.0", "detective": "^4.0.0", "duplexer2": "0.0.2", "inherits": "^2.0.1", "parents": "^1.0.0", "readable-stream": "^1.0.27-1", "resolve": "^1.1.3", "stream-combiner2": "~1.0.0", "subarg": "^1.0.0", "through2": "~0.4.1", "xtend": "^4.0.0" }, "devDependencies": { "through": "~2.3.4", "tape": "~2.12.3", "browser-pack": "^4.0.3" }, "scripts": { "test": "tape test/*.js" }, "repository": { "type": "git", "url": "git://github.com/substack/module-deps.git" }, "homepage": "https://github.com/substack/module-deps", "keywords": [ "dependency", "graph", "browser", "require", "module", "exports", "json" ], "author": { "name": "James Halliday", "email": "mail@substack.net", "url": "http://substack.net" }, "engines": { "node": ">= 0.6" }, "license": "MIT" }