get a list of github user repositories
parse argument options
Standard Subresource Integrity library -- parses, serializes, generates, and verifies integrity metadata according to the SRI spec.
A BVH implementation to speed up raycasting against three.js meshes.
Does the environment have full property descriptor support? Handles IE 8's broken defineProperty/gOPD.
Implementation of Function.prototype.bind
resolve like require.resolve() on behalf of files asynchronously and synchronously
Get and robustly cache all JS language-level intrinsics at first require time
Determine if the JS environment has Symbol support. Supports spec, or shams.
An ES2015 mostly-spec-compliant `Reflect.getPrototypeOf` sham/polyfill/replacement that works in as many engines as possible
Is this value a JS FinalizationRegistry? This module works cross-realm/iframe, and despite ES6 @@toStringTag.
Determine if a function is a native generator function.
Returns an array of Typed Array names that are available in the current environment
Is this specifier a node.js core module?
Determine if the current node version supports the `--preserve-symlinks` flag.
Gets the description of a Symbol. Handles `Symbol()` vs `Symbol('')` properly when possible.
`Object.defineProperty`, but not IE 8's broken one.
string representations of objects in node and the browser
Which kind of Typed Array is this JavaScript value? Works cross-realm, without `instanceof`, and despite Symbol.toStringTag.
Which kind of Collection (Map, Set, WeakMap, WeakSet) is this JavaScript value? Works cross-realm, without `instanceof`, and despite Symbol.toStringTag.
A helper to optimistically set Symbol.toStringTag, when possible.
Fast, fault-tolerant, cross-platform, disk-based, data-agnostic, content-addressable cache.
Determine if the JS environment has `Symbol.toStringTag` support. Supports spec, or shams.
Helper package to shim a method into `Array.prototype[Symbol.unscopables]`