===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
node-eslint-visitor-keys-1.1.0/tests/lib/index.js-48-                for (const key of keys[type]) {
node-eslint-visitor-keys-1.1.0/tests/lib/index.js:49:                    assert(unionKeys[type].indexOf(key) !== -1, `'${key}' should be included in '${type}'.`);
node-eslint-visitor-keys-1.1.0/tests/lib/index.js-50-                }
##############################################
node-eslint-visitor-keys-1.1.0/tests/lib/index.js-56-                for (const key of additionalKeys[type]) {
node-eslint-visitor-keys-1.1.0/tests/lib/index.js:57:                    assert(unionKeys[type].indexOf(key) !== -1, `'${key}' should be included in '${type}'.`);
node-eslint-visitor-keys-1.1.0/tests/lib/index.js-58-                }