Child process's stdout/stderr as async iterator
Get a stream as a string, Buffer, ArrayBuffer or array
Creates a duplex stream
node.js library for reading and extraction of ZIP archives
A tiny, zero-dependency yet spec-compliant asynchronous iterator polyfill/ponyfill for ReadableStreams.
a streaming zip archive generator.
Clone a Node.js HTTP response stream
Encode FormData content into the multipart/form-data format
JSON.Stringify as a readable stream
Streaming utilities for AI assistants
Chain functions, generators, Node streams, and Web streams into a pipeline with backpressure support.
Node.js Streams, a user-land copy of the stream library from Node.js
Check if something is a Node.js stream
fs read and write streams based on minipass
ES async interator wrapper for node streams
Toggle the CLI cursor
fs read and write streams based on minipass
Create a transform stream using await instead of callbacks
tar-stream is a streaming tar parser and generator and nothing else. It operates purely using streams which means you can easily extract/parse tarballs without ever hitting the file system.
destroy a stream if possible
A consumable stream demultiplexer.
Call a callback when a readable/writable/duplex stream has completed or failed.
Buffer and transform the n first bytes of a stream
Allows libraries to handle various caller provided asynchronous functions uniformly. Maps promises, observables, child processes and streams, and callbacks to callback style.