This file is indexed.

/usr/share/javascript/mousetrap/mousetrap-pause.min.js is in libjs-mousetrap 1.5.3+dfsg2-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

1
(function(b){var a=b.prototype.stopCallback;b.prototype.stopCallback=function(g,d,f){var c=this;if(c.paused){return true}return a.call(c,g,d,f)};b.prototype.pause=function(){var c=this;c.paused=true};b.prototype.unpause=function(){var c=this;c.paused=false};b.init()})(Mousetrap);