return list of CallSite objects from a captured stacktrace
Require constants across node and the browser
The lodash method `_.once` exported as a module.
Convert a kebab-cased CSS property into a camelCased DOM property.
Port of TweetNaCl cryptographic library to JavaScript
Resolve the path of a module like `require.resolve()` but from the current working directory
The jsbn library is a fast, portable implementation of large-number math in pure JavaScript, enabling public-key crypto and other applications on desktop and mobile browsers.
Get the shortest leading whitespace from lines in a string
Generic extension manager for WebSocket connections
Returns true if the platform is windows. UMD module, works with node.js, commonjs, browser, AMD, electron, etc.
HTTP proxy tunneling agent. Formerly part of mikeal/request, now a standalone module.
Check if a protocol requires a certain port number to be added to an URL.
The lodash method `_.isBoolean` exported as a module.
The lodash method `_.debounce` exported as a module.
Reads and caches the entire contents of a file until it is modified
The lodash method `_.includes` exported as a module.
Port of jQuery.extend for node.js and the browser
deterministic `JSON.stringify()` - a faster version of substack's json-stable-strigify without jsonify
The lodash method `_.isNumber` exported as a module.
The lodash method `_.memoize` exported as a module.
Polyfill for Node.js module.createRequire (<= v12.2.0)
A JavaScript library for escaping CSS strings and identifiers while generating the shortest possible ASCII-only output.
An Object.keys replacement, in case Object.keys is not available. From https://github.com/es-shims/es5-shim
Port of the OpenBSD bcrypt_pbkdf function to pure JS