This file is indexed.

/usr/lib/nodejs/JSONSelect/package.json is in node-jsonselect 0.4.0+dfsg3-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
20
{
  "author": "Lloyd Hilaiel <lloyd@hilaiel.com> (http://lloyd.io)",
  "name": "JSONSelect",
  "description": "CSS-like selectors for JSON",
  "version": "0.4.0",
  "homepage": "http://jsonselect.org",
  "repository": {
    "type": "git",
    "url": "https://github.com/lloyd/JSONSelect.git"
  },
  "main": "src/jsonselect",
  "engines": {
    "node": ">=0.4.7"
  },
  "dependencies": {},
  "devDependencies": {},
  "scripts": {
    "test": "node src/test/run.js"
  }
}