This file is indexed.

/usr/share/ruby-rails-assets-jquery.slimscroll/app/assets/documents/jquery.slimscroll/slimScroll.jquery.json is in ruby-rails-assets-jquery.slimscroll 1.3.6+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
{
  "name"        : "slimScroll",
  "version"     : "1.3.6",
  "title"       : "jQuery slimScroll scrollbar",
  "description" : "slimScroll is a small jQuery plugin that transforms any div into a scrollable area. slimScroll doesn't occupy any visual space as it only appears on a user initiated mouse-over.",
  "keywords"    : ["scrollbar", "scroll", "slimscroll", "scrollable", "scrolling", "scroller", "ui", "jquery-plugin", "ecosystem:jquery"],
  "demo"        : "http://rocha.la/jQuery-slimScroll/",
  "homepage"    : "http://rocha.la/jQuery-slimScroll/",
  "download"    : "http://rocha.la/jQuery-slimScroll/",

  "author" : {
    "name"  : "Piotr Rochala",
    "url"   : "http://rocha.la/"
  },

  "dependencies" : {
    "jquery" : ">= 1.7"
  },

  "licenses" : [
    {
      "type": "MIT",
      "url": "http://www.opensource.org/licenses/mit-license.php"
    },
    {
      "type": "GPL",
      "url": "http://www.opensource.org/licenses/gpl-license.php"
    }
  ]
}