===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
node-hosted-git-info-3.0.7/test/gist.js-30-        hostinfo.https(),
node-hosted-git-info-3.0.7/test/gist.js:31:        expected(`git+https://gist.github.com/${expectedHash}.git`, fixture.hasBranch),
node-hosted-git-info-3.0.7/test/gist.js-32-        showLabel(fixture.label, 'https')
##############################################
node-hosted-git-info-3.0.7/test/gist.js-36-        // INFO: not using `expected` because with `{noCommittish: true}` the output is always the same
node-hosted-git-info-3.0.7/test/gist.js:37:        `git+https://gist.github.com/${expectedHash}.git`,
node-hosted-git-info-3.0.7/test/gist.js-38-        showLabel(fixture.label, 'https({ noCommittish: true })')
##############################################
node-hosted-git-info-3.0.7/test/gist.js-41-        hostinfo.https({ noGitPlus: true }),
node-hosted-git-info-3.0.7/test/gist.js:42:        expected(`https://gist.github.com/${expectedHash}.git`, fixture.hasBranch),
node-hosted-git-info-3.0.7/test/gist.js-43-        showLabel(fixture.label, 'https({ noGitPlus: true })')
##############################################
node-hosted-git-info-3.0.7/test/gist.js-54-        hostinfo.git(),
node-hosted-git-info-3.0.7/test/gist.js:55:        expected(`git://gist.github.com/${expectedHash}.git`, fixture.hasBranch),
node-hosted-git-info-3.0.7/test/gist.js-56-        showLabel(fixture.label, 'git')
##############################################
node-hosted-git-info-3.0.7/test/gist.js-60-        // INFO: not using `expected` because with `{noCommittish: true}` the output is always the same
node-hosted-git-info-3.0.7/test/gist.js:61:        `git://gist.github.com/${expectedHash}.git`,
node-hosted-git-info-3.0.7/test/gist.js-62-        showLabel(fixture.label, 'git({ noCommittish: true })')
##############################################
node-hosted-git-info-3.0.7/test/gist.js-65-        hostinfo.git({ noGitPlus: true }),
node-hosted-git-info-3.0.7/test/gist.js:66:        expected(`git://gist.github.com/${expectedHash}.git`, fixture.hasBranch),
node-hosted-git-info-3.0.7/test/gist.js-67-        showLabel(fixture.label, 'git({ noGitPlus: true })')
##############################################
node-hosted-git-info-3.0.7/test/gist.js-78-        hostinfo.browse(),
node-hosted-git-info-3.0.7/test/gist.js:79:        expected(`https://gist.github.com/${expectedHash}`, fixture.hasBranch),
node-hosted-git-info-3.0.7/test/gist.js-80-        showLabel(fixture.label, 'browse')
##############################################
node-hosted-git-info-3.0.7/test/gist.js-83-        hostinfo.browse('C'),
node-hosted-git-info-3.0.7/test/gist.js:84:        expected(`https://gist.github.com/${expectedHash}`, fixture.hasBranch) + '#file-c',
node-hosted-git-info-3.0.7/test/gist.js-85-        showLabel(fixture.label, "browse('C')")
##############################################
node-hosted-git-info-3.0.7/test/gist.js-88-        hostinfo.browse('C/D'),
node-hosted-git-info-3.0.7/test/gist.js:89:        expected(`https://gist.github.com/${expectedHash}`, fixture.hasBranch) + '#file-cd',
node-hosted-git-info-3.0.7/test/gist.js-90-        showLabel(fixture.label, "browse('C/D')")
##############################################
node-hosted-git-info-3.0.7/test/gist.js-93-        hostinfo.browse('C', 'A'),
node-hosted-git-info-3.0.7/test/gist.js:94:        expected(`https://gist.github.com/${expectedHash}`, fixture.hasBranch) + '#file-c',
node-hosted-git-info-3.0.7/test/gist.js-95-        showLabel(fixture.label, "browse('C', 'A')")
##############################################
node-hosted-git-info-3.0.7/test/gist.js-98-        hostinfo.browse('C/D', 'A'),
node-hosted-git-info-3.0.7/test/gist.js:99:        expected(`https://gist.github.com/${expectedHash}`, fixture.hasBranch) + '#file-cd',
node-hosted-git-info-3.0.7/test/gist.js-100-        showLabel(fixture.label, "browse('C/D', 'A')")
##############################################
node-hosted-git-info-3.0.7/test/gist.js-106-        hostinfo.bugs(),
node-hosted-git-info-3.0.7/test/gist.js:107:        `https://gist.github.com/${expectedHash}`,
node-hosted-git-info-3.0.7/test/gist.js-108-        showLabel(fixture.label, 'bugs')
##############################################
node-hosted-git-info-3.0.7/test/gist.js-119-        hostinfo.docs(),
node-hosted-git-info-3.0.7/test/gist.js:120:        expected(`https://gist.github.com/${expectedHash}`, fixture.hasBranch),
node-hosted-git-info-3.0.7/test/gist.js-121-        showLabel(fixture.label, 'docs')
##############################################
node-hosted-git-info-3.0.7/test/gist.js-132-        hostinfo.ssh(),
node-hosted-git-info-3.0.7/test/gist.js:133:        expected(`git@gist.github.com:/${expectedHash}.git`, fixture.hasBranch),
node-hosted-git-info-3.0.7/test/gist.js-134-        showLabel(fixture.label, 'ssh')
##############################################
node-hosted-git-info-3.0.7/test/gist.js-145-        hostinfo.sshurl(),
node-hosted-git-info-3.0.7/test/gist.js:146:        expected(`git+ssh://git@gist.github.com/${expectedHash}.git`, fixture.hasBranch),
node-hosted-git-info-3.0.7/test/gist.js-147-        showLabel(fixture.label, 'sshurl')
##############################################
node-hosted-git-info-3.0.7/test/gist.js-158-        hostinfo.shortcut(),
node-hosted-git-info-3.0.7/test/gist.js:159:        expected(`gist:${expectedHash}`, fixture.hasBranch),
node-hosted-git-info-3.0.7/test/gist.js-160-        showLabel(fixture.label, 'shortcut')
##############################################
node-hosted-git-info-3.0.7/test/gist.js-172-          hostinfo.file(),
node-hosted-git-info-3.0.7/test/gist.js:173:          expected(`https://gist.githubusercontent.com/some-owner/${expectedHash}/raw/`, fixture.hasBranch),
node-hosted-git-info-3.0.7/test/gist.js-174-          showLabel(fixture.label, 'file')
##############################################
node-hosted-git-info-3.0.7/test/gist.js-177-          hostinfo.file(''),
node-hosted-git-info-3.0.7/test/gist.js:178:          expected(`https://gist.githubusercontent.com/some-owner/${expectedHash}/raw/`, fixture.hasBranch),
node-hosted-git-info-3.0.7/test/gist.js-179-          showLabel(fixture.label, "file('')")
##############################################
node-hosted-git-info-3.0.7/test/gist.js-182-          hostinfo.file('C'),
node-hosted-git-info-3.0.7/test/gist.js:183:          expected(`https://gist.githubusercontent.com/some-owner/${expectedHash}/raw/`, fixture.hasBranch) + 'C',
node-hosted-git-info-3.0.7/test/gist.js-184-          showLabel(fixture.label, "file('C')")
##############################################
node-hosted-git-info-3.0.7/test/gist.js-187-          hostinfo.file('C/D'),
node-hosted-git-info-3.0.7/test/gist.js:188:          expected(`https://gist.githubusercontent.com/some-owner/${expectedHash}/raw/`, fixture.hasBranch) + 'C/D',
node-hosted-git-info-3.0.7/test/gist.js-189-          showLabel(fixture.label, "file('C/D')")
##############################################
node-hosted-git-info-3.0.7/test/gist.js-192-          hostinfo.file('C', 'A'),
node-hosted-git-info-3.0.7/test/gist.js:193:          expected(`https://gist.githubusercontent.com/some-owner/${expectedHash}/raw/`, fixture.hasBranch) + 'C',
node-hosted-git-info-3.0.7/test/gist.js-194-          showLabel(fixture.label, "file('C', 'A')")
##############################################
node-hosted-git-info-3.0.7/test/gist.js-205-          hostinfo.tarball(),
node-hosted-git-info-3.0.7/test/gist.js:206:          expected(`https://codeload.github.com/gist/${expectedHash}/tar.gz/master`, fixture.hasBranch),
node-hosted-git-info-3.0.7/test/gist.js-207-          showLabel(fixture.label, 'tarball')
##############################################
node-hosted-git-info-3.0.7/test/gist.js-210-          hostinfo.tarball({ noCommittish: true }),
node-hosted-git-info-3.0.7/test/gist.js:211:          expected(`https://codeload.github.com/gist/${expectedHash}/tar.gz/master`, fixture.hasBranch),
node-hosted-git-info-3.0.7/test/gist.js-212-          showLabel(fixture.label, 'tarball({ noCommittish: true })')
##############################################
node-hosted-git-info-3.0.7/test/gist.js-225-        hostinfo.toString(),
node-hosted-git-info-3.0.7/test/gist.js:226:        expected(`git+https://gist.github.com/${expectedHash}.git`, fixture.hasBranch),
node-hosted-git-info-3.0.7/test/gist.js-227-        showLabel(fixture.label, 'toString')