Transform stream which can be throttled to meet QPS restrictions
Object transformations implementing the Node.js `stream.Transform` API
minimal implementation of a PassThrough stream
A rate limiter for Node.js streams.
Buffer and transform the n first bytes of a stream
split a Text Stream into a Line Stream, using Stream 3
Generic interruptible "parser" mixin for Transform & Writable streams
Encode and decode base64 encoded strings
create a pipeline of streams using Minipass
Encode and decode quoted-printable strings according to rfc2045
Tiny utilities for inserting transformation logic into Node.js stream and Web Streams pipelines
TypeScript definitions for through2
simple line-by-line stream reader
TypeScript definitions for base64-stream
Transform stream that allows you to run your transforms in parallel without changing the order
Create a transform stream using await instead of callbacks
Node.js Readable stream capping average data rate by limiting reads from the source
a streaming CRC32 checksumer
Chain functions, generators, Node streams, and Web streams into a pipeline with backpressure support.
A mature CSV toolset with simple api, full of options and tested against large datasets.
Strip UTF-8 byte order mark (BOM) from a stream
CSV parsing implementing the Node.js `stream.Transform` API
Node.js Transform and Async interface to convert JSON into CSV.
Pipe node.js streams safely with Promises