===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
node-solid-rest-1.1.3/src/rest.js-151-//        fn = options.scheme+"//"+prefix+pathname + fn
node-solid-rest-1.1.3/src/rest.js:152:        str = str + `  <${fn}>,\n`
node-solid-rest-1.1.3/src/rest.js-153-        let ctype = _getContentType(_getExtension(fn),options.objectType)
node-solid-rest-1.1.3/src/rest.js-154-        ftype = ftype==="Container" ? "ldp:Container; a ldp:BasicContainer" : "ldp:Resource"
node-solid-rest-1.1.3/src/rest.js:155:        str2 = str2 + `<${fn}> a ${ftype}.\n`
node-solid-rest-1.1.3/src/rest.js:156:        str2 = str2 + `<${fn}> :type "${ctype}".\n`
node-solid-rest-1.1.3/src/rest.js-157-      }
##############################################
node-solid-rest-1.1.3/src/rest.js-225-          headers.link =
node-solid-rest-1.1.3/src/rest.js:226:           `<${fn}.acl>; rel="acl",`
node-solid-rest-1.1.3/src/rest.js-227-          +`<http://www.w3.org/ns/ldp#Resource>; rel="type"`
##############################################
node-solid-rest-1.1.3/src/rest.js-236-          headers.link =
node-solid-rest-1.1.3/src/rest.js:237:           `<${fn}.meta>; rel="describedBy", <${fn}.acl>; rel="acl",`
node-solid-rest-1.1.3/src/rest.js-238-          +`<http://www.w3.org/ns/ldp#Resource>; rel="type"`
##############################################
node-solid-rest-1.1.3/src/rest.js-247-          +`<http://www.w3.org/ns/ldp#BasicContainer>; rel="type"`
node-solid-rest-1.1.3/src/rest.js:248:        : `<${fn}.meta>; rel="describedBy", <${fn}.acl>; rel="acl",`
node-solid-rest-1.1.3/src/rest.js-249-          +`<http://www.w3.org/ns/ldp#Resource>; rel="type"`
##############################################
node-solid-rest-1.1.3/tests/all.js-26-
node-solid-rest-1.1.3/tests/all.js:27:  console.log(`Testing ${cfg.folder} ...`)
node-solid-rest-1.1.3/tests/all.js-28-
##############################################
node-solid-rest-1.1.3/tests/all.js-91-
node-solid-rest-1.1.3/tests/all.js:92:  console.log(`${passes}/${tests} tests passed, ${fails} failed\n`)
node-solid-rest-1.1.3/tests/all.js-93-
##############################################
node-solid-rest-1.1.3/tests/browser-test.html-24-  let display = document.getElementById("results")
node-solid-rest-1.1.3/tests/browser-test.html:25:  display.innerHTML = display.innerHTML + `<p>${msg}</p>`  
node-solid-rest-1.1.3/tests/browser-test.html-26-}