{
    "packages": [
        {
            "name": "automattic/jetpack-a8c-mc-stats",
            "version": "v1.4.22",
            "version_normalized": "1.4.22.0",
            "source": {
                "type": "git",
                "url": "https://github.com/Automattic/jetpack-a8c-mc-stats.git",
                "reference": "d7fdf2fc7ae33d75e24e82d81269e33ec718446f"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Automattic/jetpack-a8c-mc-stats/zipball/d7fdf2fc7ae33d75e24e82d81269e33ec718446f",
                "reference": "d7fdf2fc7ae33d75e24e82d81269e33ec718446f",
                "shasum": ""
            },
            "require-dev": {
                "automattic/jetpack-changelogger": "^3.3.9",
                "yoast/phpunit-polyfills": "1.1.0"
            },
            "suggest": {
                "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package."
            },
            "time": "2023-09-19T18:18:33+00:00",
            "type": "jetpack-library",
            "extra": {
                "autotagger": true,
                "mirror-repo": "Automattic/jetpack-a8c-mc-stats",
                "changelogger": {
                    "link-template": "https://github.com/Automattic/jetpack-a8c-mc-stats/compare/v${old}...v${new}"
                },
                "branch-alias": {
                    "dev-trunk": "1.4.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0-or-later"
            ],
            "description": "Used to record internal usage stats for Automattic. Not visible to site owners.",
            "support": {
                "source": "https://github.com/Automattic/jetpack-a8c-mc-stats/tree/v1.4.22"
            },
            "install-path": "../automattic/jetpack-a8c-mc-stats"
        },
        {
            "name": "automattic/jetpack-assets",
            "version": "v1.18.13",
            "version_normalized": "1.18.13.0",
            "source": {
                "type": "git",
                "url": "https://github.com/Automattic/jetpack-assets.git",
                "reference": "f3da965ec6e25acab6b18dbd8669285659212ab9"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Automattic/jetpack-assets/zipball/f3da965ec6e25acab6b18dbd8669285659212ab9",
                "reference": "f3da965ec6e25acab6b18dbd8669285659212ab9",
                "shasum": ""
            },
            "require": {
                "automattic/jetpack-constants": "^1.6.23"
            },
            "require-dev": {
                "automattic/jetpack-changelogger": "^3.3.11",
                "brain/monkey": "2.6.1",
                "wikimedia/testing-access-wrapper": "^1.0 || ^2.0",
                "yoast/phpunit-polyfills": "1.1.0"
            },
            "suggest": {
                "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package."
            },
            "time": "2023-10-19T23:36:22+00:00",
            "type": "jetpack-library",
            "extra": {
                "autotagger": true,
                "mirror-repo": "Automattic/jetpack-assets",
                "textdomain": "jetpack-assets",
                "changelogger": {
                    "link-template": "https://github.com/Automattic/jetpack-assets/compare/v${old}...v${new}"
                },
                "branch-alias": {
                    "dev-trunk": "1.18.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "actions.php"
                ],
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0-or-later"
            ],
            "description": "Asset management utilities for Jetpack ecosystem packages",
            "support": {
                "source": "https://github.com/Automattic/jetpack-assets/tree/v1.18.13"
            },
            "install-path": "../automattic/jetpack-assets"
        },
        {
            "name": "automattic/jetpack-autoloader",
            "version": "v2.12.0",
            "version_normalized": "2.12.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/Automattic/jetpack-autoloader.git",
                "reference": "632b69cfc73ed5505f2b03165e7f68d414d0da12"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Automattic/jetpack-autoloader/zipball/632b69cfc73ed5505f2b03165e7f68d414d0da12",
                "reference": "632b69cfc73ed5505f2b03165e7f68d414d0da12",
                "shasum": ""
            },
            "require": {
                "composer-plugin-api": "^1.1 || ^2.0"
            },
            "require-dev": {
                "automattic/jetpack-changelogger": "^3.3.11",
                "yoast/phpunit-polyfills": "1.1.0"
            },
            "time": "2023-09-28T18:33:34+00:00",
            "type": "composer-plugin",
            "extra": {
                "autotagger": true,
                "class": "Automattic\\Jetpack\\Autoloader\\CustomAutoloaderPlugin",
                "mirror-repo": "Automattic/jetpack-autoloader",
                "changelogger": {
                    "link-template": "https://github.com/Automattic/jetpack-autoloader/compare/v${old}...v${new}"
                },
                "version-constants": {
                    "::VERSION": "src/AutoloadGenerator.php"
                },
                "branch-alias": {
                    "dev-trunk": "2.12.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Automattic\\Jetpack\\Autoloader\\": "src"
                },
                "classmap": [
                    "src/AutoloadGenerator.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0-or-later"
            ],
            "description": "Creates a custom autoloader for a plugin or theme.",
            "keywords": [
                "autoload",
                "autoloader",
                "composer",
                "jetpack",
                "plugin",
                "wordpress"
            ],
            "support": {
                "source": "https://github.com/Automattic/jetpack-autoloader/tree/v2.12.0"
            },
            "install-path": "../automattic/jetpack-autoloader"
        },
        {
            "name": "automattic/jetpack-constants",
            "version": "v1.6.23",
            "version_normalized": "1.6.23.0",
            "source": {
                "type": "git",
                "url": "https://github.com/Automattic/jetpack-constants.git",
                "reference": "0825fb1fa94956f26adebc01be0d716a0fd3ade0"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Automattic/jetpack-constants/zipball/0825fb1fa94956f26adebc01be0d716a0fd3ade0",
                "reference": "0825fb1fa94956f26adebc01be0d716a0fd3ade0",
                "shasum": ""
            },
            "require-dev": {
                "automattic/jetpack-changelogger": "^3.3.8",
                "brain/monkey": "2.6.1",
                "yoast/phpunit-polyfills": "1.1.0"
            },
            "suggest": {
                "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package."
            },
            "time": "2023-08-23T17:56:35+00:00",
            "type": "jetpack-library",
            "extra": {
                "autotagger": true,
                "mirror-repo": "Automattic/jetpack-constants",
                "changelogger": {
                    "link-template": "https://github.com/Automattic/jetpack-constants/compare/v${old}...v${new}"
                },
                "branch-alias": {
                    "dev-trunk": "1.6.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0-or-later"
            ],
            "description": "A wrapper for defining constants in a more testable way.",
            "support": {
                "source": "https://github.com/Automattic/jetpack-constants/tree/v1.6.23"
            },
            "install-path": "../automattic/jetpack-constants"
        },
        {
            "name": "automattic/jetpack-plugins-installer",
            "version": "v0.2.5",
            "version_normalized": "0.2.5.0",
            "source": {
                "type": "git",
                "url": "https://github.com/Automattic/jetpack-plugins-installer.git",
                "reference": "5c60dba7126a21420a192759af0807ea6b9197e1"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Automattic/jetpack-plugins-installer/zipball/5c60dba7126a21420a192759af0807ea6b9197e1",
                "reference": "5c60dba7126a21420a192759af0807ea6b9197e1",
                "shasum": ""
            },
            "require": {
                "automattic/jetpack-a8c-mc-stats": "^1.4.21"
            },
            "require-dev": {
                "automattic/jetpack-changelogger": "^3.3.8",
                "yoast/phpunit-polyfills": "1.1.0"
            },
            "suggest": {
                "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package."
            },
            "time": "2023-08-23T17:57:04+00:00",
            "type": "jetpack-library",
            "extra": {
                "branch-alias": {
                    "dev-trunk": "0.2.x-dev"
                },
                "mirror-repo": "Automattic/jetpack-plugins-installer",
                "changelogger": {
                    "link-template": "https://github.com/Automattic/jetpack-plugins-installer/compare/v${old}...v${new}"
                },
                "autotagger": true,
                "textdomain": "jetpack-plugins-installer"
            },
            "installation-source": "dist",
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0-or-later"
            ],
            "description": "Handle installation of plugins from WP.org",
            "support": {
                "source": "https://github.com/Automattic/jetpack-plugins-installer/tree/v0.2.5"
            },
            "install-path": "../automattic/jetpack-plugins-installer"
        }
    ],
    "dev": false,
    "dev-package-names": []
}
