Easily transform Buffer instances using streams
minimal implementation of a PassThrough stream
split a Text Stream into a Line Stream, using Stream 3
Encode and decode base64 encoded strings
Buffer-backed Streams for reading and writing.
Encode and decode quoted-printable strings according to rfc2045
a ThroughStream that strictly buffers all readable events when paused.
Get and validate the raw body of a readable stream.
Buffer and transform the n first bytes of a stream
Returns the next buffer/object in a stream's readable queue
Object transformations implementing the Node.js `stream.Transform` API
Create a transform stream using await instead of callbacks
Buffer List: collect buffers and access with a standard readable Buffer interface, streamable too
Strip UTF-8 byte order mark (BOM) from a stream
Simple in-memory vinyl file store
Postgres bytea parser
JSON.Stringify as a readable stream
Implementation of the HTML encoding sniffer algo, with stream support
writable stream that concatenates strings or binary data and calls a callback with the result
create a pipeline of streams using Minipass
Get a stream as a string, Buffer, ArrayBuffer or array
Parse and compile gettext po and mo files to/from json, nothing more, nothing less
Reads / writes floats / doubles from / to buffers in both modern and ancient browsers.
smart-buffer is a Buffer wrapper that adds automatic read & write offset tracking, string operations, data insertions, and more.