===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
node-ansi-regex-5.0.0/fixtures/view-codes.js-20-			code,
node-ansi-regex-5.0.0/fixtures/view-codes.js:21:			matches: `\u001B${code}`.match(ansiRegex()),
node-ansi-regex-5.0.0/fixtures/view-codes.js-22-			description: value[0]
##############################################
node-ansi-regex-5.0.0/fixtures/view-codes.js-24-
node-ansi-regex-5.0.0/fixtures/view-codes.js:25:		if (codeSupport.matches !== null && codeSupport.matches[0] === `\u001B${code}`) {
node-ansi-regex-5.0.0/fixtures/view-codes.js-26-			supported.push(codeSupport);
##############################################
node-ansi-regex-5.0.0/debian/patches/switch-test-from-ava-to-tape.diff-93-@@ -70,27 +79,31 @@
node-ansi-regex-5.0.0/debian/patches/switch-test-from-ava-to-tape.diff:94: 		test(`${codeSet} - ${skipText}${code} → ${codeInfo[0]}`, t => {
node-ansi-regex-5.0.0/debian/patches/switch-test-from-ava-to-tape.diff-95- 			if (skip) {
##############################################
node-ansi-regex-5.0.0/debian/patches/switch-test-from-ava-to-tape.diff-100- 
node-ansi-regex-5.0.0/debian/patches/switch-test-from-ava-to-tape.diff:101: 			const string = `hel${ecode}lo`;
node-ansi-regex-5.0.0/debian/patches/switch-test-from-ava-to-tape.diff-102--			t.regex(string, ansiRegex());
##############################################
node-ansi-regex-5.0.0/debian/patches/switch-test-from-ava-to-tape.diff-108- 
node-ansi-regex-5.0.0/debian/patches/switch-test-from-ava-to-tape.diff:109: 		test(`${codeSet} - ${skipText}${code} should not overconsume`, t => {
node-ansi-regex-5.0.0/debian/patches/switch-test-from-ava-to-tape.diff-110- 			if (skip) {
##############################################
node-ansi-regex-5.0.0/.pc/switch-test-from-ava-to-tape.diff/test.js-67-		const skipText = skip ? '[SKIP] ' : '';
node-ansi-regex-5.0.0/.pc/switch-test-from-ava-to-tape.diff/test.js:68:		const ecode = `\u001B${code}`;
node-ansi-regex-5.0.0/.pc/switch-test-from-ava-to-tape.diff/test.js-69-
node-ansi-regex-5.0.0/.pc/switch-test-from-ava-to-tape.diff/test.js:70:		test(`${codeSet} - ${skipText}${code} → ${codeInfo[0]}`, t => {
node-ansi-regex-5.0.0/.pc/switch-test-from-ava-to-tape.diff/test.js-71-			if (skip) {
##############################################
node-ansi-regex-5.0.0/.pc/switch-test-from-ava-to-tape.diff/test.js-75-
node-ansi-regex-5.0.0/.pc/switch-test-from-ava-to-tape.diff/test.js:76:			const string = `hel${ecode}lo`;
node-ansi-regex-5.0.0/.pc/switch-test-from-ava-to-tape.diff/test.js-77-			t.regex(string, ansiRegex());
##############################################
node-ansi-regex-5.0.0/.pc/switch-test-from-ava-to-tape.diff/test.js-81-
node-ansi-regex-5.0.0/.pc/switch-test-from-ava-to-tape.diff/test.js:82:		test(`${codeSet} - ${skipText}${code} should not overconsume`, t => {
node-ansi-regex-5.0.0/.pc/switch-test-from-ava-to-tape.diff/test.js-83-			if (skip) {
##############################################
node-ansi-regex-5.0.0/test.js-76-		const skipText = skip ? '[SKIP] ' : '';
node-ansi-regex-5.0.0/test.js:77:		const ecode = `\u001B${code}`;
node-ansi-regex-5.0.0/test.js-78-
node-ansi-regex-5.0.0/test.js:79:		test(`${codeSet} - ${skipText}${code} → ${codeInfo[0]}`, t => {
node-ansi-regex-5.0.0/test.js-80-			if (skip) {
##############################################
node-ansi-regex-5.0.0/test.js-85-
node-ansi-regex-5.0.0/test.js:86:			const string = `hel${ecode}lo`;
node-ansi-regex-5.0.0/test.js-87-			t.ok(string.match(ansiRegex()));
##############################################
node-ansi-regex-5.0.0/test.js-92-
node-ansi-regex-5.0.0/test.js:93:		test(`${codeSet} - ${skipText}${code} should not overconsume`, t => {
node-ansi-regex-5.0.0/test.js-94-			if (skip) {