File: control

package info (click to toggle)
node-uglifyjs-webpack-plugin 1.3.0-9
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,304 kB
  • sloc: javascript: 3,907; makefile: 4
file content (50 lines) | stat: -rw-r--r-- 1,705 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
Source: node-uglifyjs-webpack-plugin
Section: javascript
Priority: optional
Testsuite: autopkgtest-pkg-nodejs
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>
Build-Depends:
 debhelper-compat (= 13)
 , dh-sequence-nodejs
 , node-babel7
 , node-cacache (>= 10.0.4~)
 , node-find-cache-dir (>= 1.0~)
#, node-serialize-javascript (>= 1.4~)
 , node-schema-utils (>= 3.0~)
 , node-source-map (>= 0.6.1~)
 , node-terser
 , node-webpack-sources (>= 1.1~)
#, node-worker-farm (>= 1.5.2~)
 , webpack
Standards-Version: 4.5.1
Homepage: https://github.com/webpack-contrib/uglifyjs-webpack-plugin
Vcs-Git: https://salsa.debian.org/js-team/node-uglifyjs-webpack-plugin.git
Vcs-Browser: https://salsa.debian.org/js-team/node-uglifyjs-webpack-plugin
Rules-Requires-Root: no

Package: node-uglifyjs-webpack-plugin
Architecture: all
Depends:
 ${misc:Depends}
 , nodejs
 , node-cacache (>= 10.0.4~)
 , node-find-cache-dir (>= 1.0~)
#, node-serialize-javascript (>= 1.4~)
 , node-schema-utils (>= 3.0~)
 , node-source-map (>= 0.6.1~)
 , node-terser
 , node-webpack-sources (>= 1.1~)
#, node-worker-farm (>= 1.5.2~)
 , webpack
Description: UglifyJS v3 plugin for webpack
 This plugin uses UglifyJS v3 API (uglify-es) to minify your JavaScript.
 .
 Note that webpack contains the same plugin under
 webpack.optimize.UglifyJsPlugin. This is a standalone version for those that
 want to control the version of UglifyJS. The documentation is valid apart from
 the installation instructions in that case.
 .
 uglify-es is repalced with terser in Debian (uglify-es is unmaintained).
 .
 Node.js is an event-based server-side JavaScript engine.