This file is indexed.

/usr/share/doc/libjs-mochikit/examples/ajax_tables/domains.json is in libjs-mochikit 1.4.2-4fakesync1.

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
{
    "columns": [ "domain_name", "create_date", "expiry_date", "organization_name"],
    "rows": [
        ["json.org", "2000-05-08", "2006-05-08", "Douglas Crockford"],
        ["mochibot.com", "2005-02-10", "2007-02-10", "Jameson Hsu"],
        ["pythonmac.org", "2003-09-24", "2006-09-24", "Bob Ippolito"],
        ["undefined.org", "2000-01-10", "2006-01-10", "Robert J Ippolito"],
        ["python.org", "1995-03-27", "2007-03-28", "Python Software Foundation"]
    ]
}