UNPKG

flow-chunkify

Version:

Transform stream factory to chunk streamed data values.

53 lines (52 loc) 973 B
{ "name": "flow-chunkify", "version": "0.0.0", "description": "Transform stream factory to chunk streamed data values.", "author": { "name": "Athan Reines", "email": "athan@nodeprime.com" }, "contributors": [ { "name": "Athan Reines", "email": "athan@nodeprime.com" } ], "scripts": { "test": "mocha" }, "main": "./lib", "repository": { "type": "git", "url": "git://github.com/flow-io/flow-chunkify.git" }, "keywords": [ "stream", "writable", "readable", "transform", "flow", "flow.io", "chunk", "chunkify", "array", "arrays" ], "bugs": { "url": "https://github.com/flow-io/flow-chunkify/issues" }, "dependencies": { "through2": "^0.5.1" }, "devDependencies": { "chai": "1.x.x", "event-stream": "^3.1.7", "mocha": "1.x.x" }, "licenses": [ { "type": "MIT", "url": "http://www.opensource.org/licenses/MIT" } ] }