UNPKG

stream-tail

Version:

Through stream that emits the last few chunks of input

24 lines (23 loc) 597 B
{ "name": "stream-tail", "version": "1.0.0", "description": "Through stream that emits the last few chunks of input", "main": "stream-tail.js", "directories": { "test": "test" }, "scripts": { "test": "tap --check-coverage --100 test/*.js" }, "keywords": [ "tail", "stream", "ReadableStream", "WritableStream" ], "repository": "https://github.com/cttttt/stream-tail.git", "author": "Chris Taylor <chris@twentytwotabs.com>", "license": "MIT", "dependencies": { "through2": "^2.0.3" }, "devDependencies": { "eslint": "^4.5.0", "tap": "^10.7.2" } }