This file is indexed.

/usr/lib/nodejs/are-we-there-yet/package.json is in node-are-we-there-yet 1.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
32
33
34
35
{
  "name": "are-we-there-yet",
  "version": "1.1.4",
  "description": "Keep track of the overall completion of many disparate processes",
  "main": "index.js",
  "scripts": {
    "test": "standard && tap test/*.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/iarna/are-we-there-yet.git"
  },
  "author": "Rebecca Turner (http://re-becca.org)",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/iarna/are-we-there-yet/issues"
  },
  "homepage": "https://github.com/iarna/are-we-there-yet",
  "devDependencies": {
    "standard": "^6.0.8",
    "tap": "^5.7.0"
  },
  "dependencies": {
    "delegates": "^1.0.0",
    "readable-stream": "^2.0.6"
  },
  "files": [
    "index.js",
    "tracker-base.js",
    "tracker-group.js",
    "tracker-stream.js",
    "tracker.js",
    "CHANGES.md"
  ]
}