Very simple node stream variable replacer
Buffers events from a stream until you are ready to handle them.
A stream that emits multiple other streams one after another.
A micro-library of stream components for building custom JSON and JSONC processing pipelines with a minimal memory footprint — parse, filter, and transform JSON far larger than available memory with a SAX-inspired token API, on Node.js or Web Streams.
Get a stream as a string, Buffer, ArrayBuffer or array
Create a stream that emits events from multiple other streams
construct pipes of streams of events
A readable stream reader that reads a desired number of bytes.
[](https://npmjs.org/package/stream-combiner) [](https://travis-ci.org/dominictarr/stream-combiner)
minimal implementation of a PassThrough stream
transform stream to cut css into rule-sized chunks
Iterate all the data in a stream
Node.js Streams, a user-land copy of the stream library from Node.js
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)
Check if something is a Node.js stream
An ES6 Tagged String Literal tag that can interpolate Node.JS streams, strings, arrays and Promises and produces a stream.,
Get stdout window width, with two fallbacks, tty and then a default.
Transform stream that lets you peek the first line before deciding how to parse it
Check if a stream has ended
Read binary streams in chunks, on demand, with promises.
Creates a duplex stream
transform a stream into a quoted string
Check if stdout or stderr is interactive
wrap a readable/writable stream to be read-only