File: control

package info (click to toggle)
node-grunt-contrib-uglify 5.2.2%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 460 kB
  • sloc: javascript: 829; makefile: 3
file content (34 lines) | stat: -rw-r--r-- 1,148 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
Source: node-grunt-contrib-uglify
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Paolo Greppi <paolo.greppi@libpf.com>
Build-Depends: debhelper-compat (= 13)
 , grunt <!nocheck>
 , node-bytes <!nocheck>
 , node-grunt-contrib-clean <!nocheck>
 , node-grunt-contrib-internal <!nocheck>
 , node-grunt-contrib-nodeunit <!nocheck>
 , node-uglify-js <!nocheck>
 , node-uri-path <!nocheck>
 , dh-sequence-nodejs
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/js-team/node-grunt-contrib-uglify
Vcs-Git: https://salsa.debian.org/js-team/node-grunt-contrib-uglify.git
Homepage: https://github.com/gruntjs/grunt-contrib-uglify
Testsuite: autopkgtest-pkg-nodejs
Rules-Requires-Root: no

Package: node-grunt-contrib-uglify
Architecture: all
Depends: ${misc:Depends}
 , node-bytes
 , node-chalk
 , node-lodash-packages
 , node-uglify-js
 , node-uri-path
Description: Minify JavaScript files with UglifyJS
 Node.js module that provides a grunt plugin to minify JavaScript
 files with UglifyJS.
 .
 Node.js is an event-based server-side JavaScript engine.