A version of map-stream with support for callbacks, promises, observables and streams.
Get a stream as a string, Buffer, ArrayBuffer or array
Generates and consumes source maps
An iteration of the Node.js core streams with a series of improvements
node.js library for reading and extraction of ZIP archives
construct pipes of streams of events
Map over promises concurrently
A tiny, zero-dependency yet spec-compliant asynchronous iterator polyfill/ponyfill for ReadableStreams.
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.
Clone a Node.js HTTP response stream
Tiny utilities for inserting transformation logic into Node.js stream and Web Streams pipelines
a streaming zip archive generator.
Streaming utilities for AI assistants
Encode FormData content into the multipart/form-data format
JSON.Stringify as a readable stream
Foundation for async iterators as streams
Chain functions, generators, Node streams, and Web streams into a pipeline with backpressure support.
Vinyl adapter for the file system.
A streaming data transport format that aims to support built-in features such as Promises, Dates, RegExps, Maps, Sets and more.
Convert Node Streams into ECMAScript-Observables
Node.js Streams, a user-land copy of the stream library from Node.js
fs read and write streams based on minipass
Check if something is a Node.js stream
A map function for Web Streams with concurrency support. Like node's ReadableStream.map(), but for Web Streams.