Object duplex stream that resolves relational properties to full objects.
A streaming data transport format that aims to support built-in features such as Promises, Dates, RegExps, Maps, Sets and more.
Node.js Streams, a user-land copy of the stream library from Node.js
resolve like require.resolve() on behalf of files asynchronously and synchronously
Check if something is a Node.js stream
Offers a async require.resolve function. It's highly configurable.
Get a stream as a string, Buffer, ArrayBuffer or array
Promise that shares Node.js Stream interface
Toggle the CLI cursor
A readable async stream which can be iterated over using a for-await-of loop.
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
Create streams from promises
Call a callback when a readable/writable/duplex stream has completed or failed.
A streaming way to send data to a Node.js Worker Thread
the most correct and second fastest glob implementation in JavaScript
Pipe node.js streams safely with Promises
Get and validate the raw body of a readable stream.
A stream that emits multiple other streams one after another.
Returns the next buffer/object in a stream's readable queue
Streaming data for JavaScript
Merge multiple streams into a unified stream
A tiny, zero-dependency yet spec-compliant asynchronous iterator polyfill/ponyfill for ReadableStreams.
An iteration of the Node.js core streams with a series of improvements