This file is indexed.

/usr/lib/nodejs/highlight.js/package.json is in node-highlight.js 8.2+ds-4build1.

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
{
  "name": "highlight.js",
  "description": "Syntax highlighting with language autodetection.",
  "keywords": [
    "highlight",
    "syntax"
  ],
  "homepage": "https://highlightjs.org/",
  "version": "8.2.0",
  "author": {
    "name": "Ivan Sagalaev",
    "email": "maniac@softwaremaniacs.org"
  },
  "contributors": [],
  "bugs": {
    "url": "https://github.com/isagalaev/highlight.js/issues"
  },
  "licenses": [
    {
      "type": "BSD",
      "url": "https://github.com/isagalaev/highlight.js/blob/master/LICENSE"
    }
  ],
  "repository": {
    "type": "git",
    "url": "git://github.com/isagalaev/highlight.js.git"
  },
  "main": "./lib/index.js",
  "scripts": {
    "test": "./node_modules/.bin/mocha test/"
  },
  "engines": {
    "node": "*"
  },
  "devDependencies": {
    "glob": "^4.0.5",
    "jsdom": "^0.11.1",
    "mocha": "^1.21.4",
    "should": "^4.0.4"
  }
}