Buffer-backed Streams for reading and writing.
Converts a Web-API readable-stream into a Node.js readable-stream.
[](https://npmjs.org/package/stream-combiner) [](https://travis-ci.org/dominictarr/stream-combiner)
A tiny, zero-dependency yet spec-compliant asynchronous iterator polyfill/ponyfill for ReadableStreams.
construct pipes of streams of events
A write stream constructor that supports a flush function that is called before finish is emitted
A library that makes it easier to work with Streams in the browser.
construct pipes of streams of events
a ThroughStream that strictly buffers all readable events when paused.
Implementation of the HTML encoding sniffer algo, with stream support
Convert a value to a ReadableStream
a collection of useful streams
A json rpc implementation over streams
Transform stream that allows you to run your transforms in parallel without changing the order
Convert a string/promise/array/iterable/asynciterable/buffer/typedarray/arraybuffer/object into a stream
TypeScript definitions for mute-stream
Iterate all the data in a stream
Like `fs.createWriteStream(...)`, but atomic.
Pause a stream's data events
A hybrid buffered / streaming middleware kernel backwards compatible with connect.
Tokenized zip support
Write data to a file, replacing the file if it already exists and creating any intermediate directories if they don't already exist. Thin wrapper around node's native fs methods.
Like JSONStream, but using Minipass streams
Manipulate SVG path data (path[d] attribute content) simply and efficiently.
This package provides building blocks to create framework-level integration of Apollo Client with React's streaming SSR. See the [@apollo/client-integration-nextjs](https://github.com/apollographql/apollo-client-integrations/tree/main/packages/nextjs) pac
Streaming library for the Microsoft Bot Framework
stream-json is the micro-library of Node.js stream components for creating custom JSON processing pipelines with a minimal memory footprint. It can parse JSON files far exceeding available memory streaming individual primitives using a SAX-inspired API. I
This is a sequel to [stream-combiner](https://npmjs.org/package/stream-combiner) for streams3.
simplified stream construction
Transform stream that lets you peek the first line before deciding how to parse it
Check if a stream has ended
Clone a Readable stream, safely