Source: node-ansis Section: javascript Maintainer: Debian Javascript Maintainers Uploaders: Joseph Nahmias , Testsuite: autopkgtest-pkg-nodejs Build-Depends: debhelper-compat (= 13), dh-nodejs, dh-sequence-nodejs, esbuild, node-babel-core, node-babel-preset-env, node-babel7, node-css-color-names, node-rimraf, node-rollup-plugin-babel, node-rollup-plugin-copy, node-rollup-plugin-replace, node-rollup-plugin-terser, node-types-node, node-typescript, rollup, terser, Standards-Version: 4.7.4 Homepage: https://github.com/webdiscus/ansis Vcs-Git: https://salsa.debian.org/js-team/node-ansis.git Vcs-Browser: https://salsa.debian.org/js-team/node-ansis Package: node-ansis Architecture: all Depends: ${misc:Depends}, Description: small and fast ANSI color library ANSI color library for use in terminals, CI environments, and Chromium-based browsers. Ansis is focused on small size and speed while providing rich functionality and handling edge cases. Some highlights: . - Colors - 16 · 256 · Truecolor (hex/rgb) · Named colors (orange, pink ...) - Syntax - Chained · Template literals · Nested templates - Works - ESM · CJS · TS · Node 10+ · Bun · Deno · CI · Chromium browsers - Smart - Auto color detection · Fallback (truecolor → 256 → 16 → b&w) · Supports NO_COLOR · FORCE_COLOR · COLORTERM - Tiny - 5.8 kB · Drop-in replacement for Chalk (44 kB) . Node.js is an event-based server-side JavaScript engine.