Shared JavaScript utilities for [Blocks](https://bitbucket.org/metasolutions/blocks) and [EntryScape](https://bitbucket.org/metasolutions/entryscape).
Objects and functions shared throughtout @videojs/http-streaming code
_NOTE: This is specifically tailored for Firebase JS SDK usage, if you are not a member of the Firebase team, please avoid using this package_
Collection of utility functions used in web3.js.
Arbitrary precision modular arithmetic, cryptographically secure random numbers and strong probable prime generation/testing. It works in modern browsers, Angular, React, Node.js, etc. since it uses the native JS implementation of BigInt
A simple cache for a few of the JS Error constructors.
ES Object-related atoms: Object, ToObject, RequireObjectCoercible
A helper to optimistically set Symbol.toStringTag, when possible.
Create aliases of directories and register custom module paths
`Object.defineProperty`, but not IE 8's broken one.
ECMAScript spec abstract operations.
ECMAScript “ToPrimitive” algorithm. Provides ES5 and ES2015 versions.
An ESnext spec-compliant iterator helpers shim/polyfill/replacement that works as far down as ES3.
Helper package to shim a method into `Array.prototype[Symbol.unscopables]`
An ES2019 spec-compliant `Array.prototype.flatMap` shim/polyfill/replacement that works as far down as ES3.
A state-of-the-art, high-performance JavaScript utility library with a small bundle size and strong type annotations.
ES2019 spec-compliant String.prototype.trimStart shim.
ES6 spec-compliant RegExp.prototype.flags shim.
An ES2015 mostly-spec-compliant `Reflect.getPrototypeOf` sham/polyfill/replacement that works in as many engines as possible
Lodash exported as ES modules.
An ES2019 spec-compliant `Array.prototype.flat` shim/polyfill/replacement that works as far down as ES3.
ES proposal-spec-compliant Object.fromEntries shim.
An ES7/ES2016 spec-compliant `Array.prototype.includes` shim/polyfill/replacement that works as far down as ES3.
ES2017 spec-compliant Object.values shim.