File: control

package info (click to toggle)
node-ansi-align 3.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 108 kB
  • sloc: makefile: 2
file content (29 lines) | stat: -rw-r--r-- 920 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
Source: node-ansi-align
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Yashashree Kolhe <yashashreekolhe@gmail.com>
Section: javascript
Testsuite: autopkgtest-pkg-nodejs
Priority: optional
Build-Depends:
 debhelper-compat (= 12)
 , node-chalk <!nocheck>
 , node-string-width <!nocheck>
 , node-tape <!nocheck>
 , pkg-js-tools (>=0.9.20~)
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/js-team/node-ansi-align
Vcs-Git: https://salsa.debian.org/js-team/node-ansi-align.git
Homepage: https://github.com/nexdrew/ansi-align#readme
Rules-Requires-Root: no

Package: node-ansi-align
Architecture: all
Depends:
 ${misc:Depends}
 , node-string-width
 , nodejs
Description: align-text with ANSI support for CLIs
 Easily center- or right- align a block of text,
 carefully ignoring ANSI escape codes.
 .
 Node.js is an event-based server-side JavaScript engine.