File: control

package info (click to toggle)
node-ansi-up 5.0.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 252 kB
  • sloc: javascript: 546; makefile: 26
file content (41 lines) | stat: -rw-r--r-- 1,341 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
34
35
36
37
38
39
40
41
Source: node-ansi-up
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Dmitry Bogatov <KAction@debian.org>
Testsuite: autopkgtest-pkg-nodejs
Build-Depends:
 debhelper-compat (= 13),
 node-typescript,
 nodejs (>= 6),
 node-should,
 mocha,
 dh-sequence-nodejs,
 uglifyjs,
Standards-Version: 4.5.1
Homepage: https://github.com/drudru/ansi_up#readme
Vcs-Git: https://salsa.debian.org/js-team/node-ansi-up.git
Vcs-Browser: https://salsa.debian.org/js-team/node-ansi-up
X-Short-Desc: convert text containing ANSI color escape codes into HTML
X-Long-Desc:
 This library provide function that takes a stream of text and transforms it
 into proper HTML with colors. It does this by buffering the data and
 performing multiple passes over the stream. Each time it consumes data,
 it may or may not emit HTML. This HTML will always be proper HTML.
Rules-Requires-Root: no

Package: node-ansi-up
Architecture: all
Depends:
 ${misc:Depends}
 , nodejs (>= 6)
Description: ${S:X-Short-Desc} ${S:X-Long-Desc}
 .
 Node.js is an event-based server-side JavaScript engine.

Package: libjs-ansi-up
Architecture: all
Depends: ${misc:Depends}
Description: ${S:X-Short-Desc} ${S:X-Long-Desc}
 .
 This package provides library in format, suitable for client-side programming.