This file is indexed.

/usr/share/webext/https-everywhere/package.json is in webext-https-everywhere 2018.8.22-1~deb9u1.

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
21
22
23
24
25
26
27
28
29
{
  "name": "https-everywhere",
  "version": "1.0.0",
  "description": "",
  "main": "utils.js",
  "dependencies": {},
  "devDependencies": {
    "atob": "^2.0.3",
    "btoa": "^1.1.2",
    "chai": "^4.1.2",
    "coveralls": "^3.0.0",
    "fetch-mock": "^6.3.0",
    "mocha": "^4.1.0",
    "nan": "^2.10.0",
    "node-webcrypto-ossl": "^1.0.36",
    "nyc": "^11.6.0",
    "sinon": "^4.4.8",
    "sinon-chrome": "^2.3.1",
    "text-encoding": "^0.6.4"
  },
  "scripts": {
    "test": "mocha",
    "cover": "nyc --reporter=html --reporter=text mocha",
    "report": "nyc report --reporter=text-lcov | coveralls"
  },
  "keywords": [],
  "author": "",
  "license": "GPL-2.0+"
}