===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
node-emittery-0.7.2/index.js-140-
node-emittery-0.7.2/index.js:141:			throw new Error(`${methodName} is not Emittery method`);
node-emittery-0.7.2/index.js-142-		}
##############################################
node-emittery-0.7.2/index.js-159-				if (target.prototype[methodName] !== undefined) {
node-emittery-0.7.2/index.js:160:					throw new Error(`The property \`${methodName}\` already exists on \`target\``);
node-emittery-0.7.2/index.js-161-				}
##############################################
node-emittery-0.7.2/index.js-381-			if (target[methodName] !== undefined) {
node-emittery-0.7.2/index.js:382:				throw new Error(`The property \`${methodName}\` already exists on \`target\``);
node-emittery-0.7.2/index.js-383-			}
##############################################
node-emittery-0.7.2/readme.md-30-emitter.on(myUnicorn, data => {
node-emittery-0.7.2/readme.md:31:	console.log(`Unicorns love ${data}`);
node-emittery-0.7.2/readme.md-32-});