A stream parser for pretty printing for JSON
A micro-library of stream components for building custom JSON and JSONC processing pipelines with a minimal memory footprint — parse, filter, and transform JSON far larger than available memory with a SAX-inspired token API, on Node.js or Web Streams.
Detect whether a terminal supports color
JSON.Stringify as a readable stream
Big-friendly JSON. Asynchronous streaming functions for large JSON data sets.
Check if stdout or stderr is interactive
minimal implementation of a PassThrough stream
A tiny, zero-dependency yet spec-compliant asynchronous iterator polyfill/ponyfill for ReadableStreams.
Like JSONStream, but using Minipass streams
TypeScript definitions for stream-json
A list of color names and its values
A small toolset for streaming JSON-RPC data and matching requests and responses
Chain functions, generators, Node streams, and Web streams into a pipeline with backpressure support.
A set of efficient utilities that extend the use of JSON (streaming, estimate size, NDJSON/JSONL, etc.)
Opens a stream.Writable to a file rotated by interval and/or size. A logrotate alternative.
A light-weight module that brings window.fetch to node.js
Turn an abstract-leveldown iterator into a readable stream
A light-weight module that brings Fetch API to node.js
Node.js Streams, a user-land copy of the stream library from Node.js
Check if something is a Node.js stream
Streaming JSON.stringify()
a JSON logging library for node.js services
Get a stream as a string, Buffer, ArrayBuffer or array
tar-stream is a streaming tar parser and generator and nothing else. It operates purely using streams which means you can easily extract/parse tarballs without ever hitting the file system.