This file is indexed.

/usr/lib/nodejs/opener/package.json is in node-opener 1.4.3-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": "opener",
    "description": "Opens stuff, like webpages and files and executables, cross-platform",
    "version": "1.4.3",
    "author": "Domenic Denicola <d@domenic.me> (https://domenic.me/)",
    "license": "(WTFPL OR MIT)",
    "repository": "domenic/opener",
    "main": "opener.js",
    "bin": "opener.js",
    "files": [
        "opener.js"
    ],
    "scripts": {
        "lint": "jshint opener.js"
    },
    "devDependencies": {
        "jshint": "^2.6.3"
    }
}