This file is indexed.

/usr/lib/nodejs/nwmatcher/package.json is in node-nwmatcher 1.3.3+dfsg-2.

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
{
  "name": "nwmatcher",
  "version": "1.3.3",
  "description": "A CSS3-compliant JavaScript selector engine.",
  "homepage": "http://javascript.nwbox.com/NWMatcher/",
  "main": "./src/nwmatcher",
  "keywords": [
    "css",
    "matcher",
    "selector",
    "ender"
  ],
  "licenses": [
    {
      "type": "MIT",
      "url": "http://javascript.nwbox.com/NWMatcher/MIT-LICENSE"
    }
  ],
  "author": {
    "name": "Diego Perini",
    "email": "diego.perini@gmail.com",
    "web": "http://www.iport.it/"
  },
  "maintainers": [
    {
      "name": "Diego Perini",
      "email": "diego.perini@gmail.com",
      "web": "http://www.iport.it/"
    }
  ],
  "bugs": {
    "url": "http://github.com/dperini/nwmatcher/issues"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/dperini/nwmatcher.git"
  },
  "ender": "./lib/ender/bridge.js"
}