This file is indexed.

/usr/share/javascript/jquery-ui-themes/mint-choc/package.json is in libjs-jquery-ui-theme-mint-choc 1.8.24+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
25
26
27
28
29
30
31
32
33
34
35
36
{
  "name": "jquery-ui",
  "title": "jQuery UI",
  "description": "Abstractions for low-level interaction and animation, advanced effects and high-level, themeable widgets, built on top of the jQuery JavaScript Library, that you can use to build highly interactive web applications.",
  "version": "1.8.24",
  "homepage": "https://github.com/jquery/jquery-ui",
  "author": {
    "name": "AUTHORS.txt"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/jquery/jquery-ui.git"
  },
  "bugs": {
    "url": "http://bugs.jqueryui.com/"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "http://www.opensource.org/licenses/MIT"
    },
    {
      "type": "GPL",
      "url": "http://www.opensource.org/licenses/GPL-2.0"
    }
  ],
  "dependencies": {},
  "devDependencies": {
    "grunt": "0.3.9",
    "grunt-css": "0.1.1",
    "grunt-compare-size": "0.1.1",
    "request": "2.9.153",
    "rimraf": "2.0.1"
  },
  "keywords": []
}