A minimalist NodeJS module for callback buffering.
Convert any async function to a cb-buffer handler.
A pure javascript CRC32 algorithm that plays nice with binary data
A Minipass stream that calls a flush function before emitting 'end'
TypeScript definitions for concat-stream
Abstract streams to deal with the whole buffered contents.
Let your JS API users either give you a callback or receive a promise
Traverse JSON Schema passing each schema object to callback
Modern Buffer API polyfill without footguns
Safer Node.js Buffer API
Contain async insanity so that the dark pony lord doesn't eat souls
asynchronous function queue with adjustable concurrency
Node.js Buffer API, for the browser
yet another zip library for node
smart-buffer is a Buffer wrapper that adds automatic read & write offset tracking, string operations, data insertions, and more.
Is this value a JS SharedArrayBuffer?
Get the byte length of an ArrayBuffer, even in engines without a `.byteLength` method.
Get the ArrayBuffer out of a TypedArray, robustly.
Is this value a JS ArrayBuffer?
Get the ArrayBuffer out of a DataView, robustly.
Reads / writes floats / doubles from / to buffers in both modern and ancient browsers.
A tiny, PEG-like system for building language grammars with regexes.
JSON parse & stringify that supports binary via bops & base64
A [ponyfill](https://ponyfill.com) for `Buffer.from`, uses native implementation if available.