This file is indexed.

/usr/share/php/Mf2/composer.json is in php-mf2 0.3.0-0.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
{
    "name": "mf2/mf2",
    "type": "library",
    "description": "A pure, generic microformats2 parser — makes HTML as easy to consume as a JSON API",
    "keywords": ["microformats", "microformats 2", "parser", "semantic", "html"],
    "authors" : [
        {
            "name": "Barnaby Walters",
            "homepage": "http://waterpigs.co.uk"
        }
    ],
    "bin": ["bin/fetch-mf2", "bin/parse-mf2"],
    "require": {
        "php": ">=5.4.0"
    },
    "require-dev": {
        "phpunit/phpunit": "3.7.*"
    },
    "autoload": {
        "files": ["Mf2/Parser.php"]
    },
    "license": "CC0",
    "suggest": {
        "barnabywalters/mf-cleaner": "To more easily handle the canonical data php-mf2 gives you"
    }
}