File: control

package info (click to toggle)
node-anser 2.3.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 276 kB
  • sloc: javascript: 954; makefile: 5
file content (33 lines) | stat: -rw-r--r-- 1,035 bytes parent folder | download | duplicates (2)
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
Source: node-anser
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Philip Hands <phil@hands.com>
Testsuite: autopkgtest-pkg-nodejs
Build-Depends:
 debhelper-compat (= 13)
 , dh-sequence-nodejs
 , dh-nodejs
 , mocha <!nocheck>
 , node-should <!nocheck>
Standards-Version: 4.7.0
Homepage: https://github.com/IonicaBizau/anser#readme
Vcs-Git: https://salsa.debian.org/js-team/node-anser.git
Vcs-Browser: https://salsa.debian.org/js-team/node-anser
Rules-Requires-Root: no

Package: node-anser
Architecture: all
Depends:
 ${misc:Depends}
Description: low level ANSI escape code parser
 node-anser provides a JavaScript function that is able to parse
 ANSI escape sequences in text.
 .
 One can choose for it to do various combinations of:
   convert color escape codes into equivalent HTML elements;
   produce JSON output;
   perform HTML escaping;
   convert links into HTML elements.
 .
 Node.js is an event-based server-side JavaScript engine.