Packing objects into JSON array. ```javascript var json_array_writable_stream = require("json-array-writable-stream") var stream = json_array_writable_stream() stream.write(1) stream.write("string") stream.write(null) stream.write({a:"Aa"}) stream.write(v
Turn a writable and readable stream into a streams2 duplex stream with support for async initialization and streams1/streams2 input
Open Node Streams on demand.
TypeScript definitions for concat-stream
Readable streamx interface over anymatch.
Modern stream composer
TypeScript definitions for duplexify
Object transformations implementing the Node.js `stream.Transform` API
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.
Generic interruptible "parser" mixin for Transform & Writable streams
minimal pull stream
Like duplexer but using streams3
Modern version of `duplexer2`
Creates a duplex stream
Ensure directories exist before writing to them.
Like JSONStream, but using Minipass streams
Pipe node.js streams safely with Promises
Call a callback when a readable/writable/duplex stream has completed or failed.
construct pipes of streams of events
wrap a readable/writable stream to be read-only
Concatenate a readable stream's data into a single array
Mocks node.js http.ServerResponse. See also `mock-req`.
read(1) for node programs
TypeScript definitions for pumpify