PATH:
home
/
centosnipponia
/
public_html
/
nipponiacar
/
wp-content
/
plugins
/
optimole-wp
/
vendor
/
composer
{ "packages": [ { "name": "codeinwp/optimole-sdk", "version": "v1.2.4", "version_normalized": "1.2.4.0", "source": { "type": "git", "url": "https://github.com/Codeinwp/optimole-php-sdk.git", "reference": "2f7a48525014bd681f39ddc85c55521b719d5879" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Codeinwp/optimole-php-sdk/zipball/2f7a48525014bd681f39ddc85c55521b719d5879", "reference": "2f7a48525014bd681f39ddc85c55521b719d5879", "shasum": "" }, "require": { "ext-json": "*", "php": ">=7.4", "symfony/polyfill-php80": "^1.29" }, "require-dev": { "friendsofphp/php-cs-fixer": "^3.0", "guzzlehttp/guzzle": "^7.0", "php-mock/php-mock-phpunit": "^2.10", "php-stubs/wordpress-stubs": "^6.5", "phpstan/phpstan": "^1.0", "phpunit/phpunit": "^9.6", "szepeviktor/phpstan-wordpress": "^1.3" }, "suggest": { "guzzlehttp/guzzle": "Use the Guzzle HTTP client to make requests to the API" }, "time": "2025-11-14T18:01:16+00:00", "type": "library", "installation-source": "dist", "autoload": { "psr-4": { "Optimole\\Sdk\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Optimole Team", "email": "friends@optimole.com", "homepage": "https://optimole.com" } ], "description": "SDK for Optimole cloud-based image optimization service", "homepage": "https://optimole.com", "support": { "issues": "https://github.com/Codeinwp/codeinwp/optimole-php-sdk/issues", "source": "https://github.com/Codeinwp/optimole-php-sdk" }, "install-path": "../codeinwp/optimole-sdk" }, { "name": "codeinwp/themeisle-sdk", "version": "3.3.51", "version_normalized": "3.3.51.0", "source": { "type": "git", "url": "https://github.com/Codeinwp/themeisle-sdk.git", "reference": "bb2a8414b0418b18c68c9ff1df3d7fb10467928d" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Codeinwp/themeisle-sdk/zipball/bb2a8414b0418b18c68c9ff1df3d7fb10467928d", "reference": "bb2a8414b0418b18c68c9ff1df3d7fb10467928d", "shasum": "" }, "require-dev": { "codeinwp/phpcs-ruleset": "dev-main", "yoast/phpunit-polyfills": "^4.0" }, "time": "2026-03-30T07:58:49+00:00", "type": "library", "installation-source": "dist", "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0+" ], "authors": [ { "name": "ThemeIsle team", "email": "friends@themeisle.com", "homepage": "https://themeisle.com" } ], "description": "Themeisle SDK.", "homepage": "https://github.com/Codeinwp/themeisle-sdk", "keywords": [ "wordpress" ], "support": { "issues": "https://github.com/Codeinwp/themeisle-sdk/issues", "source": "https://github.com/Codeinwp/themeisle-sdk/tree/v3.3.51" }, "install-path": "../codeinwp/themeisle-sdk" }, { "name": "enshrined/svg-sanitize", "version": "0.22.0", "version_normalized": "0.22.0.0", "source": { "type": "git", "url": "https://github.com/darylldoyle/svg-sanitizer.git", "reference": "0afa95ea74be155a7bcd6c6fb60c276c39984500" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/darylldoyle/svg-sanitizer/zipball/0afa95ea74be155a7bcd6c6fb60c276c39984500", "reference": "0afa95ea74be155a7bcd6c6fb60c276c39984500", "shasum": "" }, "require": { "ext-dom": "*", "ext-libxml": "*", "php": "^7.1 || ^8.0" }, "require-dev": { "phpunit/phpunit": "^6.5 || ^8.5" }, "time": "2025-08-12T10:13:48+00:00", "type": "library", "installation-source": "dist", "autoload": { "psr-4": { "enshrined\\svgSanitize\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "authors": [ { "name": "Daryll Doyle", "email": "daryll@enshrined.co.uk" } ], "description": "An SVG sanitizer for PHP", "support": { "issues": "https://github.com/darylldoyle/svg-sanitizer/issues", "source": "https://github.com/darylldoyle/svg-sanitizer/tree/0.22.0" }, "install-path": "../enshrined/svg-sanitize" }, { "name": "symfony/polyfill-php80", "version": "v1.30.0", "version_normalized": "1.30.0.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php80.git", "reference": "77fa7995ac1b21ab60769b7323d600a991a90433" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/77fa7995ac1b21ab60769b7323d600a991a90433", "reference": "77fa7995ac1b21ab60769b7323d600a991a90433", "shasum": "" }, "require": { "php": ">=7.1" }, "time": "2024-05-31T15:07:36+00:00", "type": "library", "extra": { "thanks": { "name": "symfony/polyfill", "url": "https://github.com/symfony/polyfill" } }, "installation-source": "dist", "autoload": { "files": [ "bootstrap.php" ], "psr-4": { "Symfony\\Polyfill\\Php80\\": "" }, "classmap": [ "Resources/stubs" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Ion Bazan", "email": "ion.bazan@gmail.com" }, { "name": "Nicolas Grekas", "email": "p@tchwork.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions", "homepage": "https://symfony.com", "keywords": [ "compatibility", "polyfill", "portable", "shim" ], "support": { "source": "https://github.com/symfony/polyfill-php80/tree/v1.30.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-php80" } ], "dev": false, "dev-package-names": [] }
[+]
..
[-] autoload_classmap.php
[edit]
[-] autoload_files.php
[edit]
[-] autoload_namespaces.php
[edit]
[-] autoload_psr4.php
[edit]
[-] autoload_real.php
[edit]
[-] autoload_static.php
[edit]
[-] ClassLoader.php
[edit]
[-] installed.json
[edit]
[-] installed.php
[edit]
[-] InstalledVersions.php
[edit]
[-] LICENSE
[edit]
[-] platform_check.php
[edit]