芝麻web文件管理V1.00
编辑当前文件:/home/ezdajrnh/www/wp-content/plugins/better-wp-security/vendor-prod/composer/installed.json
{ "packages": [ { "name": "bjeavons/zxcvbn-php", "version": "1.4.2", "version_normalized": "1.4.2.0", "source": { "type": "git", "url": "https://github.com/bjeavons/zxcvbn-php.git", "reference": "426f664501a0747beb8f3ee17ac30c7dd6327ffa" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/bjeavons/zxcvbn-php/zipball/426f664501a0747beb8f3ee17ac30c7dd6327ffa", "reference": "426f664501a0747beb8f3ee17ac30c7dd6327ffa", "shasum": "" }, "require": { "ext-json": "*", "php": "^7.2 | ^8.0 | ^8.1", "symfony/polyfill-mbstring": ">=1.3.1" }, "require-dev": { "php-coveralls/php-coveralls": "*", "phpstan/phpstan": "^2.0", "phpunit/phpunit": "^8.5", "squizlabs/php_codesniffer": "3.*" }, "suggest": { "ext-gmp": "Required for optimized binomial calculations (also requires PHP >= 7.3)" }, "time": "2025-02-24T16:47:20+00:00", "type": "library", "installation-source": "dist", "autoload": { "psr-4": { "ZxcvbnPhp\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "See contributors", "homepage": "https://github.com/bjeavons/zxcvbn-php" } ], "description": "Realistic password strength estimation PHP library based on Zxcvbn JS", "homepage": "https://github.com/bjeavons/zxcvbn-php", "keywords": [ "password", "zxcvbn" ], "support": { "issues": "https://github.com/bjeavons/zxcvbn-php/issues", "source": "https://github.com/bjeavons/zxcvbn-php/tree/1.4.2" }, "install-path": "../bjeavons/zxcvbn-php" }, { "name": "deliciousbrains/wp-background-processing", "version": "1.4.0", "version_normalized": "1.4.0.0", "source": { "type": "git", "url": "https://github.com/deliciousbrains/wp-background-processing.git", "reference": "7ca7cc3504333db3a291bbab7f1917124fba4816" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/deliciousbrains/wp-background-processing/zipball/7ca7cc3504333db3a291bbab7f1917124fba4816", "reference": "7ca7cc3504333db3a291bbab7f1917124fba4816", "shasum": "" }, "require": { "php": ">=7.0" }, "require-dev": { "phpcompatibility/phpcompatibility-wp": "*", "phpunit/phpunit": "^8.0", "spryker/code-sniffer": "^0.17.18", "wp-coding-standards/wpcs": "^2.3", "yoast/phpunit-polyfills": "^1.0" }, "suggest": { "coenjacobs/mozart": "Easily wrap this library with your own prefix, to prevent collisions when multiple plugins use this library" }, "time": "2024-12-17T14:04:30+00:00", "type": "library", "installation-source": "dist", "autoload": { "classmap": [ "classes/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "authors": [ { "name": "Delicious Brains", "email": "nom@deliciousbrains.com" } ], "description": "WP Background Processing can be used to fire off non-blocking asynchronous requests or as a background processing tool, allowing you to queue tasks.", "support": { "issues": "https://github.com/deliciousbrains/wp-background-processing/issues", "source": "https://github.com/deliciousbrains/wp-background-processing/tree/1.4.0" }, "install-path": "../deliciousbrains/wp-background-processing" }, { "name": "patchstack/firewall", "version": "dev-master", "version_normalized": "dev-master", "source": { "type": "git", "url": "https://bitbucket.org/solid-wp/firewall-engine.git", "reference": "525fe1adb710daf67c36789a076d5f8fcef01bd0" }, "dist": { "type": "zip", "url": "https://bitbucket.org/solid-wp/firewall-engine/get/525fe1adb710daf67c36789a076d5f8fcef01bd0.zip", "reference": "525fe1adb710daf67c36789a076d5f8fcef01bd0", "shasum": "" }, "require": { "php": ">=5.6" }, "require-dev": { "phpunit/phpunit": "^9.5" }, "time": "2024-01-24T21:20:34+00:00", "default-branch": true, "type": "library", "installation-source": "dist", "autoload": { "psr-4": { "Patchstack\\": "src/" } }, "license": [ "GPL-3.0-or-later" ], "authors": [ { "name": "Patchstack", "email": "support@patchstack.com" } ], "description": "The firewall engine of Patchstack.", "homepage": "https://bitbucket.org/solid-wp/firewall-engine", "support": { "source": "https://bitbucket.org/solid-wp/firewall-engine/src/525fe1adb710daf67c36789a076d5f8fcef01bd0/?at=master" }, "install-path": "../patchstack/firewall" }, { "name": "pimple/pimple", "version": "v3.5.0", "version_normalized": "3.5.0.0", "source": { "type": "git", "url": "https://github.com/silexphp/Pimple.git", "reference": "a94b3a4db7fb774b3d78dad2315ddc07629e1bed" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/silexphp/Pimple/zipball/a94b3a4db7fb774b3d78dad2315ddc07629e1bed", "reference": "a94b3a4db7fb774b3d78dad2315ddc07629e1bed", "shasum": "" }, "require": { "php": ">=7.2.5", "psr/container": "^1.1 || ^2.0" }, "require-dev": { "symfony/phpunit-bridge": "^5.4@dev" }, "time": "2021-10-28T11:13:42+00:00", "type": "library", "extra": { "branch-alias": { "dev-master": "3.4.x-dev" } }, "installation-source": "dist", "autoload": { "psr-0": { "Pimple": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" } ], "description": "Pimple, a simple Dependency Injection Container", "homepage": "https://pimple.symfony.com", "keywords": [ "container", "dependency injection" ], "support": { "source": "https://github.com/silexphp/Pimple/tree/v3.5.0" }, "install-path": "../pimple/pimple" }, { "name": "psr/container", "version": "2.0.1", "version_normalized": "2.0.1.0", "source": { "type": "git", "url": "https://github.com/php-fig/container.git", "reference": "2ae37329ee82f91efadc282cc2d527fd6065a5ef" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-fig/container/zipball/2ae37329ee82f91efadc282cc2d527fd6065a5ef", "reference": "2ae37329ee82f91efadc282cc2d527fd6065a5ef", "shasum": "" }, "require": { "php": ">=7.2.0" }, "time": "2021-03-24T13:40:57+00:00", "type": "library", "extra": { "branch-alias": { "dev-master": "2.0.x-dev" } }, "installation-source": "dist", "autoload": { "psr-4": { "Psr\\Container\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "PHP-FIG", "homepage": "https://www.php-fig.org/" } ], "description": "Common Container Interface (PHP FIG PSR-11)", "homepage": "https://github.com/php-fig/container", "keywords": [ "PSR-11", "container", "container-interface", "container-interop", "psr" ], "support": { "issues": "https://github.com/php-fig/container/issues", "source": "https://github.com/php-fig/container/tree/2.0.1" }, "install-path": "../psr/container" }, { "name": "stellarwp/container-contract", "version": "1.1.1", "version_normalized": "1.1.1.0", "source": { "type": "git", "url": "https://github.com/stellarwp/container-contract.git", "reference": "b2c42c76681db314e4edbb2af0a312b6c06b495e" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/stellarwp/container-contract/zipball/b2c42c76681db314e4edbb2af0a312b6c06b495e", "reference": "b2c42c76681db314e4edbb2af0a312b6c06b495e", "shasum": "" }, "require": { "php": ">=7.0.0" }, "time": "2023-09-05T20:08:29+00:00", "type": "library", "installation-source": "dist", "autoload": { "psr-4": { "StellarWP\\ContainerContract\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "authors": [ { "name": "StellarWP", "homepage": "https://stellarwp.com" } ], "description": "StellarWP Container Interface", "homepage": "https://github.com/stellarwp/container-contract", "keywords": [ "PSR-11", "container", "container-interface", "container-interop" ], "support": { "issues": "https://github.com/stellarwp/container-contract/issues", "source": "https://github.com/stellarwp/container-contract/tree/1.1.1" }, "install-path": "../stellarwp/container-contract" }, { "name": "stellarwp/telemetry", "version": "2.3.4", "version_normalized": "2.3.4.0", "source": { "type": "git", "url": "https://github.com/stellarwp/telemetry.git", "reference": "74c7b819d574aa5fc1392f982fb32cedc18d4c6f" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/stellarwp/telemetry/zipball/74c7b819d574aa5fc1392f982fb32cedc18d4c6f", "reference": "74c7b819d574aa5fc1392f982fb32cedc18d4c6f", "shasum": "" }, "require": { "ext-json": "*", "php": ">=7.1", "stellarwp/container-contract": "^1.0" }, "require-dev": { "automattic/vipwpcs": "^3.0.0", "dealerdirect/phpcodesniffer-composer-installer": "^0.7.2", "lucatume/di52": "3.0.0", "lucatume/wp-browser": "^3.2.3", "phpcompatibility/phpcompatibility-wp": "*", "phpunit/php-code-coverage": "^9.2", "szepeviktor/phpstan-wordpress": "^1.1", "the-events-calendar/coding-standards": "dev-master", "wp-coding-standards/wpcs": "^3.0.0" }, "time": "2025-04-25T18:58:09+00:00", "type": "library", "installation-source": "dist", "autoload": { "psr-4": { "StellarWP\\Telemetry\\": "src/Telemetry", "StellarWP\\Telemetry\\Views_Dir\\": "src/views", "StellarWP\\Telemetry\\Assets_Dir\\": "src/resources" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Telemetry library for StellarWP plugins.", "support": { "issues": "https://github.com/stellarwp/telemetry/issues", "source": "https://github.com/stellarwp/telemetry/tree/2.3.4" }, "install-path": "../stellarwp/telemetry" }, { "name": "symfony/polyfill-mbstring", "version": "v1.31.0", "version_normalized": "1.31.0.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-mbstring.git", "reference": "85181ba99b2345b0ef10ce42ecac37612d9fd341" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/85181ba99b2345b0ef10ce42ecac37612d9fd341", "reference": "85181ba99b2345b0ef10ce42ecac37612d9fd341", "shasum": "" }, "require": { "php": ">=7.2" }, "provide": { "ext-mbstring": "*" }, "suggest": { "ext-mbstring": "For best performance" }, "time": "2024-09-09T11:45:10+00:00", "type": "library", "extra": { "thanks": { "url": "https://github.com/symfony/polyfill", "name": "symfony/polyfill" } }, "installation-source": "dist", "autoload": { "files": [ "bootstrap.php" ], "psr-4": { "Symfony\\Polyfill\\Mbstring\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Nicolas Grekas", "email": "p@tchwork.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony polyfill for the Mbstring extension", "homepage": "https://symfony.com", "keywords": [ "compatibility", "mbstring", "polyfill", "portable", "shim" ], "support": { "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.31.0" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "install-path": "../symfony/polyfill-mbstring" } ], "dev": false, "dev-package-names": [] }