Require TypeScript modules as regular NodeJS module in .js files
Load node modules according to tsconfig paths, in run-time or via API.
bundle and require a file
ECMAScript module interop library
Find the module object for something that was require()d
NodeJS Require that let you handle module not found error without try/catch
Lexes CommonJS modules, returning their named exports metadata
Computes specs to re-run when files change
Is this specifier a node.js core module?
Module federation runtime package collection. You can just install it instead of installing all the packages separately.
Is this specifier a Bun core module or supported Node one?
TypeScript runtime type system for IO decoding/encoding
A drop-in replacement for fs, making various improvements.
Module to hook into the Node.js require function
Polyfill for the URLPattern API
Collection of useful helper functions when trying to determine module type (CommonJS or AMD) properties of an AST node.
Determine an app's root path from anywhere inside the app
plug'n'play resolver for Webpack
jscodeshift codemod that convert CommonJS(require/exports) to ES Modules(import/export) for JavaScript/TypeScript
Resolve npm package details, like name and base path, given an absolute path to a file inside a package
A dictionary of file extensions and associated module loaders.
The closest you can get to require something with bypassing the require cache
Node.js module to detect the C standard library (libc) implementation family and version
TypeScript loader for webpack