react / wstein / node_modules / jest-cli / node_modules / jsdom / node_modules / request / node_modules / combined-stream / node_modules / delayed-stream / package.json
81151 views{1"author": {2"name": "Felix Geisendörfer",3"email": "[email protected]",4"url": "http://debuggable.com/"5},6"contributors": [7{8"name": "Mike Atkins",9"email": "[email protected]"10}11],12"name": "delayed-stream",13"description": "Buffers events from a stream until you are ready to handle them.",14"license": "MIT",15"version": "1.0.0",16"homepage": "https://github.com/felixge/node-delayed-stream",17"repository": {18"type": "git",19"url": "git://github.com/felixge/node-delayed-stream.git"20},21"main": "./lib/delayed_stream",22"engines": {23"node": ">=0.4.0"24},25"scripts": {26"test": "make test"27},28"dependencies": {},29"devDependencies": {30"fake": "0.2.0",31"far": "0.0.1"32},33"gitHead": "07a9dc99fb8f1a488160026b9ad77493f766fb84",34"bugs": {35"url": "https://github.com/felixge/node-delayed-stream/issues"36},37"_id": "[email protected]",38"_shasum": "df3ae199acadfb7d440aaae0b29e2272b24ec619",39"_from": "delayed-stream@>=1.0.0 <2.0.0",40"_npmVersion": "2.8.3",41"_nodeVersion": "1.6.4",42"_npmUser": {43"name": "apechimp",44"email": "[email protected]"45},46"dist": {47"shasum": "df3ae199acadfb7d440aaae0b29e2272b24ec619",48"tarball": "http://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz"49},50"maintainers": [51{52"name": "felixge",53"email": "[email protected]"54},55{56"name": "apechimp",57"email": "[email protected]"58}59],60"directories": {},61"_resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz"62}636465