File "installed.json"

Full Path: /home/warrior1/public_html/wp-content/plugins/file-manager/vendor/composer/installed.json
File size: 10.8 KB
MIME-type: application/json
Charset: utf-8

{
    "packages": [
        {
            "name": "automattic/jetpack-autoloader",
            "version": "v3.0.8",
            "version_normalized": "3.0.8.0",
            "source": {
                "type": "git",
                "url": "https://github.com/Automattic/jetpack-autoloader.git",
                "reference": "1e1e4a6d2757f3ecbb9d98dcdd817a6c7c02a67d"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Automattic/jetpack-autoloader/zipball/1e1e4a6d2757f3ecbb9d98dcdd817a6c7c02a67d",
                "reference": "1e1e4a6d2757f3ecbb9d98dcdd817a6c7c02a67d",
                "shasum": ""
            },
            "require": {
                "composer-plugin-api": "^1.1 || ^2.0",
                "php": ">=7.0"
            },
            "require-dev": {
                "automattic/jetpack-changelogger": "^4.2.4",
                "composer/composer": "^1.1 || ^2.0",
                "yoast/phpunit-polyfills": "1.1.0"
            },
            "time": "2024-05-29T09:45:26+00:00",
            "type": "composer-plugin",
            "extra": {
                "autotagger": true,
                "class": "Automattic\\Jetpack\\Autoloader\\CustomAutoloaderPlugin",
                "mirror-repo": "Automattic/jetpack-autoloader",
                "changelogger": {
                    "link-template": "https://github.com/Automattic/jetpack-autoloader/compare/v${old}...v${new}"
                },
                "version-constants": {
                    "::VERSION": "src/AutoloadGenerator.php"
                },
                "branch-alias": {
                    "dev-trunk": "3.0.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Automattic\\Jetpack\\Autoloader\\": "src"
                },
                "classmap": [
                    "src/AutoloadGenerator.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0-or-later"
            ],
            "description": "Creates a custom autoloader for a plugin or theme.",
            "keywords": [
                "autoload",
                "autoloader",
                "composer",
                "jetpack",
                "plugin",
                "wordpress"
            ],
            "support": {
                "source": "https://github.com/Automattic/jetpack-autoloader/tree/v3.0.8"
            },
            "install-path": "../automattic/jetpack-autoloader"
        },
        {
            "name": "bitapps/wp-database",
            "version": "1.4",
            "version_normalized": "1.4.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/Bit-Apps-Pro/wp-database.git",
                "reference": "be9e80ca5e6c8b3ee13c98f160d4967b7b90a6ca"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Bit-Apps-Pro/wp-database/zipball/be9e80ca5e6c8b3ee13c98f160d4967b7b90a6ca",
                "reference": "be9e80ca5e6c8b3ee13c98f160d4967b7b90a6ca",
                "shasum": ""
            },
            "require": {
                "php": "^7.4 || ^8.0"
            },
            "require-dev": {
                "dealerdirect/phpcodesniffer-composer-installer": "^0.7",
                "friendsofphp/php-cs-fixer": "^3.10",
                "phpcompatibility/phpcompatibility-wp": "*",
                "sirbrillig/phpcs-variable-analysis": "*"
            },
            "time": "2024-03-23T08:24:01+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "1.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "BitApps\\WPDatabase\\": "./src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Bit-Code-Developer",
                    "email": "developer@bitcode.pro"
                }
            ],
            "description": "A simple orm with wpdb",
            "keywords": [
                "database",
                "wordpress",
                "wpdb"
            ],
            "support": {
                "issues": "https://github.com/Bit-Apps-Pro/wp-database/issues",
                "source": "https://github.com/Bit-Apps-Pro/wp-database"
            },
            "install-path": "../bitapps/wp-database"
        },
        {
            "name": "bitapps/wp-kit",
            "version": "1.4",
            "version_normalized": "1.4.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/Bit-Apps-Pro/wp-kit.git",
                "reference": "3e0822c60bd05069949617cb3d05cd9e7e2fec22"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Bit-Apps-Pro/wp-kit/zipball/3e0822c60bd05069949617cb3d05cd9e7e2fec22",
                "reference": "3e0822c60bd05069949617cb3d05cd9e7e2fec22",
                "shasum": ""
            },
            "require": {
                "bitapps/wp-validator": "^1.0"
            },
            "require-dev": {
                "dealerdirect/phpcodesniffer-composer-installer": "^0.7",
                "friendsofphp/php-cs-fixer": "^3.10",
                "phpcompatibility/phpcompatibility-wp": "*",
                "sirbrillig/phpcs-variable-analysis": "*"
            },
            "time": "2024-04-02T06:23:27+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "1.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "BitApps\\WPKit\\": "./src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0-or-later"
            ],
            "description": "A simple plugin framework",
            "keywords": [
                "framework",
                "wordpress",
                "wp"
            ],
            "support": {
                "issues": "https://github.com/Bit-Apps-Pro/wp-kit/issues",
                "source": "https://github.com/Bit-Apps-Pro/wp-kit/tree/1.4"
            },
            "install-path": "../bitapps/wp-kit"
        },
        {
            "name": "bitapps/wp-telemetry",
            "version": "v0.0.8",
            "version_normalized": "0.0.8.0",
            "source": {
                "type": "git",
                "url": "https://github.com/Bit-Apps-Pro/wp-telemetry.git",
                "reference": "efa19cfc72e6325889e6bcd78bdd45556f9aa1a8"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Bit-Apps-Pro/wp-telemetry/zipball/efa19cfc72e6325889e6bcd78bdd45556f9aa1a8",
                "reference": "efa19cfc72e6325889e6bcd78bdd45556f9aa1a8",
                "shasum": ""
            },
            "require": {
                "php": ">=5.6"
            },
            "require-dev": {
                "friendsofphp/php-cs-fixer": "dev-master",
                "pestphp/pest": "3.x-dev",
                "phpcompatibility/php-compatibility": "*",
                "squizlabs/php_codesniffer": "*"
            },
            "time": "2024-06-01T10:06:19+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "BitApps\\WPTelemetry\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "BitApps",
                    "email": "developer@bitcode.pro"
                }
            ],
            "description": "A simple telemetry library for WordPress.",
            "homepage": "https://bitapps.pro",
            "keywords": [
                "telemetry",
                "wordpress",
                "wp"
            ],
            "support": {
                "issues": "https://github.com/Bit-Apps-Pro/wp-telemetry/issues",
                "source": "https://github.com/Bit-Apps-Pro/wp-telemetry"
            },
            "install-path": "../bitapps/wp-telemetry"
        },
        {
            "name": "bitapps/wp-validator",
            "version": "1.0.4",
            "version_normalized": "1.0.4.0",
            "source": {
                "type": "git",
                "url": "https://github.com/Bit-Apps-Pro/wp-validator.git",
                "reference": "415508a219dd518ccfdeb0ff3ff1e65544482ac5"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Bit-Apps-Pro/wp-validator/zipball/415508a219dd518ccfdeb0ff3ff1e65544482ac5",
                "reference": "415508a219dd518ccfdeb0ff3ff1e65544482ac5",
                "shasum": ""
            },
            "require": {
                "php": ">=5.6"
            },
            "require-dev": {
                "pestphp/pest": "^2.18",
                "phpcompatibility/php-compatibility": "*",
                "squizlabs/php_codesniffer": "*"
            },
            "time": "2024-02-29T09:59:08+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "1.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "BitApps\\WPValidator\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "BitApps",
                    "email": "developer@bitcode.pro"
                }
            ],
            "description": "WordPress Validation and Sanitization Library",
            "homepage": "https://bitapps.pro",
            "keywords": [
                "form-validation",
                "input-sanitization",
                "input-validation",
                "php-validation",
                "validation"
            ],
            "support": {
                "issues": "https://github.com/Bit-Apps-Pro/wp-validator/issues",
                "source": "https://github.com/Bit-Apps-Pro/wp-validator"
            },
            "install-path": "../bitapps/wp-validator"
        }
    ],
    "dev": false,
    "dev-package-names": []
}