64-bit big-endian signed integer-to-string conversion
A replacement for process.exit that ensures stdio are fully drained before exiting.
A noop logger that conforms to the Log4j interface for modules to stub out internal logging
Combine an array of streams into a single duplex stream using pump and duplexify
fs.rename but works across devices. same as the unix utility 'mv'
Extend an object with the properties of additional objects. node.js/javascript util.
reads PostgreSQL binary format for numeric values into a string
Various hash functions that could be run by both browser and node
dead-simple optimistic async helper
Sanitize strings for use as JavaScript identifiers & property names
Transform stream that allows you to run your transforms in parallel without changing the order
Regular expression for matching astral symbols
Creates a duplex stream
Determine if an object is a Stream
Allows users to use generators in order to write common functions that can be both sync or async.
ECMAScript AST recursive visitor
Tests if a JSON property can be accessed using . syntax
Port of C's wcwidth() and wcswidth()
split a Text Stream into a Line Stream
This is a polyfill for Buffer#indexOf introduced in NodeJS 4.0.
Constant-time comparison of Buffers
compare SPDX license expressions
Bash-like tilde expansion for node.js. Expands a leading tilde in a file path to the user home directory, or `~+` to the cwd.
Create an object path from a list or array of strings.