react / wstein / node_modules / browserify / node_modules / module-deps / node_modules / stream-combiner2 / node_modules / through2 / package.json
80556 views{1"name": "through2",2"version": "0.5.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": "git+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.0.17",27"xtend": "~3.0.0"28},29"devDependencies": {30"tape": "~2.3.0",31"bl": "~0.6.0",32"stream-spigot": "~3.0.1",33"brtapsauce": "~0.2.2"34},35"bugs": {36"url": "https://github.com/rvagg/through2/issues"37},38"homepage": "https://github.com/rvagg/through2",39"_id": "[email protected]",40"dist": {41"shasum": "dfdd012eb9c700e2323fd334f38ac622ab372da7",42"tarball": "http://registry.npmjs.org/through2/-/through2-0.5.1.tgz"43},44"_from": "through2@>=0.5.1 <0.6.0",45"_npmVersion": "1.4.3",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"directories": {},61"_shasum": "dfdd012eb9c700e2323fd334f38ac622ab372da7",62"_resolved": "https://registry.npmjs.org/through2/-/through2-0.5.1.tgz",63"readme": "ERROR: No README data found!"64}656667