===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
node-p-map-4.0.0/index.js-17-		if (!((Number.isSafeInteger(concurrency) || concurrency === Infinity) && concurrency >= 1)) {
node-p-map-4.0.0/index.js:18:			throw new TypeError(`Expected \`concurrency\` to be an integer from 1 and up or \`Infinity\`, got \`${concurrency}\` (${typeof concurrency})`);
node-p-map-4.0.0/index.js-19-		}
##############################################
node-p-map-4.0.0/aggregate-error/index.js-9-		if (!Array.isArray(errors)) {
node-p-map-4.0.0/aggregate-error/index.js:10:			throw new TypeError(`Expected input to be an Array, got ${typeof errors}`);
node-p-map-4.0.0/aggregate-error/index.js-11-		}
##############################################
node-p-map-4.0.0/clean-stack/index.js-9-module.exports = (stack, {pretty = false, basePath} = {}) => {
node-p-map-4.0.0/clean-stack/index.js:10:	const basePathRegex = basePath && new RegExp(`(at | \\()${escapeStringRegexp(basePath)}`, 'g');
node-p-map-4.0.0/clean-stack/index.js-11-
##############################################
node-p-map-4.0.0/clean-stack/test.js-156-test('`basePath` option should have precedence over `pretty` option', t => {
node-p-map-4.0.0/clean-stack/test.js:157:	const basePath = `${os.homedir()}/dev/`;
node-p-map-4.0.0/clean-stack/test.js-158-	const stack = `Error: with basePath