{ "packages": [ { "name": "automattic/jetpack-a8c-mc-stats", "version": "v3.0.0", "version_normalized": "3.0.0.0", "source": { "type": "git", "url": "https://github.com/Automattic/jetpack-a8c-mc-stats.git", "reference": "d6bdf2f1d1941e0a22d17c6f3152097d8e0a30e6" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Automattic/jetpack-a8c-mc-stats/zipball/d6bdf2f1d1941e0a22d17c6f3152097d8e0a30e6", "reference": "d6bdf2f1d1941e0a22d17c6f3152097d8e0a30e6", "shasum": "" }, "require": { "php": ">=7.2" }, "require-dev": { "automattic/jetpack-changelogger": "^5.0.0", "yoast/phpunit-polyfills": "^1.1.1" }, "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, "time": "2024-11-14T20:12:50+00:00", "type": "jetpack-library", "extra": { "autotagger": true, "mirror-repo": "Automattic/jetpack-a8c-mc-stats", "branch-alias": { "dev-trunk": "3.0.x-dev" }, "changelogger": { "link-template": "https://github.com/Automattic/jetpack-a8c-mc-stats/compare/v${old}...v${new}" } }, "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/v3.0.0" }, "install-path": "../../jetpack_vendor/automattic/jetpack-a8c-mc-stats" }, { "name": "automattic/jetpack-admin-ui", "version": "v0.5.2", "version_normalized": "0.5.2.0", "source": { "type": "git", "url": "https://github.com/Automattic/jetpack-admin-ui.git", "reference": "cf2f30b5ebc52c88293d406aca6b6ef0677c6aff" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Automattic/jetpack-admin-ui/zipball/cf2f30b5ebc52c88293d406aca6b6ef0677c6aff", "reference": "cf2f30b5ebc52c88293d406aca6b6ef0677c6aff", "shasum": "" }, "require": { "php": ">=7.2" }, "require-dev": { "automattic/jetpack-changelogger": "^5.1.0", "automattic/jetpack-logo": "^3.0.0", "automattic/jetpack-test-environment": "@dev", "yoast/phpunit-polyfills": "^1.1.1" }, "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, "time": "2025-02-03T19:12:08+00:00", "type": "jetpack-library", "extra": { "autotagger": true, "textdomain": "jetpack-admin-ui", "mirror-repo": "Automattic/jetpack-admin-ui", "branch-alias": { "dev-trunk": "0.5.x-dev" }, "changelogger": { "link-template": "https://github.com/Automattic/jetpack-admin-ui/compare/${old}...${new}" }, "version-constants": { "::PACKAGE_VERSION": "src/class-admin-menu.php" } }, "installation-source": "dist", "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Generic Jetpack wp-admin UI elements", "support": { "source": "https://github.com/Automattic/jetpack-admin-ui/tree/v0.5.2" }, "install-path": "../../jetpack_vendor/automattic/jetpack-admin-ui" }, { "name": "automattic/jetpack-assets", "version": "v4.0.4", "version_normalized": "4.0.4.0", "source": { "type": "git", "url": "https://github.com/Automattic/jetpack-assets.git", "reference": "0ec5cfcd948b5a791ba99819eb095adf979f605c" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Automattic/jetpack-assets/zipball/0ec5cfcd948b5a791ba99819eb095adf979f605c", "reference": "0ec5cfcd948b5a791ba99819eb095adf979f605c", "shasum": "" }, "require": { "automattic/jetpack-constants": "^3.0.1", "php": ">=7.2" }, "require-dev": { "automattic/jetpack-changelogger": "^5.1.0", "brain/monkey": "^2.6.2", "wikimedia/testing-access-wrapper": "^1.0 || ^2.0 || ^3.0", "yoast/phpunit-polyfills": "^1.1.1" }, "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, "time": "2025-02-03T19:12:25+00:00", "type": "jetpack-library", "extra": { "autotagger": true, "textdomain": "jetpack-assets", "mirror-repo": "Automattic/jetpack-assets", "branch-alias": { "dev-trunk": "4.0.x-dev" }, "changelogger": { "link-template": "https://github.com/Automattic/jetpack-assets/compare/v${old}...v${new}" } }, "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/v4.0.4" }, "install-path": "../../jetpack_vendor/automattic/jetpack-assets" }, { "name": "automattic/jetpack-autoloader", "version": "v5.0.1", "version_normalized": "5.0.1.0", "source": { "type": "git", "url": "https://github.com/Automattic/jetpack-autoloader.git", "reference": "ba3f5146426367c718312a0da87ebd596ed9cf33" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Automattic/jetpack-autoloader/zipball/ba3f5146426367c718312a0da87ebd596ed9cf33", "reference": "ba3f5146426367c718312a0da87ebd596ed9cf33", "shasum": "" }, "require": { "composer-plugin-api": "^2.2", "php": ">=7.2" }, "require-dev": { "automattic/jetpack-changelogger": "^5.1.0", "composer/composer": "^2.2", "yoast/phpunit-polyfills": "^1.1.1" }, "time": "2025-01-20T16:46:39+00:00", "type": "composer-plugin", "extra": { "class": "Automattic\\Jetpack\\Autoloader\\CustomAutoloaderPlugin", "autotagger": true, "mirror-repo": "Automattic/jetpack-autoloader", "branch-alias": { "dev-trunk": "5.0.x-dev" }, "changelogger": { "link-template": "https://github.com/Automattic/jetpack-autoloader/compare/v${old}...v${new}" }, "version-constants": { "::VERSION": "src/AutoloadGenerator.php" } }, "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/v5.0.1" }, "install-path": "../automattic/jetpack-autoloader" }, { "name": "automattic/jetpack-backup", "version": "v4.0.8", "version_normalized": "4.0.8.0", "source": { "type": "git", "url": "https://github.com/Automattic/jetpack-backup.git", "reference": "7e55a65729646fc7bee60cfc471ecac8c4a09197" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Automattic/jetpack-backup/zipball/7e55a65729646fc7bee60cfc471ecac8c4a09197", "reference": "7e55a65729646fc7bee60cfc471ecac8c4a09197", "shasum": "" }, "require": { "automattic/jetpack-admin-ui": "^0.5.2", "automattic/jetpack-assets": "^4.0.4", "automattic/jetpack-autoloader": "^5.0.1", "automattic/jetpack-backup-helper-script-manager": "^0.3.2", "automattic/jetpack-composer-plugin": "^4.0.0", "automattic/jetpack-config": "^3.0.0", "automattic/jetpack-connection": "^6.3.2", "automattic/jetpack-my-jetpack": "^5.4.1", "automattic/jetpack-status": "^5.0.3", "automattic/jetpack-sync": "^4.6.0", "php": ">=7.2" }, "require-dev": { "automattic/jetpack-changelogger": "^5.1.0", "automattic/jetpack-test-environment": "@dev", "yoast/phpunit-polyfills": "^1.1.1" }, "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, "time": "2025-02-03T19:13:04+00:00", "type": "jetpack-library", "extra": { "autotagger": true, "textdomain": "jetpack-backup-pkg", "mirror-repo": "Automattic/jetpack-backup", "branch-alias": { "dev-trunk": "4.0.x-dev" }, "changelogger": { "link-template": "https://github.com/Automattic/jetpack-backup/compare/v${old}...v${new}" }, "version-constants": { "::PACKAGE_VERSION": "src/class-package-version.php" } }, "installation-source": "dist", "autoload": { "files": [ "actions.php" ], "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Tools to assist with backing up Jetpack sites.", "support": { "source": "https://github.com/Automattic/jetpack-backup/tree/v4.0.8" }, "install-path": "../../jetpack_vendor/automattic/jetpack-backup" }, { "name": "automattic/jetpack-backup-helper-script-manager", "version": "v0.3.2", "version_normalized": "0.3.2.0", "source": { "type": "git", "url": "https://github.com/Automattic/jetpack-backup-helper-script-manager.git", "reference": "58c2e8c72c0bd460c09a0f83a61da1a8c4b29feb" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Automattic/jetpack-backup-helper-script-manager/zipball/58c2e8c72c0bd460c09a0f83a61da1a8c4b29feb", "reference": "58c2e8c72c0bd460c09a0f83a61da1a8c4b29feb", "shasum": "" }, "require": { "php": ">=7.2" }, "require-dev": { "automattic/jetpack-changelogger": "^5.1.0", "automattic/jetpack-test-environment": "@dev", "yoast/phpunit-polyfills": "^1.1.1" }, "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, "time": "2025-02-03T19:12:02+00:00", "type": "jetpack-library", "extra": { "autotagger": true, "mirror-repo": "Automattic/jetpack-backup-helper-script-manager", "branch-alias": { "dev-trunk": "0.3.x-dev" }, "changelogger": { "link-template": "https://github.com/Automattic/jetpack-backup-helper-script-manager/compare/v${old}...v${new}" } }, "installation-source": "dist", "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Install / delete helper script for backup and transport server. Not visible to site owners.", "support": { "source": "https://github.com/Automattic/jetpack-backup-helper-script-manager/tree/v0.3.2" }, "install-path": "../../jetpack_vendor/automattic/jetpack-backup-helper-script-manager" }, { "name": "automattic/jetpack-blaze", "version": "v0.25.7", "version_normalized": "0.25.7.0", "source": { "type": "git", "url": "https://github.com/Automattic/jetpack-blaze.git", "reference": "5792f96994024c284073aafe3cebee6262105d65" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Automattic/jetpack-blaze/zipball/5792f96994024c284073aafe3cebee6262105d65", "reference": "5792f96994024c284073aafe3cebee6262105d65", "shasum": "" }, "require": { "automattic/jetpack-assets": "^4.0.4", "automattic/jetpack-connection": "^6.3.2", "automattic/jetpack-constants": "^3.0.1", "automattic/jetpack-plans": "^0.5.2", "automattic/jetpack-redirect": "^3.0.1", "automattic/jetpack-status": "^5.0.3", "automattic/jetpack-sync": "^4.6.0", "php": ">=7.2" }, "require-dev": { "automattic/jetpack-changelogger": "^5.1.0", "automattic/jetpack-test-environment": "@dev", "yoast/phpunit-polyfills": "^1.1.1" }, "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, "time": "2025-02-03T19:12:55+00:00", "type": "jetpack-library", "extra": { "autotagger": true, "textdomain": "jetpack-blaze", "mirror-repo": "Automattic/jetpack-blaze", "branch-alias": { "dev-trunk": "0.25.x-dev" }, "changelogger": { "link-template": "https://github.com/automattic/jetpack-blaze/compare/v${old}...v${new}" }, "version-constants": { "::PACKAGE_VERSION": "src/class-dashboard.php" } }, "installation-source": "dist", "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Attract high-quality traffic to your site using Blaze.", "support": { "source": "https://github.com/Automattic/jetpack-blaze/tree/v0.25.7" }, "install-path": "../../jetpack_vendor/automattic/jetpack-blaze" }, { "name": "automattic/jetpack-blocks", "version": "v3.0.2", "version_normalized": "3.0.2.0", "source": { "type": "git", "url": "https://github.com/Automattic/jetpack-blocks.git", "reference": "332c69e171ff81aba7da914774e5ecdf9e0544c0" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Automattic/jetpack-blocks/zipball/332c69e171ff81aba7da914774e5ecdf9e0544c0", "reference": "332c69e171ff81aba7da914774e5ecdf9e0544c0", "shasum": "" }, "require": { "automattic/jetpack-constants": "^3.0.1", "php": ">=7.2" }, "require-dev": { "automattic/jetpack-changelogger": "^5.1.0", "automattic/jetpack-test-environment": "@dev", "brain/monkey": "^2.6.2", "yoast/phpunit-polyfills": "^1.1.1" }, "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, "time": "2025-02-03T19:12:09+00:00", "type": "jetpack-library", "extra": { "autotagger": true, "mirror-repo": "Automattic/jetpack-blocks", "branch-alias": { "dev-trunk": "3.0.x-dev" }, "changelogger": { "link-template": "https://github.com/Automattic/jetpack-blocks/compare/v${old}...v${new}" } }, "installation-source": "dist", "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Register and manage blocks within a plugin. Used to manage block registration, enqueues, and more.", "support": { "source": "https://github.com/Automattic/jetpack-blocks/tree/v3.0.2" }, "install-path": "../../jetpack_vendor/automattic/jetpack-blocks" }, { "name": "automattic/jetpack-boost-core", "version": "v0.3.5", "version_normalized": "0.3.5.0", "source": { "type": "git", "url": "https://github.com/Automattic/jetpack-boost-core.git", "reference": "343da047cdc04a7e6af71bc7023fcafd10664aec" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Automattic/jetpack-boost-core/zipball/343da047cdc04a7e6af71bc7023fcafd10664aec", "reference": "343da047cdc04a7e6af71bc7023fcafd10664aec", "shasum": "" }, "require": { "automattic/jetpack-connection": "^6.3.2", "php": ">=7.2" }, "require-dev": { "automattic/jetpack-changelogger": "^5.1.0", "yoast/phpunit-polyfills": "^1.1.1" }, "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, "time": "2025-02-03T19:12:43+00:00", "type": "jetpack-library", "extra": { "autotagger": true, "textdomain": "jetpack-boost-core", "mirror-repo": "Automattic/jetpack-boost-core", "branch-alias": { "dev-trunk": "0.3.x-dev" }, "changelogger": { "link-template": "https://github.com/Automattic/jetpack-boost-core/compare/v${old}...v${new}" } }, "installation-source": "dist", "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Core functionality for boost and relevant packages to depend on", "support": { "source": "https://github.com/Automattic/jetpack-boost-core/tree/v0.3.5" }, "install-path": "../../jetpack_vendor/automattic/jetpack-boost-core" }, { "name": "automattic/jetpack-boost-speed-score", "version": "v0.4.1", "version_normalized": "0.4.1.0", "source": { "type": "git", "url": "https://github.com/Automattic/jetpack-boost-speed-score.git", "reference": "159f30af90b76207d7a8d85c7b7bfeff5ba2ae56" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Automattic/jetpack-boost-speed-score/zipball/159f30af90b76207d7a8d85c7b7bfeff5ba2ae56", "reference": "159f30af90b76207d7a8d85c7b7bfeff5ba2ae56", "shasum": "" }, "require": { "automattic/jetpack-boost-core": "^0.3.4", "php": ">=7.2" }, "require-dev": { "automattic/jetpack-changelogger": "^5.1.0", "brain/monkey": "^2.6", "yoast/phpunit-polyfills": "^1.1.1" }, "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, "time": "2025-01-23T10:45:25+00:00", "type": "jetpack-library", "extra": { "autotagger": true, "textdomain": "jetpack-boost-speed-score", "mirror-repo": "Automattic/jetpack-boost-speed-score", "branch-alias": { "dev-trunk": "0.4.x-dev" }, "changelogger": { "link-template": "https://github.com/Automattic/jetpack-boost-speed-score/compare/v${old}...v${new}" }, "version-constants": { "::PACKAGE_VERSION": "src/class-speed-score.php" } }, "installation-source": "dist", "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "A package that handles the API to generate the speed score.", "support": { "source": "https://github.com/Automattic/jetpack-boost-speed-score/tree/v0.4.1" }, "install-path": "../../jetpack_vendor/automattic/jetpack-boost-speed-score" }, { "name": "automattic/jetpack-classic-theme-helper", "version": "v0.9.3", "version_normalized": "0.9.3.0", "source": { "type": "git", "url": "https://github.com/Automattic/jetpack-classic-theme-helper.git", "reference": "2846c1dd8e244c059782941fed6665cb74b2274d" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Automattic/jetpack-classic-theme-helper/zipball/2846c1dd8e244c059782941fed6665cb74b2274d", "reference": "2846c1dd8e244c059782941fed6665cb74b2274d", "shasum": "" }, "require": { "automattic/jetpack-assets": "^4.0.4", "php": ">=7.2" }, "require-dev": { "automattic/jetpack-changelogger": "^5.1.0", "yoast/phpunit-polyfills": "^1.1.1" }, "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, "time": "2025-02-03T19:12:35+00:00", "type": "jetpack-library", "extra": { "autotagger": true, "textdomain": "jetpack-classic-theme-helper", "mirror-repo": "Automattic/jetpack-classic-theme-helper", "branch-alias": { "dev-trunk": "0.9.x-dev" }, "changelogger": { "link-template": "https://github.com/Automattic/jetpack-classic-theme-helper/compare/v${old}...v${new}" }, "version-constants": { "::PACKAGE_VERSION": "src/class-main.php" } }, "installation-source": "dist", "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Features used with classic themes", "support": { "source": "https://github.com/Automattic/jetpack-classic-theme-helper/tree/v0.9.3" }, "install-path": "../../jetpack_vendor/automattic/jetpack-classic-theme-helper" }, { "name": "automattic/jetpack-compat", "version": "v4.0.0", "version_normalized": "4.0.0.0", "source": { "type": "git", "url": "https://github.com/Automattic/jetpack-compat.git", "reference": "3ae8fee75809ed2b621b5ea8f96cb72f5e6dfefc" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Automattic/jetpack-compat/zipball/3ae8fee75809ed2b621b5ea8f96cb72f5e6dfefc", "reference": "3ae8fee75809ed2b621b5ea8f96cb72f5e6dfefc", "shasum": "" }, "require": { "php": ">=7.2" }, "require-dev": { "automattic/jetpack-changelogger": "^5.0.0" }, "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, "time": "2024-11-18T14:54:07+00:00", "type": "jetpack-library", "extra": { "autotagger": true, "textdomain": "jetpack-compat", "mirror-repo": "Automattic/jetpack-compat", "branch-alias": { "dev-trunk": "4.0.x-dev" }, "changelogger": { "link-template": "https://github.com/Automattic/jetpack-compat/compare/v${old}...v${new}" } }, "installation-source": "dist", "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Compatibility layer with previous versions of Jetpack", "support": { "source": "https://github.com/Automattic/jetpack-compat/tree/v4.0.0" }, "install-path": "../../jetpack_vendor/automattic/jetpack-compat" }, { "name": "automattic/jetpack-composer-plugin", "version": "v4.0.0", "version_normalized": "4.0.0.0", "source": { "type": "git", "url": "https://github.com/Automattic/jetpack-composer-plugin.git", "reference": "1cba7634cd30813c0bce0331e37b01bcfa997f8b" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Automattic/jetpack-composer-plugin/zipball/1cba7634cd30813c0bce0331e37b01bcfa997f8b", "reference": "1cba7634cd30813c0bce0331e37b01bcfa997f8b", "shasum": "" }, "require": { "composer-plugin-api": "^2.2", "php": ">=7.2" }, "require-dev": { "automattic/jetpack-changelogger": "^5.1.0", "composer/composer": "^2.2", "yoast/phpunit-polyfills": "^1.1.1" }, "time": "2024-11-25T16:33:23+00:00", "type": "composer-plugin", "extra": { "class": "Automattic\\Jetpack\\Composer\\Plugin", "autotagger": true, "mirror-repo": "Automattic/jetpack-composer-plugin", "branch-alias": { "dev-trunk": "4.0.x-dev" }, "changelogger": { "link-template": "https://github.com/Automattic/jetpack-composer-plugin/compare/v${old}...v${new}" }, "plugin-modifies-install-path": true }, "installation-source": "dist", "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "A custom installer plugin for Composer to move Jetpack packages out of `vendor/` so WordPress's translation infrastructure will find their strings.", "keywords": [ "composer", "i18n", "jetpack", "plugin" ], "support": { "source": "https://github.com/Automattic/jetpack-composer-plugin/tree/v4.0.0" }, "install-path": "../automattic/jetpack-composer-plugin" }, { "name": "automattic/jetpack-config", "version": "v3.0.0", "version_normalized": "3.0.0.0", "source": { "type": "git", "url": "https://github.com/Automattic/jetpack-config.git", "reference": "fc719eff5073634b0c62793b05be913ca634e192" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Automattic/jetpack-config/zipball/fc719eff5073634b0c62793b05be913ca634e192", "reference": "fc719eff5073634b0c62793b05be913ca634e192", "shasum": "" }, "require": { "php": ">=7.2" }, "require-dev": { "automattic/jetpack-changelogger": "^5.0.0", "automattic/jetpack-connection": "@dev", "automattic/jetpack-import": "@dev", "automattic/jetpack-jitm": "@dev", "automattic/jetpack-post-list": "@dev", "automattic/jetpack-publicize": "@dev", "automattic/jetpack-search": "@dev", "automattic/jetpack-stats": "@dev", "automattic/jetpack-stats-admin": "@dev", "automattic/jetpack-sync": "@dev", "automattic/jetpack-videopress": "@dev", "automattic/jetpack-waf": "@dev", "automattic/jetpack-wordads": "@dev", "automattic/jetpack-yoast-promo": "@dev" }, "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, "time": "2024-11-14T20:12:40+00:00", "type": "jetpack-library", "extra": { "autotagger": true, "textdomain": "jetpack-config", "mirror-repo": "Automattic/jetpack-config", "branch-alias": { "dev-trunk": "3.0.x-dev" }, "changelogger": { "link-template": "https://github.com/Automattic/jetpack-config/compare/v${old}...v${new}" }, "dependencies": { "test-only": [ "packages/connection", "packages/import", "packages/jitm", "packages/post-list", "packages/publicize", "packages/search", "packages/stats", "packages/stats-admin", "packages/sync", "packages/videopress", "packages/waf", "packages/wordads", "packages/yoast-promo" ] } }, "installation-source": "dist", "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Jetpack configuration package that initializes other packages and configures Jetpack's functionality. Can be used as a base for all variants of Jetpack package usage.", "support": { "source": "https://github.com/Automattic/jetpack-config/tree/v3.0.0" }, "install-path": "../../jetpack_vendor/automattic/jetpack-config" }, { "name": "automattic/jetpack-connection", "version": "v6.3.2", "version_normalized": "6.3.2.0", "source": { "type": "git", "url": "https://github.com/Automattic/jetpack-connection.git", "reference": "10208fa4049939ca16f61fffbb77074a833861ce" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Automattic/jetpack-connection/zipball/10208fa4049939ca16f61fffbb77074a833861ce", "reference": "10208fa4049939ca16f61fffbb77074a833861ce", "shasum": "" }, "require": { "automattic/jetpack-a8c-mc-stats": "^3.0.0", "automattic/jetpack-admin-ui": "^0.5.2", "automattic/jetpack-assets": "^4.0.4", "automattic/jetpack-constants": "^3.0.1", "automattic/jetpack-redirect": "^3.0.1", "automattic/jetpack-roles": "^3.0.1", "automattic/jetpack-status": "^5.0.3", "php": ">=7.2" }, "require-dev": { "automattic/jetpack-changelogger": "^5.1.0", "automattic/jetpack-test-environment": "@dev", "brain/monkey": "^2.6.2", "yoast/phpunit-polyfills": "^1.1.1" }, "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, "time": "2025-02-03T19:12:38+00:00", "type": "jetpack-library", "extra": { "autotagger": true, "textdomain": "jetpack-connection", "mirror-repo": "Automattic/jetpack-connection", "branch-alias": { "dev-trunk": "6.3.x-dev" }, "changelogger": { "link-template": "https://github.com/Automattic/jetpack-connection/compare/v${old}...v${new}" }, "dependencies": { "test-only": [ "packages/licensing", "packages/sync" ] }, "version-constants": { "::PACKAGE_VERSION": "src/class-package-version.php" } }, "installation-source": "dist", "autoload": { "files": [ "actions.php" ], "classmap": [ "legacy", "src/", "src/webhooks", "src/identity-crisis" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Everything needed to connect to the Jetpack infrastructure", "support": { "source": "https://github.com/Automattic/jetpack-connection/tree/v6.3.2" }, "install-path": "../../jetpack_vendor/automattic/jetpack-connection" }, { "name": "automattic/jetpack-constants", "version": "v3.0.1", "version_normalized": "3.0.1.0", "source": { "type": "git", "url": "https://github.com/Automattic/jetpack-constants.git", "reference": "d4b7820defcdb40c1add88d5ebd722e4ba80a873" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Automattic/jetpack-constants/zipball/d4b7820defcdb40c1add88d5ebd722e4ba80a873", "reference": "d4b7820defcdb40c1add88d5ebd722e4ba80a873", "shasum": "" }, "require": { "php": ">=7.2" }, "require-dev": { "automattic/jetpack-changelogger": "^5.1.0", "brain/monkey": "^2.6.2", "yoast/phpunit-polyfills": "^1.1.1" }, "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, "time": "2024-11-25T16:33:27+00:00", "type": "jetpack-library", "extra": { "autotagger": true, "mirror-repo": "Automattic/jetpack-constants", "branch-alias": { "dev-trunk": "3.0.x-dev" }, "changelogger": { "link-template": "https://github.com/Automattic/jetpack-constants/compare/v${old}...v${new}" } }, "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/v3.0.1" }, "install-path": "../../jetpack_vendor/automattic/jetpack-constants" }, { "name": "automattic/jetpack-device-detection", "version": "v3.0.0", "version_normalized": "3.0.0.0", "source": { "type": "git", "url": "https://github.com/Automattic/jetpack-device-detection.git", "reference": "06b820c178b55a2befaf59588d5fcad7d4606d9a" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Automattic/jetpack-device-detection/zipball/06b820c178b55a2befaf59588d5fcad7d4606d9a", "reference": "06b820c178b55a2befaf59588d5fcad7d4606d9a", "shasum": "" }, "require": { "php": ">=7.2" }, "require-dev": { "automattic/jetpack-changelogger": "^5.0.0", "yoast/phpunit-polyfills": "^1.1.1" }, "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, "time": "2024-11-14T20:13:03+00:00", "type": "jetpack-library", "extra": { "autotagger": true, "mirror-repo": "Automattic/jetpack-device-detection", "branch-alias": { "dev-trunk": "3.0.x-dev" }, "changelogger": { "link-template": "https://github.com/Automattic/jetpack-device-detection/compare/v${old}...v${new}" } }, "installation-source": "dist", "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "A way to detect device types based on User-Agent header.", "support": { "source": "https://github.com/Automattic/jetpack-device-detection/tree/v3.0.0" }, "install-path": "../../jetpack_vendor/automattic/jetpack-device-detection" }, { "name": "automattic/jetpack-error", "version": "v3.0.0", "version_normalized": "3.0.0.0", "source": { "type": "git", "url": "https://github.com/Automattic/jetpack-error.git", "reference": "898cbe8adb9e2fe2ab8ee7dcc5553704d2d9d383" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Automattic/jetpack-error/zipball/898cbe8adb9e2fe2ab8ee7dcc5553704d2d9d383", "reference": "898cbe8adb9e2fe2ab8ee7dcc5553704d2d9d383", "shasum": "" }, "require": { "php": ">=7.2" }, "require-dev": { "automattic/jetpack-changelogger": "^5.0.0", "yoast/phpunit-polyfills": "^1.1.1" }, "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, "time": "2024-11-18T14:54:09+00:00", "type": "jetpack-library", "extra": { "autotagger": true, "mirror-repo": "Automattic/jetpack-error", "branch-alias": { "dev-trunk": "3.0.x-dev" }, "changelogger": { "link-template": "https://github.com/Automattic/jetpack-error/compare/v${old}...v${new}" } }, "installation-source": "dist", "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Jetpack Error - a wrapper around WP_Error.", "support": { "source": "https://github.com/Automattic/jetpack-error/tree/v3.0.0" }, "install-path": "../../jetpack_vendor/automattic/jetpack-error" }, { "name": "automattic/jetpack-explat", "version": "v0.2.5", "version_normalized": "0.2.5.0", "source": { "type": "git", "url": "https://github.com/Automattic/jetpack-explat.git", "reference": "3d1a949b88c0dd31a60155e1c86c6fd18243e258" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Automattic/jetpack-explat/zipball/3d1a949b88c0dd31a60155e1c86c6fd18243e258", "reference": "3d1a949b88c0dd31a60155e1c86c6fd18243e258", "shasum": "" }, "require": { "automattic/jetpack-connection": "^6.3.2", "php": ">=7.2" }, "require-dev": { "automattic/jetpack-changelogger": "^5.1.0", "yoast/phpunit-polyfills": "^1.1.1" }, "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, "time": "2025-02-03T19:12:51+00:00", "type": "jetpack-library", "extra": { "autotagger": true, "textdomain": "jetpack-explat", "mirror-repo": "Automattic/jetpack-explat", "branch-alias": { "dev-trunk": "0.2.x-dev" }, "changelogger": { "link-template": "https://github.com/Automattic/jetpack-explat/compare/v${old}...v${new}" }, "version-constants": { "::PACKAGE_VERSION": "src/class-explat.php" } }, "installation-source": "dist", "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "A package for running A/B tests on the Experimentation Platform (ExPlat) in the plugin.", "support": { "source": "https://github.com/Automattic/jetpack-explat/tree/v0.2.5" }, "install-path": "../../jetpack_vendor/automattic/jetpack-explat" }, { "name": "automattic/jetpack-forms", "version": "v0.36.0", "version_normalized": "0.36.0.0", "source": { "type": "git", "url": "https://github.com/Automattic/jetpack-forms.git", "reference": "d62cb39d861ca8eecd9a6708f1a69b026b032648" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Automattic/jetpack-forms/zipball/d62cb39d861ca8eecd9a6708f1a69b026b032648", "reference": "d62cb39d861ca8eecd9a6708f1a69b026b032648", "shasum": "" }, "require": { "automattic/jetpack-assets": "^4.0.4", "automattic/jetpack-blocks": "^3.0.2", "automattic/jetpack-connection": "^6.3.2", "automattic/jetpack-logo": "^3.0.0", "automattic/jetpack-status": "^5.0.3", "automattic/jetpack-sync": "^4.6.0", "php": ">=7.2" }, "require-dev": { "automattic/jetpack-changelogger": "^5.1.0", "automattic/jetpack-connection": "^6.3.2", "automattic/jetpack-test-environment": "@dev", "yoast/phpunit-polyfills": "^1.1.1" }, "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, "time": "2025-02-03T19:13:00+00:00", "type": "jetpack-library", "extra": { "autotagger": true, "textdomain": "jetpack-forms", "mirror-repo": "Automattic/jetpack-forms", "branch-alias": { "dev-trunk": "0.36.x-dev" }, "changelogger": { "link-template": "https://github.com/automattic/jetpack-forms/compare/v${old}...v${new}" }, "version-constants": { "::PACKAGE_VERSION": "src/class-jetpack-forms.php" } }, "installation-source": "dist", "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Jetpack Forms", "support": { "source": "https://github.com/Automattic/jetpack-forms/tree/v0.36.0" }, "install-path": "../../jetpack_vendor/automattic/jetpack-forms" }, { "name": "automattic/jetpack-image-cdn", "version": "v0.7.4", "version_normalized": "0.7.4.0", "source": { "type": "git", "url": "https://github.com/Automattic/jetpack-image-cdn.git", "reference": "5dd4113906ff07c9903b28cf19c7350a81cc31ac" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Automattic/jetpack-image-cdn/zipball/5dd4113906ff07c9903b28cf19c7350a81cc31ac", "reference": "5dd4113906ff07c9903b28cf19c7350a81cc31ac", "shasum": "" }, "require": { "automattic/jetpack-assets": "^4.0.4", "automattic/jetpack-status": "^5.0.3", "php": ">=7.2" }, "require-dev": { "automattic/jetpack-changelogger": "^5.1.0", "automattic/jetpack-test-environment": "@dev", "yoast/phpunit-polyfills": "^1.1.1" }, "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, "time": "2025-02-03T19:12:26+00:00", "type": "jetpack-library", "extra": { "autotagger": true, "textdomain": "jetpack-image-cdn", "mirror-repo": "Automattic/jetpack-image-cdn", "branch-alias": { "dev-trunk": "0.7.x-dev" }, "changelogger": { "link-template": "https://github.com/Automattic/jetpack-image-cdn/compare/v${old}...v${new}" }, "version-constants": { "::PACKAGE_VERSION": "src/class-image-cdn.php" } }, "installation-source": "dist", "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Serve images through Jetpack's powerful CDN", "support": { "source": "https://github.com/Automattic/jetpack-image-cdn/tree/v0.7.4" }, "install-path": "../../jetpack_vendor/automattic/jetpack-image-cdn" }, { "name": "automattic/jetpack-import", "version": "v0.9.3", "version_normalized": "0.9.3.0", "source": { "type": "git", "url": "https://github.com/Automattic/jetpack-import.git", "reference": "48e726394c007c2d47578761bb3b99c0a7a7956d" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Automattic/jetpack-import/zipball/48e726394c007c2d47578761bb3b99c0a7a7956d", "reference": "48e726394c007c2d47578761bb3b99c0a7a7956d", "shasum": "" }, "require": { "automattic/jetpack-connection": "^6.3.1", "automattic/jetpack-sync": "^4.5.0", "php": ">=7.2" }, "require-dev": { "automattic/jetpack-changelogger": "^5.1.0", "yoast/phpunit-polyfills": "^1.1.1" }, "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, "time": "2025-01-27T12:32:38+00:00", "type": "jetpack-library", "extra": { "autotagger": true, "textdomain": "jetpack-import", "mirror-repo": "Automattic/jetpack-import", "branch-alias": { "dev-trunk": "0.9.x-dev" }, "changelogger": { "link-template": "https://github.com/Automattic/jetpack-import/compare/v${old}...v${new}" }, "version-constants": { "::PACKAGE_VERSION": "src/class-main.php" } }, "installation-source": "dist", "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Set of REST API routes used in WPCOM Unified Importer.", "support": { "source": "https://github.com/Automattic/jetpack-import/tree/v0.9.3" }, "install-path": "../../jetpack_vendor/automattic/jetpack-import" }, { "name": "automattic/jetpack-ip", "version": "v0.4.1", "version_normalized": "0.4.1.0", "source": { "type": "git", "url": "https://github.com/Automattic/jetpack-ip.git", "reference": "04d7deb2c16faa6c4a3e5074bf0e12c8a87d035a" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Automattic/jetpack-ip/zipball/04d7deb2c16faa6c4a3e5074bf0e12c8a87d035a", "reference": "04d7deb2c16faa6c4a3e5074bf0e12c8a87d035a", "shasum": "" }, "require": { "php": ">=7.2" }, "require-dev": { "automattic/jetpack-changelogger": "^5.1.0", "brain/monkey": "^2.6.2", "yoast/phpunit-polyfills": "^1.1.1" }, "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, "time": "2024-11-25T16:33:22+00:00", "type": "jetpack-library", "extra": { "autotagger": true, "textdomain": "jetpack-ip", "mirror-repo": "Automattic/jetpack-ip", "branch-alias": { "dev-trunk": "0.4.x-dev" }, "changelogger": { "link-template": "https://github.com/automattic/jetpack-ip/compare/v${old}...v${new}" }, "version-constants": { "::PACKAGE_VERSION": "src/class-utils.php" } }, "installation-source": "dist", "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Utilities for working with IP addresses.", "support": { "source": "https://github.com/Automattic/jetpack-ip/tree/v0.4.1" }, "install-path": "../../jetpack_vendor/automattic/jetpack-ip" }, { "name": "automattic/jetpack-jitm", "version": "v4.0.5", "version_normalized": "4.0.5.0", "source": { "type": "git", "url": "https://github.com/Automattic/jetpack-jitm.git", "reference": "03d5b75f9e453f5a734c24c682f3a544e41cd060" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Automattic/jetpack-jitm/zipball/03d5b75f9e453f5a734c24c682f3a544e41cd060", "reference": "03d5b75f9e453f5a734c24c682f3a544e41cd060", "shasum": "" }, "require": { "automattic/jetpack-a8c-mc-stats": "^3.0.0", "automattic/jetpack-assets": "^4.0.4", "automattic/jetpack-connection": "^6.3.2", "automattic/jetpack-device-detection": "^3.0.0", "automattic/jetpack-logo": "^3.0.0", "automattic/jetpack-redirect": "^3.0.1", "automattic/jetpack-status": "^5.0.3", "php": ">=7.2" }, "require-dev": { "automattic/jetpack-changelogger": "^5.1.0", "brain/monkey": "^2.6.2", "yoast/phpunit-polyfills": "^1.1.1" }, "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, "time": "2025-02-03T19:12:53+00:00", "type": "jetpack-library", "extra": { "autotagger": true, "textdomain": "jetpack-jitm", "mirror-repo": "Automattic/jetpack-jitm", "branch-alias": { "dev-trunk": "4.0.x-dev" }, "changelogger": { "link-template": "https://github.com/Automattic/jetpack-jitm/compare/v${old}...v${new}" }, "version-constants": { "::PACKAGE_VERSION": "src/class-jitm.php" } }, "installation-source": "dist", "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Just in time messages for Jetpack", "support": { "source": "https://github.com/Automattic/jetpack-jitm/tree/v4.0.5" }, "install-path": "../../jetpack_vendor/automattic/jetpack-jitm" }, { "name": "automattic/jetpack-licensing", "version": "v3.0.4", "version_normalized": "3.0.4.0", "source": { "type": "git", "url": "https://github.com/Automattic/jetpack-licensing.git", "reference": "dafe9fee06b67706c31d4229254029209f12995a" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Automattic/jetpack-licensing/zipball/dafe9fee06b67706c31d4229254029209f12995a", "reference": "dafe9fee06b67706c31d4229254029209f12995a", "shasum": "" }, "require": { "automattic/jetpack-connection": "^6.3.2", "php": ">=7.2" }, "require-dev": { "automattic/jetpack-changelogger": "^5.1.0", "automattic/jetpack-test-environment": "@dev", "yoast/phpunit-polyfills": "^1.1.1" }, "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, "time": "2025-02-03T19:12:42+00:00", "type": "jetpack-library", "extra": { "autotagger": true, "textdomain": "jetpack-licensing", "mirror-repo": "Automattic/jetpack-licensing", "branch-alias": { "dev-trunk": "3.0.x-dev" }, "changelogger": { "link-template": "https://github.com/Automattic/jetpack-licensing/compare/v${old}...v${new}" } }, "installation-source": "dist", "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Everything needed to manage Jetpack licenses client-side.", "support": { "source": "https://github.com/Automattic/jetpack-licensing/tree/v3.0.4" }, "install-path": "../../jetpack_vendor/automattic/jetpack-licensing" }, { "name": "automattic/jetpack-logo", "version": "v3.0.0", "version_normalized": "3.0.0.0", "source": { "type": "git", "url": "https://github.com/Automattic/jetpack-logo.git", "reference": "ba35cdbfc401a43ab4e5cc4085048dfe6da3da1f" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Automattic/jetpack-logo/zipball/ba35cdbfc401a43ab4e5cc4085048dfe6da3da1f", "reference": "ba35cdbfc401a43ab4e5cc4085048dfe6da3da1f", "shasum": "" }, "require": { "php": ">=7.2" }, "require-dev": { "automattic/jetpack-changelogger": "^5.0.0", "yoast/phpunit-polyfills": "^1.1.1" }, "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, "time": "2024-11-14T20:12:55+00:00", "type": "jetpack-library", "extra": { "autotagger": true, "mirror-repo": "Automattic/jetpack-logo", "branch-alias": { "dev-trunk": "3.0.x-dev" }, "changelogger": { "link-template": "https://github.com/Automattic/jetpack-logo/compare/v${old}...v${new}" } }, "installation-source": "dist", "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "A logo for Jetpack", "support": { "source": "https://github.com/Automattic/jetpack-logo/tree/v3.0.0" }, "install-path": "../../jetpack_vendor/automattic/jetpack-logo" }, { "name": "automattic/jetpack-masterbar", "version": "v0.12.1", "version_normalized": "0.12.1.0", "source": { "type": "git", "url": "https://github.com/Automattic/jetpack-masterbar.git", "reference": "9af75ea41ea04d8d0ce2f37dd9156c96dd760780" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Automattic/jetpack-masterbar/zipball/9af75ea41ea04d8d0ce2f37dd9156c96dd760780", "reference": "9af75ea41ea04d8d0ce2f37dd9156c96dd760780", "shasum": "" }, "require": { "automattic/jetpack-assets": "^4.0.4", "automattic/jetpack-blaze": "^0.25.7", "automattic/jetpack-compat": "^4.0.0", "automattic/jetpack-connection": "^6.3.2", "automattic/jetpack-device-detection": "^3.0.0", "automattic/jetpack-jitm": "^4.0.5", "automattic/jetpack-logo": "^3.0.0", "automattic/jetpack-plans": "^0.5.2", "automattic/jetpack-status": "^5.0.3", "php": ">=7.2" }, "require-dev": { "automattic/jetpack-changelogger": "^5.1.0", "automattic/jetpack-test-environment": "@dev", "automattic/patchwork-redefine-exit": "^2.0.2", "brain/monkey": "^2.6.2", "yoast/phpunit-polyfills": "^1.1.1" }, "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, "time": "2025-02-03T19:13:02+00:00", "type": "jetpack-library", "extra": { "autotagger": true, "textdomain": "jetpack-masterbar", "mirror-repo": "Automattic/jetpack-masterbar", "branch-alias": { "dev-trunk": "0.12.x-dev" }, "changelogger": { "link-template": "https://github.com/Automattic/jetpack-masterbar/compare/v${old}...v${new}" }, "dependencies": { "test-only": [ "packages/jetpack-mu-wpcom" ] }, "version-constants": { "::PACKAGE_VERSION": "src/class-main.php" } }, "installation-source": "dist", "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "The WordPress.com Toolbar feature replaces the default admin bar and offers quick links to the Reader, all your sites, your WordPress.com profile, and notifications.", "support": { "source": "https://github.com/Automattic/jetpack-masterbar/tree/v0.12.1" }, "install-path": "../../jetpack_vendor/automattic/jetpack-masterbar" }, { "name": "automattic/jetpack-my-jetpack", "version": "v5.4.1", "version_normalized": "5.4.1.0", "source": { "type": "git", "url": "https://github.com/Automattic/jetpack-my-jetpack.git", "reference": "5d99814b8d2962038816c9556e7990b975a38fe0" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Automattic/jetpack-my-jetpack/zipball/5d99814b8d2962038816c9556e7990b975a38fe0", "reference": "5d99814b8d2962038816c9556e7990b975a38fe0", "shasum": "" }, "require": { "automattic/jetpack-admin-ui": "^0.5.2", "automattic/jetpack-assets": "^4.0.4", "automattic/jetpack-boost-speed-score": "^0.4.1", "automattic/jetpack-connection": "^6.3.2", "automattic/jetpack-constants": "^3.0.1", "automattic/jetpack-explat": "^0.2.5", "automattic/jetpack-jitm": "^4.0.5", "automattic/jetpack-licensing": "^3.0.4", "automattic/jetpack-plans": "^0.5.2", "automattic/jetpack-plugins-installer": "^0.5.0", "automattic/jetpack-protect-status": "^0.4.3", "automattic/jetpack-redirect": "^3.0.1", "automattic/jetpack-status": "^5.0.3", "automattic/jetpack-sync": "^4.6.0", "php": ">=7.2" }, "require-dev": { "automattic/jetpack-changelogger": "^5.1.0", "automattic/jetpack-test-environment": "@dev", "yoast/phpunit-polyfills": "^1.1.1" }, "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, "time": "2025-02-03T19:13:03+00:00", "type": "jetpack-library", "extra": { "autotagger": true, "textdomain": "jetpack-my-jetpack", "mirror-repo": "Automattic/jetpack-my-jetpack", "branch-alias": { "dev-trunk": "5.4.x-dev" }, "changelogger": { "link-template": "https://github.com/Automattic/jetpack-my-jetpack/compare/${old}...${new}" }, "dependencies": { "test-only": [ "packages/search", "packages/videopress" ] }, "version-constants": { "::PACKAGE_VERSION": "src/class-initializer.php" } }, "installation-source": "dist", "autoload": { "classmap": [ "src/", "src/products" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "WP Admin page with information and configuration shared among all Jetpack stand-alone plugins", "support": { "source": "https://github.com/Automattic/jetpack-my-jetpack/tree/v5.4.1" }, "install-path": "../../jetpack_vendor/automattic/jetpack-my-jetpack" }, { "name": "automattic/jetpack-password-checker", "version": "v0.4.2", "version_normalized": "0.4.2.0", "source": { "type": "git", "url": "https://github.com/Automattic/jetpack-password-checker.git", "reference": "bb763d36606b4e75483211a8d543e4ffac746d66" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Automattic/jetpack-password-checker/zipball/bb763d36606b4e75483211a8d543e4ffac746d66", "reference": "bb763d36606b4e75483211a8d543e4ffac746d66", "shasum": "" }, "require": { "php": ">=7.2" }, "require-dev": { "automattic/jetpack-changelogger": "^5.1.0", "automattic/jetpack-test-environment": "@dev", "yoast/phpunit-polyfills": "^1.1.1" }, "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, "time": "2025-02-03T19:11:56+00:00", "type": "jetpack-library", "extra": { "autotagger": true, "textdomain": "jetpack-password-checker", "mirror-repo": "Automattic/jetpack-password-checker", "branch-alias": { "dev-trunk": "0.4.x-dev" }, "changelogger": { "link-template": "https://github.com/Automattic/jetpack-password-checker/compare/v${old}...v${new}" } }, "installation-source": "dist", "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Password Checker.", "support": { "source": "https://github.com/Automattic/jetpack-password-checker/tree/v0.4.2" }, "install-path": "../../jetpack_vendor/automattic/jetpack-password-checker" }, { "name": "automattic/jetpack-plans", "version": "v0.5.2", "version_normalized": "0.5.2.0", "source": { "type": "git", "url": "https://github.com/Automattic/jetpack-plans.git", "reference": "8f16a9a81fc40e8e162f983193b94e489fa3a3e6" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Automattic/jetpack-plans/zipball/8f16a9a81fc40e8e162f983193b94e489fa3a3e6", "reference": "8f16a9a81fc40e8e162f983193b94e489fa3a3e6", "shasum": "" }, "require": { "automattic/jetpack-connection": "^6.3.2", "php": ">=7.2" }, "require-dev": { "automattic/jetpack-changelogger": "^5.1.0", "automattic/jetpack-status": "^5.0.3", "automattic/jetpack-test-environment": "@dev", "yoast/phpunit-polyfills": "^1.1.1" }, "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, "time": "2025-02-03T19:12:41+00:00", "type": "library", "extra": { "autotagger": true, "mirror-repo": "Automattic/jetpack-plans", "branch-alias": { "dev-trunk": "0.5.x-dev" }, "changelogger": { "link-template": "https://github.com/Automattic/jetpack-plans/compare/v${old}...v${new}" } }, "installation-source": "dist", "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Fetch information about Jetpack Plans from wpcom", "support": { "source": "https://github.com/Automattic/jetpack-plans/tree/v0.5.2" }, "install-path": "../automattic/jetpack-plans" }, { "name": "automattic/jetpack-plugins-installer", "version": "v0.5.0", "version_normalized": "0.5.0.0", "source": { "type": "git", "url": "https://github.com/Automattic/jetpack-plugins-installer.git", "reference": "b54af3a580df5f766011997cf8676e94d2976c73" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Automattic/jetpack-plugins-installer/zipball/b54af3a580df5f766011997cf8676e94d2976c73", "reference": "b54af3a580df5f766011997cf8676e94d2976c73", "shasum": "" }, "require": { "automattic/jetpack-a8c-mc-stats": "^3.0.0", "automattic/jetpack-status": "^5.0.0", "php": ">=7.2" }, "require-dev": { "automattic/jetpack-changelogger": "^5.0.0", "yoast/phpunit-polyfills": "^1.1.1" }, "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, "time": "2024-11-14T20:14:11+00:00", "type": "jetpack-library", "extra": { "autotagger": true, "textdomain": "jetpack-plugins-installer", "mirror-repo": "Automattic/jetpack-plugins-installer", "branch-alias": { "dev-trunk": "0.5.x-dev" }, "changelogger": { "link-template": "https://github.com/Automattic/jetpack-plugins-installer/compare/v${old}...v${new}" } }, "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.5.0" }, "install-path": "../../jetpack_vendor/automattic/jetpack-plugins-installer" }, { "name": "automattic/jetpack-post-list", "version": "v0.8.0", "version_normalized": "0.8.0.0", "source": { "type": "git", "url": "https://github.com/Automattic/jetpack-post-list.git", "reference": "35891c5bc7dd7e0ad9ded89aea617d5e6b5b8e33" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Automattic/jetpack-post-list/zipball/35891c5bc7dd7e0ad9ded89aea617d5e6b5b8e33", "reference": "35891c5bc7dd7e0ad9ded89aea617d5e6b5b8e33", "shasum": "" }, "require": { "automattic/jetpack-assets": "^4.0.4", "php": ">=7.2" }, "require-dev": { "automattic/jetpack-changelogger": "^5.1.0", "automattic/jetpack-test-environment": "@dev", "yoast/phpunit-polyfills": "^1.1.1" }, "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, "time": "2025-02-03T19:12:33+00:00", "type": "jetpack-library", "extra": { "autotagger": true, "textdomain": "jetpack-post-list", "mirror-repo": "Automattic/jetpack-post-list", "branch-alias": { "dev-trunk": "0.8.x-dev" }, "changelogger": { "link-template": "https://github.com/automattic/jetpack-post-list/compare/v${old}...v${new}" }, "version-constants": { "::PACKAGE_VERSION": "src/class-post-list.php" } }, "installation-source": "dist", "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Enhance the classic view of the Admin section of your WordPress site", "support": { "source": "https://github.com/Automattic/jetpack-post-list/tree/v0.8.0" }, "install-path": "../../jetpack_vendor/automattic/jetpack-post-list" }, { "name": "automattic/jetpack-protect-models", "version": "v0.4.2", "version_normalized": "0.4.2.0", "source": { "type": "git", "url": "https://github.com/Automattic/jetpack-protect-models.git", "reference": "a4cab33eb64a0f4ac21ee2189b542f87b9b731b0" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Automattic/jetpack-protect-models/zipball/a4cab33eb64a0f4ac21ee2189b542f87b9b731b0", "reference": "a4cab33eb64a0f4ac21ee2189b542f87b9b731b0", "shasum": "" }, "require": { "php": ">=7.2" }, "require-dev": { "automattic/jetpack-changelogger": "^5.1.0", "automattic/jetpack-test-environment": "@dev", "yoast/phpunit-polyfills": "^1.1.1" }, "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, "time": "2025-02-03T19:12:01+00:00", "type": "jetpack-library", "extra": { "autotagger": true, "textdomain": "jetpack-protect-models", "mirror-repo": "Automattic/jetpack-protect-models", "branch-alias": { "dev-trunk": "0.4.x-dev" }, "changelogger": { "link-template": "https://github.com/Automattic/jetpack-protect-models/compare/v${old}...v${new}" }, "version-constants": { "::PACKAGE_VERSION": "src/class-protect-models.php" } }, "installation-source": "dist", "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "This package contains the models used in Protect. ", "support": { "source": "https://github.com/Automattic/jetpack-protect-models/tree/v0.4.2" }, "install-path": "../../jetpack_vendor/automattic/jetpack-protect-models" }, { "name": "automattic/jetpack-protect-status", "version": "v0.4.3", "version_normalized": "0.4.3.0", "source": { "type": "git", "url": "https://github.com/Automattic/jetpack-protect-status.git", "reference": "6cec5d61ab79320c3a9b4be9a9f25655c829a7c1" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Automattic/jetpack-protect-status/zipball/6cec5d61ab79320c3a9b4be9a9f25655c829a7c1", "reference": "6cec5d61ab79320c3a9b4be9a9f25655c829a7c1", "shasum": "" }, "require": { "automattic/jetpack-connection": "^6.3.2", "automattic/jetpack-plans": "^0.5.2", "automattic/jetpack-plugins-installer": "^0.5.0", "automattic/jetpack-protect-models": "^0.4.2", "automattic/jetpack-sync": "^4.6.0", "php": ">=7.2" }, "require-dev": { "automattic/jetpack-changelogger": "^5.1.0", "automattic/jetpack-test-environment": "@dev", "yoast/phpunit-polyfills": "^1.1.1" }, "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, "time": "2025-02-03T19:12:47+00:00", "type": "jetpack-library", "extra": { "autotagger": true, "textdomain": "jetpack-protect-status", "mirror-repo": "Automattic/jetpack-protect-status", "branch-alias": { "dev-trunk": "0.4.x-dev" }, "changelogger": { "link-template": "https://github.com/Automattic/jetpack-protect-status/compare/v${old}...v${new}" }, "version-constants": { "::PACKAGE_VERSION": "src/class-status.php" } }, "installation-source": "dist", "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "This package contains the Protect Status API functionality to retrieve a site's scan status (WordPress, Themes, and Plugins threats).", "support": { "source": "https://github.com/Automattic/jetpack-protect-status/tree/v0.4.3" }, "install-path": "../../jetpack_vendor/automattic/jetpack-protect-status" }, { "name": "automattic/jetpack-publicize", "version": "v0.59.0", "version_normalized": "0.59.0.0", "source": { "type": "git", "url": "https://github.com/Automattic/jetpack-publicize.git", "reference": "543941c6195621bc058e8ac9209539d57501c3c7" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Automattic/jetpack-publicize/zipball/543941c6195621bc058e8ac9209539d57501c3c7", "reference": "543941c6195621bc058e8ac9209539d57501c3c7", "shasum": "" }, "require": { "automattic/jetpack-admin-ui": "^0.5.2", "automattic/jetpack-assets": "^4.0.4", "automattic/jetpack-autoloader": "^5.0.1", "automattic/jetpack-config": "^3.0.0", "automattic/jetpack-connection": "^6.3.2", "automattic/jetpack-plans": "^0.5.2", "automattic/jetpack-redirect": "^3.0.1", "automattic/jetpack-status": "^5.0.3", "php": ">=7.2" }, "require-dev": { "automattic/jetpack-changelogger": "^5.1.0", "automattic/jetpack-test-environment": "@dev", "yoast/phpunit-polyfills": "^1.1.1" }, "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, "time": "2025-02-03T19:12:57+00:00", "type": "jetpack-library", "extra": { "autotagger": true, "textdomain": "jetpack-publicize-pkg", "mirror-repo": "Automattic/jetpack-publicize", "branch-alias": { "dev-trunk": "0.59.x-dev" }, "changelogger": { "link-template": "https://github.com/Automattic/jetpack-publicize/compare/v${old}...v${new}" } }, "installation-source": "dist", "autoload": { "files": [ "actions.php", "src/social-image-generator/utilities.php" ], "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Publicize makes it easy to share your site’s posts on several social media networks automatically when you publish a new post.", "support": { "source": "https://github.com/Automattic/jetpack-publicize/tree/v0.59.0" }, "install-path": "../../jetpack_vendor/automattic/jetpack-publicize" }, { "name": "automattic/jetpack-redirect", "version": "v3.0.1", "version_normalized": "3.0.1.0", "source": { "type": "git", "url": "https://github.com/Automattic/jetpack-redirect.git", "reference": "89732a3ba1c5eba8cfd948b7567823cd884102d5" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Automattic/jetpack-redirect/zipball/89732a3ba1c5eba8cfd948b7567823cd884102d5", "reference": "89732a3ba1c5eba8cfd948b7567823cd884102d5", "shasum": "" }, "require": { "automattic/jetpack-status": "^5.0.1", "php": ">=7.2" }, "require-dev": { "automattic/jetpack-changelogger": "^5.1.0", "brain/monkey": "^2.6.2", "yoast/phpunit-polyfills": "^1.1.1" }, "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, "time": "2024-11-25T16:34:01+00:00", "type": "jetpack-library", "extra": { "autotagger": true, "mirror-repo": "Automattic/jetpack-redirect", "branch-alias": { "dev-trunk": "3.0.x-dev" }, "changelogger": { "link-template": "https://github.com/Automattic/jetpack-redirect/compare/v${old}...v${new}" } }, "installation-source": "dist", "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Utilities to build URLs to the jetpack.com/redirect/ service", "support": { "source": "https://github.com/Automattic/jetpack-redirect/tree/v3.0.1" }, "install-path": "../../jetpack_vendor/automattic/jetpack-redirect" }, { "name": "automattic/jetpack-roles", "version": "v3.0.1", "version_normalized": "3.0.1.0", "source": { "type": "git", "url": "https://github.com/Automattic/jetpack-roles.git", "reference": "fe5f2a45901ea14be00728119d097619615fb031" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Automattic/jetpack-roles/zipball/fe5f2a45901ea14be00728119d097619615fb031", "reference": "fe5f2a45901ea14be00728119d097619615fb031", "shasum": "" }, "require": { "php": ">=7.2" }, "require-dev": { "automattic/jetpack-changelogger": "^5.1.0", "brain/monkey": "^2.6.2", "yoast/phpunit-polyfills": "^1.1.1" }, "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, "time": "2024-11-25T16:33:29+00:00", "type": "jetpack-library", "extra": { "autotagger": true, "mirror-repo": "Automattic/jetpack-roles", "branch-alias": { "dev-trunk": "3.0.x-dev" }, "changelogger": { "link-template": "https://github.com/Automattic/jetpack-roles/compare/v${old}...v${new}" } }, "installation-source": "dist", "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Utilities, related with user roles and capabilities.", "support": { "source": "https://github.com/Automattic/jetpack-roles/tree/v3.0.1" }, "install-path": "../../jetpack_vendor/automattic/jetpack-roles" }, { "name": "automattic/jetpack-search", "version": "v0.47.8", "version_normalized": "0.47.8.0", "source": { "type": "git", "url": "https://github.com/Automattic/jetpack-search.git", "reference": "e3700c728d8895343ec145e47aedebeaef23f78b" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Automattic/jetpack-search/zipball/e3700c728d8895343ec145e47aedebeaef23f78b", "reference": "e3700c728d8895343ec145e47aedebeaef23f78b", "shasum": "" }, "require": { "automattic/jetpack-assets": "^4.0.4", "automattic/jetpack-config": "^3.0.0", "automattic/jetpack-connection": "^6.3.2", "automattic/jetpack-constants": "^3.0.1", "automattic/jetpack-my-jetpack": "^5.4.1", "automattic/jetpack-status": "^5.0.3", "automattic/jetpack-sync": "^4.6.0", "php": ">=7.2" }, "require-dev": { "automattic/jetpack-changelogger": "^5.1.0", "automattic/jetpack-test-environment": "@dev", "yoast/phpunit-polyfills": "^1.1.1" }, "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, "time": "2025-02-03T19:13:13+00:00", "type": "jetpack-library", "extra": { "autotagger": true, "textdomain": "jetpack-search-pkg", "mirror-repo": "Automattic/jetpack-search", "branch-alias": { "dev-trunk": "0.47.x-dev" }, "changelogger": { "link-template": "https://github.com/Automattic/jetpack-search/compare/v${old}...v${new}" }, "version-constants": { "::VERSION": "src/class-package.php" } }, "installation-source": "dist", "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Tools to assist with enabling cloud search for Jetpack sites.", "support": { "source": "https://github.com/Automattic/jetpack-search/tree/v0.47.8" }, "install-path": "../../jetpack_vendor/automattic/jetpack-search" }, { "name": "automattic/jetpack-stats", "version": "v0.15.1", "version_normalized": "0.15.1.0", "source": { "type": "git", "url": "https://github.com/Automattic/jetpack-stats.git", "reference": "4ee70c2dc7bc64fc7d7dfde266feb92fd0d840d2" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Automattic/jetpack-stats/zipball/4ee70c2dc7bc64fc7d7dfde266feb92fd0d840d2", "reference": "4ee70c2dc7bc64fc7d7dfde266feb92fd0d840d2", "shasum": "" }, "require": { "automattic/jetpack-connection": "^6.3.2", "automattic/jetpack-constants": "^3.0.1", "automattic/jetpack-status": "^5.0.3", "php": ">=7.2" }, "require-dev": { "automattic/jetpack-changelogger": "^5.1.0", "automattic/jetpack-test-environment": "@dev", "yoast/phpunit-polyfills": "^1.1.1" }, "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, "time": "2025-02-03T19:12:40+00:00", "type": "jetpack-library", "extra": { "autotagger": true, "textdomain": "jetpack-stats", "mirror-repo": "Automattic/jetpack-stats", "branch-alias": { "dev-trunk": "0.15.x-dev" }, "changelogger": { "link-template": "https://github.com/Automattic/jetpack-stats/compare/v${old}...v${new}" }, "version-constants": { "::PACKAGE_VERSION": "src/class-package-version.php" } }, "installation-source": "dist", "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Collect valuable traffic stats and insights.", "support": { "source": "https://github.com/Automattic/jetpack-stats/tree/v0.15.1" }, "install-path": "../../jetpack_vendor/automattic/jetpack-stats" }, { "name": "automattic/jetpack-stats-admin", "version": "v0.24.1", "version_normalized": "0.24.1.0", "source": { "type": "git", "url": "https://github.com/Automattic/jetpack-stats-admin.git", "reference": "4b0070d5f2cedd91e52dd192246c2d9d4932d1b9" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Automattic/jetpack-stats-admin/zipball/4b0070d5f2cedd91e52dd192246c2d9d4932d1b9", "reference": "4b0070d5f2cedd91e52dd192246c2d9d4932d1b9", "shasum": "" }, "require": { "automattic/jetpack-connection": "^6.3.2", "automattic/jetpack-constants": "^3.0.1", "automattic/jetpack-jitm": "^4.0.5", "automattic/jetpack-plans": "^0.5.2", "automattic/jetpack-stats": "^0.15.1", "automattic/jetpack-status": "^5.0.3", "php": ">=7.2" }, "require-dev": { "automattic/jetpack-changelogger": "^5.1.0", "automattic/jetpack-test-environment": "@dev", "yoast/phpunit-polyfills": "^1.1.1" }, "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, "time": "2025-02-03T19:12:54+00:00", "type": "jetpack-library", "extra": { "autotagger": true, "textdomain": "jetpack-stats-admin", "mirror-repo": "Automattic/jetpack-stats-admin", "branch-alias": { "dev-trunk": "0.24.x-dev" }, "version-constants": { "::VERSION": "src/class-main.php" } }, "installation-source": "dist", "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Stats Dashboard", "support": { "source": "https://github.com/Automattic/jetpack-stats-admin/tree/v0.24.1" }, "install-path": "../../jetpack_vendor/automattic/jetpack-stats-admin" }, { "name": "automattic/jetpack-status", "version": "v5.0.3", "version_normalized": "5.0.3.0", "source": { "type": "git", "url": "https://github.com/Automattic/jetpack-status.git", "reference": "5d8e55567df9611cf41139e223fb6b4201383f1c" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Automattic/jetpack-status/zipball/5d8e55567df9611cf41139e223fb6b4201383f1c", "reference": "5d8e55567df9611cf41139e223fb6b4201383f1c", "shasum": "" }, "require": { "automattic/jetpack-constants": "^3.0.1", "php": ">=7.2" }, "require-dev": { "automattic/jetpack-changelogger": "^5.1.0", "automattic/jetpack-connection": "@dev", "automattic/jetpack-ip": "^0.4.1", "automattic/jetpack-plans": "@dev", "brain/monkey": "^2.6.2", "yoast/phpunit-polyfills": "^1.1.1" }, "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, "time": "2025-02-03T19:12:10+00:00", "type": "jetpack-library", "extra": { "autotagger": true, "mirror-repo": "Automattic/jetpack-status", "branch-alias": { "dev-trunk": "5.0.x-dev" }, "changelogger": { "link-template": "https://github.com/Automattic/jetpack-status/compare/v${old}...v${new}" }, "dependencies": { "test-only": [ "packages/connection", "packages/plans" ] } }, "installation-source": "dist", "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Used to retrieve information about the current status of Jetpack and the site overall.", "support": { "source": "https://github.com/Automattic/jetpack-status/tree/v5.0.3" }, "install-path": "../../jetpack_vendor/automattic/jetpack-status" }, { "name": "automattic/jetpack-sync", "version": "v4.6.0", "version_normalized": "4.6.0.0", "source": { "type": "git", "url": "https://github.com/Automattic/jetpack-sync.git", "reference": "1e00f240ffbbf1bc8a384ecd3258574ee0571688" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Automattic/jetpack-sync/zipball/1e00f240ffbbf1bc8a384ecd3258574ee0571688", "reference": "1e00f240ffbbf1bc8a384ecd3258574ee0571688", "shasum": "" }, "require": { "automattic/jetpack-connection": "^6.3.2", "automattic/jetpack-constants": "^3.0.1", "automattic/jetpack-ip": "^0.4.1", "automattic/jetpack-password-checker": "^0.4.2", "automattic/jetpack-roles": "^3.0.1", "automattic/jetpack-status": "^5.0.3", "php": ">=7.2" }, "require-dev": { "automattic/jetpack-changelogger": "^5.1.0", "automattic/jetpack-search": "@dev", "automattic/jetpack-test-environment": "@dev", "automattic/jetpack-waf": "^0.23.3", "yoast/phpunit-polyfills": "^1.1.1" }, "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, "time": "2025-02-03T19:12:46+00:00", "type": "jetpack-library", "extra": { "autotagger": true, "textdomain": "jetpack-sync", "mirror-repo": "Automattic/jetpack-sync", "branch-alias": { "dev-trunk": "4.6.x-dev" }, "changelogger": { "link-template": "https://github.com/Automattic/jetpack-sync/compare/v${old}...v${new}" }, "dependencies": { "test-only": [ "packages/search", "packages/waf" ] }, "version-constants": { "::PACKAGE_VERSION": "src/class-package-version.php" } }, "installation-source": "dist", "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Everything needed to allow syncing to the WP.com infrastructure.", "support": { "source": "https://github.com/Automattic/jetpack-sync/tree/v4.6.0" }, "install-path": "../../jetpack_vendor/automattic/jetpack-sync" }, { "name": "automattic/jetpack-videopress", "version": "v0.25.9", "version_normalized": "0.25.9.0", "source": { "type": "git", "url": "https://github.com/Automattic/jetpack-videopress.git", "reference": "480129951fe2806134560d5d4be7aa176294c3b9" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Automattic/jetpack-videopress/zipball/480129951fe2806134560d5d4be7aa176294c3b9", "reference": "480129951fe2806134560d5d4be7aa176294c3b9", "shasum": "" }, "require": { "automattic/jetpack-admin-ui": "^0.5.2", "automattic/jetpack-assets": "^4.0.4", "automattic/jetpack-connection": "^6.3.2", "automattic/jetpack-my-jetpack": "^5.4.1", "automattic/jetpack-plans": "^0.5.2", "php": ">=7.2" }, "require-dev": { "automattic/jetpack-changelogger": "^5.1.0", "automattic/jetpack-test-environment": "@dev", "brain/monkey": "2.6.2", "yoast/phpunit-polyfills": "^1.1.1" }, "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, "time": "2025-02-03T19:13:05+00:00", "type": "jetpack-library", "extra": { "autotagger": true, "textdomain": "jetpack-videopress-pkg", "mirror-repo": "Automattic/jetpack-videopress", "branch-alias": { "dev-trunk": "0.25.x-dev" }, "changelogger": { "link-template": "https://github.com/Automattic/jetpack-videopress/compare/v${old}...v${new}" }, "version-constants": { "::PACKAGE_VERSION": "src/class-package-version.php" } }, "installation-source": "dist", "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "VideoPress package", "support": { "source": "https://github.com/Automattic/jetpack-videopress/tree/v0.25.9" }, "install-path": "../../jetpack_vendor/automattic/jetpack-videopress" }, { "name": "automattic/jetpack-waf", "version": "v0.23.3", "version_normalized": "0.23.3.0", "source": { "type": "git", "url": "https://github.com/Automattic/jetpack-waf.git", "reference": "56cdf49331c8a7b8eadaac7a203afac6032d2424" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Automattic/jetpack-waf/zipball/56cdf49331c8a7b8eadaac7a203afac6032d2424", "reference": "56cdf49331c8a7b8eadaac7a203afac6032d2424", "shasum": "" }, "require": { "automattic/jetpack-connection": "^6.3.2", "automattic/jetpack-constants": "^3.0.1", "automattic/jetpack-ip": "^0.4.1", "automattic/jetpack-status": "^5.0.3", "php": ">=7.2", "wikimedia/aho-corasick": "^1.0" }, "require-dev": { "automattic/jetpack-changelogger": "^5.1.0", "automattic/jetpack-test-environment": "@dev", "yoast/phpunit-polyfills": "^1.1.1" }, "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, "time": "2025-02-03T19:12:44+00:00", "type": "jetpack-library", "extra": { "autotagger": true, "textdomain": "jetpack-waf", "mirror-repo": "Automattic/jetpack-waf", "branch-alias": { "dev-trunk": "0.23.x-dev" }, "changelogger": { "link-template": "https://github.com/Automattic/jetpack-waf/compare/v${old}...v${new}" } }, "installation-source": "dist", "autoload": { "files": [ "cli.php" ], "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Tools to assist with the Jetpack Web Application Firewall", "support": { "source": "https://github.com/Automattic/jetpack-waf/tree/v0.23.3" }, "install-path": "../../jetpack_vendor/automattic/jetpack-waf" }, { "name": "automattic/jetpack-wordads", "version": "v0.4.7", "version_normalized": "0.4.7.0", "source": { "type": "git", "url": "https://github.com/Automattic/jetpack-wordads.git", "reference": "17c5526c424fd1c6a2941f784348538db3086bf0" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Automattic/jetpack-wordads/zipball/17c5526c424fd1c6a2941f784348538db3086bf0", "reference": "17c5526c424fd1c6a2941f784348538db3086bf0", "shasum": "" }, "require": { "automattic/jetpack-assets": "^4.0.4", "automattic/jetpack-config": "^3.0.0", "automattic/jetpack-connection": "^6.3.2", "automattic/jetpack-constants": "^3.0.1", "automattic/jetpack-status": "^5.0.3", "php": ">=7.2" }, "require-dev": { "automattic/jetpack-changelogger": "^5.1.0", "yoast/phpunit-polyfills": "^1.1.1" }, "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, "time": "2025-02-03T19:12:56+00:00", "type": "jetpack-library", "extra": { "autotagger": true, "textdomain": "jetpack-wordads", "mirror-repo": "Automattic/jetpack-wordads", "branch-alias": { "dev-trunk": "0.4.x-dev" }, "changelogger": { "link-template": "https://github.com/Automattic/jetpack-wordads/compare/v${old}...v${new}" }, "version-constants": { "::VERSION": "src/class-package.php" } }, "installation-source": "dist", "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Earn income by allowing Jetpack to display high quality ads.", "support": { "source": "https://github.com/Automattic/jetpack-wordads/tree/v0.4.7" }, "install-path": "../../jetpack_vendor/automattic/jetpack-wordads" }, { "name": "automattic/woocommerce-analytics", "version": "v0.4.1", "version_normalized": "0.4.1.0", "source": { "type": "git", "url": "https://github.com/Automattic/woocommerce-analytics.git", "reference": "b3565fced86fde6241fd466592f3758c3cd95d49" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Automattic/woocommerce-analytics/zipball/b3565fced86fde6241fd466592f3758c3cd95d49", "reference": "b3565fced86fde6241fd466592f3758c3cd95d49", "shasum": "" }, "require": { "automattic/jetpack-connection": "^6.2.2", "automattic/jetpack-constants": "^3.0.1", "php": ">=7.2" }, "require-dev": { "automattic/jetpack-changelogger": "^5.1.0", "yoast/phpunit-polyfills": "^1.1.1" }, "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, "time": "2025-01-09T20:18:56+00:00", "type": "jetpack-library", "extra": { "autotagger": true, "textdomain": "woocommerce-analytics", "mirror-repo": "Automattic/woocommerce-analytics", "branch-alias": { "dev-trunk": "0.4.x-dev" }, "changelogger": { "link-template": "https://github.com/Automattic/woocommerce-analytics/compare/v${old}...v${new}" }, "version-constants": { "::PACKAGE_VERSION": "src/class-woocommerce-analytics.php" } }, "installation-source": "dist", "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Enhanced analytics for WooCommerce users.", "support": { "source": "https://github.com/Automattic/woocommerce-analytics/tree/v0.4.1" }, "install-path": "../../jetpack_vendor/automattic/woocommerce-analytics" }, { "name": "scssphp/scssphp", "version": "v1.12.0", "version_normalized": "1.12.0.0", "source": { "type": "git", "url": "https://github.com/scssphp/scssphp.git", "reference": "a6b20c170ddb95f116b3d148a466a7bed1e85c35" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/scssphp/scssphp/zipball/a6b20c170ddb95f116b3d148a466a7bed1e85c35", "reference": "a6b20c170ddb95f116b3d148a466a7bed1e85c35", "shasum": "" }, "require": { "ext-ctype": "*", "ext-json": "*", "php": ">=5.6.0" }, "require-dev": { "bamarni/composer-bin-plugin": "^1.4", "phpunit/phpunit": "^5.7 || ^6.5 || ^7.5 || ^8.3 || ^9.4", "sass/sass-spec": "*", "squizlabs/php_codesniffer": "~3.5", "symfony/phpunit-bridge": "^5.1", "thoughtbot/bourbon": "^7.0", "twbs/bootstrap": "~5.0", "twbs/bootstrap4": "4.6.1", "zurb/foundation": "~6.7.0" }, "suggest": { "ext-iconv": "Can be used as fallback when ext-mbstring is not available", "ext-mbstring": "For best performance, mbstring should be installed as it is faster than ext-iconv" }, "time": "2023-11-14T14:56:09+00:00", "bin": [ "bin/pscss" ], "type": "library", "extra": { "bamarni-bin": { "bin-links": false, "forward-command": false } }, "installation-source": "dist", "autoload": { "psr-4": { "ScssPhp\\ScssPhp\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Anthon Pang", "email": "apang@softwaredevelopment.ca", "homepage": "https://github.com/robocoder" }, { "name": "Cédric Morin", "email": "cedric@yterium.com", "homepage": "https://github.com/Cerdic" } ], "description": "scssphp is a compiler for SCSS written in PHP.", "homepage": "http://scssphp.github.io/scssphp/", "keywords": [ "css", "less", "sass", "scss", "stylesheet" ], "support": { "issues": "https://github.com/scssphp/scssphp/issues", "source": "https://github.com/scssphp/scssphp/tree/v1.12.0" }, "install-path": "../scssphp/scssphp" }, { "name": "wikimedia/aho-corasick", "version": "v1.0.1", "version_normalized": "1.0.1.0", "source": { "type": "git", "url": "https://github.com/wikimedia/AhoCorasick.git", "reference": "2f3a1bd765913637a66eade658d11d82f0e551be" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wikimedia/AhoCorasick/zipball/2f3a1bd765913637a66eade658d11d82f0e551be", "reference": "2f3a1bd765913637a66eade658d11d82f0e551be", "shasum": "" }, "require": { "php": ">=5.5.9" }, "require-dev": { "jakub-onderka/php-console-highlighter": "0.3.2", "jakub-onderka/php-parallel-lint": "1.0.0", "mediawiki/mediawiki-codesniffer": "18.0.0", "mediawiki/minus-x": "0.3.1", "phpunit/phpunit": "4.8.36 || ^6.5" }, "time": "2018-05-01T18:13:32+00:00", "type": "library", "installation-source": "dist", "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "Apache-2.0" ], "authors": [ { "name": "Ori Livneh", "email": "ori@wikimedia.org" } ], "description": "An implementation of the Aho-Corasick string matching algorithm.", "homepage": "https://gerrit.wikimedia.org/g/AhoCorasick", "keywords": [ "ahocorasick", "matcher" ], "support": { "source": "https://github.com/wikimedia/AhoCorasick/tree/v1.0.1" }, "install-path": "../wikimedia/aho-corasick" } ], "dev": false, "dev-package-names": [] }