File: control

package info (click to toggle)
node-uglifyjs-webpack-plugin 0.4.6-4
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 308 kB
  • sloc: makefile: 7; sh: 2
file content (36 lines) | stat: -rw-r--r-- 1,297 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
Source: node-uglifyjs-webpack-plugin
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>
Build-Depends:
 debhelper (>= 9)
 , dh-buildinfo
 , nodejs
 , node-babel-cli
 , node-babel-preset-es2015
 , node-babel-plugin-transform-strict-mode
 , node-babel-plugin-transform-object-rest-spread
Standards-Version: 4.1.0
Homepage: https://github.com/webpack-contrib/uglifyjs-webpack-plugin
Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/node-uglifyjs-webpack-plugin.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-javascript/node-uglifyjs-webpack-plugin.git

Package: node-uglifyjs-webpack-plugin
Architecture: all
Depends:
 ${misc:Depends}
 , nodejs
 , node-webpack-sources (>= 1.0.1)
 , node-source-map (>= 0.5.6)
 , node-uglify (>= 2.8.29)
 , webpack
Description: UglifyJS plugin for webpack
 This plugin uses UglifyJS v2 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.
 .
 Node.js is an event-based server-side JavaScript engine.