available-typed-arrays • 1.0.7 Returns an array of Typed Array names that are available in the current environment INDIRECT 1 1708386870 call-bind • 1.0.7 Robustly `.call.bind()` a function INDIRECT 11 1707805229 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 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 for-each • 0.3.3 A better forEach INDIRECT 1 1527917456 function-bind • 1.1.2 Implementation of Function.prototype.bind INDIRECT 0 1697137699 get-intrinsic • 1.2.4 Get and robustly cache all JS language-level intrinsics at first require time INDIRECT 5 1707197526 gopd • 1.0.1 `Object.getOwnPropertyDescriptor`, but accounts for IE's broken implementation. INDIRECT 6 1667370324 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 is-arguments • 1.1.1 Is this an arguments object? It's a harder question than you think. INDIRECT 13 1628201885 is-callable • 1.2.7 Is this JS value callable? Works with Functions and GeneratorFunctions, despite ES6 @@toStringTag. INDIRECT 0 1663973379 is-generator-function • 1.0.10 Determine if a function is a native generator function. INDIRECT 2 1628227677 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 possible-typed-array-names • 1.0.0 A simple list of possible Typed Array names. INDIRECT 0 1708381971 set-function-length • 1.2.2 Set a function's length property INDIRECT 10 1710006059 util • 0.12.5 Node.js's util module for all engines DIRECT 22 1665951987 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