npm-es-modules-6-webpack
Breakdown of 7 different ways to use ES modules with NPM today.
Breakdown of 7 different ways to use ES modules with NPM today.
Sets globals that can be easily reverted to restore the original environment; useful for testing code that relies on the presence of certain globals.
Does the current node version have support for requiring/importing its own name?
Parse ecmascript modules and collect names of export vars, functions, etc.
lodash inspired node methods.
ESM-compatible Tape.js test runner
A CLI for esm and typescript code
Test if a package is 100% tree-shakeable
YX-Node: A collection of common node functions.
Breakdown of 7 different ways to use ES modules with NPM today.
A simple module to convert PDF files into image buffers (without filesystem usage)
Promises with the resolve and reject functions exposed
Rewrite ES module import specifiers using an import-map
CLI for `list-exports`: Given a package name and a version number, or a path to a package.json, what specifiers does it expose?
Reductio Ad Absurdum - The Ridiculous Application of Reduce
An esm ajax module based on Fetch API, with interceptors. For those environments which do not support CommonJS, such as vite.
Resolve bare ES module specifiers to unpkg.com URLs with Babel
lodash inspired date formatting and date math methods.
Implementation of the Web APIs' `FormData` interface using modern javascript.
A simple multipart/form-data parser for web streams