This file is indexed.

/usr/lib/nodejs/regjsparser/package.json is in node-regjsparser 0.3.0+ds-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
{
  "name": "regjsparser",
  "version": "0.2.1",
  "author": "'Julian Viereck' <julian.viereck@gmail.com>",
  "license": "BSD-2-Clause",
  "main": "./parser",
  "bin": "bin/parser",
  "homepage": "https://github.com/jviereck/regjsparser",
  "repository": {
    "type": "git",
    "url": "git@github.com:jviereck/regjsparser.git"
  },
  "scripts": {
    "test": "node test/index.js"
  },
  "files": [
    "bin/",
    "LICENSE.BSD",
    "parser.js",
    "README.md"
  ],
  "dependencies": {
    "jsesc": "~0.5.0"
  },
  "devDependencies": {
    "regenerate": "~1.0.1",
    "unicode-10.0.0": "~0.0.0"
  }
}