react / react-0.13.3 / examples / basic-commonjs / node_modules / browserify / node_modules / labeled-stream-splicer / package.json
80708 views{1"name": "labeled-stream-splicer",2"version": "1.0.2",3"description": "stream splicer with labels",4"main": "index.js",5"dependencies": {6"inherits": "^2.0.1",7"isarray": "~0.0.1",8"stream-splicer": "^1.1.0"9},10"devDependencies": {11"tape": "^2.12.1",12"browser-pack": "^2.0.1",13"concat-stream": "^1.4.6",14"module-deps": "^2.1.2",15"through2": "^1.0.0"16},17"scripts": {18"test": "tape test/*.js"19},20"repository": {21"type": "git",22"url": "git://github.com/substack/labeled-stream-splicer.git"23},24"homepage": "https://github.com/substack/labeled-stream-splicer",25"keywords": [26"splice",27"stream",28"labels",29"mutable",30"pipeline"31],32"author": {33"name": "James Halliday",34"email": "[email protected]",35"url": "http://substack.net"36},37"license": "MIT",38"testling": {39"files": "test/*.js",40"browsers": [41"ie/8..latest",42"firefox/15",43"firefox/latest",44"firefox/nightly",45"chrome/15",46"chrome/latest",47"chrome/canary",48"opera/12..latest",49"opera/next",50"safari/5.1..latest",51"ipad/6.0..latest",52"iphone/6.0..latest",53"android-browser/4.2..latest"54]55},56"gitHead": "efb6b5e2eefc5d6642358c67c8f40ffa241fa55e",57"bugs": {58"url": "https://github.com/substack/labeled-stream-splicer/issues"59},60"_id": "[email protected]",61"_shasum": "4615331537784981e8fd264e1f3a434c4e0ddd65",62"_from": "labeled-stream-splicer@>=1.0.0 <2.0.0",63"_npmVersion": "2.1.3",64"_nodeVersion": "0.10.31",65"_npmUser": {66"name": "substack",67"email": "[email protected]"68},69"maintainers": [70{71"name": "substack",72"email": "[email protected]"73}74],75"dist": {76"shasum": "4615331537784981e8fd264e1f3a434c4e0ddd65",77"tarball": "http://registry.npmjs.org/labeled-stream-splicer/-/labeled-stream-splicer-1.0.2.tgz"78},79"directories": {},80"_resolved": "https://registry.npmjs.org/labeled-stream-splicer/-/labeled-stream-splicer-1.0.2.tgz"81}828384