Resolve the path of a module like `require.resolve()` but from the current working directory
modernize node.js to current ECMAScript standards
simplified stream construction
deep cloning of objects and arrays
Flexible ascii progress bar
Constant-time comparison of Buffers
Convert directories to glob compatible strings
Get the shortest leading whitespace from lines in a string
dead-simple optimistic async helper
Port of C's wcwidth() and wcswidth()
Browser-friendly inheritance fully compatible with standard node.js inherits()
Reads and caches the entire contents of a file until it is modified
Escape string for use in HTML
Tiny JavaScript tokenizer.
return list of CallSite objects from a captured stacktrace
Convert a kebab-cased CSS property into a camelCased DOM property.
ANSI escape codes for some terminal swag
Like JSON.stringify, but doesn't blow up on circular refs.
64-bit big-endian signed integer-to-string conversion
Give me a string and I'll tell you if it's a valid npm package license string
Translate ECDSA signatures between ASN.1/DER and JOSE-style concatenation
merge() utility function
Extend an object with the properties of additional objects. node.js/javascript util.
generator async control flow goodness