react / wstein / node_modules / browserify / node_modules / module-deps / node_modules / stream-combiner2 / node_modules / through2 / node_modules / readable-stream / package.json
80575 views{1"name": "readable-stream",2"version": "1.0.33",3"description": "Streams2, a user-land copy of the stream library from Node.js v0.10.x",4"main": "readable.js",5"dependencies": {6"core-util-is": "~1.0.0",7"isarray": "0.0.1",8"string_decoder": "~0.10.x",9"inherits": "~2.0.1"10},11"devDependencies": {12"tap": "~0.2.6"13},14"scripts": {15"test": "tap test/simple/*.js"16},17"repository": {18"type": "git",19"url": "git://github.com/isaacs/readable-stream.git"20},21"keywords": [22"readable",23"stream",24"pipe"25],26"browser": {27"util": false28},29"author": {30"name": "Isaac Z. Schlueter",31"email": "[email protected]",32"url": "http://blog.izs.me/"33},34"license": "MIT",35"gitHead": "0bf97a117c5646556548966409ebc57a6dda2638",36"bugs": {37"url": "https://github.com/isaacs/readable-stream/issues"38},39"homepage": "https://github.com/isaacs/readable-stream",40"_id": "[email protected]",41"_shasum": "3a360dd66c1b1d7fd4705389860eda1d0f61126c",42"_from": "readable-stream@>=1.0.17 <1.1.0",43"_npmVersion": "1.4.28",44"_npmUser": {45"name": "rvagg",46"email": "[email protected]"47},48"maintainers": [49{50"name": "isaacs",51"email": "[email protected]"52},53{54"name": "tootallnate",55"email": "[email protected]"56},57{58"name": "rvagg",59"email": "[email protected]"60}61],62"dist": {63"shasum": "3a360dd66c1b1d7fd4705389860eda1d0f61126c",64"tarball": "http://registry.npmjs.org/readable-stream/-/readable-stream-1.0.33.tgz"65},66"directories": {},67"_resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-1.0.33.tgz",68"readme": "ERROR: No README data found!"69}707172