File: control

package info (click to toggle)
node-colormin 1.1.2-6
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 224 kB
  • sloc: javascript: 697; makefile: 4
file content (39 lines) | stat: -rw-r--r-- 1,266 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
Source: node-colormin
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>
Build-Depends: debhelper-compat (= 13)
 , node-babel7
 , node-babel-plugin-add-module-exports (>= 1.0~)
 , node-color <!nocheck>
 , node-css-color-names <!nocheck>
# For embedded color module
 , node-clone <!nocheck>
#
 , node-function-bind <!nocheck>
 , node-tape <!nocheck>
 , dh-sequence-nodejs
Standards-Version: 4.5.1
Vcs-Browser: https://salsa.debian.org/js-team/node-colormin
Vcs-Git: https://salsa.debian.org/js-team/node-colormin.git
Homepage: https://github.com/ben-eb/colormin
Testsuite: autopkgtest-pkg-nodejs
Rules-Requires-Root: no

Package: node-colormin
Architecture: all
Depends: ${misc:Depends}
 , node-color
# For embedded color module
 , node-clone
 , node-css-color-names
 , node-function-bind
 , nodejs
Description: Turn a CSS color into its smallest representation
 colormin works for rgb, rgba, hsl, hsla, hex & css color keywords. Note that
 colormin does not convert invalid CSS colors, as it is not a color validator.
 .
 For example, 'rgba(255, 0, 0, 1)' will be turned to 'red'.
 .
 Node.js is an event-based server-side JavaScript engine.