This file is indexed.

/usr/share/javascript/jquery-flot/flot.jquery.json is in libjs-jquery-flot 0.8.3+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
{
	"name": "flot",
	"version": "0.8.3",
	"title": "Flot",
	"author": {
		"name": "Ole Laursen",
		"url": "https://github.com/OleLaursen"
	},
	"licenses": [{
		"type": "MIT",
		"url": "http://github.com/flot/flot/blob/master/LICENSE.txt"
	}],
	"dependencies": {
		"jquery": ">=1.2.6"
	},
	"description": "Flot is a pure JavaScript plotting library for jQuery, with a focus on simple usage, attractive looks and interactive features.",
	"keywords": ["plot", "chart", "graph", "visualization", "canvas", "graphics"],
	"homepage": "http://www.flotcharts.org",
	"docs": "http://github.com/flot/flot/blob/master/API.md",
	"demo": "http://www.flotcharts.org/flot/examples/",
	"bugs": "http://github.com/flot/flot/issues",
	"maintainers": [{
		"name": "David Schnur",
		"email": "dnschnur@gmail.com",
		"url": "http://github.com/dnschnur"
	}]
}