===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
node-url-to-options-2.0.0/index.js-15-    pathname: url.pathname,
node-url-to-options-2.0.0/index.js:16:    path: `${url.pathname || ''}${url.search || ''}`,
node-url-to-options-2.0.0/index.js-17-    href: url.href
##############################################
node-url-to-options-2.0.0/index.js-22-  if (url.username || url.password) {
node-url-to-options-2.0.0/index.js:23:    options.auth = `${url.username}:${url.password}`;
node-url-to-options-2.0.0/index.js-24-  }