===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
node-deep-for-each-3.0.0/README.md-47-
node-deep-for-each-3.0.0/README.md:48:    console.log(`${path}:`, value);
node-deep-for-each-3.0.0/README.md-49-});
##############################################
node-deep-for-each-3.0.0/src/index.js-4-    for (const key in obj) {
node-deep-for-each-3.0.0/src/index.js:5:        const deepPath = path ? `${path}.${key}` : key;
node-deep-for-each-3.0.0/src/index.js-6-
##############################################
node-deep-for-each-3.0.0/src/index.js-15-    array.forEach((value, index, arr) => {
node-deep-for-each-3.0.0/src/index.js:16:        const deepPath = `${path}[${index}]`;
node-deep-for-each-3.0.0/src/index.js-17-
##############################################
node-deep-for-each-3.0.0/debian/build_modules/babel-plugin-lodash/lib/importModule.js-27-    if (!base) {
node-deep-for-each-3.0.0/debian/build_modules/babel-plugin-lodash/lib/importModule.js:28:      throw path.buildCodeFrameError([`The '${id}' method \`${name}\` is not a known module.`, 'Please report bugs to https://github.com/lodash/babel-plugin-lodash/issues.'].join('\n'));
node-deep-for-each-3.0.0/debian/build_modules/babel-plugin-lodash/lib/importModule.js-29-    }
##############################################
node-deep-for-each-3.0.0/debian/build_modules/babel-preset-moxy/lib.js-31-    if (moduleTransformations[options.modules]) {
node-deep-for-each-3.0.0/debian/build_modules/babel-preset-moxy/lib.js:32:        config.plugins.push(`@babel/plugin-${moduleTransformations[options.modules]}`);
node-deep-for-each-3.0.0/debian/build_modules/babel-preset-moxy/lib.js-33-    }