react / wstein / node_modules / jest-cli / node_modules / jsdom / node_modules / request / node_modules / form-data / node_modules / combined-stream / package.json
81151 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": "0.0.7",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": "0.0.5"23},24"devDependencies": {25"far": "~0.0.7"26},27"bugs": {28"url": "https://github.com/felixge/node-combined-stream/issues"29},30"_id": "[email protected]",31"dist": {32"shasum": "0137e657baa5a7541c57ac37ac5fc07d73b4dc1f",33"tarball": "http://registry.npmjs.org/combined-stream/-/combined-stream-0.0.7.tgz"34},35"_from": "combined-stream@>=0.0.4 <0.1.0",36"_npmVersion": "1.4.3",37"_npmUser": {38"name": "felixge",39"email": "[email protected]"40},41"maintainers": [42{43"name": "felixge",44"email": "[email protected]"45},46{47"name": "celer",48"email": "[email protected]"49},50{51"name": "alexindigo",52"email": "[email protected]"53}54],55"directories": {},56"_shasum": "0137e657baa5a7541c57ac37ac5fc07d73b4dc1f",57"_resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-0.0.7.tgz"58}596061