JavaScript APG, an ABNF Parser Generator
JavaScript APG, an ABNF Parser Generator
(Deprecated: use apg-js instead.) API for converting integer arrays to encoded byte streams (Buffers) and vice versa.
lightweight JavaScript APG parser
Safer Node.js Buffer API
(Deprecated: use apg-js instead.) Library of core parsing modules required by apg and apg-generated parsers.
JSON parse & stringify that supports binary via bops & base64
Is this value a JS ArrayBuffer?
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.
Get the ArrayBuffer out of a DataView, robustly.
Determine if an object is a Buffer
Constant-time comparison of Buffers
This is a polyfill for Buffer#indexOf introduced in NodeJS 4.0.
smart-buffer is a Buffer wrapper that adds automatic read & write offset tracking, string operations, data insertions, and more.
A simple module for bitwise-xor on buffers
Pass in a string, array, Buffer, Data View, or Uint8Array, and get a Buffer back.
return whether two buffers are equal
Convert character encodings in pure javascript.
A [ponyfill](https://ponyfill.com) for `Buffer.from`, uses native implementation if available.
A pure javascript CRC32 algorithm that plays nice with binary data
(Deprecated: use apg-js instead.) API for APG - an ABNF Parser Generator.
Easier Buffer cloning in node.