This file is indexed.

/usr/share/pyshared/demjson-1.6.egg-info is in python-demjson 1.6-2build1.

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
Metadata-Version: 1.1
Name: demjson
Version: 1.6
Summary: encoder, decoder, and lint/validator for JSON (JavaScript Object Notation) compliant with RFC 4627
Home-page: http://deron.meranda.us/python/demjson/
Author: Deron Meranda
Author-email: deron.meranda@gmail.com
License: GNU LGPL 3.0
Download-URL: http://deron.meranda.us/python/demjson/dist/demjson-1.6.tar.gz
Description: This module provides classes and functions for encoding or decoding data
                represented in the language-neutral JSON format (which is often used as a
                simpler substitute for XML in Ajax web applications).  This implementation tries
                to be as compliant to the JSON specification (RFC 4627) as possible, while
                still providing many optional extensions to allow less restrictive JavaScript
                syntax.  It includes complete Unicode support, including UTF-32, BOM, and
                surrogate pair processing.  It can also support JavaScript's
                NaN and Infinity numeric types as well as it's 'undefined' type.
                It also includes a lint-like JSON syntax validator which tests JSON text
                for strict compliance to the standard.
Keywords: JSON,jsonlint,JavaScript,UTF-32
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content