File: control

package info (click to toggle)
node-clean-css 4.2.3%2B~4.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 3,992 kB
  • sloc: javascript: 40,423; makefile: 7; sh: 6
file content (50 lines) | stat: -rw-r--r-- 1,715 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-clean-css
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Xavier Guimard <yadd@debian.org>
Section: javascript
Testsuite: autopkgtest-pkg-nodejs
Priority: optional
Build-Depends: debhelper-compat (= 12),
               chai,
               node-commander,
               node-deep-equal,
               node-follow-redirects,
               node-json-stringify-safe,
               node-lodash,
               node-qs,
               node-requires-port,
               node-semver,
               node-source-map,
               node-vows,
               pkg-js-tools (>= 0.8.6)
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/js-team/node-clean-css
Vcs-Git: https://salsa.debian.org/js-team/node-clean-css.git
Homepage: https://github.com/jakubpawlowicz/clean-css
Rules-Requires-Root: no

Package: node-clean-css
Architecture: all
Depends: ${misc:Depends},
         nodejs,
         node-source-map
Description: Node.js module for minifying CSS files
 Clean-css is a Node.js module for minifying CSS files. It does the same job as
 YUI Compressor's CSS minifier, but much faster thanks to many speed
 optimizations and Node.js' V8 engine.

Package: cleancss
Architecture: all
Provides: node-clean-css-cli
Depends: ${misc:Depends},
         nodejs,
         node-clean-css,
         node-commander,
         node-glob
Description: Tool for minifying CSS files
 Clean-css is a Node.js module for minifying CSS files. It does the same job as
 YUI Compressor's CSS minifier, but much faster thanks to many speed
 optimizations and Node.js' V8 engine.
 .
 The cleancss tool is a reference implementation for the Clean-css Node.js
 module.