react / react-0.13.3 / examples / basic-commonjs / node_modules / browserify / node_modules / concat-stream / package.json
80708 views{1"name": "concat-stream",2"version": "1.4.8",3"description": "writable stream that concatenates strings or binary data and calls a callback with the result",4"tags": [5"stream",6"simple",7"util",8"utility"9],10"author": {11"name": "Max Ogden",12"email": "[email protected]"13},14"repository": {15"type": "git",16"url": "http://github.com/maxogden/concat-stream.git"17},18"bugs": {19"url": "http://github.com/maxogden/concat-stream/issues"20},21"engines": [22"node >= 0.8"23],24"main": "index.js",25"scripts": {26"test": "tape test/*.js test/server/*.js"27},28"license": "MIT",29"dependencies": {30"inherits": "~2.0.1",31"typedarray": "~0.0.5",32"readable-stream": "~1.1.9"33},34"devDependencies": {35"tape": "~2.3.2"36},37"testling": {38"files": "test/*.js",39"browsers": [40"ie/8..latest",41"firefox/17..latest",42"firefox/nightly",43"chrome/22..latest",44"chrome/canary",45"opera/12..latest",46"opera/next",47"safari/5.1..latest",48"ipad/6.0..latest",49"iphone/6.0..latest",50"android-browser/4.2..latest"51]52},53"gitHead": "1f4ea1a7791b9366a133cab033eb0f3564cb0d92",54"homepage": "https://github.com/maxogden/concat-stream",55"_id": "[email protected]",56"_shasum": "e8325bb89e55000e52b626d97466fde1a28cfe5d",57"_from": "concat-stream@>=1.4.1 <1.5.0",58"_npmVersion": "2.7.0",59"_nodeVersion": "1.5.1",60"_npmUser": {61"name": "maxogden",62"email": "[email protected]"63},64"maintainers": [65{66"name": "maxogden",67"email": "[email protected]"68}69],70"dist": {71"shasum": "e8325bb89e55000e52b626d97466fde1a28cfe5d",72"tarball": "http://registry.npmjs.org/concat-stream/-/concat-stream-1.4.8.tgz"73},74"directories": {},75"_resolved": "https://registry.npmjs.org/concat-stream/-/concat-stream-1.4.8.tgz"76}777879