AlkantarClanX12

Your IP : 3.14.134.18


Current Path : /proc/thread-self/root/opt/alt/alt-nodejs19/root/lib/node_modules/npm/lib/utils/
Upload File :
Current File : //proc/thread-self/root/opt/alt/alt-nodejs19/root/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, '')