normalize/mz
modernize node.js to current ECMAScript standards observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4500
- days_rel: n/a
- days_push: 2091
- n_releases_24m: 0
Adoption not part of the score
1369 stars · 43 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A small Node.js library that wraps core modules like fs, child_process, crypto, dns, readline, and zlib so their callback-based APIs return promises. It lets developers use async/await with Node's standard library.
Use cases
- promisify node.js fs methods
- use async/await with node core APIs
- wrap child_process exec to return promises
- convert callback-based node APIs to promises
- write cleaner async file operations in node
When to choose
- you're on an older Node version without native promisified APIs and want promise-based core modules
- you want minimal wrappers around fs, crypto, dns, zlib, or child_process for async/await code
When to avoid
- you're on modern Node.js, which provides util.promisify and native promise APIs
- you need actively maintained or feature-rich promise utilities
- performance is critical, since the wrappers add overhead
Facets
library · maturity maintenance
developer-tools concurrency developer-tools backend promisify promise es6 async-await node-core-api-wrapper nodejs javascript
2 sources
- readme: https://github.com/normalize/mz · fetched 2026-08-28 · f0da4a521f43
- registry_npm: https://registry.npmjs.org/mz · fetched 2026-08-29 · 8b655fc44f3d
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| normalize/mz | main | 32 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem