Is this specifier a node.js core module?
Returns an array of Typed Array names that are available in the current environment
Node.js host bridge for Clean Language WASM modules
Determine if the current node version supports the `--preserve-symlinks` flag.
Gets the description of a Symbol. Handles `Symbol()` vs `Symbol('')` properly when possible.
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.
Guess what? It gives you OS family. Whoa!
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.
ES spec-like internal slots
Helper package to shim a method into `Array.prototype[Symbol.unscopables]`
Determine if the JS environment has `Symbol.toStringTag` support. Supports spec, or shams.
Prettifier for Pino log lines
A robust, ES3 compatible, "has own property" predicate.
ECMAScript “ToPrimitive” algorithm. Provides ES5 and ES2015 versions.
Is this value a JS Boolean? This module works cross-realm/iframe, and despite ES6 @@toStringTag.
Determine if the JS environment has BigInt support.
Is this value a JS regex? Works cross-realm/iframe, and despite ES6 @@toStringTag
remark plugin to support GFM (autolink literals, footnotes, strikethrough, tables, tasklists)
Unbox a boxed JS primitive value.
Offers getProxyForUrl to get the proxy URL for a URL, respecting the *_PROXY (e.g. HTTP_PROXY) and NO_PROXY environment variables.