Get and robustly cache all JS language-level intrinsics at first require time
Returns true if a value has the characteristics of a valid JavaScript data descriptor.
Web framework built on Web Standards
The fastest directory crawler & globbing alternative to glob, fast-glob, & tiny-glob. Crawls 1m files in < 1s
Packs ECMAScript/CommonJs/AMD modules for the browser. Allows you to split your codebase into multiple bundles, which can be loaded on demand. Supports loaders to preprocess files, i.e. json, jsx, es7, css, less, ... and your custom stuff.
Determine if the JS environment has `Symbol.toStringTag` support. Supports spec, or shams.
Create an ArrayBuffer instance from a Data URI string
Prettier is an opinionated code formatter
Perform async work synchronously in Node.js using `worker_threads` with first-class TypeScript support.
javascript standard data structure library which benchmark against C++ STL
Does the environment have full property descriptor support? Handles IE 8's broken defineProperty/gOPD.
Is this specifier a node.js core module?
ES2019 spec-compliant String.prototype.trimEnd shim.
Which kind of Typed Array is this JavaScript value? Works cross-realm, without `instanceof`, and despite Symbol.toStringTag.
Robust call-bound JavaScript intrinsics, using `call-bind` and `get-intrinsic`.
An ES2019 spec-compliant `Array.prototype.flatMap` shim/polyfill/replacement that works as far down as ES3.
A querystring parser that supports nesting and arrays, with a depth limit
Implementation of Function.prototype.bind
ES2019 spec-compliant String.prototype.trimStart shim.
A light-weight module that brings Fetch API to node.js
Encodings that map abstract data to visual representation.
ES6 spec-compliant RegExp.prototype.flags shim.
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.