===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
node-eslint-scope-5.0.0/Makefile.js-36-    // Utilities - intentional extra space at the end of each string
node-eslint-scope-5.0.0/Makefile.js:37:    MOCHA = `${NODE_MODULES}mocha/bin/_mocha `,
node-eslint-scope-5.0.0/Makefile.js:38:    ESLINT = `${NODE} ${NODE_MODULES}/eslint/bin/eslint `,
node-eslint-scope-5.0.0/Makefile.js:39:    ISTANBUL = `${NODE} ${NODE_MODULES}/istanbul/lib/cli.js `,
node-eslint-scope-5.0.0/Makefile.js-40-
##############################################
node-eslint-scope-5.0.0/Makefile.js-84-    let errors = 0;
node-eslint-scope-5.0.0/Makefile.js:85:    const lastReturn = exec(`${ISTANBUL} cover ${MOCHA} -- -R progress -c ${TEST_FILES}`);
node-eslint-scope-5.0.0/Makefile.js-86-
##############################################
node-eslint-scope-5.0.0/tests/es6-template-literal.js-36-                function testing() { }
node-eslint-scope-5.0.0/tests/es6-template-literal.js:37:                let template = testing\`testing \${i} and \${j}\`
node-eslint-scope-5.0.0/tests/es6-template-literal.js-38-                return template;
##############################################
node-eslint-scope-5.0.0/tests/references.js-536-        trueCodes.forEach(code =>
node-eslint-scope-5.0.0/tests/references.js:537:            it(`"${code}", all references should be true.`, () => {
node-eslint-scope-5.0.0/tests/references.js-538-                const ast = espree(code);
##############################################
node-eslint-scope-5.0.0/tests/references.js-570-        falseCodes.forEach(code =>
node-eslint-scope-5.0.0/tests/references.js:571:            it(`"${code}", all references should be false.`, () => {
node-eslint-scope-5.0.0/tests/references.js-572-                const ast = espree(code);
##############################################
node-eslint-scope-5.0.0/tests/references.js-606-        falseCodes.forEach(code =>
node-eslint-scope-5.0.0/tests/references.js:607:            it(`"${code}", readonly references of "a" should be undefined.`, () => {
node-eslint-scope-5.0.0/tests/references.js-608-                const ast = espree(code);