This file is indexed.

/usr/share/radare2/0.9.6/www/enyo/js/debugger.js is in libradare2-common 0.9.6-3.1ubuntu1.

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

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
enyo.kind ({
  name: "Debugger",
  kind: "Scroller",
  style: "background-color:#303030",
  components: [
    {tag: "center", components: [
      {tag: "h1", style: "color:#f0f0f0", content: "TODO: Debugger"}
    ]}
  ]
});