===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
node-tildify-2.0.0/index.js-10-	return (normalizedPath.indexOf(homeDirectory) === 0 ?
node-tildify-2.0.0/index.js:11:		normalizedPath.replace(homeDirectory + path.sep, `~${path.sep}`) :
node-tildify-2.0.0/index.js-12-		normalizedPath).slice(0, -1);
##############################################
node-tildify-2.0.0/debian/patches/switch-test-from-ava-to-tape.diff-32- test('ensure only a fully matching path is replaced', t => {
node-tildify-2.0.0/debian/patches/switch-test-from-ava-to-tape.diff:33: 	const fixture = path.resolve(`${homeDirectory}foo`, 'tildify');
node-tildify-2.0.0/debian/patches/switch-test-from-ava-to-tape.diff-34- 	t.is(tildify(fixture), fixture);
##############################################
node-tildify-2.0.0/.pc/switch-test-from-ava-to-tape.diff/test.js-21-test('ensure only a fully matching path is replaced', t => {
node-tildify-2.0.0/.pc/switch-test-from-ava-to-tape.diff/test.js:22:	const fixture = path.resolve(`${homeDirectory}foo`, 'tildify');
node-tildify-2.0.0/.pc/switch-test-from-ava-to-tape.diff/test.js-23-	t.is(tildify(fixture), fixture);
##############################################
node-tildify-2.0.0/test.js-23-test('ensure only a fully matching path is replaced', t => {
node-tildify-2.0.0/test.js:24:	const fixture = path.resolve(`${homeDirectory}foo`, 'tildify');
node-tildify-2.0.0/test.js-25-	t.is(tildify(fixture), fixture);