Ensure directories exist before writing to them.
A stream that creates directories via mkdirp
Recursively mkdir, like `mkdir -p`
Make a directory and its parents if needed - Think `mkdir -p`
Mirror of mkdirp 0.5.2
mkdirp, but chown to the owner of the containing folder if possible and necessary
mkdirp as promised
Node.js Streams, a user-land copy of the stream library from Node.js
Check if something is a Node.js stream
Get a stream as a string, Buffer, ArrayBuffer or array
Recursively mkdir, like `mkdir -p`
A maintained fork of Hogan.js by Profound Logic. Removes deprecated mkdirp usage and ensures compatibility with modern Node.js.
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.
A minimal, zero-dependency mkdirp written in VanillaJS for node.
Call a callback when a readable/writable/duplex stream has completed or failed.
Toggle the CLI cursor
destroy a stream if possible
Get and validate the raw body of a readable stream.
A tiny, zero-dependency yet spec-compliant asynchronous iterator polyfill/ponyfill for ReadableStreams.
Streaming data for JavaScript
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.
A streaming way to send data to a Node.js Worker Thread
A stream that emits multiple other streams one after another.
minimal implementation of a PassThrough stream