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.
npm install deminNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows basic CLI usage: de-minify an AMD file with --clean to remove original define wrapper.
Use only for code review or understanding, not for production replacement.
Omit --prettier or limit file size.
Use --dry alone or with --verbose.
Run 'npm install -g demin' and ensure npm global bin directory is in PATH.
Install prettier globally or locally: npm install -g prettier
No dependency data recorded yet.