This file is indexed.

/usr/lib/python3/dist-packages/glances/outputs/static/package.json is in glances 2.11.1-3.

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
{
  "private": true,
  "dependencies": {},
  "devDependencies": {
    "bower": "^1.8.0",
    "del": "^2.2.1",
    "gulp": "^3.9.1",
    "gulp-angular-templatecache": "^2.0.0",
    "gulp-concat": "^2.6.0",
    "gulp-ng-annotate": "^2.0.0",
    "gulp-rename": "^1.2.2",
    "main-bower-files": "^2.13.1"
  },
  "scripts": {
    "build": "gulp build",
    "watch": "gulp watch",
    "postinstall": "bower install"
  }
}