===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
node-package-json-4.0.1/index.js-26-	if (authInfo) {
node-package-json-4.0.1/index.js:27:		headers.authorization = `${authInfo.type} ${authInfo.token}`;
node-package-json-4.0.1/index.js-28-	}
##############################################
node-package-json-4.0.1/index.js-61-			if (err.statusCode === 404) {
node-package-json-4.0.1/index.js:62:				throw new Error(`Package \`${name}\` doesn't exist`);
node-package-json-4.0.1/index.js-63-			}