Source: node-ansi-up Section: javascript Priority: optional Maintainer: Debian Javascript Maintainers Uploaders: Yadd Testsuite: autopkgtest-pkg-nodejs Build-Depends: debhelper-compat (= 13) , dh-sequence-nodejs , mocha , node-should , node-typescript , uglifyjs Standards-Version: 4.6.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} Multi-Arch: foreign 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} Multi-Arch: foreign Description: ${S:X-Short-Desc} ${S:X-Long-Desc} This package provides library in format, suitable for client-side programming.