mishoo/UglifyJS
JavaScript parser / mangler / compressor / beautifier toolkit observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- Longevity 100
Flags: no_license
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: 5119
- days_rel: n/a
- days_push: 649
- n_releases_24m: 0
Adoption not part of the score
13382 stars · 1224 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
UglifyJS is a JavaScript parser, minifier, compressor, and beautifier toolkit written in JavaScript. It provides a CLI and a programmatic API for parsing code into an AST, compressing and mangling it, and generating output with source maps.
Use cases
- minify javascript files for production
- compress and mangle variable names in js bundles
- parse javascript into an ast for analysis
- beautify or reformat minified javascript code
- generate source maps during minification
- build a custom javascript code transformation tool
When to choose
- you need a fast, mature ES5/ES6 JavaScript minifier with CLI and API access
- you want AST-level tools (scope analysis, tree walking, transformation) for JavaScript
- you're minifying code already transpiled from modern syntax
When to avoid
- you need to minify cutting-edge ECMAScript syntax without transpiling first
- you want a modern bundler with tree-shaking and module resolution (use esbuild, terser-based toolchains, or Rollup)
- you need ES module-aware minification with full ES6+ semantics
Facets
library · maturity maintenance
parser compiler developer-tools cli developer-tools web-development frontend programming-languages parsers cli cross-platform minifier javascript mangler beautifier ast source-maps es6 code-optimization nodejs
3 sources
- readme: https://github.com/mishoo/UglifyJS · fetched 2026-08-28 · a6edc290eb1c
- homepage: http://lisperator.net/uglifyjs/ · fetched 2026-08-29 · 682e8ac5d8c8
- site_page: https://lisperator.net/about-this-site · fetched 2026-08-29 · 9b64902df1a6
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| mishoo/UglifyJS | main | 23 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem