# SukkaW/nolyfill

Speed up your package installation process, reduce your disk usage, and extend the lifespan of your precious SSD.

Repository: https://github.com/SukkaW/nolyfill
Canonical: https://ross.abutalabs.com/products/nolyfill
Language: TypeScript
License: MIT
License Family: permissive
Last push: 2025-06-03T09:17:28+00:00

## Health v2 (maintenance only)
Score: 39/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 24, release rhythm 35, longevity 80
- inputs: {"age_days": 1120, "days_push": 456, "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 1186, forks 17 (observed 2026-08-28T04:03:55.160329+00:00)

## What it is
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
- artifact type: cli-tool
- maturity: active
- function: cli, package-manager, developer-tools
- domain: developer-tools, performance
- platform: cli, cross-platform
- tags: polyfill-replacement, node-modules-optimization, dependency-slimming, npm, pnpm, yarn, command-line, nodejs

## Member repositories
- SukkaW/nolyfill (main) score 39

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:55.160329+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-30T06:23:47.447109+00:00, confidence not recorded.
  - readme: https://github.com/SukkaW/nolyfill (fetched 2026-08-28T04:03:55.160329+00:00, sha b6cee1ed0da0)
  - registry_npm: https://registry.npmjs.org/nolyfill (fetched 2026-08-29T12:30:52.604024+00:00, sha 9eb63707dbbb)
- Data as of 2026-08-30T08:39:29.467469+00:00.
