react / react-0.13.3 / examples / basic-commonjs / node_modules / browserify / node_modules / module-deps / package.json
80708 views{1"name": "module-deps",2"version": "3.8.0",3"description": "walk the dependency graph to generate json output that can be fed into browser-pack",4"main": "index.js",5"bin": {6"module-deps": "bin/cmd.js"7},8"dependencies": {9"JSONStream": "^1.0.3",10"browser-resolve": "^1.7.0",11"concat-stream": "~1.4.5",12"defined": "^1.0.0",13"detective": "^4.0.0",14"duplexer2": "0.0.2",15"inherits": "^2.0.1",16"parents": "^1.0.0",17"readable-stream": "^1.1.13",18"resolve": "^1.1.3",19"stream-combiner2": "~1.0.0",20"subarg": "^1.0.0",21"through2": "^1.0.0",22"xtend": "^4.0.0"23},24"devDependencies": {25"tap": "^1.0.0",26"browser-pack": "^5.0.0"27},28"scripts": {29"test": "tap test/*.js"30},31"repository": {32"type": "git",33"url": "git://github.com/substack/module-deps.git"34},35"homepage": "https://github.com/substack/module-deps",36"keywords": [37"dependency",38"graph",39"browser",40"require",41"module",42"exports",43"json"44],45"author": {46"name": "James Halliday",47"email": "[email protected]",48"url": "http://substack.net"49},50"engines": {51"node": ">= 0.6"52},53"license": "MIT",54"gitHead": "86d97913ca924d6b455aff551b80860a5c49431d",55"bugs": {56"url": "https://github.com/substack/module-deps/issues"57},58"_id": "[email protected]",59"_shasum": "b45f8b135bd58d4b15b30c181a7561b19e884534",60"_from": "module-deps@>=3.5.0 <4.0.0",61"_npmVersion": "2.10.1",62"_nodeVersion": "0.10.38",63"_npmUser": {64"name": "zertosh",65"email": "[email protected]"66},67"maintainers": [68{69"name": "substack",70"email": "[email protected]"71},72{73"name": "zertosh",74"email": "[email protected]"75},76{77"name": "jmm",78"email": "[email protected]"79},80{81"name": "terinjokes",82"email": "[email protected]"83}84],85"dist": {86"shasum": "b45f8b135bd58d4b15b30c181a7561b19e884534",87"tarball": "http://registry.npmjs.org/module-deps/-/module-deps-3.8.0.tgz"88},89"directories": {},90"_resolved": "https://registry.npmjs.org/module-deps/-/module-deps-3.8.0.tgz"91}929394