[
    {
        "name": "deliciousbrains/wp-background-processing",
        "version": "1.0.2",
        "version_normalized": "1.0.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/deliciousbrains/wp-background-processing.git",
            "reference": "2cbee1abd1b49e1133cd8f611df4d4fc5a8b9800"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/deliciousbrains/wp-background-processing/zipball/2cbee1abd1b49e1133cd8f611df4d4fc5a8b9800",
            "reference": "2cbee1abd1b49e1133cd8f611df4d4fc5a8b9800",
            "shasum": ""
        },
        "require": {
            "php": ">=5.2"
        },
        "suggest": {
            "coenjacobs/mozart": "Easily wrap this library with your own prefix, to prevent collisions when multiple plugins use this library"
        },
        "time": "2020-07-31T07:00:11+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "classmap": [
                "classes/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "GPL-2.0-or-later"
        ],
        "authors": [
            {
                "name": "Delicious Brains",
                "email": "nom@deliciousbrains.com"
            }
        ],
        "description": "WP Background Processing can be used to fire off non-blocking asynchronous requests or as a background processing tool, allowing you to queue tasks."
    },
    {
        "name": "simplehtmldom/simplehtmldom",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/simplehtmldom/simplehtmldom.git",
            "reference": "31ce157e7ba0c6ca35f94faedf031a945c3f6427"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/simplehtmldom/simplehtmldom/zipball/31ce157e7ba0c6ca35f94faedf031a945c3f6427",
            "reference": "31ce157e7ba0c6ca35f94faedf031a945c3f6427",
            "shasum": ""
        },
        "require": {
            "ext-iconv": "*",
            "php": ">=5.6"
        },
        "require-dev": {
            "phpunit/phpunit": "^6 || ^7"
        },
        "suggest": {
            "ext-curl": "Needed to support cURL downloads in class HtmlWeb",
            "ext-mbstring": "Allows better decoding for multi-byte documents",
            "ext-openssl": "Allows loading HTTPS pages when using cURL"
        },
        "time": "2019-12-06T18:20:19+00:00",
        "type": "library",
        "installation-source": "source",
        "autoload": {
            "classmap": [
                "./"
            ],
            "exclude-from-classmap": [
                "/example/",
                "/manual/",
                "/testcase/",
                "/tests/",
                "simple_html_dom.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "S.C. Chen",
                "role": "Developer"
            },
            {
                "name": "John Schlick",
                "role": "Developer"
            },
            {
                "name": "logmanoriginal",
                "role": "Developer"
            }
        ],
        "description": "A fast, simple and reliable HTML document parser for PHP.",
        "homepage": "https://simplehtmldom.sourceforge.io/",
        "keywords": [
            "Simple",
            "dom",
            "html",
            "parser",
            "php",
            "simplehtmldom"
        ]
    }
]
