minifyjs

JSON →
library 0.2.0 ·javascript deprecated
verified Jun 4, 2026

A Node.js-based JavaScript minifier/beautifier providing an alternative to tools like UglifyJS, Closure Compiler, and YUI Compressor. Version 0.2.0 is the latest stable, released in 2011, with no active development. It supports minification and beautification of JavaScript code via a simple API or command-line interface. Key differentiator is its lightweight, single-dependency approach using 'uglify-js', but it lacks modern features and is largely superseded by ongoing projects.