===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
node-tar-6.0.5+ds1/lib/unpack.js-229-        const r = parsed.root
node-tar-6.0.5+ds1/lib/unpack.js:230:        this.warn('TAR_ENTRY_INFO', `stripping ${r} from absolute path`, {
node-tar-6.0.5+ds1/lib/unpack.js-231-          entry,
##############################################
node-tar-6.0.5+ds1/lib/unpack.js-417-    this.warn('TAR_ENTRY_UNSUPPORTED',
node-tar-6.0.5+ds1/lib/unpack.js:418:      `unsupported entry type: ${entry.type}`, {entry})
node-tar-6.0.5+ds1/lib/unpack.js-419-    entry.resume()
##############################################
node-tar-6.0.5+ds1/lib/warn-mixin.js-18-    } else
node-tar-6.0.5+ds1/lib/warn-mixin.js:19:      this.emit('error', Object.assign(new Error(`${code}: ${message}`), data))
node-tar-6.0.5+ds1/lib/warn-mixin.js-20-  }
##############################################
node-tar-6.0.5+ds1/lib/write-entry.js-76-    if (pathWarn) {
node-tar-6.0.5+ds1/lib/write-entry.js:77:      this.warn('TAR_ENTRY_INFO', `stripping ${pathWarn} from absolute path`, {
node-tar-6.0.5+ds1/lib/write-entry.js-78-        entry: this,
##############################################
node-tar-6.0.5+ds1/lib/write-entry.js-381-    if (pathWarn) {
node-tar-6.0.5+ds1/lib/write-entry.js:382:      this.warn('TAR_ENTRY_INFO', `stripping ${pathWarn} from absolute path`, {
node-tar-6.0.5+ds1/lib/write-entry.js-383-        entry: this,
##############################################
node-tar-6.0.5+ds1/map.js-6-  : test === 'load-all.js' ? []
node-tar-6.0.5+ds1/map.js:7:  : `lib/${test}`
node-tar-6.0.5+ds1/map.js-8-
##############################################
node-tar-6.0.5+ds1/test/parse.js-603-    },
node-tar-6.0.5+ds1/test/parse.js:604:    onwarn: (c, m, data) => t.fail(`${c}: ${m}`, data),
node-tar-6.0.5+ds1/test/parse.js-605-  })
##############################################
node-tar-6.0.5+ds1/minipass/test/basic.js-251-  fs.writeFileSync(file, `
node-tar-6.0.5+ds1/minipass/test/basic.js:252:    const MP = require(${module})
node-tar-6.0.5+ds1/minipass/test/basic.js-253-    const mp = new MP()
##############################################
node-tar-6.0.5+ds1/minizlib/test/brotli.js-31-    t.ok(sizes[i + 1] <= sizes[i] * 1.05,
node-tar-6.0.5+ds1/minizlib/test/brotli.js:32:      `size ${i+1} should be smaller than size ${i}`);  // 5 % margin of error.
node-tar-6.0.5+ds1/minizlib/test/brotli.js-33-  }