File: control

package info (click to toggle)
node-bash-color 0.0.4-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 72 kB
  • sloc: javascript: 128; makefile: 2
file content (24 lines) | stat: -rw-r--r-- 827 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
Source: node-bash-color
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Stephan Lachnit <stephanlachnit@debian.org>
Testsuite: autopkgtest-pkg-nodejs
Build-Depends:
 debhelper-compat (= 13)
 , dh-sequence-nodejs
Standards-Version: 4.6.1
Homepage: https://github.com/mbilokonsky/bash-color#readme
Vcs-Git: https://salsa.debian.org/js-team/node-bash-color.git
Vcs-Browser: https://salsa.debian.org/js-team/node-bash-color
Rules-Requires-Root: no

Package: node-bash-color
Architecture: all
Depends:
 ${misc:Depends}
Description: wrap strings in color codes for pretty printing in bash
 This is a Node.js module for wrapping strings in color codes for pretty
 printing in bash.
 .
 Node.js is an event-based server-side JavaScript engine.