This file is indexed.

/usr/lib/nodejs/timers-browserify/package.json is in node-timers-browserify 2.0.6+dfsg-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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
  "author": "J. Ryan Stinnett <jryans@gmail.com> (http://convolv.es/)",
  "name": "timers-browserify",
  "description": "timers module for browserify",
  "version": "2.0.6",
  "homepage": "https://github.com/jryans/timers-browserify",
  "bugs": "https://github.com/jryans/timers-browserify/issues",
  "repository": {
    "type": "git",
    "url": "git://github.com/jryans/timers-browserify.git"
  },
  "contributors": [
    "Colton Brown <coltonTB@me.com>",
    "Dario Segura <dario.seco@gmail.com>",
    "Guy Bedford <guybedford@gmail.com>",
    "Ionut-Cristian Florescu <ionut.florescu@gmail.com>",
    "James Halliday <mail@substack.net>",
    "Jan Schär <jscissr@gmail.com>",
    "Johannes Ewald <johannes.ewald@peerigon.com>",
    "Jonathan Prins <jon@blip.tv>",
    "Matt Esch <matt@mattesch.info>",
    "taoqf <tao_qiufeng@126.com>",
    "wtgtybhertgeghgtwtg <wtgtybhertgeghgtwtg@gmail.com>"
  ],
  "main": "main.js",
  "dependencies": {
    "setimmediate": "^1.0.4"
  },
  "devDependencies": {
    "connect": "~2.3.0",
    "browserify": "~1.10.16"
  },
  "optionalDependencies": {},
  "engines": {
    "node": ">=0.6.0"
  },
  "keywords": [
    "timers",
    "browserify",
    "browser"
  ],
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/jryans/timers-browserify/blob/master/LICENSE.md"
    }
  ],
  "jspm": {
    "map": {
      "./main.js": {
        "node": "@node/timers"
      }
    }
  }
}