SukkaW/nolyfill
Speed up your package installation process, reduce your disk usage, and extend the lifespan of your precious SSD. observed · 2026-08-28
Health v2 · maintenance only
39/100
- Activity 24
- Release rhythm 35
- Longevity 80
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: 1120
- days_rel: n/a
- days_push: 456
- n_releases_24m: 0
Adoption not part of the score
1186 stars · 17 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
nolyfill is a CLI tool that detects redundant JavaScript polyfill packages in a project's dependencies and replaces them with lightweight alternatives that use native platform implementations. It reduces node_modules size, speeds up package installation, and cuts disk usage for projects running on modern Node.js versions.
Use cases
- reduce node_modules size in a JavaScript project
- speed up npm install / yarn install / pnpm install
- replace redundant es-shims polyfills with native implementations
- audit dependencies for unnecessary polyfill packages
- extend SSD lifespan by installing fewer files
- clean up polyfills targeting dead Node.js versions
When to choose
- your project runs on Node.js 12.4.0 or newer with full ES2019 support
- you want to slim down node_modules and speed up installs
- your dependency tree pulls in polyfills from packages like eslint-plugin-import
When to avoid
- your Node.js version is below 12.4.0
- you target environments without full ES2019 support (use core-js instead)
- you need guaranteed identical behavior to the original polyfill packages
Facets
cli-tool · maturity active
cli package-manager developer-tools developer-tools performance cli cross-platform polyfill-replacement node-modules-optimization dependency-slimming npm pnpm yarn command-line nodejs
2 sources
- readme: https://github.com/SukkaW/nolyfill · fetched 2026-08-28 · b6cee1ed0da0
- registry_npm: https://registry.npmjs.org/nolyfill · fetched 2026-08-29 · 9eb63707dbbb
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| SukkaW/nolyfill | main | 39 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem