Linux SRV-16 6.18.44-paas #1 SMP PREEMPT_DYNAMIC Thu Aug 13 10:08:12 UTC 2026 x86_64
/
opt
/
nodejs-18
/
usr
/
lib
/
node_modules
/
npm
/
lib
/
utils
/
//opt/nodejs-18/usr/lib/node_modules/npm/lib/utils/ansi-trim.js
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, '')