UNPKG

slice-stream

Version:

Pipe data through a stream until some fixed length is reached, then callback.

36 lines (35 loc) 793 B
{ "name": "slice-stream", "version": "1.0.0", "description": "Pipe data through a stream until some fixed length is reached, then callback.", "main": "slicestream.js", "directories": { "example": "examples", "test": "test" }, "scripts": { "test": "tap ./test/*.js" }, "repository": { "type": "git", "url": "https://github.com/EvanOxfeld/slice-stream.git" }, "keywords": [ "slice", "fixed", "length", "stream", "split" ], "author": "Evan Oxfeld <eoxfeld@gmail.com>", "license": "MIT", "readmeFilename": "README.md", "gitHead": "9054cbab67c2e71ab9241dbe88401c786b270f8e", "dependencies": { "readable-stream": "~1.0.31" }, "devDependencies": { "stream-buffers": ">= 0.2.4 < 1", "tap": ">= 0.4.0 < 1" } }