This file is indexed.

/usr/lib/nodejs/html-comment-regex/package.json is in node-html-comment-regex 1.1.1-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
{
  "name": "html-comment-regex",
  "version": "1.1.1",
  "description": "Regular expression for matching HTML comments",
  "homepage": "https://github.com/stevemao/html-comment-regex",
  "author": {
    "name": "Steve Mao",
    "email": "maochenyan@gmail.com",
    "url": "https://github.com/stevemao"
  },
  "repository": "stevemao/html-comment-regex",
  "license": "MIT",
  "files": [
    "index.js"
  ],
  "keywords": [
    "html-comment-regex",
    "text",
    "string",
    "regex",
    "regexp",
    "re",
    "match",
    "test",
    "find",
    "pattern",
    "comment",
    "comments",
    "html",
    "HTML",
    "HyperText Markup Language"
  ],
  "dependencies": {},
  "devDependencies": {
    "jscs": "^1.11.3",
    "jshint": "^2.6.3",
    "mocha": "*"
  },
  "scripts": {
    "lint": "jshint *.js --exclude node_modules && jscs *.js",
    "test": "npm run-script lint && mocha"
  }
}