File "ansi-trim.js"

Full Path: /home/attunedd/public_html/byp/izo/con7ext_sym404/rintoar.txt/opt/alt/alt-nodejs19/root/usr/lib/node_modules/npm/lib/utils/ansi-trim.js
File size: 173 bytes
MIME-type: text/plain
Charset: utf-8

const r = new RegExp('\x1b(?:\\[(?:\\d+[ABCDEFGJKSTm]|\\d+;\\d+[Hfm]|' +
          '\\d+;\\d+;\\d+m|6n|s|u|\\?25[lh])|\\w)', 'g')
module.exports = str => str.replace(r, '')