===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
node-copy-webpack-plugin-4.3.0/src/index.js-22-        if (level === 0) {
node-copy-webpack-plugin-4.3.0/src/index.js:23:            msg = `WARNING - ${msg}`;
node-copy-webpack-plugin-4.3.0/src/index.js-24-        } else {
##############################################
node-copy-webpack-plugin-4.3.0/src/index.js-120-                if (compilationFileDependencies.has(file)) {
node-copy-webpack-plugin-4.3.0/src/index.js:121:                    debug(`not adding ${file} to change tracking, because it's already tracked`);
node-copy-webpack-plugin-4.3.0/src/index.js-122-                } else {
node-copy-webpack-plugin-4.3.0/src/index.js:123:                    debug(`adding ${file} to change tracking`);
node-copy-webpack-plugin-4.3.0/src/index.js-124-                    compilation.fileDependencies.push(file);
##############################################
node-copy-webpack-plugin-4.3.0/src/index.js-130-                if (compilationContextDependencies.has(context)) {
node-copy-webpack-plugin-4.3.0/src/index.js:131:                    debug(`not adding ${context} to change tracking, because it's already tracked`);
node-copy-webpack-plugin-4.3.0/src/index.js-132-                } else {
node-copy-webpack-plugin-4.3.0/src/index.js:133:                    debug(`adding ${context} to change tracking`);
node-copy-webpack-plugin-4.3.0/src/index.js-134-                    compilation.contextDependencies.push(context);
##############################################
node-copy-webpack-plugin-4.3.0/src/preProcessPattern.js-23-
node-copy-webpack-plugin-4.3.0/src/preProcessPattern.js:24:    info(`processing from: '${pattern.from}' to: '${pattern.to}'`);
node-copy-webpack-plugin-4.3.0/src/preProcessPattern.js-25-
##############################################
node-copy-webpack-plugin-4.3.0/src/preProcessPattern.js-38-
node-copy-webpack-plugin-4.3.0/src/preProcessPattern.js:39:    debug(`determined '${pattern.to}' is a '${pattern.toType}'`);
node-copy-webpack-plugin-4.3.0/src/preProcessPattern.js-40-
##############################################
node-copy-webpack-plugin-4.3.0/src/preProcessPattern.js-54-
node-copy-webpack-plugin-4.3.0/src/preProcessPattern.js:55:    debug(`determined '${pattern.from}' to be read from '${pattern.absoluteFrom}'`);
node-copy-webpack-plugin-4.3.0/src/preProcessPattern.js-56-
##############################################
node-copy-webpack-plugin-4.3.0/src/preProcessPattern.js-62-        } else {
node-copy-webpack-plugin-4.3.0/src/preProcessPattern.js:63:            const msg = `unable to locate '${pattern.from}' at '${pattern.absoluteFrom}'`;
node-copy-webpack-plugin-4.3.0/src/preProcessPattern.js-64-            warning(msg);
node-copy-webpack-plugin-4.3.0/src/preProcessPattern.js:65:            compilation.errors.push(`[copy-webpack-plugin] ${msg}`);
node-copy-webpack-plugin-4.3.0/src/preProcessPattern.js-66-            pattern.fromType = 'nonexistent';
##############################################
node-copy-webpack-plugin-4.3.0/src/preProcessPattern.js-89-        } else if(!pattern.fromType) {
node-copy-webpack-plugin-4.3.0/src/preProcessPattern.js:90:            info(`Unrecognized file type for ${pattern.from}`);
node-copy-webpack-plugin-4.3.0/src/preProcessPattern.js-91-        }
##############################################
node-copy-webpack-plugin-4.3.0/src/processPattern.js-19-
node-copy-webpack-plugin-4.3.0/src/processPattern.js:20:    info(`begin globbing '${pattern.absoluteFrom}' with a context of '${pattern.context}'`);
node-copy-webpack-plugin-4.3.0/src/processPattern.js-21-    return globby(pattern.absoluteFrom, globArgs)
##############################################
node-copy-webpack-plugin-4.3.0/src/processPattern.js-32-
node-copy-webpack-plugin-4.3.0/src/processPattern.js:33:            debug(`found ${from}`);
node-copy-webpack-plugin-4.3.0/src/processPattern.js-34-
##############################################
node-copy-webpack-plugin-4.3.0/src/processPattern.js-55-
node-copy-webpack-plugin-4.3.0/src/processPattern.js:56:                debug(`testing ${glob} against ${file.relativeFrom}`);
node-copy-webpack-plugin-4.3.0/src/processPattern.js-57-                if (minimatch(file.relativeFrom, glob, globParams)) {
node-copy-webpack-plugin-4.3.0/src/processPattern.js:58:                    info(`ignoring '${file.relativeFrom}', because it matches the ignore glob '${glob}'`);
node-copy-webpack-plugin-4.3.0/src/processPattern.js-59-                    return Promise.resolve();
node-copy-webpack-plugin-4.3.0/src/processPattern.js-60-                } else {
node-copy-webpack-plugin-4.3.0/src/processPattern.js:61:                    debug(`${glob} doesn't match ${file.relativeFrom}`);
node-copy-webpack-plugin-4.3.0/src/processPattern.js-62-                }
##############################################
node-copy-webpack-plugin-4.3.0/src/processPattern.js-84-
node-copy-webpack-plugin-4.3.0/src/processPattern.js:85:            info(`determined that '${from}' should write to '${file.webpackTo}'`);
node-copy-webpack-plugin-4.3.0/src/processPattern.js-86-
##############################################
node-copy-webpack-plugin-4.3.0/src/writeFile.js-24-
node-copy-webpack-plugin-4.3.0/src/writeFile.js:25:        info(`reading ${file.absoluteFrom} to write to assets`);
node-copy-webpack-plugin-4.3.0/src/writeFile.js-26-        return pify(fs.readFile)(file.absoluteFrom)
##############################################
node-copy-webpack-plugin-4.3.0/src/writeFile.js-71-            if (pattern.toType === 'template') {
node-copy-webpack-plugin-4.3.0/src/writeFile.js:72:                info(`interpolating template '${file.webpackTo}' for '${file.relativeFrom}'`);
node-copy-webpack-plugin-4.3.0/src/writeFile.js-73-
##############################################
node-copy-webpack-plugin-4.3.0/src/writeFile.js-111-            ) {
node-copy-webpack-plugin-4.3.0/src/writeFile.js:112:                info(`skipping '${file.webpackTo}', because it hasn't changed`);
node-copy-webpack-plugin-4.3.0/src/writeFile.js-113-                return;
node-copy-webpack-plugin-4.3.0/src/writeFile.js-114-            } else {
node-copy-webpack-plugin-4.3.0/src/writeFile.js:115:                debug(`added ${hash} to written tracking for '${file.absoluteFrom}'`);
node-copy-webpack-plugin-4.3.0/src/writeFile.js-116-                written[file.absoluteFrom] = {
##############################################
node-copy-webpack-plugin-4.3.0/src/writeFile.js-122-            if (compilation.assets[file.webpackTo] && !file.force) {
node-copy-webpack-plugin-4.3.0/src/writeFile.js:123:                info(`skipping '${file.webpackTo}', because it already exists`);
node-copy-webpack-plugin-4.3.0/src/writeFile.js-124-                return;
##############################################
node-copy-webpack-plugin-4.3.0/src/writeFile.js-126-
node-copy-webpack-plugin-4.3.0/src/writeFile.js:127:            info(`writing '${file.webpackTo}' to compilation assets from '${file.absoluteFrom}'`);
node-copy-webpack-plugin-4.3.0/src/writeFile.js-128-            compilation.assets[file.webpackTo] = {
##############################################
node-copy-webpack-plugin-4.3.0/tests/index.js-419-                expectedErrors: [
node-copy-webpack-plugin-4.3.0/tests/index.js:420:                    `[copy-webpack-plugin] unable to locate 'nonexistent.txt' at '${HELPER_DIR}${path.sep}nonexistent.txt'`
node-copy-webpack-plugin-4.3.0/tests/index.js-421-                ],
##############################################
node-copy-webpack-plugin-4.3.0/tests/index.js-870-                expectedErrors: [
node-copy-webpack-plugin-4.3.0/tests/index.js:871:                    `[copy-webpack-plugin] unable to locate 'nonexistent' at '${HELPER_DIR}${path.sep}nonexistent'`
node-copy-webpack-plugin-4.3.0/tests/index.js-872-                ],
##############################################
node-copy-webpack-plugin-4.3.0/tests/index.js-1364-                            cacheKeys.forEach((cacheKey) => {
node-copy-webpack-plugin-4.3.0/tests/index.js:1365:                                const cacheEntry = new Function(`'use strict'\nreturn ${cacheKey}`)();
node-copy-webpack-plugin-4.3.0/tests/index.js-1366-
##############################################
node-copy-webpack-plugin-4.3.0/tests/index.js-1407-                            cacheKeys.forEach((cacheKey) => {
node-copy-webpack-plugin-4.3.0/tests/index.js:1408:                                const cacheEntry = new Function(`'use strict'\nreturn ${cacheKey}`)();
node-copy-webpack-plugin-4.3.0/tests/index.js-1409-
##############################################
node-copy-webpack-plugin-4.3.0/tests/index.js-1446-                        cacheKeys.forEach((cacheKey) => {
node-copy-webpack-plugin-4.3.0/tests/index.js:1447:                            const cacheEntry = new Function(`'use strict'\nreturn ${cacheKey}`)();
node-copy-webpack-plugin-4.3.0/tests/index.js-1448-
##############################################
node-copy-webpack-plugin-4.3.0/serialize-javascript/test/unit/serialize.js-142-        it('should deserialize regexps with flags', function () {
node-copy-webpack-plugin-4.3.0/serialize-javascript/test/unit/serialize.js:143:            var re = eval(serialize(/^asdf$/gi));
node-copy-webpack-plugin-4.3.0/serialize-javascript/test/unit/serialize.js-144-            expect(re).to.be.a('RegExp');
##############################################
node-copy-webpack-plugin-4.3.0/debian/tests/test_modules/dir-glob/index.js-5-
node-copy-webpack-plugin-4.3.0/debian/tests/test_modules/dir-glob/index.js:6:const getExtensions = extensions => extensions.length > 1 ? `{${extensions.join(',')}}` : extensions[0];
node-copy-webpack-plugin-4.3.0/debian/tests/test_modules/dir-glob/index.js-7-const getPath = filepath => filepath[0] === '!' ? filepath.slice(1) : filepath;
##############################################
node-copy-webpack-plugin-4.3.0/debian/tests/test_modules/dir-glob/index.js-10-	if (path.extname(file)) {
node-copy-webpack-plugin-4.3.0/debian/tests/test_modules/dir-glob/index.js:11:		return `**/${file}`;
node-copy-webpack-plugin-4.3.0/debian/tests/test_modules/dir-glob/index.js-12-	}
node-copy-webpack-plugin-4.3.0/debian/tests/test_modules/dir-glob/index.js-13-
node-copy-webpack-plugin-4.3.0/debian/tests/test_modules/dir-glob/index.js:14:	return `**/${file}.${getExtensions(extensions)}`;
node-copy-webpack-plugin-4.3.0/debian/tests/test_modules/dir-glob/index.js-15-};
##############################################
node-copy-webpack-plugin-4.3.0/debian/tests/test_modules/dir-glob/index.js-20-	if (opts.files && !Array.isArray(opts.files)) {
node-copy-webpack-plugin-4.3.0/debian/tests/test_modules/dir-glob/index.js:21:		throw new TypeError(`\`options.files\` must be an \`Array\`, not \`${typeof opts.files}\``);
node-copy-webpack-plugin-4.3.0/debian/tests/test_modules/dir-glob/index.js-22-	}
##############################################
node-copy-webpack-plugin-4.3.0/debian/tests/test_modules/dir-glob/index.js-24-	if (opts.extensions && !Array.isArray(opts.extensions)) {
node-copy-webpack-plugin-4.3.0/debian/tests/test_modules/dir-glob/index.js:25:		throw new TypeError(`\`options.extensions\` must be an \`Array\`, not \`${typeof opts.extensions}\``);
node-copy-webpack-plugin-4.3.0/debian/tests/test_modules/dir-glob/index.js-26-	}
##############################################
node-copy-webpack-plugin-4.3.0/debian/tests/test_modules/dir-glob/index.js-30-	} else if (opts.files) {
node-copy-webpack-plugin-4.3.0/debian/tests/test_modules/dir-glob/index.js:31:		return opts.files.map(x => path.join(dir, `**/${x}`));
node-copy-webpack-plugin-4.3.0/debian/tests/test_modules/dir-glob/index.js-32-	} else if (opts.extensions) {
node-copy-webpack-plugin-4.3.0/debian/tests/test_modules/dir-glob/index.js:33:		return [path.join(dir, `**/*.${getExtensions(opts.extensions)}`)];
node-copy-webpack-plugin-4.3.0/debian/tests/test_modules/dir-glob/index.js-34-	}
##############################################
node-copy-webpack-plugin-4.3.0/debian/tests/test_modules/path-type/index.js-6-	if (typeof fp !== 'string') {
node-copy-webpack-plugin-4.3.0/debian/tests/test_modules/path-type/index.js:7:		return Promise.reject(new TypeError(`Expected a string, got ${typeof fp}`));
node-copy-webpack-plugin-4.3.0/debian/tests/test_modules/path-type/index.js-8-	}
##############################################
node-copy-webpack-plugin-4.3.0/debian/tests/test_modules/path-type/index.js-22-	if (typeof fp !== 'string') {
node-copy-webpack-plugin-4.3.0/debian/tests/test_modules/path-type/index.js:23:		throw new TypeError(`Expected a string, got ${typeof fp}`);
node-copy-webpack-plugin-4.3.0/debian/tests/test_modules/path-type/index.js-24-	}
##############################################
node-copy-webpack-plugin-4.3.0/.pc/disable-failing-tests.patch/tests/index.js-419-                expectedErrors: [
node-copy-webpack-plugin-4.3.0/.pc/disable-failing-tests.patch/tests/index.js:420:                    `[copy-webpack-plugin] unable to locate 'nonexistent.txt' at '${HELPER_DIR}${path.sep}nonexistent.txt'`
node-copy-webpack-plugin-4.3.0/.pc/disable-failing-tests.patch/tests/index.js-421-                ],
##############################################
node-copy-webpack-plugin-4.3.0/.pc/disable-failing-tests.patch/tests/index.js-870-                expectedErrors: [
node-copy-webpack-plugin-4.3.0/.pc/disable-failing-tests.patch/tests/index.js:871:                    `[copy-webpack-plugin] unable to locate 'nonexistent' at '${HELPER_DIR}${path.sep}nonexistent'`
node-copy-webpack-plugin-4.3.0/.pc/disable-failing-tests.patch/tests/index.js-872-                ],
##############################################
node-copy-webpack-plugin-4.3.0/.pc/disable-failing-tests.patch/tests/index.js-1362-                            cacheKeys.forEach((cacheKey) => {
node-copy-webpack-plugin-4.3.0/.pc/disable-failing-tests.patch/tests/index.js:1363:                                const cacheEntry = new Function(`'use strict'\nreturn ${cacheKey}`)();
node-copy-webpack-plugin-4.3.0/.pc/disable-failing-tests.patch/tests/index.js-1364-
##############################################
node-copy-webpack-plugin-4.3.0/.pc/disable-failing-tests.patch/tests/index.js-1405-                            cacheKeys.forEach((cacheKey) => {
node-copy-webpack-plugin-4.3.0/.pc/disable-failing-tests.patch/tests/index.js:1406:                                const cacheEntry = new Function(`'use strict'\nreturn ${cacheKey}`)();
node-copy-webpack-plugin-4.3.0/.pc/disable-failing-tests.patch/tests/index.js-1407-
##############################################
node-copy-webpack-plugin-4.3.0/.pc/disable-failing-tests.patch/tests/index.js-1444-                        cacheKeys.forEach((cacheKey) => {
node-copy-webpack-plugin-4.3.0/.pc/disable-failing-tests.patch/tests/index.js:1445:                            const cacheEntry = new Function(`'use strict'\nreturn ${cacheKey}`)();
node-copy-webpack-plugin-4.3.0/.pc/disable-failing-tests.patch/tests/index.js-1446-
##############################################
node-copy-webpack-plugin-4.3.0/.pc/disable-tests-incompatible-with-autopkgtest.diff/tests/index.js-419-                expectedErrors: [
node-copy-webpack-plugin-4.3.0/.pc/disable-tests-incompatible-with-autopkgtest.diff/tests/index.js:420:                    `[copy-webpack-plugin] unable to locate 'nonexistent.txt' at '${HELPER_DIR}${path.sep}nonexistent.txt'`
node-copy-webpack-plugin-4.3.0/.pc/disable-tests-incompatible-with-autopkgtest.diff/tests/index.js-421-                ],
##############################################
node-copy-webpack-plugin-4.3.0/.pc/disable-tests-incompatible-with-autopkgtest.diff/tests/index.js-870-                expectedErrors: [
node-copy-webpack-plugin-4.3.0/.pc/disable-tests-incompatible-with-autopkgtest.diff/tests/index.js:871:                    `[copy-webpack-plugin] unable to locate 'nonexistent' at '${HELPER_DIR}${path.sep}nonexistent'`
node-copy-webpack-plugin-4.3.0/.pc/disable-tests-incompatible-with-autopkgtest.diff/tests/index.js-872-                ],
##############################################
node-copy-webpack-plugin-4.3.0/.pc/disable-tests-incompatible-with-autopkgtest.diff/tests/index.js-1363-                            cacheKeys.forEach((cacheKey) => {
node-copy-webpack-plugin-4.3.0/.pc/disable-tests-incompatible-with-autopkgtest.diff/tests/index.js:1364:                                const cacheEntry = new Function(`'use strict'\nreturn ${cacheKey}`)();
node-copy-webpack-plugin-4.3.0/.pc/disable-tests-incompatible-with-autopkgtest.diff/tests/index.js-1365-
##############################################
node-copy-webpack-plugin-4.3.0/.pc/disable-tests-incompatible-with-autopkgtest.diff/tests/index.js-1406-                            cacheKeys.forEach((cacheKey) => {
node-copy-webpack-plugin-4.3.0/.pc/disable-tests-incompatible-with-autopkgtest.diff/tests/index.js:1407:                                const cacheEntry = new Function(`'use strict'\nreturn ${cacheKey}`)();
node-copy-webpack-plugin-4.3.0/.pc/disable-tests-incompatible-with-autopkgtest.diff/tests/index.js-1408-
##############################################
node-copy-webpack-plugin-4.3.0/.pc/disable-tests-incompatible-with-autopkgtest.diff/tests/index.js-1445-                        cacheKeys.forEach((cacheKey) => {
node-copy-webpack-plugin-4.3.0/.pc/disable-tests-incompatible-with-autopkgtest.diff/tests/index.js:1446:                            const cacheEntry = new Function(`'use strict'\nreturn ${cacheKey}`)();
node-copy-webpack-plugin-4.3.0/.pc/disable-tests-incompatible-with-autopkgtest.diff/tests/index.js-1447-