===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
node-address-1.1.2/README.md-88-
node-address-1.1.2/README.md:89:run `$ npm run benchmark`
node-address-1.1.2/README.md-90-
##############################################
node-address-1.1.2/test/fixtures/ts/test.ts-9-mm(address, 'interface', () => ({ address: os.platform() === 'linux' ? '10.125.5.202' : '192.168.2.104' }));
node-address-1.1.2/test/fixtures/ts/test.ts:10:mm.data(child, 'exec', fs.readFileSync(path.join(__dirname, `../${os.platform() + '.txt'}`), 'utf8'));
node-address-1.1.2/test/fixtures/ts/test.ts-11-
##############################################
node-address-1.1.2/test/ts.test.js-9-    const testFile = path.resolve(cwd, 'test');
node-address-1.1.2/test/ts.test.js:10:    runscript(`tsc -p ${tsconfigPath} && node ${testFile}`, { stdio: 'inherit' })
node-address-1.1.2/test/ts.test.js-11-      .then(() => done())
##############################################
node-address-1.1.2/debian/tests/test_modules/@types/node/v8.d.ts-57-     * saved. If not specified, a file name with the pattern
node-address-1.1.2/debian/tests/test_modules/@types/node/v8.d.ts:58:     * `'Heap-${yyyymmdd}-${hhmmss}-${pid}-${thread_id}.heapsnapshot'` will be
node-address-1.1.2/debian/tests/test_modules/@types/node/v8.d.ts-59-     * generated, where `{pid}` will be the PID of the Node.js process,
##############################################
node-address-1.1.2/debian/tests/test_modules/runscript/index.js-95-      if (code !== 0) {
node-address-1.1.2/debian/tests/test_modules/runscript/index.js:96:        const err = new Error(`Run "${sh} ${shFlag} ${script}" error, exit code ${code}`);
node-address-1.1.2/debian/tests/test_modules/runscript/index.js-97-        err.name = 'RunScriptError';
##############################################
node-address-1.1.2/debian/tests/test_modules/runscript/index.js-115-
node-address-1.1.2/debian/tests/test_modules/runscript/index.js:116:        const err = new Error(`Run "${sh} ${shFlag} ${script}" timeout in ${extraOptions.timeout}ms`);
node-address-1.1.2/debian/tests/test_modules/runscript/index.js-117-        err.name = 'RunScriptTimeoutError';
##############################################
node-address-1.1.2/debian/tests/test_modules/thenify/index.js-16-  assert(typeof $$__fn__$$ === 'function')
node-address-1.1.2/debian/tests/test_modules/thenify/index.js:17:  return eval(createWrapper($$__fn__$$.name, options))
node-address-1.1.2/debian/tests/test_modules/thenify/index.js-18-}
##############################################
node-address-1.1.2/debian/tests/test_modules/thenify/index.js-32-  if (options.multiArgs === undefined) options.multiArgs = true
node-address-1.1.2/debian/tests/test_modules/thenify/index.js:33:  return eval(createWrapper($$__fn__$$.name, options))
node-address-1.1.2/debian/tests/test_modules/thenify/index.js-34-}