===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
node-mock-fs-4.13.0/lib/loader.js-25-  if (!stats.isFile()) {
node-mock-fs-4.13.0/lib/loader.js:26:    throw new Error(`${target} is not a valid file!`);
node-mock-fs-4.13.0/lib/loader.js-27-  }
##############################################
node-mock-fs-4.13.0/lib/loader.js-65-  if (!stats.isDirectory()) {
node-mock-fs-4.13.0/lib/loader.js:66:    throw new Error(`${target} is not a valid directory!`);
node-mock-fs-4.13.0/lib/loader.js-67-  }
##############################################
node-mock-fs-4.13.0/test/lib/index.spec.js-201-          (stats.hasOwnProperty(key) && key) ||
node-mock-fs-4.13.0/test/lib/index.spec.js:202:          (stats.hasOwnProperty(`_${key}`) && `_${key}`);
node-mock-fs-4.13.0/test/lib/index.spec.js-203-