Showing 1-20 of 316 packages
A tiny wrapper around Node.js streams.Transform (Streams2/3) to avoid explicit subclassing noise
A through2 to create an Array.prototype.filter analog for streams.
TypeScript definitions for through2
Like through2 except runs in parallel with limited concurrency
A through2 to create an Array.prototype.map analog for streams.
A through2 wrapper to for simple stream.PassThrough spies.
A through2 wrapper that just receives chunks and nothing else.
TypeScript definitions for through2-map
Convenience wrapper for ReadableStream, with an API lifted from "from" and "through2"
TypeScript definitions for through2-concurrent
Dominic Tarr's JSONStream using Rodd Vaggs' through2
A through2 to create a lodash.get analog for streams
A through2 wrapper to emulate Array.prototype.reduce for streams.
A small promise-based wrapper for through2
An async version of through2-map -- async Array.prototype.map for streams
A combination of through2 and split with a straightforward interface.
get a transform stream, like through2.obj()
through2 for people that can't take `this` anymore.
Parallel Transform stream with an interface lifted from through2
A through2 for transforming buffer (or string) streams into objectMode ones (or vice-versa).