===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
node-espree-6.0.0+ds/Makefile.js-27-    // Utilities - intentional extra space at the end of each string
node-espree-6.0.0+ds/Makefile.js:28:    MOCHA = `${NODE_MODULES}mocha/bin/_mocha `,
node-espree-6.0.0+ds/Makefile.js-29-
##############################################
node-espree-6.0.0+ds/lib/espree.js-288-        if (this.end > this.start) {
node-espree-6.0.0+ds/lib/espree.js:289:            message += ` ${this.input.slice(this.start, this.end)}`;
node-espree-6.0.0+ds/lib/espree.js-290-        }
##############################################
node-espree-6.0.0+ds/lib/token-translator.js-165-            };
node-espree-6.0.0+ds/lib/token-translator.js:166:            token.value = `/${value.pattern}/${value.flags}`;
node-espree-6.0.0+ds/lib/token-translator.js-167-        }