through2(latest: 4.0.2) A tiny wrapper around Node.js streams.Transform (Streams2/3) to avoid explicit subclassing noise
through2-map(latest: 3.0.0) A through2 to create an Array.prototype.map analog for streams.
terminus(latest: 1.1.0) An abstraction for making stream.Writable streams without all the boilerplate.
stream-spigot(latest: 3.0.6) A readable stream generator, useful for testing or converting simple functions into Readable streams.
stats-lite(latest: 2.2.0) A light statistical package that operates on numeric Arrays.
isnumber(latest: 1.0.0) A simple test to see if a value is a non-infinite number.
stream-meter(latest: 1.0.4) A stream meter that both counts the bytes piped through it, and can optionally abort on a max size. (e.g. limit a http request size)
through2-filter(latest: 4.0.0) A through2 to create an Array.prototype.filter analog for streams.
multibuffer-stream(latest: 3.0.0) A streaming interface for multibuffer.
multibuffer(latest: 2.2.3) Package Arrays of Buffers into a single buffer that they can be later unpacked from.