File: control

package info (click to toggle)
node-tinycolor 0.0.1-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 80 kB
  • sloc: javascript: 34; makefile: 2
file content (23 lines) | stat: -rw-r--r-- 848 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
Source: node-tinycolor
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Xavier Guimard <yadd@debian.org>
Section: javascript
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-buildinfo,
               nodejs,
               pkg-js-tools (>= 0.8.8)
Standards-Version: 4.5.1
Vcs-Browser: https://salsa.debian.org/js-team/node-tinycolor
Vcs-Git: https://salsa.debian.org/js-team/node-tinycolor.git
Homepage: https://github.com/einaros/tinycolor

Package: node-tinycolor
Architecture: all
Depends: ${misc:Depends},
         nodejs
Description: No-fuzz, barebone, zero muppetry color module for Node.js
 Tinycolor provides color name definitions for colorizing ANSI output on
 TTY-like terminals.
 .
 Colorization can be disabled by setting the NOCOLOR environment variable.