This file is indexed.

/usr/lib/nodejs/osenv/package.json is in node-osenv 0.1.4-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
23
24
25
26
27
28
29
30
31
{
  "name": "osenv",
  "version": "0.1.4",
  "main": "osenv.js",
  "directories": {
    "test": "test"
  },
  "dependencies": {
    "os-homedir": "^1.0.0",
    "os-tmpdir": "^1.0.0"
  },
  "devDependencies": {
    "tap": "^8.0.1"
  },
  "scripts": {
    "test": "tap test/*.js"
  },
  "repository": "https://github.com/npm/osenv",
  "keywords": [
    "environment",
    "variable",
    "home",
    "tmpdir",
    "path",
    "prompt",
    "ps1"
  ],
  "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
  "license": "ISC",
  "description": "Look up environment settings specific to different operating systems"
}