Convert an absolute path to a tilde path: `/Users/YourUserName/dev` → `~/dev`
Convert an absolute path to a tilde path: `/Users/sindresorhus/dev` → `~/dev`
Convert a tilde path to an absolute path: `~/dev` → `/Users/sindresorhus/dev`
This plugin transforms ES2015 modules to CommonJS
Global identifiers from different JavaScript environments
Convert CommonJS modules to ES2015
Vendored dependencies for Victory
fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as recursive mkdir, copy, and remove.
Polyfill for Metadata Reflection API
Domain name parser based on the Public Suffix List
Time zone support for date-fns v3 with the Intl API
A pure JavaScript implementation of CommonJs
Lexes CommonJS modules, returning their named exports metadata
Runtime for Regenerator-compiled generator and async functions.
Universal module importer for Node.js
A light-weight module that brings Fetch API to node.js
Stripe.js loading utility
A vite plugin that support commonjs to esm in vite
Utility to fix TypeScript declarations when using default exports in CommonJS.
The assert module from Node.js, for the browser.
Convert cron expressions into human readable descriptions
jscodeshift codemod that convert CommonJS(require/exports) to ES Modules(import/export) for JavaScript/TypeScript
This module provides basic ANSI color code support, to allow you to format your console output with foreground and background colors as well as providing bold, italic and underline support.
Node.js library for Portable Executable format