This file is indexed.

/usr/lib/nodejs/death/package.json is in node-death 1.0.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
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
  "name": "death",
  "version": "1.0.0",
  "description": "Gracefully cleanup when termination signals are sent to your process.",
  "repository": {
    "type": "git",
    "url": "git@github.com:jprichardson/node-death.git"
  },
  "keywords": [
    "sigint",
    "sigterm",
    "sigkill",
    "sigquit",
    "exception",
    "kill",
    "terminate",
    "process",
    "clean"
  ],
  "author": "JP Richardson <jprichardson@gmail.com>",
  "licenses": [
    {
      "type": "MIT",
      "url": ""
    }
  ],
  "dependencies": {},
  "devDependencies": {
    "win-spawn": "~1.1.1",
    "autoresolve": "0.0.3",
    "testutil": "~0.4.0",
    "colors": "~0.6.0-1"
  },
  "main": "./lib/death.js",
  "scripts": {
    "test": "mocha test"
  }
}