array-buffer-byte-length • 1.0.1 Get the byte length of an ArrayBuffer, even in engines without a `.byteLength` method. INDIRECT 13 1707003122 array.prototype.reduce • 1.0.7 An ES5 spec-compliant `Array.prototype.reduce` shim/polyfill/replacement that works as far down as ES3. INDIRECT 66 1710996858 arraybuffer.prototype.slice • 1.0.3 ES spec-compliant shim for ArrayBuffer.prototype.slice INDIRECT 64 1707119393 asap • 2.0.6 High-priority task queue for Node.js and browsers INDIRECT 0 1499700096 available-typed-arrays • 1.0.7 Returns an array of Typed Array names that are available in the current environment INDIRECT 1 1708386870 balanced-match • 1.0.2 Match balanced character pairs, like "{" and "}" INDIRECT 0 1617713469 brace-expansion • 1.1.11 Brace expansion as known from sh/bash INDIRECT 2 1518248542 call-bind • 1.0.7 Robustly `.call.bind()` a function INDIRECT 11 1707805229 concat-map • 0.0.1 concatenative mapdashery INDIRECT 0 1391051195 data-view-buffer • 1.0.1 Get the ArrayBuffer out of a DataView, robustly. INDIRECT 20 1707238166 data-view-byte-length • 1.0.1 Get the byteLength out of a DataView, robustly. INDIRECT 20 1709945121 data-view-byte-offset • 1.0.0 Get the byteOffset out of a DataView, robustly. INDIRECT 20 1709582406 debuglog • 1.0.1 backport of util.debuglog from node v0.11 INDIRECT 0 1394043299 define-data-property • 1.1.4 Define a data property on an object. Will fall back to assignment in an engine without descriptors. INDIRECT 8 1707843362 define-properties • 1.2.1 Define multiple non-enumerable properties at once. Uses `Object.defineProperty` when available; falls back to standard assignment in older engines. INDIRECT 11 1694585113 es-abstract • 1.23.3 ECMAScript spec abstract operations. INDIRECT 64 1711748258 es-array-method-boxes-properly • 1.0.0 Utility package to determine if an `Array.prototype` method properly boxes the callback's receiver and third argument. INDIRECT 0 1569654677 es-define-property • 1.0.0 `Object.defineProperty`, but not IE 8's broken one. INDIRECT 6 1707791514 es-errors • 1.3.0 A simple cache for a few of the JS Error constructors. INDIRECT 0 1707120351 es-object-atoms • 1.0.0 ES Object-related atoms: Object, ToObject, RequireObjectCoercible INDIRECT 1 1710656343 es-set-tostringtag • 2.0.3 A helper to optimistically set Symbol.toStringTag, when possible. INDIRECT 7 1708460748 es-to-primitive • 1.2.1 ECMAScript “ToPrimitive” algorithm. Provides ES5 and ES2015 versions. INDIRECT 5 1573280870 for-each • 0.3.3 A better forEach INDIRECT 1 1527917456 function-bind • 1.1.2 Implementation of Function.prototype.bind INDIRECT 0 1697137699 function.prototype.name • 1.1.6 An ES2015 spec-compliant `Function.prototype.name` shim INDIRECT 64 1693241033 functions-have-names • 1.2.3 Does this JS environment support the `name` property on functions? INDIRECT 0 1650390293 get-intrinsic • 1.2.4 Get and robustly cache all JS language-level intrinsics at first require time INDIRECT 5 1707197526 get-symbol-description • 1.0.2 Gets the description of a Symbol. Handles `Symbol()` vs `Symbol('')` properly when possible. INDIRECT 12 1707344532 globalthis • 1.0.4 ECMAScript spec-compliant polyfill/shim for `globalThis` INDIRECT 12 1714444559 gopd • 1.0.1 `Object.getOwnPropertyDescriptor`, but accounts for IE's broken implementation. INDIRECT 6 1667370324 has-bigints • 1.0.2 Determine if the JS environment has BigInt support. INDIRECT 0 1650408603 has-property-descriptors • 1.0.2 Does the environment have full property descriptor support? Handles IE 8's broken defineProperty/gOPD. INDIRECT 7 1707801707 has-proto • 1.0.3 Does this environment have the ability to get the [[Prototype]] of an object on creation with `__proto__`? INDIRECT 0 1708375193 has-symbols • 1.0.3 Determine if the JS environment has Symbol support. Supports spec, or shams. INDIRECT 0 1646169821 has-tostringtag • 1.0.2 Determine if the JS environment has `Symbol.toStringTag` support. Supports spec, or shams. INDIRECT 1 1706823840 hasown • 2.0.2 A robust, ES3 compatible, "has own property" predicate. INDIRECT 1 1710092305 internal-slot • 1.0.7 ES spec-like internal slots INDIRECT 14 1707196383 is-array-buffer • 3.0.4 Is this value a JS ArrayBuffer? INDIRECT 12 1706941599 is-bigint • 1.0.4 Is this value an ES BigInt? INDIRECT 1 1628747471 is-boolean-object • 1.1.2 Is this value a JS Boolean? This module works cross-realm/iframe, and despite ES6 @@toStringTag. INDIRECT 13 1628206924 is-callable • 1.2.7 Is this JS value callable? Works with Functions and GeneratorFunctions, despite ES6 @@toStringTag. INDIRECT 0 1663973379 is-core-module • 2.15.1 Is this specifier a node.js core module? INDIRECT 2 1724269937 is-data-view • 1.0.1 Is this value a JS DataView? This module works cross-realm/iframe, does not depend on `instanceof` or mutable properties, and despite ES6 Symbol.toStringTag. INDIRECT 19 1706892707 is-date-object • 1.0.5 Is this value a JS Date object? This module works cross-realm/iframe, and despite ES6 @@toStringTag. INDIRECT 2 1628198559 is-negative-zero • 2.0.3 Is this value negative zero? === will lie to you INDIRECT 0 1708373326 is-number-object • 1.0.7 Is this value a JS Number object? This module works cross-realm/iframe, and despite ES6 @@toStringTag. INDIRECT 2 1648874841 is-regex • 1.1.4 Is this value a JS regex? Works cross-realm/iframe, and despite ES6 @@toStringTag INDIRECT 13 1628221763 is-shared-array-buffer • 1.0.3 Is this value a JS SharedArrayBuffer? INDIRECT 12 1708499432 is-string • 1.0.7 Is this value a JS String object or primitive? This module works cross-realm/iframe, and despite ES6 @@toStringTag. INDIRECT 2 1628213194 is-symbol • 1.0.4 Determine if a value is an ES6 Symbol or not. INDIRECT 1 1620501131 is-typed-array • 1.1.13 Is this value a JS Typed Array? This module works cross-realm/iframe, does not depend on `instanceof` or mutable properties, and despite ES6 Symbol.toStringTag. INDIRECT 18 1706834382 is-weakref • 1.0.2 Is this value a JS WeakRef? This module works cross-realm/iframe, and despite ES6 @@toStringTag. INDIRECT 12 1639154797 isarray • 2.0.5 Array#isArray for older browsers INDIRECT 0 1562592082 json-parse-even-better-errors • 2.3.1 JSON.parse with context information on error INDIRECT 0 1599064678 object-inspect • 1.13.2 string representations of objects in node and the browser INDIRECT 0 1719031548 object-keys • 1.1.1 An Object.keys replacement, in case Object.keys is not available. From https://github.com/es-shims/es5-shim INDIRECT 0 1554604218 object.assign • 4.1.5 ES6 spec-compliant Object.assign shim. From https://github.com/es-shims/es6-shim INDIRECT 14 1701371660 object.getownpropertydescriptors • 2.1.8 ES2017 spec-compliant shim for `Object.getOwnPropertyDescriptors` that works in ES5. INDIRECT 67 1710913319 path-is-absolute • 1.0.1 Node.js 0.12 path.isAbsolute() ponyfill INDIRECT 0 1475210523 path-parse • 1.0.7 Node.js path.parse() ponyfill INDIRECT 0 1621947457 possible-typed-array-names • 1.0.0 A simple list of possible Typed Array names. INDIRECT 0 1708381971 regexp.prototype.flags • 1.5.3 ES6 spec-compliant RegExp.prototype.flags shim. INDIRECT 16 1727927983 resolve • 1.22.8 resolve like require.resolve() on behalf of files asynchronously and synchronously INDIRECT 5 1696973834 safe-array-concat • 1.1.2 `Array.prototype.concat`, but made safe by ignoring Symbol.isConcatSpreadable INDIRECT 13 1710018572 safe-regex-test • 1.0.3 Give a regex, get a robust predicate function that tests it against a string. INDIRECT 14 1707238191 set-function-length • 1.2.2 Set a function's length property INDIRECT 10 1710006059 set-function-name • 2.0.2 Set a function's name property INDIRECT 11 1708407265 side-channel • 1.0.6 Store information about any JS value in a side channel. Uses WeakMap if available. INDIRECT 13 1709233404 spdx-expression-parse • 3.0.1 parse SPDX license expressions INDIRECT 2 1589386366 string.prototype.trim • 1.2.9 ES5 spec-compliant shim for String.prototype.trim INDIRECT 64 1710657424 string.prototype.trimend • 1.0.8 ES2019 spec-compliant String.prototype.trimEnd shim. INDIRECT 15 1710657272 string.prototype.trimstart • 1.0.8 ES2019 spec-compliant String.prototype.trimStart shim. INDIRECT 15 1711036881 supports-preserve-symlinks-flag • 1.0.0 Determine if the current node version supports the `--preserve-symlinks` flag. INDIRECT 0 1641194576 typed-array-buffer • 1.0.2 Get the ArrayBuffer out of a TypedArray, robustly. INDIRECT 19 1708393828 typed-array-byte-length • 1.0.1 Robustly get the byte length of a Typed Array INDIRECT 19 1708499455 typed-array-byte-offset • 1.0.2 Robustly get the byte offset of a Typed Array INDIRECT 19 1708450491 typed-array-length • 1.0.6 Robustly get the length of a Typed Array INDIRECT 19 1711055578 unbox-primitive • 1.0.2 Unbox a boxed JS primitive value. INDIRECT 20 1650864915 util-promisify • 2.1.0 Node 8's util.promisify, as a node module DIRECT 68 1500115521 which-boxed-primitive • 1.0.2 Which kind of boxed JS primitive is this? INDIRECT 19 1607985408 which-typed-array • 1.1.15 Which kind of Typed Array is this JavaScript value? Works cross-realm, without `instanceof`, and despite Symbol.toStringTag. INDIRECT 17 1710130627