nijm

JSON →
library 1.4.1 ·javascript
verified Jun 4, 2026

A JavaScript minifier that prioritizes readability over aggressive compression, similar to Crockford's JSMin. Version 1.4.1 is the latest stable release with irregular updates. Supports ES2015 template strings by default and retains line feeds to ease debugging unless explicitly told to uglify. Differentiates from UglifyJS/Terser by minimal transformations, making output more human-readable at the cost of smaller size. Suitable for cases where you need basic whitespace removal without renaming variables or restructuring code.