Demin

JSON →
library 0.2.2 ·javascript
verified Jun 4, 2026

Demin is a Node.js CLI tool (v0.2.2) that performs partial de-minification of compiled AMD modules, converting require() calls to ES6 import statements, replacing expressions like !0/!1/void 0 with true/false/undefined, and optionally running Prettier. It does not guarantee identical execution semantics and is not a full decompiler. Development is sparse with few releases; use with caution for reverse-engineering legacy AMD bundles.