Bucklescript bindings for stream-to-array
Concatenate a readable stream's data into a single array
Bare simple logger for NodeJS
ByteStream is a library making possible to manipulates single bytes and bits on pure JavaScript
Get a stream as a string, Buffer, ArrayBuffer or array
Merge multiple streams into a unified stream
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.
Option parsing for Node, supporting types, shorthands, etc. Used by npm.
Read arrays as standard WhatWG streams.
Like JSONStream, but using Minipass streams
git-log-parser
Convert a string/promise/array/iterable/asynciterable/buffer/typedarray/arraybuffer/object into a stream
- For arrays: https://github.com/stream-utils/stream-to-array - For strings: https://github.com/stream-utils/raw-body
Compositional JSON encode/decode library for BuckleScript
Readable streamx interface over anymatch.
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.
Node.js Streams, a user-land copy of the stream library from Node.js
Convert Node Streams into ECMAScript-Observables
Safely push each item of an array to a stream
construct pipes of streams of events
Object transformations implementing the Node.js `stream.Transform` API
destroy a stream if possible
Pipe an Array through Node.js streams
minimal implementation of a PassThrough stream