===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
node-uri-js-4.4.0+dfsg/src/schemes/urn.ts-33-			const nss = matches[2];
node-uri-js-4.4.0+dfsg/src/schemes/urn.ts:34:			const urnScheme = `${scheme}:${options.nid || nid}`;
node-uri-js-4.4.0+dfsg/src/schemes/urn.ts-35-			const schemeHandler = SCHEMES[urnScheme];
##############################################
node-uri-js-4.4.0+dfsg/src/schemes/urn.ts-53-		const nid = urnComponents.nid;
node-uri-js-4.4.0+dfsg/src/schemes/urn.ts:54:		const urnScheme = `${scheme}:${options.nid || nid}`;
node-uri-js-4.4.0+dfsg/src/schemes/urn.ts-55-		const schemeHandler = SCHEMES[urnScheme];
##############################################
node-uri-js-4.4.0+dfsg/src/schemes/urn.ts-62-		const nss = urnComponents.nss;
node-uri-js-4.4.0+dfsg/src/schemes/urn.ts:63:		uriComponents.path = `${nid || options.nid}:${nss}`;
node-uri-js-4.4.0+dfsg/src/schemes/urn.ts-64-