react / wstein / node_modules / browserify / node_modules / labeled-stream-splicer / node_modules / stream-splicer / node_modules / readable-wrap / package.json
80547 views{1"name": "readable-wrap",2"version": "1.0.0",3"description": "upgrade streams1 to streams2 streams as a standalone module",4"main": "index.js",5"dependencies": {6"readable-stream": "^1.1.13-1"7},8"devDependencies": {9"tape": "~2.12.1",10"through2": "~1.0.0"11},12"scripts": {13"test": "tape test/*.js"14},15"repository": {16"type": "git",17"url": "git://github.com/substack/readable-wrap.git"18},19"homepage": "https://github.com/substack/readable-wrap",20"keywords": [21"streams1",22"streams2",23"readable-stream",24"streams",25"wrapper"26],27"author": {28"name": "James Halliday",29"email": "[email protected]",30"url": "http://substack.net"31},32"license": "MIT",33"testling": {34"files": "test/*.js",35"browsers": [36"ie/8..latest",37"firefox/15",38"firefox/latest",39"firefox/nightly",40"chrome/15",41"chrome/latest",42"chrome/canary",43"opera/12..latest",44"opera/next",45"safari/5.1..latest",46"ipad/6.0..latest",47"iphone/6.0..latest",48"android-browser/4.2..latest"49]50},51"bugs": {52"url": "https://github.com/substack/readable-wrap/issues"53},54"_id": "[email protected]",55"dist": {56"shasum": "3b5a211c631e12303a54991c806c17e7ae206bff",57"tarball": "http://registry.npmjs.org/readable-wrap/-/readable-wrap-1.0.0.tgz"58},59"_from": "readable-wrap@>=1.0.0 <2.0.0",60"_npmVersion": "1.4.3",61"_npmUser": {62"name": "substack",63"email": "[email protected]"64},65"maintainers": [66{67"name": "substack",68"email": "[email protected]"69}70],71"directories": {},72"_shasum": "3b5a211c631e12303a54991c806c17e7ae206bff",73"_resolved": "https://registry.npmjs.org/readable-wrap/-/readable-wrap-1.0.0.tgz",74"readme": "ERROR: No README data found!"75}767778