No description provided.
Intercept imports in Node.js
Swizzle a little something into your require() calls.
Determine an app's root path from anywhere inside the app
Get the type of an AMD module used for an AST node or within a file
This is a library to aid in instrumenting Node.js libraries at build or load time.
Wrap all spawned Node.js child processes by adding environs and arguments ahead of the main JavaScript file argument.
tar-stream is a streaming tar parser and generator and nothing else. It operates purely using streams which means you can easily extract/parse tarballs without ever hitting the file system.
Simple module to add additional directories to the Node module search for top-level app modules
Universal module importer for Node.js
Convert OpenAPI 3.0 & 3.1 schemas to TypeScript
Lightweight debugging utility for Node.js and the browser
Simple Statistics
This package provides type definitions for LWC projects written in TypeScript.
Resolve aliased dependency paths using a RequireJS config
Remove leading indentation from ES6 template literals.
An ESLint plugin that validates TypeScript doc comments
Misc tools for dealing with repositories of multiple version control systems (git, svn, etc)
Deprecate all the things
An abstract class for constructing Cropper elements.
A date/time picker component designed to work with Bootstrap 4 and Momentjs.
fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as recursive mkdir, copy, and remove.
**Host webpack.config** ```js const config = { ...otherConfigs plugins: [ new ModuleFederationPlugin({ name: "app1", remotes: { app2: "app2@[window.app2Url]/remoteEntry.js" } }). new ExternalTemplateRemotesPlugin(), ] } ```
Load a esm or cjs config from the file system