===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
node-webpack-stats-plugin-1.0.2/test/func.spec.js-26-const BUILD_DIRS = ["build", "build2"];
node-webpack-stats-plugin-1.0.2/test/func.spec.js:27:const WEBPACKS = [1, 2, 3, 4, 5].map((n) => `webpack${n}`); // eslint-disable-line no-magic-numbers
node-webpack-stats-plugin-1.0.2/test/func.spec.js-28-const VERSIONS = [{ VERS: 1 }, { VERS: 2 }, { VERS: 3 }, { VERS: 4 }, { VERS: 5 }];
##############################################
node-webpack-stats-plugin-1.0.2/test/func.spec.js-218-    expect(obj.code).to.equal(1);
node-webpack-stats-plugin-1.0.2/test/func.spec.js:219:    expect(obj.stderr).to.contain(`Hit ${NUM_ERRS} errors`);
node-webpack-stats-plugin-1.0.2/test/func.spec.js-220-
##############################################
node-webpack-stats-plugin-1.0.2/test/func.spec.js-237-    expect(obj.code).to.equal(1);
node-webpack-stats-plugin-1.0.2/test/func.spec.js:238:    expect(obj.stderr).to.contain(`Hit ${NUM_ERRS} errors`);
node-webpack-stats-plugin-1.0.2/test/func.spec.js-239-
##############################################
node-webpack-stats-plugin-1.0.2/test/func.spec.js-292-        Object.keys(expecteds).forEach((name) => {
node-webpack-stats-plugin-1.0.2/test/func.spec.js:293:          it(`matches expected file: ${name}`, () => {
node-webpack-stats-plugin-1.0.2/test/func.spec.js-294-            const actual = actuals[webpack][name];
##############################################
node-webpack-stats-plugin-1.0.2/test/scenarios/webpack5/webpack.config.js-58-    publicPath: "/website-o-doom/",
node-webpack-stats-plugin-1.0.2/test/scenarios/webpack5/webpack.config.js:59:    filename: `[${HASH_KEY}].[name].js`
node-webpack-stats-plugin-1.0.2/test/scenarios/webpack5/webpack.config.js-60-  },
##############################################
node-webpack-stats-plugin-1.0.2/test/scenarios/webpack5/webpack.config.js-77-        return Object.entries(normAssets({ assetsByChunkName })).reduce(
node-webpack-stats-plugin-1.0.2/test/scenarios/webpack5/webpack.config.js:78:          (memo, [key, val]) => `${memo}${key} | ${val}\n`,
node-webpack-stats-plugin-1.0.2/test/scenarios/webpack5/webpack.config.js-79-          "Name | Asset\n:--- | :----\n"