{ "name": "multi-read-stream", "version": "2.0.0", "description": "Readable stream that reads from multiple readable streams at the same time", "main": "index.js", "dependencies": { "readable-stream": "^2.0.1" }, "devDependencies": { "concat-stream": "^1.5.0", "from2": "^2.1.0", "standard": "^4.5.4", "tape": "^4.0.0" }, "scripts": { "test": "standard && tape test.js" }, "repository": { "type": "git", "url": "https://github.com/mafintosh/multi-read-stream.git" }, "author": "Mathias Buus (@mafintosh)", "license": "MIT", "bugs": { "url": "https://github.com/mafintosh/multi-read-stream/issues" }, "homepage": "https://github.com/mafintosh/multi-read-stream" }