===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
node-worker-loader-3.0.5/README.md-176-          publicPath: (pathData, assetInfo) => {
node-worker-loader-3.0.5/README.md:177:            return `/scripts/${pathData.hash}/workers/`;
node-worker-loader-3.0.5/README.md-178-          },
##############################################
node-worker-loader-3.0.5/src/index.js-68-  workerContext.compiler = this._compilation.createChildCompiler(
node-worker-loader-3.0.5/src/index.js:69:    `worker-loader ${request}`,
node-worker-loader-3.0.5/src/index.js-70-    workerContext.options
##############################################
node-worker-loader-3.0.5/src/index.js-97-    this.context,
node-worker-loader-3.0.5/src/index.js:98:    `!!${request}`,
node-worker-loader-3.0.5/src/index.js-99-    path.parse(this.resourcePath).name
##############################################
node-worker-loader-3.0.5/src/runtime/inline.js-35-      return new window[workerConstructor](
node-worker-loader-3.0.5/src/runtime/inline.js:36:        `data:application/javascript,${encodeURIComponent(content)}`,
node-worker-loader-3.0.5/src/runtime/inline.js-37-        workerOptions
##############################################
node-worker-loader-3.0.5/src/supportWebpack4.js-29-        // eslint-disable-next-line no-underscore-dangle
node-worker-loader-3.0.5/src/supportWebpack4.js:30:        if (loaderContext._compilation.assets[`${workerFilename}.map`]) {
node-worker-loader-3.0.5/src/supportWebpack4.js-31-          // eslint-disable-next-line no-underscore-dangle, no-param-reassign
node-worker-loader-3.0.5/src/supportWebpack4.js:32:          delete loaderContext._compilation.assets[`${workerFilename}.map`];
node-worker-loader-3.0.5/src/supportWebpack4.js-33-        }
##############################################
node-worker-loader-3.0.5/src/supportWebpack4.js-53-      new Error(
node-worker-loader-3.0.5/src/supportWebpack4.js:54:        `Failed to compile web worker "${workerContext.request}" request`
node-worker-loader-3.0.5/src/supportWebpack4.js-55-      )
##############################################
node-worker-loader-3.0.5/src/supportWebpack5.js-36-          // eslint-disable-next-line no-underscore-dangle
node-worker-loader-3.0.5/src/supportWebpack5.js:37:          if (loaderContext._compilation.assets[`${workerFilename}.map`]) {
node-worker-loader-3.0.5/src/supportWebpack5.js-38-            // eslint-disable-next-line no-underscore-dangle, no-param-reassign
node-worker-loader-3.0.5/src/supportWebpack5.js:39:            delete loaderContext._compilation.assets[`${workerFilename}.map`];
node-worker-loader-3.0.5/src/supportWebpack5.js-40-          }
##############################################
node-worker-loader-3.0.5/src/supportWebpack5.js-80-      new Error(
node-worker-loader-3.0.5/src/supportWebpack5.js:81:        `Failed to compile web worker "${workerContext.request}" request`
node-worker-loader-3.0.5/src/supportWebpack5.js-82-      )
##############################################
node-worker-loader-3.0.5/src/utils.js-54-      loaderContext,
node-worker-loader-3.0.5/src/utils.js:55:      `!!${require.resolve('./runtime/inline.js')}`
node-worker-loader-3.0.5/src/utils.js-56-    );
##############################################
node-worker-loader-3.0.5/src/utils.js-68-  esModule
node-worker-loader-3.0.5/src/utils.js:69:    ? `import worker from ${InlineWorkerPath};`
node-worker-loader-3.0.5/src/utils.js:70:    : `var worker = require(${InlineWorkerPath});`
node-worker-loader-3.0.5/src/utils.js-71-}
##############################################
node-worker-loader-3.0.5/src/utils.js-85-    workerFilename
node-worker-loader-3.0.5/src/utils.js:86:  )}${workerOptions ? `, ${JSON.stringify(workerOptions)}` : ''});\n}\n`;
node-worker-loader-3.0.5/src/utils.js-87-}
##############################################
node-worker-loader-3.0.5/test/chunkFilename-option.test.js-36-        output: {
node-worker-loader-3.0.5/test/chunkFilename-option.test.js:37:          path: path.resolve(__dirname, './outputs', `test_${nanoid()}`),
node-worker-loader-3.0.5/test/chunkFilename-option.test.js-38-          filename: '[name].js',
##############################################
node-worker-loader-3.0.5/test/chunkFilename-option.test.js-72-        output: {
node-worker-loader-3.0.5/test/chunkFilename-option.test.js:73:          path: path.resolve(__dirname, './outputs', `test_${nanoid()}`),
node-worker-loader-3.0.5/test/chunkFilename-option.test.js-74-          filename: '[name].js',
##############################################
node-worker-loader-3.0.5/test/chunkFilename-option.test.js-109-        output: {
node-worker-loader-3.0.5/test/chunkFilename-option.test.js:110:          path: path.resolve(__dirname, './outputs', `test_${nanoid()}`),
node-worker-loader-3.0.5/test/chunkFilename-option.test.js-111-          filename: '[name].js',
##############################################
node-worker-loader-3.0.5/test/filename-options.test.js-51-        output: {
node-worker-loader-3.0.5/test/filename-options.test.js:52:          path: path.resolve(__dirname, './outputs', `test_${nanoid()}`),
node-worker-loader-3.0.5/test/filename-options.test.js-53-          chunkFilename: '[name].chunk.js',
##############################################
node-worker-loader-3.0.5/test/filename-options.test.js-87-        output: {
node-worker-loader-3.0.5/test/filename-options.test.js:88:          path: path.resolve(__dirname, './outputs', `test_${nanoid()}`),
node-worker-loader-3.0.5/test/filename-options.test.js-89-          filename: '[name].custom.js',
##############################################
node-worker-loader-3.0.5/test/filename-options.test.js-124-        output: {
node-worker-loader-3.0.5/test/filename-options.test.js:125:          path: path.resolve(__dirname, './outputs', `test_${nanoid()}`),
node-worker-loader-3.0.5/test/filename-options.test.js-126-          filename: (pathData) => {
##############################################
node-worker-loader-3.0.5/test/fixtures/wasm/worker.js-3-
node-worker-loader-3.0.5/test/fixtures/wasm/worker.js:4:  const wasm = await import('./add.wasm');
node-worker-loader-3.0.5/test/fixtures/wasm/worker.js-5-
##############################################
node-worker-loader-3.0.5/test/helpers/execute.js-16-  module._compile(
node-worker-loader-3.0.5/test/helpers/execute.js:17:    `let __export__;${code};module.exports = __export__;`,
node-worker-loader-3.0.5/test/helpers/execute.js-18-    resource
##############################################
node-worker-loader-3.0.5/test/helpers/getCompiler.js-15-    output: {
node-worker-loader-3.0.5/test/helpers/getCompiler.js:16:      path: path.resolve(__dirname, '../outputs', `test_${nanoid()}`),
node-worker-loader-3.0.5/test/helpers/getCompiler.js-17-      filename: '[name].bundle.js',
##############################################
node-worker-loader-3.0.5/test/helpers/getResultFromBrowser.js-32-    } else {
node-worker-loader-3.0.5/test/helpers/getResultFromBrowser.js:33:      app.get(`/${route}`, (req, res) => {
node-worker-loader-3.0.5/test/helpers/getResultFromBrowser.js-34-        res.sendFile(existsAt);
##############################################
node-worker-loader-3.0.5/test/helpers/getResultFromBrowser.js-52-    //   // eslint-disable-next-line no-console
node-worker-loader-3.0.5/test/helpers/getResultFromBrowser.js:53:    //   console.log(`${response.status()} ${response.url()}`)
node-worker-loader-3.0.5/test/helpers/getResultFromBrowser.js-54-    // )
##############################################
node-worker-loader-3.0.5/test/helpers/getResultFromBrowser.js-56-      // eslint-disable-next-line no-console
node-worker-loader-3.0.5/test/helpers/getResultFromBrowser.js:57:      console.log(`${request.failure().errorText} ${request.url()}`)
node-worker-loader-3.0.5/test/helpers/getResultFromBrowser.js-58-    );
node-worker-loader-3.0.5/test/helpers/getResultFromBrowser.js-59-
node-worker-loader-3.0.5/test/helpers/getResultFromBrowser.js:60:  await page.goto(`http://127.0.0.1:${port}/`);
node-worker-loader-3.0.5/test/helpers/getResultFromBrowser.js-61-  await page.waitForSelector('button', { timeout: 90000 });
##############################################
node-worker-loader-3.0.5/test/publicPath.test.js-66-        output: {
node-worker-loader-3.0.5/test/publicPath.test.js:67:          path: path.resolve(__dirname, './outputs', `test_${nanoid()}`),
node-worker-loader-3.0.5/test/publicPath.test.js-68-          filename: '[name].bundle.js',
##############################################
node-worker-loader-3.0.5/test/publicPath.test.js-92-          publicPath: '/public-path-static/',
node-worker-loader-3.0.5/test/publicPath.test.js:93:          path: path.resolve(__dirname, './outputs', `test_${nanoid()}`),
node-worker-loader-3.0.5/test/publicPath.test.js-94-          filename: '[name].bundle.js',
##############################################
node-worker-loader-3.0.5/test/publicPath.test.js-117-          publicPath: () => '/public-path-static/',
node-worker-loader-3.0.5/test/publicPath.test.js:118:          path: path.resolve(__dirname, './outputs', `test_${nanoid()}`),
node-worker-loader-3.0.5/test/publicPath.test.js-119-          filename: '[name].bundle.js',
##############################################
node-worker-loader-3.0.5/test/publicPath.test.js-154-          publicPath: '/public-path-static-other/',
node-worker-loader-3.0.5/test/publicPath.test.js:155:          path: path.resolve(__dirname, './outputs', `test_${nanoid()}`),
node-worker-loader-3.0.5/test/publicPath.test.js-156-          filename: 'other-static/js/[name].bundle.js',
##############################################
node-worker-loader-3.0.5/test/sourceMapperRegexp.test.js-23-  cases.forEach((item) => {
node-worker-loader-3.0.5/test/sourceMapperRegexp.test.js:24:    it(`should work with "${item}" url`, async () => {
node-worker-loader-3.0.5/test/sourceMapperRegexp.test.js-25-      const result = item.replace(sourceMappingURLRegex, 'REPLASED');