react / wstein / node_modules / browserify / node_modules / labeled-stream-splicer / node_modules / stream-splicer / package.json
80536 views{1"name": "stream-splicer",2"version": "1.3.1",3"description": "streaming pipeline with a mutable configuration",4"main": "index.js",5"dependencies": {6"inherits": "^2.0.1",7"isarray": "~0.0.1",8"readable-stream": "^1.1.13-1",9"readable-wrap": "^1.0.0",10"through2": "^1.0.0",11"indexof": "0.0.1"12},13"devDependencies": {14"tape": "^2.12.1",15"JSONStream": "~0.8.2",16"concat-stream": "^1.4.6",17"split": "~0.3.0",18"object-keys": "~0.5.1"19},20"scripts": {21"test": "tape test/*.js"22},23"repository": {24"type": "git",25"url": "git://github.com/substack/stream-splicer.git"26},27"homepage": "https://github.com/substack/stream-splicer",28"keywords": [29"stream",30"mutable",31"pipeline"32],33"author": {34"name": "James Halliday",35"email": "[email protected]",36"url": "http://substack.net"37},38"license": "MIT",39"testling": {40"files": "test/*.js",41"browsers": [42"ie/8..latest",43"firefox/15",44"firefox/latest",45"firefox/nightly",46"chrome/15",47"chrome/latest",48"chrome/canary",49"opera/12..latest",50"opera/next",51"safari/5.1..latest",52"ipad/6.0..latest",53"iphone/6.0..latest",54"android-browser/4.2..latest"55]56},57"gitHead": "faaef523ff64dbf3ee0ac436739d92d08ee0f018",58"bugs": {59"url": "https://github.com/substack/stream-splicer/issues"60},61"_id": "[email protected]",62"_shasum": "87737a08777aa00d6a27d92562e7bc88070c081d",63"_from": "stream-splicer@>=1.1.0 <2.0.0",64"_npmVersion": "2.0.2",65"_nodeVersion": "0.10.12",66"_npmUser": {67"name": "substack",68"email": "[email protected]"69},70"maintainers": [71{72"name": "substack",73"email": "[email protected]"74}75],76"dist": {77"shasum": "87737a08777aa00d6a27d92562e7bc88070c081d",78"tarball": "http://registry.npmjs.org/stream-splicer/-/stream-splicer-1.3.1.tgz"79},80"directories": {},81"_resolved": "https://registry.npmjs.org/stream-splicer/-/stream-splicer-1.3.1.tgz",82"readme": "ERROR: No README data found!"83}848586