This file is indexed.

/usr/lib/nodejs/range-parser/package.json is in node-range-parser 0.0.4+git7d1cd72a-1.

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
12
13
14
15
16
17
18
19
{
  "name": "range-parser",
  "author": "TJ Holowaychuk <tj@vision-media.ca> (http://tjholowaychuk.com)",
  "description": "Range header field string parser",
  "version": "0.0.4",
  "repository": { "type": "git", "url": "https://github.com/visionmedia/node-range-parser.git" },
  "main": "index.js",
  "dependencies": {},
  "devDependencies": {
    "mocha": "*",
    "should": "*"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/visionmedia/node-range-parser#license"
    }
  ]
}