react / react-0.13.3 / examples / basic-commonjs / node_modules / browserify / node_modules / stream-browserify / package.json
80712 views{1"name": "stream-browserify",2"version": "1.0.0",3"description": "the stream module from node core for browsers",4"main": "index.js",5"dependencies": {6"inherits": "~2.0.1",7"readable-stream": "^1.0.27-1"8},9"devDependencies": {10"typedarray": "~0.0.5",11"tape": "~2.3.2"12},13"scripts": {14"test": "tape test/*.js"15},16"repository": {17"type": "git",18"url": "git://github.com/substack/stream-browserify.git"19},20"homepage": "https://github.com/substack/stream-browserify",21"keywords": [22"stream",23"browser",24"browserify"25],26"author": {27"name": "James Halliday",28"email": "[email protected]",29"url": "http://substack.net"30},31"license": "MIT",32"testling": {33"files": "test/*.js",34"browsers": [35"ie/8..latest",36"firefox/3.5",37"firefox/10",38"firefox/nightly",39"chrome/10",40"chrome/latest",41"chrome/canary",42"opera/12..latest",43"opera/next",44"safari/5.1..latest",45"ipad/6.0..latest",46"iphone/6.0..latest",47"android-browser/4.2..latest"48]49},50"bugs": {51"url": "https://github.com/substack/stream-browserify/issues"52},53"_id": "[email protected]",54"dist": {55"shasum": "bf9b4abfb42b274d751479e44e0ff2656b6f1193",56"tarball": "http://registry.npmjs.org/stream-browserify/-/stream-browserify-1.0.0.tgz"57},58"_from": "stream-browserify@>=1.0.0 <2.0.0",59"_npmVersion": "1.4.3",60"_npmUser": {61"name": "substack",62"email": "[email protected]"63},64"maintainers": [65{66"name": "substack",67"email": "[email protected]"68}69],70"directories": {},71"_shasum": "bf9b4abfb42b274d751479e44e0ff2656b6f1193",72"_resolved": "https://registry.npmjs.org/stream-browserify/-/stream-browserify-1.0.0.tgz"73}747576