react / wstein / node_modules / browserify / node_modules / module-deps / node_modules / stream-combiner2 / package.json
80540 views{1"name": "stream-combiner2",2"version": "1.0.2",3"homepage": "https://github.com/substack/stream-combiner2",4"repository": {5"type": "git",6"url": "git://github.com/substack/stream-combiner2.git"7},8"dependencies": {9"duplexer2": "~0.0.2",10"through2": "~0.5.1"11},12"devDependencies": {13"tape": "~2.3.0",14"through": "~2.3.4",15"event-stream": "~3.0.7"16},17"scripts": {18"test": "set -e; for t in test/*.js; do node $t; done"19},20"author": {21"name": "'Dominic Tarr'",22"email": "[email protected]",23"url": "http://dominictarr.com"24},25"license": "MIT",26"gitHead": "da79632e5adb4e87e326b9432656494aa4204544",27"description": "This is a sequel to [stream-combiner](https://npmjs.org/package/stream-combiner) for streams2.",28"bugs": {29"url": "https://github.com/substack/stream-combiner2/issues"30},31"_id": "[email protected]",32"_shasum": "ba72a6b50cbfabfa950fc8bc87604bd01eb60671",33"_from": "stream-combiner2@>=1.0.0 <1.1.0",34"_npmVersion": "2.0.2",35"_nodeVersion": "0.10.12",36"_npmUser": {37"name": "substack",38"email": "[email protected]"39},40"maintainers": [41{42"name": "substack",43"email": "[email protected]"44}45],46"dist": {47"shasum": "ba72a6b50cbfabfa950fc8bc87604bd01eb60671",48"tarball": "http://registry.npmjs.org/stream-combiner2/-/stream-combiner2-1.0.2.tgz"49},50"directories": {},51"_resolved": "https://registry.npmjs.org/stream-combiner2/-/stream-combiner2-1.0.2.tgz",52"readme": "ERROR: No README data found!"53}545556