=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== node-watchpack-2.0.0/lib/DirectoryWatcher.js-19-const FORCE_POLLING = node-watchpack-2.0.0/lib/DirectoryWatcher.js:20: `${+WATCHPACK_POLLING}` === WATCHPACK_POLLING node-watchpack-2.0.0/lib/DirectoryWatcher.js-21- ? +WATCHPACK_POLLING ############################################## node-watchpack-2.0.0/lib/DirectoryWatcher.js-486- this.watchInParentDirectory(); node-watchpack-2.0.0/lib/DirectoryWatcher.js:487: const type = `directory-removed (${reason})`; node-watchpack-2.0.0/lib/DirectoryWatcher.js-488- for (const directory of this.directories.keys()) { ############################################## node-watchpack-2.0.0/lib/watchEventSource.js-141- process.stderr.write( node-watchpack-2.0.0/lib/watchEventSource.js:142: `[watchpack] created recursive watcher at ${rootPath}\n` node-watchpack-2.0.0/lib/watchEventSource.js-143- ); ############################################## node-watchpack-2.0.0/lib/watchEventSource.js-175- process.stderr.write( node-watchpack-2.0.0/lib/watchEventSource.js:176: `[watchpack] closed recursive watcher at ${this.rootPath}\n` node-watchpack-2.0.0/lib/watchEventSource.js-177- ); ############################################## node-watchpack-2.0.0/lib/watchpack.js-41- } else if (ignored) { node-watchpack-2.0.0/lib/watchpack.js:42: throw new Error(`Invalid option for 'ignored': ${ignored}`); node-watchpack-2.0.0/lib/watchpack.js-43- } else { ############################################## node-watchpack-2.0.0/test/ManyWatchers.js-29- } node-watchpack-2.0.0/test/ManyWatchers.js:30: const dir = `${i & highBit}/${i & ~highBit}`; node-watchpack-2.0.0/test/ManyWatchers.js-31- if (i === highBit) { node-watchpack-2.0.0/test/ManyWatchers.js:32: testHelper.dir(`${i}`); node-watchpack-2.0.0/test/ManyWatchers.js:33: testHelper.file(`${i}/file`); node-watchpack-2.0.0/test/ManyWatchers.js:34: files.push(path.join(fixtures, `${i}`, "file")); node-watchpack-2.0.0/test/ManyWatchers.js-35- } node-watchpack-2.0.0/test/ManyWatchers.js-36- testHelper.dir(dir); node-watchpack-2.0.0/test/ManyWatchers.js:37: testHelper.file(`${dir}/file`); node-watchpack-2.0.0/test/ManyWatchers.js-38- files.push(path.join(fixtures, dir, "file")); node-watchpack-2.0.0/test/ManyWatchers.js-39- if (i === highBit) { node-watchpack-2.0.0/test/ManyWatchers.js:40: testHelper.file(`${dir}/file2`); node-watchpack-2.0.0/test/ManyWatchers.js-41- files.push(path.join(fixtures, dir, "file2")); ############################################## node-watchpack-2.0.0/glob-to-regexp/README.md-5-Turn a \*-wildcard style glob (`"*.min.js"`) into a regular expression node-watchpack-2.0.0/glob-to-regexp/README.md:6:(`/^.*\.min\.js$/`)! node-watchpack-2.0.0/glob-to-regexp/README.md-7-