{
    "packages": [
        {
            "name": "automattic/jetpack-device-detection",
            "version": "1.4.23",
            "version_normalized": "1.4.23.0",
            "dist": {
                "type": "path",
                "url": "/tmp/jetpack-build/Automattic/jetpack-device-detection",
                "reference": "047c202272c0c2b4848ec62a1596e7c111195c20"
            },
            "require-dev": {
                "automattic/jetpack-changelogger": "^3.3.1",
                "yoast/phpunit-polyfills": "1.0.4"
            },
            "type": "jetpack-library",
            "extra": {
                "autotagger": true,
                "mirror-repo": "Automattic/jetpack-device-detection",
                "changelogger": {
                    "link-template": "https://github.com/Automattic/jetpack-device-detection/compare/v${old}...v${new}"
                },
                "branch-alias": {
                    "dev-trunk": "1.4.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "scripts": {
                "phpunit": [
                    "./vendor/phpunit/phpunit/phpunit --colors=always"
                ],
                "test-coverage": [
                    "php -dpcov.directory=. ./vendor/bin/phpunit --coverage-clover \"$COVERAGE_DIR/clover.xml\""
                ],
                "test-php": [
                    "@composer phpunit"
                ]
            },
            "license": [
                "GPL-2.0-or-later"
            ],
            "description": "A way to detect device types based on User-Agent header.",
            "transport-options": {
                "relative": false
            },
            "install-path": "../automattic/jetpack-device-detection"
        }
    ],
    "dev": false,
    "dev-package-names": []
}
