Source: node-browserify-uglifyify
Section: javascript
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders:
 Joseph Nahmias <jello@debian.org>,
Testsuite: autopkgtest-pkg-nodejs
Build-Depends:
 debhelper-compat (= 13),
 dh-nodejs,
 dh-sequence-nodejs,
 node-bl <!nocheck>,
 node-browserify <!nocheck>,
 node-convert-source-map <!nocheck>,
 node-from2 <!nocheck>,
 node-from2-string <!nocheck>,
 node-minimatch <!nocheck>,
 node-tape <!nocheck>,
 node-terser <!nocheck>,
 node-through2 <!nocheck>,
 node-wrap-stream <!nocheck>,
 node-xtend <!nocheck>,
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.
