UNPKG

pipe-iterators

Version:

Like underscore for Node streams. Map, reduce, filter, fork, pipeline and other utility functions for iterating over object mode streams.

34 lines (33 loc) 964 B
{ "name": "pipe-iterators", "version": "1.3.0", "description": "Like underscore for Node streams. Map, reduce, filter, fork, pipeline and other utility functions for iterating over object mode streams.", "main": "index.js", "scripts": { "test": "mocha -R spec ./test/iterators.test.js ./test/io-construct.test.js ./test/control-flow.test.js ./test/pipe.test.js" }, "repository": { "type": "git", "url": "https://github.com/mixu/pipe-iterators.git" }, "author": "Mikito Takada <mixu@mixu.net> (http://mixu.net/)", "keywords": [ "pipe", "stream", "through2", "streams" ], "license": "BSD-3-Clause", "bugs": { "url": "https://github.com/mixu/pipe-iterators/issues" }, "homepage": "https://github.com/mixu/pipe-iterators", "dependencies": { "clone": "~1.0.2", "merge-stream": "~1.0.0", "miniq": "~1.0.0", "readable-stream": "~2.0.6", "through2": "~2.0.1", "xtend": "~4.0.1" } }