This file is indexed.

/usr/lib/nodejs/crypto-cacerts/package.json is in node-crypto-cacerts 0.1.0-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
21
22
{
  "name": "crypto-cacerts",
  "version": "0.1.0",
  "description": "Updates SSL certificate chain to use a directory of certificates.",
  "main": "crypto-cacerts.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/monceaux/crypto-cacerts.git"
  },
  "keywords": [
    "SSL",
    "crypto",
    "cacerts",
    "certificates",
    "HTTPS"
  ],
  "author": "Wes Monceaux",
  "license": "BSD"
}