Runtime-agnostic core of ESLint
A list of color names and its values
Gets the description of a Symbol. Handles `Symbol()` vs `Symbol('')` properly when possible.
ES2017 spec-compliant Object.entries shim.
Set a function's name property
ECMAScript spec abstract operations.
Bash-like brace expansion, implemented in JavaScript. Safer than other brace expansion libs, with complete support for the Bash 4.3 braces specification, without sacrificing speed.
fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as recursive mkdir, copy, and remove.
Unbox a boxed JS primitive value.
Helper functions for V8 coverage files.
Node.js final http responder
Media Type Database
Is this value an ES BigInt?
Store information about any JS value in a side channel, using a linked list
BDD/TDD assertion library for node.js and the browser. Test framework agnostic.
Is this value a JS Date object? This module works cross-realm/iframe, and despite ES6 @@toStringTag.
concatenative mapdashery
Fast, unopinionated, minimalist web framework
The `postinstall` script helper for handling native bindings in legacy `npm` versions
Create and parse Content-Disposition header
micromark utility with symbols
ES Object-related atoms: Object, ToObject, RequireObjectCoercible
Is this value a JS String object or primitive? This module works cross-realm/iframe, and despite ES6 @@toStringTag.
Store information about any JS value in a side channel. Uses WeakMap if available.