File: control

package info (click to toggle)
node-colorspace 1.1.4-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 92 kB
  • sloc: javascript: 27; makefile: 2
file content (33 lines) | stat: -rw-r--r-- 1,147 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
Source: node-colorspace
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Roland Mas <lolando@debian.org>
Testsuite: autopkgtest-pkg-nodejs
Build-Depends:
 debhelper-compat (= 13)
 , dh-sequence-nodejs
 , node-color (>= 3.0.0) <!nocheck>
 , node-text-hex <!nocheck>
 , mocha <!nocheck>
 , node-assume <!nocheck>
Standards-Version: 4.6.0
Homepage: https://github.com/3rd-Eden/colorspace
Vcs-Git: https://salsa.debian.org/js-team/node-colorspace.git
Vcs-Browser: https://salsa.debian.org/js-team/node-colorspace
Rules-Requires-Root: no

Package: node-colorspace
Architecture: all
Depends:
 ${misc:Depends}
 , node-color (>= 3.0.0)
 , node-text-hex
Description: Generate HEX colors for a given namespace in Node.js
 Colorspace is a simple module which generates HEX color codes for
 namespaces.  The base color is decided by the first part of the
 namespace. All other parts of the namespace alters the color
 tone. This way you can visually see which namespaces belong together
 and which does not.
 .
 Node.js is an event-based server-side JavaScript engine.