This file is indexed.

/usr/share/javascript/dijit/package.json is in libjs-dojo-dijit 1.6.1+dfsg-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
{
  "name": "dijit",
  "directories": {
    "lib": "."
  },
  "main":"./lib/main",
  "mappings": {
    "dojo": "https://github.com/dojo/dojo/zipball/1.0.2"
  },
  "description": "Dijit is Dojo�s UI Library",
  "licenses": [
     {
         "type": "AFLv2.1",
         "url": "http://trac.dojotoolkit.org/browser/dojo/trunk/LICENSE#L43"
     },
     {
         "type": "BSD",
         "url": "http://trac.dojotoolkit.org/browser/dojo/trunk/LICENSE#L13"
     }
  ],
  "bugs": "http://bugs.dojotoolkit.org/",
  "keywords": ["JavaScript", "Dojo", "Widget"],
  "homepage": "http://dojotoolkit.org/"
}