{ "name": "async-iterator-pipe", "version": "1.0.1", "description": "Pipe between async iterators and streams", "main": "index.js", "scripts": { "coverage": "nyc report --reporter=text-lcov > coverage.lcov && codecov", "test": "standard && nyc tap test.js" }, "keywords": [ "async", "iterator", "stream", "pipe" ], "author": "Stephen Belanger (https://github.com/qard)", "license": "MIT", "devDependencies": { "codecov": "^3.2.0", "nyc": "^13.3.0", "standard": "^12.0.1", "tap": "^12.6.1" }, "dependencies": {}, "repository": { "type": "git", "url": "git+https://github.com/Qard/async-iterator-pipe.git" }, "bugs": { "url": "https://github.com/Qard/async-iterator-pipe/issues" }, "homepage": "https://github.com/Qard/async-iterator-pipe#readme" }