Encode or decode using COBS (Consistent Overhead Byte Stuffing)
Tiny utilities for inserting transformation logic into Node.js stream and Web Streams pipelines
Encode and decode base64 encoded strings
Encode and decode quoted-printable strings according to rfc2045
minimal implementation of a PassThrough stream
Generic interruptible "parser" mixin for Transform & Writable streams
create a pipeline of streams using Minipass
pipe streams together and close all of them if one of them closes
Object transformations implementing the Node.js `stream.Transform` API
Pipe node.js streams safely with Promises
Get a stream as a string, Buffer, ArrayBuffer or array
Web Streams, based on the WHATWG spec reference implementation
Transform stream.
Streams for parsing and deparsing the COPY binary format
Convert JSON to CSV
An iteration of the Node.js core streams with a series of improvements
Chain functions, generators, Node streams, and Web streams into a pipeline with backpressure support.
An implementation of window.fetch in Node.js using Minipass streams
Merge multiple streams into a unified stream
Implementation of the HTML encoding sniffer algo, with stream support
A small fast zlib stream built on [minipass](http://npm.im/minipass) and Node.js's zlib binding.
The string_decoder module from Node core
Count bytes passing through a stream
Node.js Transform and Async interface to convert JSON into CSV.