Source: node-browserify-uglifyify Section: javascript Maintainer: Debian Javascript Maintainers Uploaders: Joseph Nahmias , Testsuite: autopkgtest-pkg-nodejs Build-Depends: debhelper-compat (= 13), dh-nodejs, dh-sequence-nodejs, node-bl , node-browserify , node-convert-source-map , node-from2 , node-from2-string , node-minimatch , node-tape , node-terser , node-through2 , node-wrap-stream , node-xtend , Standards-Version: 4.7.4 Homepage: https://github.com/browserify/uglifyify Vcs-Git: https://salsa.debian.org/js-team/node-browserify-uglifyify.git Vcs-Browser: https://salsa.debian.org/js-team/node-browserify-uglifyify Package: node-browserify-uglifyify Architecture: all Multi-Arch: foreign Depends: node-convert-source-map, node-minimatch, node-terser, node-through2, node-xtend, ${misc:Depends}, Description: browserify transform which minifies your code A Browserify v2 transform which minifies your code using terser (a maintained fork of uglify-es). Uglifyify is able to yield smaller output by processing files individually instead of just the entire bundle. When using uglifyify you should generally also use Uglify, to achieve the smallest output. Uglifyify provides an additional optimization when used with Uglify, but does not provide all of the optimization that using Uglify on its own does, so it's not a replacement. . Uglifyify gives you the benefit of applying Uglify's "squeeze" transform on each file before it's included in the bundle, meaning you can remove dead code paths for conditional requires. . Node.js is an event-based server-side JavaScript engine.