Binary package “node-ansi-up” in ubuntu noble

convert text containing ANSI color escape codes into HTML

 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.
 Node.js is an event-based server-side JavaScript engine.