UNPKG

wait-stream

Version:
44 lines (43 loc) 1.2 kB
{ "name": "wait-stream", "version": "1.2.0", "description": "Simple wait module for streams3 in node", "repository": "justinhelmer/wait-stream", "keywords": [ "node", "stream", "streams3", "gulp", "wait", "through2", "setTimeout" ], "author": "Justin Helmer <jhelmer25@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/justinhelmer/wait-stream/issues" }, "homepage": "https://github.com/justinhelmer/wait-stream#readme", "main": "index.js", "scripts": { "coverage": "istanbul cover _mocha --report lcovonly -- --colors -R dot && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage", "test": "eslint test index.js && mocha --colors" }, "dependencies": { "through2": "^2.0.1" }, "devDependencies": { "chai": "^3.5.0", "coveralls": "^2.11.6", "dirty-chai": "^1.2.2", "eslint": "^2.0.0", "eslint-config-google": "justinhelmer/eslint-config-google", "eslint-plugin-mocha": "^2.0.0", "istanbul": "^0.4.2", "lodash": "^4.3.0", "mocha": "^2.4.5", "require-subvert": "^0.1.0", "sinon": "^1.17.3", "sinon-chai": "^2.8.0" } }