===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
node-camelcase-keys-6.2.2/index.js-41-		if (deep && isObject(value)) {
node-camelcase-keys-6.2.2/index.js:42:			const path = parentPath === undefined ? key : `${parentPath}.${key}`;
node-camelcase-keys-6.2.2/index.js-43-
##############################################
node-camelcase-keys-6.2.2/index.js-49-		if (!(exclude && has(exclude, key))) {
node-camelcase-keys-6.2.2/index.js:50:			const cacheKey = pascalCase ? `${key}_` : key;
node-camelcase-keys-6.2.2/index.js-51-