# normalize/mz

modernize node.js to current ECMAScript standards

Repository: https://github.com/normalize/mz
Canonical: https://ross.abutalabs.com/products/mz
Language: JavaScript
License: MIT
License Family: permissive
Last push: 2020-12-11T13:09:34+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 4500, "days_push": 2091, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1369, forks 43 (observed 2026-08-28T04:04:31.751349+00:00)

## What it is
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
- artifact type: library
- maturity: maintenance
- function: developer-tools, concurrency
- domain: developer-tools, backend
- platform: -
- tags: promisify, promise, es6, async-await, node-core-api-wrapper, nodejs, javascript

## Member repositories
- normalize/mz (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:31.751349+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T04:40:59.980573+00:00, confidence not recorded.
  - readme: https://github.com/normalize/mz (fetched 2026-08-28T04:04:31.751349+00:00, sha f0da4a521f43)
  - registry_npm: https://registry.npmjs.org/mz (fetched 2026-08-29T11:58:10.762194+00:00, sha 8b655fc44f3d)
- Data as of 2026-08-30T08:39:29.467469+00:00.
