react / wstein / node_modules / jest-cli / node_modules / jsdom / node_modules / request / node_modules / combined-stream / package.json
81145 views{1"author": {2"name": "Felix Geisendörfer",3"email": "[email protected]",4"url": "http://debuggable.com/"5},6"name": "combined-stream",7"description": "A stream that emits multiple other streams one after another.",8"version": "1.0.3",9"homepage": "https://github.com/felixge/node-combined-stream",10"repository": {11"type": "git",12"url": "git://github.com/felixge/node-combined-stream.git"13},14"main": "./lib/combined_stream",15"scripts": {16"test": "node test/run.js"17},18"engines": {19"node": ">= 0.8"20},21"dependencies": {22"delayed-stream": "^1.0.0"23},24"devDependencies": {25"far": "~0.0.7"26},27"license": "MIT",28"gitHead": "f1a12682aed63acb3cd66857104202a7e7ca5565",29"bugs": {30"url": "https://github.com/felixge/node-combined-stream/issues"31},32"_id": "[email protected]",33"_shasum": "c224cc35d3cb98e25dead532472a18e8f75df5ab",34"_from": "combined-stream@>=1.0.1 <1.1.0",35"_npmVersion": "2.10.0",36"_nodeVersion": "2.0.1",37"_npmUser": {38"name": "apechimp",39"email": "[email protected]"40},41"dist": {42"shasum": "c224cc35d3cb98e25dead532472a18e8f75df5ab",43"tarball": "http://registry.npmjs.org/combined-stream/-/combined-stream-1.0.3.tgz"44},45"maintainers": [46{47"name": "felixge",48"email": "[email protected]"49},50{51"name": "celer",52"email": "[email protected]"53},54{55"name": "alexindigo",56"email": "[email protected]"57},58{59"name": "apechimp",60"email": "[email protected]"61}62],63"directories": {},64"_resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.3.tgz"65}666768