react / wstein / node_modules / browserify / node_modules / JSONStream / node_modules / through / package.json
80536 views{1"name": "through",2"version": "2.3.7",3"description": "simplified stream construction",4"main": "index.js",5"scripts": {6"test": "set -e; for t in test/*.js; do node $t; done"7},8"devDependencies": {9"stream-spec": "~0.3.5",10"tape": "~2.3.2",11"from": "~0.1.3"12},13"keywords": [14"stream",15"streams",16"user-streams",17"pipe"18],19"author": {20"name": "Dominic Tarr",21"email": "[email protected]",22"url": "dominictarr.com"23},24"license": "MIT",25"repository": {26"type": "git",27"url": "git+https://github.com/dominictarr/through.git"28},29"homepage": "http://github.com/dominictarr/through",30"testling": {31"browsers": [32"ie/8..latest",33"ff/15..latest",34"chrome/20..latest",35"safari/5.1..latest"36],37"files": "test/*.js"38},39"gitHead": "d532966ebcae90fd6a150cc489b55c6a4e0bc4a0",40"bugs": {41"url": "https://github.com/dominictarr/through/issues"42},43"_id": "[email protected]",44"_shasum": "5fcc3690fed2fdf98c6fc88b4d207a4624ac3b87",45"_from": "through@>=2.2.7 <3.0.0",46"_npmVersion": "2.4.1",47"_nodeVersion": "0.10.35",48"_npmUser": {49"name": "dominictarr",50"email": "[email protected]"51},52"maintainers": [53{54"name": "dominictarr",55"email": "[email protected]"56}57],58"dist": {59"shasum": "5fcc3690fed2fdf98c6fc88b4d207a4624ac3b87",60"tarball": "http://registry.npmjs.org/through/-/through-2.3.7.tgz"61},62"directories": {},63"_resolved": "https://registry.npmjs.org/through/-/through-2.3.7.tgz",64"readme": "ERROR: No README data found!"65}666768