standard-things/esm
Tomorrow's ECMAScript modules today! observed · 2026-08-28
Health v2 · maintenance only
10/100
- Activity 0
- Release rhythm 8
- Longevity 100
Flags: archived no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 3387
- days_rel: n/a
- days_push: 875
- n_releases_24m: 0
Adoption not part of the score
5241 stars · 144 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
A zero-dependency ECMAScript module loader for Node.js that enables ESM syntax (import/export, import.meta, dynamic import) in Node 6+ without Babel or bundling. It provides full CommonJS interoperability and can be enabled via require hook or the -r esm flag.
Use cases
- use ES module import/export syntax in older Node.js versions
- run ESM files with node -r esm without a build step
- mix CommonJS and ES modules in the same project
- enable ESM support in a package without transpiling with Babel
- load ES modules in the Node REPL
- pass test262-compliant module behavior in Node
When to choose
- you're stuck on an older Node.js version without native ESM support
- you need ESM syntax with full CommonJS interoperability and no build tooling
- you want a zero-dependency, production-ready module loader
When to avoid
- you're on modern Node.js with native ESM support (use built-in modules)
- you need actively developed tooling with ongoing updates
- you rely on .mjs files with advanced esm options
Facets
library · maturity maintenance
interpreter developer-tools developer-tools programming-languages backend esm es6-modules commonjs module-loader babel-less zero-dependency nodejs javascript
2 sources
- readme: https://github.com/standard-things/esm · fetched 2026-08-28 · 18b70d70f762
- registry_npm: https://registry.npmjs.org/esm · fetched 2026-08-29 · c3fa12bd2f81
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| standard-things/esm | main | 10 |
For agents
markdown · JSON · MCP: product_card(name="standard-things/esm")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem