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