Transform stream that lets you inspect the start of a readable stream before deciding what to do with it
Read and peek from a readable stream
Transform stream that lets you peek the first line before deciding how to parse it
minimal implementation of a PassThrough stream
Converts a Web-API readable-stream into a Node.js readable-stream.
Buffer-backed Streams for reading and writing.
Returns the next buffer/object in a stream's readable queue
a ThroughStream that strictly buffers all readable events when paused.
Get and validate the raw body of a readable stream.
Buffer List: collect buffers and access with a standard readable Buffer interface, streamable too
Postgres bytea parser
writable stream that concatenates strings or binary data and calls a callback with the result
split a Text Stream into a Line Stream, using Stream 3
Get a stream as a string, Buffer, ArrayBuffer or array
Strip UTF-8 byte order mark (BOM) from a string
TypeScript definitions for responselike
JSON.Stringify as a readable stream
TypeScript definitions for stream-buffers
Convert character encodings in pure javascript.
Consume a stream of data into a binary Buffer as efficiently as possible
Extensions to Node.js child_process module
An iteration of the Node.js core streams with a series of improvements
streaming unbzip2 implementation in pure javascript for node and browsers
TypeScript definitions for concat-stream