react / react-0.13.3 / examples / basic-commonjs / node_modules / browserify / node_modules / through2 / package.json
80709 views{1"name": "through2",2"version": "1.1.1",3"description": "A tiny wrapper around Node streams2 Transform to avoid explicit subclassing noise",4"main": "through2.js",5"scripts": {6"test": "node test/test.js",7"test-local": "brtapsauce-local test/basic-test.js"8},9"repository": {10"type": "git",11"url": "https://github.com/rvagg/through2.git"12},13"keywords": [14"stream",15"streams2",16"through",17"transform"18],19"author": {20"name": "Rod Vagg",21"email": "[email protected]",22"url": "https://github.com/rvagg"23},24"license": "MIT",25"dependencies": {26"readable-stream": ">=1.1.13-1 <1.2.0-0",27"xtend": ">=4.0.0 <4.1.0-0"28},29"devDependencies": {30"bl": ">=0.9.0 <0.10.0-0",31"stream-spigot": ">=3.0.4 <3.1.0-0",32"tape": ">=2.14.0 <2.15.0-0"33},34"publishConfig": {35"tag": "1.0"36},37"gitHead": "05618510052dcb4ec970c47c1234e0fcad8566de",38"bugs": {39"url": "https://github.com/rvagg/through2/issues"40},41"homepage": "https://github.com/rvagg/through2",42"_id": "[email protected]",43"_shasum": "0847cbc4449f3405574dbdccd9bb841b83ac3545",44"_from": "through2@>=1.0.0 <2.0.0",45"_npmVersion": "1.4.21",46"_npmUser": {47"name": "rvagg",48"email": "[email protected]"49},50"maintainers": [51{52"name": "rvagg",53"email": "[email protected]"54},55{56"name": "bryce",57"email": "[email protected]"58}59],60"dist": {61"shasum": "0847cbc4449f3405574dbdccd9bb841b83ac3545",62"tarball": "http://registry.npmjs.org/through2/-/through2-1.1.1.tgz"63},64"directories": {},65"_resolved": "https://registry.npmjs.org/through2/-/through2-1.1.1.tgz"66}676869