File: control

package info (click to toggle)
node-ansi 0.3.0-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 136 kB
  • sloc: makefile: 2
file content (29 lines) | stat: -rw-r--r-- 987 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
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Jérémy Lal <kapouer@melix.org>
Build-Depends:
 debhelper (>= 8.0.0)
 , nodejs
 , dh-buildinfo
 , pkg-js-tools
Standards-Version: 4.3.0
Homepage: https://github.com/TooTallNate/ansi.js
Vcs-Git: https://salsa.debian.org/js-team/node-ansi.git
Vcs-Browser: https://salsa.debian.org/js-team/node-ansi
Testsuite: autopkgtest-pkg-nodejs

Package: node-ansi
Architecture: all
Depends:
 ${misc:Depends}
 , nodejs
Description: Advanced ANSI formatting tool for Node.js
 node-ansi is a module for Node.js that provides an easy-to-use API
 for writing ANSI escape codes to Stream instances.
 ANSI escape codes are used to do fancy things in a terminal window,
 like render text in colors, delete characters, lines, the entire window,
 or hide and show the cursor, and lots more.
 .
 Node.js is an event-based server-side javascript engine.