Is this value a JS FinalizationRegistry? This module works cross-realm/iframe, and despite ES6 @@toStringTag.
Is this value a JS Number object? This module works cross-realm/iframe, and despite ES6 @@toStringTag.
Various hash functions that could be run by both browser and node
Require constants across node and the browser
Port of jQuery.extend for node.js and the browser
atob for Node.JS and Linux / Mac / Windows CLI (it's a one-liner)
A stricter URI encode adhering to RFC 3986
Returns an array of Typed Array names that are available in the current environment
unzip a zip file into a directory using 100% javascript
detect possibly catastrophic, exponential-time regular expressions
Recursively (deep) clone JavaScript native types, like Object, Array, RegExp, Date as well as primitives.
Creates a duplex stream
HPACK implementation
Opens stuff, like webpages and files and executables, cross-platform
Glob to regular expression with support for extended globs
Convert globs to regular expressions
The lodash method `_.once` exported as a module.
A library of cross-platform tested terminal/console command strings for doing things like color and cursor positioning. This is a subset of both ansi and vt100. All control codes included work on both Windows & Unix-like OSes, except where noted.
Detect if your code is running on an AWS Lambda server
Is this value a JS Date object? This module works cross-realm/iframe, and despite ES6 @@toStringTag.
Determine if a function is a native generator function.
Parses CSS inline style to JavaScript object (camelCased).
Which kind of Typed Array is this JavaScript value? Works cross-realm, without `instanceof`, and despite Symbol.toStringTag.
Gets the description of a Symbol. Handles `Symbol()` vs `Symbol('')` properly when possible.