kuto

Reverse JavaScript bundler that decompiles and unbundles JS code

brewmacoslinux
Try with needOr install directly
Source

About

Reverse JS bundler

Commands

kuto

Examples

Unbundle a minified JavaScript file$ kuto bundle.js -o output/
Reverse engineer a webpack bundle$ kuto app.bundle.js --format webpack
Extract and analyze bundled modules$ kuto main.js --list-modules