===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
node-boom-9.1.0+~2.0.0/lib/index.js-159-
node-boom-9.1.0+~2.0.0/lib/index.js:160:    let wwwAuthenticate = `${scheme}`;
node-boom-9.1.0+~2.0.0/lib/index.js-161-
##############################################
node-boom-9.1.0+~2.0.0/lib/index.js-183-                err.output.payload.attributes[name] = value;
node-boom-9.1.0+~2.0.0/lib/index.js:184:                return `${name}="${Hoek.escapeHeaderAttribute(value.toString())}"`;
node-boom-9.1.0+~2.0.0/lib/index.js-185-            })
##############################################
node-boom-9.1.0+~2.0.0/lib/index.js-194-
node-boom-9.1.0+~2.0.0/lib/index.js:195:        wwwAuthenticate += ` error="${Hoek.escapeHeaderAttribute(message)}"`;
node-boom-9.1.0+~2.0.0/lib/index.js-196-        err.output.payload.attributes.error = message;
##############################################
node-boom-9.1.0+~2.0.0/test/index.js-962-
node-boom-9.1.0+~2.0.0/test/index.js:963:            it(`should allow \`Boom${name}(err)\` and preserve the error`, () => {
node-boom-9.1.0+~2.0.0/test/index.js-964-
##############################################
node-boom-9.1.0+~2.0.0/test/index.js-975-
node-boom-9.1.0+~2.0.0/test/index.js:976:                it(`should allow \`Boom.${name}(err, data)\` and preserve the data`, () => {
node-boom-9.1.0+~2.0.0/test/index.js-977-
##############################################
node-boom-9.1.0+~2.0.0/test/index.js-1018-
node-boom-9.1.0+~2.0.0/test/index.js:1019:            it(`matches typeof Boom.${name}`, () => {
node-boom-9.1.0+~2.0.0/test/index.js-1020-
##############################################
node-boom-9.1.0+~2.0.0/node-hapi-bounce/API.md-26-    if (user.name) {
node-boom-9.1.0+~2.0.0/node-hapi-bounce/API.md:27:        message = `Welcome ${user.name}!`;
node-boom-9.1.0+~2.0.0/node-hapi-bounce/API.md-28-    }