This file is indexed.

/usr/lib/nodejs/run-queue/package.json is in node-run-queue 1.0.3-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
{
  "name": "run-queue",
  "version": "1.0.3",
  "description": "A promise based, dynamic priority queue runner, with concurrency limiting.",
  "main": "queue.js",
  "scripts": {
    "test": "standard && tap -J test"
  },
  "keywords": [],
  "author": "Rebecca Turner <me@re-becca.org> (http://re-becca.org/)",
  "license": "ISC",
  "devDependencies": {
    "standard": "^8.6.0",
    "tap": "^10.2.0"
  },
  "files": [
    "queue.js"
  ],
  "directories": {
    "test": "test"
  },
  "dependencies": {
    "aproba": "^1.1.1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/iarna/run-queue.git"
  },
  "bugs": {
    "url": "https://github.com/iarna/run-queue/issues"
  },
  "homepage": "https://npmjs.com/package/run-queue"
}