===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
node-make-dir-3.0.2/index.js-15-		if (pathHasInvalidWinCharacters) {
node-make-dir-3.0.2/index.js:16:			const error = new Error(`Path contains invalid characters: ${pth}`);
node-make-dir-3.0.2/index.js-17-			error.code = 'EINVAL';
##############################################
node-make-dir-3.0.2/index.js-38-	// `recusive` option when run on an invalid drive under Windows.
node-make-dir-3.0.2/index.js:39:	const error = new Error(`operation not permitted, mkdir '${pth}'`);
node-make-dir-3.0.2/index.js-40-	error.code = 'EPERM';
##############################################
node-make-dir-3.0.2/debian/tests/test_modules/tempy/index.js-21-
node-make-dir-3.0.2/debian/tests/test_modules/tempy/index.js:22:	return getPath() + (opts.extension ? `.${opts.extension.replace(/^\./, '')}` : '');
node-make-dir-3.0.2/debian/tests/test_modules/tempy/index.js-23-};