===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
node-matcher-2.1.0/index.js-25-
node-matcher-2.1.0/index.js:26:	const regexp = new RegExp(`^${pattern}$`, options.caseSensitive ? '' : 'i');
node-matcher-2.1.0/index.js-27-	regexp.negated = negated;
##############################################
node-matcher-2.1.0/index.js-34-	if (!(Array.isArray(inputs) && Array.isArray(patterns))) {
node-matcher-2.1.0/index.js:35:		throw new TypeError(`Expected two arrays, got ${typeof inputs} ${typeof patterns}`);
node-matcher-2.1.0/index.js-36-	}