=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== node-turbolinks-5.2.0+dfsg/README.md-153- node-turbolinks-5.2.0+dfsg/README.md:154:Listen for the `turbolinks:before-visit` event to be notified when a visit is about to start, and use `event.data.url` (or `$event.originalEvent.data.url`, when using jQuery) to check the visit’s location. Then cancel the visit by calling `event.preventDefault()`. node-turbolinks-5.2.0+dfsg/README.md-155- ############################################## node-turbolinks-5.2.0+dfsg/README.md-306- greet() { node-turbolinks-5.2.0+dfsg/README.md:307: console.log(`Hello, ${this.name}!`) node-turbolinks-5.2.0+dfsg/README.md-308- } ############################################## node-turbolinks-5.2.0+dfsg/test/lib/intern_test_case.ts-60- get test(): () => Promise<void> { node-turbolinks-5.2.0+dfsg/test/lib/intern_test_case.ts:61: const method = (this as any)[`test ${this.testName}`] node-turbolinks-5.2.0+dfsg/test/lib/intern_test_case.ts-62- if (method != null && typeof method == "function") { ############################################## node-turbolinks-5.2.0+dfsg/test/lib/intern_test_case.ts-64- } else { node-turbolinks-5.2.0+dfsg/test/lib/intern_test_case.ts:65: throw new Error(`No such test "${this.testName}"`) node-turbolinks-5.2.0+dfsg/test/lib/intern_test_case.ts-66- }