This file is indexed.

/usr/lib/nodejs/coveralls/package.json is in node-coveralls 3.0.0-2.

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
56
57
58
59
60
61
{
  "name": "coveralls",
  "description": "takes json-cov output into stdin and POSTs to coveralls.io",
  "keywords": [
    "coverage",
    "coveralls"
  ],
  "version": "3.0.0",
  "bugs": {
    "url": "https://github.com/nickmerwin/node-coveralls/issues"
  },
  "scripts": {
    "test": "snyk test && make test"
  },
  "bin": {
    "coveralls": "./bin/coveralls.js"
  },
  "maintainers": [
    "Nick Merwin <nick@coveralls.io> (https://coveralls.io)"
  ],
  "contributors": [
    "Gregg Caines <gregg@caines.ca> (http://caines.ca)",
    "Joshua Ma <github@joshma.com> (http://joshma.com)",
    "Alan Gutierrez <alan@prettyrobots.com> (http://www.prettyrobots.com/)",
    "Kir Belevich (https://github.com/svg)",
    "elliotcable <github@elliottcable.name> (http://elliottcable.name/)",
    "Slotos <slotos@gmail.com> (http://slotos.net)",
    "mattjmorrison <mattjmorrison@mattjmorrison.com> (http://mattjmorrison.com)",
    "Arpad Borsos <arpad.borsos@googlemail.com> (http://swatinem.de/)",
    "Adam Moss (https://github.com/adam-moss)"
  ],
  "dependencies": {
    "js-yaml": "^3.6.1",
    "lcov-parse": "^0.0.10",
    "log-driver": "^1.2.5",
    "minimist": "^1.2.0",
    "request": "^2.26"
  },
  "devDependencies": {
    "istanbul": "^0.4.5",
    "jshint": "2.9.3",
    "mocha": "^3.2.0",
    "mocha-lcov-reporter": "^1.2.0",
    "should": "^9.0.2",
    "sinon": "^1.0.0",
    "snyk": "^1.23.3"
  },
  "engines": {
    "node": ">=4.0.0"
  },
  "main": "index.js",
  "directories": {
    "test": "test"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/nickmerwin/node-coveralls.git"
  },
  "author": "Gregg Caines",
  "license": "BSD-2-Clause"
}