=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== node-ansi-styles-4.2.1/index.js-4- const code = fn(...args); node-ansi-styles-4.2.1/index.js:5: return `\u001B[${code + offset}m`; node-ansi-styles-4.2.1/index.js-6-}; ############################################## node-ansi-styles-4.2.1/index.js-9- const code = fn(...args); node-ansi-styles-4.2.1/index.js:10: return `\u001B[${38 + offset};5;${code}m`; node-ansi-styles-4.2.1/index.js-11-}; ############################################## node-ansi-styles-4.2.1/index.js-14- const rgb = fn(...args); node-ansi-styles-4.2.1/index.js:15: return `\u001B[${38 + offset};2;${rgb[0]};${rgb[1]};${rgb[2]}m`; node-ansi-styles-4.2.1/index.js-16-}; ############################################## node-ansi-styles-4.2.1/index.js-125- styles[styleName] = { node-ansi-styles-4.2.1/index.js:126: open: `\u001B[${style[0]}m`, node-ansi-styles-4.2.1/index.js:127: close: `\u001B[${style[1]}m` node-ansi-styles-4.2.1/index.js-128- }; ############################################## node-ansi-styles-4.2.1/readme.md-19- node-ansi-styles-4.2.1/readme.md:20:console.log(`${style.green.open}Hello world!${style.green.close}`); node-ansi-styles-4.2.1/readme.md-21-