Another JSON Schema Validator
Is this specifier a node.js core module?
ES2019 spec-compliant String.prototype.trimStart shim.
Web framework built on Web Standards
ES6 spec-compliant Object.assign shim. From https://github.com/es-shims/es6-shim
A library to create readable "multipart/form-data" streams. Can be used to submit forms and file uploads to other web applications.
Determine if the JS environment has `Symbol.toStringTag` support. Supports spec, or shams.
Gets the description of a Symbol. Handles `Symbol()` vs `Symbol('')` properly when possible.
Improved typeof detection for node.js and the browser.
Is this value a JS regex? Works cross-realm/iframe, and despite ES6 @@toStringTag
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.
ES proposal-spec-compliant Object.fromEntries shim.
Is this value a JS Date object? This module works cross-realm/iframe, and despite ES6 @@toStringTag.
Is this value a JS String object or primitive? This module works cross-realm/iframe, and despite ES6 @@toStringTag.
Next-generation ES module bundler
Prettier is an opinionated code formatter
Pure random number generator written in TypeScript
webpack Validation Utils
Is this value a JS Map? This module works cross-realm/iframe, and despite ES6 @@toStringTag.
Determine if a function is a native generator function.
Detect Browser, Engine, OS, CPU, and Device type/model from User-Agent & Client Hints data. Supports browser & node.js environment
Syntax highlighting with language autodetection.
Perform async work synchronously in Node.js using `worker_threads` with first-class TypeScript support.
Is this JS value callable? Works with Functions and GeneratorFunctions, despite ES6 @@toStringTag.