Section: javascript Maintainer: Debian Javascript Maintainers Uploaders: Thorsten Alteholz , Utkarsh Gupta Testsuite: autopkgtest-pkg-nodejs Build-Depends: debhelper-compat (= 13) , ava , node-ansi-regex (>= 6~) , dh-sequence-nodejs , node-rollup-plugin-node-resolve , rollup Standards-Version: 4.7.3 Homepage: https://github.com/chalk/strip-ansi Vcs-Git: https://salsa.debian.org/js-team/node-strip-ansi.git Vcs-Browser: https://salsa.debian.org/js-team/node-strip-ansi Source: node-strip-ansi Package: node-strip-ansi Architecture: all Multi-Arch: foreign Breaks: node-jest-debbundle (<< 29.6.2~ds4~) Replaces: node-jest-debbundle (<< 29.6.2~ds4~) Provides: ${nodejs:Provides} Depends: ${misc:Depends}, node-ansi-regex (>= 6~) Description: Strip ANSI escape codes This module strips ANSI escape codes. . ANSI escape code are a standard for in-band signaling to control cursor location, color, font styling, and other options on terminal. . This also include small package string-length, that count the length of a string ignoring ansi escape codes. . Node.js is an event-based server-side JavaScript engine.