This file is indexed.

/usr/share/doc/node-async-stacktrace/package.json is in node-async-stacktrace 0.0.2-2.

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
11
{
  "name"              : "async-stacktrace",
  "description"       : "Improves node.js stacktraces and makes it easier to handle errors",
  "homepage"          : "https://github.com/Pita/async-stacktrace",
  "author"            : "Peter 'Pita' Martischka <petermartischka@googlemail.com>",
  "devDependencies"  : {
                          "vows"      : "0.6.0"
                        },
  "main"              : "./ERR",
  "version"           : "0.0.2"
}