{
    "packages": [
        {
            "name": "dealerdirect/phpcodesniffer-composer-installer",
            "version": "v1.2.0",
            "version_normalized": "1.2.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/PHPCSStandards/composer-installer.git",
                "reference": "845eb62303d2ca9b289ef216356568ccc075ffd1"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/PHPCSStandards/composer-installer/zipball/845eb62303d2ca9b289ef216356568ccc075ffd1",
                "reference": "845eb62303d2ca9b289ef216356568ccc075ffd1",
                "shasum": ""
            },
            "require": {
                "composer-plugin-api": "^2.2",
                "php": ">=5.4",
                "squizlabs/php_codesniffer": "^3.1.0 || ^4.0"
            },
            "require-dev": {
                "composer/composer": "^2.2",
                "ext-json": "*",
                "ext-zip": "*",
                "php-parallel-lint/php-parallel-lint": "^1.4.0",
                "phpcompatibility/php-compatibility": "^9.0 || ^10.0.0@dev",
                "yoast/phpunit-polyfills": "^1.0"
            },
            "time": "2025-11-11T04:32:07+00:00",
            "type": "composer-plugin",
            "extra": {
                "class": "PHPCSStandards\\Composer\\Plugin\\Installers\\PHPCodeSniffer\\Plugin"
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "PHPCSStandards\\Composer\\Plugin\\Installers\\PHPCodeSniffer\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Franck Nijhof",
                    "email": "opensource@frenck.dev",
                    "homepage": "https://frenck.dev",
                    "role": "Open source developer"
                },
                {
                    "name": "Contributors",
                    "homepage": "https://github.com/PHPCSStandards/composer-installer/graphs/contributors"
                }
            ],
            "description": "PHP_CodeSniffer Standards Composer Installer Plugin",
            "keywords": [
                "PHPCodeSniffer",
                "PHP_CodeSniffer",
                "code quality",
                "codesniffer",
                "composer",
                "installer",
                "phpcbf",
                "phpcs",
                "plugin",
                "qa",
                "quality",
                "standard",
                "standards",
                "style guide",
                "stylecheck",
                "tests"
            ],
            "support": {
                "issues": "https://github.com/PHPCSStandards/composer-installer/issues",
                "security": "https://github.com/PHPCSStandards/composer-installer/security/policy",
                "source": "https://github.com/PHPCSStandards/composer-installer"
            },
            "funding": [
                {
                    "url": "https://github.com/PHPCSStandards",
                    "type": "github"
                },
                {
                    "url": "https://github.com/jrfnl",
                    "type": "github"
                },
                {
                    "url": "https://opencollective.com/php_codesniffer",
                    "type": "open_collective"
                },
                {
                    "url": "https://thanks.dev/u/gh/phpcsstandards",
                    "type": "thanks_dev"
                }
            ],
            "install-path": "../dealerdirect/phpcodesniffer-composer-installer"
        },
        {
            "name": "doctrine/inflector",
            "version": "1.4.4",
            "version_normalized": "1.4.4.0",
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/inflector.git",
                "reference": "4bd5c1cdfcd00e9e2d8c484f79150f67e5d355d9"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/inflector/zipball/4bd5c1cdfcd00e9e2d8c484f79150f67e5d355d9",
                "reference": "4bd5c1cdfcd00e9e2d8c484f79150f67e5d355d9",
                "shasum": ""
            },
            "require": {
                "php": "^7.1 || ^8.0"
            },
            "require-dev": {
                "doctrine/coding-standard": "^8.0",
                "phpstan/phpstan": "^0.12",
                "phpstan/phpstan-phpunit": "^0.12",
                "phpstan/phpstan-strict-rules": "^0.12",
                "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0"
            },
            "time": "2021-04-16T17:34:40+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.0.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Doctrine\\Inflector\\": "lib/Doctrine/Inflector",
                    "Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Guilherme Blanco",
                    "email": "guilhermeblanco@gmail.com"
                },
                {
                    "name": "Roman Borschel",
                    "email": "roman@code-factory.org"
                },
                {
                    "name": "Benjamin Eberlei",
                    "email": "kontakt@beberlei.de"
                },
                {
                    "name": "Jonathan Wage",
                    "email": "jonwage@gmail.com"
                },
                {
                    "name": "Johannes Schmitt",
                    "email": "schmittjoh@gmail.com"
                }
            ],
            "description": "PHP Doctrine Inflector is a small library that can perform string manipulations with regard to upper/lowercase and singular/plural forms of words.",
            "homepage": "https://www.doctrine-project.org/projects/inflector.html",
            "keywords": [
                "inflection",
                "inflector",
                "lowercase",
                "manipulation",
                "php",
                "plural",
                "singular",
                "strings",
                "uppercase",
                "words"
            ],
            "support": {
                "issues": "https://github.com/doctrine/inflector/issues",
                "source": "https://github.com/doctrine/inflector/tree/1.4.4"
            },
            "funding": [
                {
                    "url": "https://www.doctrine-project.org/sponsorship.html",
                    "type": "custom"
                },
                {
                    "url": "https://www.patreon.com/phpdoctrine",
                    "type": "patreon"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finflector",
                    "type": "tidelift"
                }
            ],
            "install-path": "../doctrine/inflector"
        },
        {
            "name": "firebase/php-jwt",
            "version": "v6.10.0",
            "version_normalized": "6.10.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/firebase/php-jwt.git",
                "reference": "a49db6f0a5033aef5143295342f1c95521b075ff"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/firebase/php-jwt/zipball/a49db6f0a5033aef5143295342f1c95521b075ff",
                "reference": "a49db6f0a5033aef5143295342f1c95521b075ff",
                "shasum": ""
            },
            "require": {
                "php": "^7.4||^8.0"
            },
            "require-dev": {
                "guzzlehttp/guzzle": "^6.5||^7.4",
                "phpspec/prophecy-phpunit": "^2.0",
                "phpunit/phpunit": "^9.5",
                "psr/cache": "^1.0||^2.0",
                "psr/http-client": "^1.0",
                "psr/http-factory": "^1.0"
            },
            "suggest": {
                "ext-sodium": "Support EdDSA (Ed25519) signatures",
                "paragonie/sodium_compat": "Support EdDSA (Ed25519) signatures when libsodium is not present"
            },
            "time": "2023-12-01T16:26:39+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Firebase\\JWT\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Neuman Vong",
                    "email": "neuman+pear@twilio.com",
                    "role": "Developer"
                },
                {
                    "name": "Anant Narayanan",
                    "email": "anant@php.net",
                    "role": "Developer"
                }
            ],
            "description": "A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.",
            "homepage": "https://github.com/firebase/php-jwt",
            "keywords": [
                "jwt",
                "php"
            ],
            "support": {
                "issues": "https://github.com/firebase/php-jwt/issues",
                "source": "https://github.com/firebase/php-jwt/tree/v6.10.0"
            },
            "install-path": "../firebase/php-jwt"
        },
        {
            "name": "guzzlehttp/guzzle",
            "version": "7.10.0",
            "version_normalized": "7.10.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/guzzle/guzzle.git",
                "reference": "b51ac707cfa420b7bfd4e4d5e510ba8008e822b4"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/guzzle/guzzle/zipball/b51ac707cfa420b7bfd4e4d5e510ba8008e822b4",
                "reference": "b51ac707cfa420b7bfd4e4d5e510ba8008e822b4",
                "shasum": ""
            },
            "require": {
                "ext-json": "*",
                "guzzlehttp/promises": "^2.3",
                "guzzlehttp/psr7": "^2.8",
                "php": "^7.2.5 || ^8.0",
                "psr/http-client": "^1.0",
                "symfony/deprecation-contracts": "^2.2 || ^3.0"
            },
            "provide": {
                "psr/http-client-implementation": "1.0"
            },
            "require-dev": {
                "bamarni/composer-bin-plugin": "^1.8.2",
                "ext-curl": "*",
                "guzzle/client-integration-tests": "3.0.2",
                "php-http/message-factory": "^1.1",
                "phpunit/phpunit": "^8.5.39 || ^9.6.20",
                "psr/log": "^1.1 || ^2.0 || ^3.0"
            },
            "suggest": {
                "ext-curl": "Required for CURL handler support",
                "ext-intl": "Required for Internationalized Domain Name (IDN) support",
                "psr/log": "Required for using the Log middleware"
            },
            "time": "2025-08-23T22:36:01+00:00",
            "type": "library",
            "extra": {
                "bamarni-bin": {
                    "bin-links": true,
                    "forward-command": false
                }
            },
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "src/functions_include.php"
                ],
                "psr-4": {
                    "GuzzleHttp\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Graham Campbell",
                    "email": "hello@gjcampbell.co.uk",
                    "homepage": "https://github.com/GrahamCampbell"
                },
                {
                    "name": "Michael Dowling",
                    "email": "mtdowling@gmail.com",
                    "homepage": "https://github.com/mtdowling"
                },
                {
                    "name": "Jeremy Lindblom",
                    "email": "jeremeamia@gmail.com",
                    "homepage": "https://github.com/jeremeamia"
                },
                {
                    "name": "George Mponos",
                    "email": "gmponos@gmail.com",
                    "homepage": "https://github.com/gmponos"
                },
                {
                    "name": "Tobias Nyholm",
                    "email": "tobias.nyholm@gmail.com",
                    "homepage": "https://github.com/Nyholm"
                },
                {
                    "name": "Márk Sági-Kazár",
                    "email": "mark.sagikazar@gmail.com",
                    "homepage": "https://github.com/sagikazarmark"
                },
                {
                    "name": "Tobias Schultze",
                    "email": "webmaster@tubo-world.de",
                    "homepage": "https://github.com/Tobion"
                }
            ],
            "description": "Guzzle is a PHP HTTP client library",
            "keywords": [
                "client",
                "curl",
                "framework",
                "http",
                "http client",
                "psr-18",
                "psr-7",
                "rest",
                "web service"
            ],
            "support": {
                "issues": "https://github.com/guzzle/guzzle/issues",
                "source": "https://github.com/guzzle/guzzle/tree/7.10.0"
            },
            "funding": [
                {
                    "url": "https://github.com/GrahamCampbell",
                    "type": "github"
                },
                {
                    "url": "https://github.com/Nyholm",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/guzzle",
                    "type": "tidelift"
                }
            ],
            "install-path": "../guzzlehttp/guzzle"
        },
        {
            "name": "guzzlehttp/promises",
            "version": "2.3.0",
            "version_normalized": "2.3.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/guzzle/promises.git",
                "reference": "481557b130ef3790cf82b713667b43030dc9c957"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/guzzle/promises/zipball/481557b130ef3790cf82b713667b43030dc9c957",
                "reference": "481557b130ef3790cf82b713667b43030dc9c957",
                "shasum": ""
            },
            "require": {
                "php": "^7.2.5 || ^8.0"
            },
            "require-dev": {
                "bamarni/composer-bin-plugin": "^1.8.2",
                "phpunit/phpunit": "^8.5.44 || ^9.6.25"
            },
            "time": "2025-08-22T14:34:08+00:00",
            "type": "library",
            "extra": {
                "bamarni-bin": {
                    "bin-links": true,
                    "forward-command": false
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "GuzzleHttp\\Promise\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Graham Campbell",
                    "email": "hello@gjcampbell.co.uk",
                    "homepage": "https://github.com/GrahamCampbell"
                },
                {
                    "name": "Michael Dowling",
                    "email": "mtdowling@gmail.com",
                    "homepage": "https://github.com/mtdowling"
                },
                {
                    "name": "Tobias Nyholm",
                    "email": "tobias.nyholm@gmail.com",
                    "homepage": "https://github.com/Nyholm"
                },
                {
                    "name": "Tobias Schultze",
                    "email": "webmaster@tubo-world.de",
                    "homepage": "https://github.com/Tobion"
                }
            ],
            "description": "Guzzle promises library",
            "keywords": [
                "promise"
            ],
            "support": {
                "issues": "https://github.com/guzzle/promises/issues",
                "source": "https://github.com/guzzle/promises/tree/2.3.0"
            },
            "funding": [
                {
                    "url": "https://github.com/GrahamCampbell",
                    "type": "github"
                },
                {
                    "url": "https://github.com/Nyholm",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/promises",
                    "type": "tidelift"
                }
            ],
            "install-path": "../guzzlehttp/promises"
        },
        {
            "name": "guzzlehttp/psr7",
            "version": "2.8.0",
            "version_normalized": "2.8.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/guzzle/psr7.git",
                "reference": "21dc724a0583619cd1652f673303492272778051"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/guzzle/psr7/zipball/21dc724a0583619cd1652f673303492272778051",
                "reference": "21dc724a0583619cd1652f673303492272778051",
                "shasum": ""
            },
            "require": {
                "php": "^7.2.5 || ^8.0",
                "psr/http-factory": "^1.0",
                "psr/http-message": "^1.1 || ^2.0",
                "ralouphie/getallheaders": "^3.0"
            },
            "provide": {
                "psr/http-factory-implementation": "1.0",
                "psr/http-message-implementation": "1.0"
            },
            "require-dev": {
                "bamarni/composer-bin-plugin": "^1.8.2",
                "http-interop/http-factory-tests": "0.9.0",
                "phpunit/phpunit": "^8.5.44 || ^9.6.25"
            },
            "suggest": {
                "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
            },
            "time": "2025-08-23T21:21:41+00:00",
            "type": "library",
            "extra": {
                "bamarni-bin": {
                    "bin-links": true,
                    "forward-command": false
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "GuzzleHttp\\Psr7\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Graham Campbell",
                    "email": "hello@gjcampbell.co.uk",
                    "homepage": "https://github.com/GrahamCampbell"
                },
                {
                    "name": "Michael Dowling",
                    "email": "mtdowling@gmail.com",
                    "homepage": "https://github.com/mtdowling"
                },
                {
                    "name": "George Mponos",
                    "email": "gmponos@gmail.com",
                    "homepage": "https://github.com/gmponos"
                },
                {
                    "name": "Tobias Nyholm",
                    "email": "tobias.nyholm@gmail.com",
                    "homepage": "https://github.com/Nyholm"
                },
                {
                    "name": "Márk Sági-Kazár",
                    "email": "mark.sagikazar@gmail.com",
                    "homepage": "https://github.com/sagikazarmark"
                },
                {
                    "name": "Tobias Schultze",
                    "email": "webmaster@tubo-world.de",
                    "homepage": "https://github.com/Tobion"
                },
                {
                    "name": "Márk Sági-Kazár",
                    "email": "mark.sagikazar@gmail.com",
                    "homepage": "https://sagikazarmark.hu"
                }
            ],
            "description": "PSR-7 message implementation that also provides common utility methods",
            "keywords": [
                "http",
                "message",
                "psr-7",
                "request",
                "response",
                "stream",
                "uri",
                "url"
            ],
            "support": {
                "issues": "https://github.com/guzzle/psr7/issues",
                "source": "https://github.com/guzzle/psr7/tree/2.8.0"
            },
            "funding": [
                {
                    "url": "https://github.com/GrahamCampbell",
                    "type": "github"
                },
                {
                    "url": "https://github.com/Nyholm",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/psr7",
                    "type": "tidelift"
                }
            ],
            "install-path": "../guzzlehttp/psr7"
        },
        {
            "name": "instawp/connect-helpers",
            "version": "1.0.4",
            "version_normalized": "1.0.4.0",
            "source": {
                "type": "git",
                "url": "https://github.com/InstaWP/connect-helpers.git",
                "reference": "702108c2e2a30b4cc8201f1e8cbbe40e489b95d4"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/InstaWP/connect-helpers/zipball/702108c2e2a30b4cc8201f1e8cbbe40e489b95d4",
                "reference": "702108c2e2a30b4cc8201f1e8cbbe40e489b95d4",
                "shasum": ""
            },
            "require": {
                "php": ">= 5.6",
                "wp-cli/wp-config-transformer": "^1.3"
            },
            "time": "2025-06-20T08:26:17+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "InstaWP\\Connect\\Helpers\\": "src/"
                }
            },
            "scripts": {
                "build": [
                    "composer dump-autoload"
                ],
                "build-nd": [
                    "composer dump-autoload --no-dev"
                ]
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Sayan Datta",
                    "email": "sayan@instawp.com"
                }
            ],
            "description": "CLI Package for InstaWP Remote Features",
            "support": {
                "source": "https://github.com/InstaWP/connect-helpers/tree/1.0.4",
                "issues": "https://github.com/InstaWP/connect-helpers/issues"
            },
            "install-path": "../instawp/connect-helpers"
        },
        {
            "name": "newfold-labs/container",
            "version": "1.2.3",
            "version_normalized": "1.2.3.0",
            "source": {
                "type": "git",
                "url": "https://github.com/newfold-labs/container.git",
                "reference": "0c16f8a70523159c1f3842a242e9c3b20f5729a6"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/newfold-labs/container/zipball/0c16f8a70523159c1f3842a242e9c3b20f5729a6",
                "reference": "0c16f8a70523159c1f3842a242e9c3b20f5729a6",
                "shasum": ""
            },
            "require": {
                "php": ">=7.0"
            },
            "time": "2025-05-06T18:14:40+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "NewfoldLabs\\Container\\": "includes"
                }
            },
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Micah Wood",
                    "email": "micah@wpscholar.com"
                }
            ],
            "description": "A lightweight, PHP 7.0+ compatible, PSR-11 dependency injection container.",
            "support": {
                "source": "https://github.com/newfold-labs/container/tree/1.2.3"
            },
            "install-path": "../newfold-labs/container"
        },
        {
            "name": "newfold-labs/wp-module-activation",
            "version": "1.0.12",
            "version_normalized": "1.0.12.0",
            "source": {
                "type": "git",
                "url": "https://github.com/newfold-labs/wp-module-activation.git",
                "reference": "d357224bdb00a829e6b4af86bcaa92e9d2a751cf"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/newfold-labs/wp-module-activation/zipball/d357224bdb00a829e6b4af86bcaa92e9d2a751cf",
                "reference": "d357224bdb00a829e6b4af86bcaa92e9d2a751cf",
                "shasum": ""
            },
            "require-dev": {
                "johnpbloch/wordpress": "@stable",
                "lucatume/wp-browser": "*",
                "newfold-labs/wp-php-standards": "^1.2",
                "phpunit/phpcov": "*"
            },
            "time": "2025-11-20T14:22:01+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "NewfoldLabs\\WP\\Module\\Activation\\": "includes"
                },
                "files": [
                    "bootstrap.php"
                ]
            },
            "scripts": {
                "fix": [
                    "vendor/bin/phpcbf --standard=phpcs.xml ."
                ],
                "lint": [
                    "vendor/bin/phpcs --standard=phpcs.xml -s ."
                ],
                "test": [
                    "codecept run wpunit"
                ],
                "test-coverage": [
                    "codecept run wpunit --coverage wpunit.cov",
                    "phpcov merge --php tests/_output/merged.cov --html tests/_output/html tests/_output;",
                    "echo \"open tests/_output/html/index.html\" to view the report"
                ]
            },
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Micah Wood",
                    "email": "micah@wpscholar.com"
                },
                {
                    "name": "Evan Mullins",
                    "email": "evanrm@gmail.com"
                },
                {
                    "name": "Al Ani",
                    "email": "hey@alani.dev"
                }
            ],
            "description": "A Module for handling WordPress brand plugins activations",
            "support": {
                "source": "https://github.com/newfold-labs/wp-module-activation/tree/1.0.12",
                "issues": "https://github.com/newfold-labs/wp-module-activation/issues"
            },
            "install-path": "../newfold-labs/wp-module-activation"
        },
        {
            "name": "newfold-labs/wp-module-ai",
            "version": "1.3.3",
            "version_normalized": "1.3.3.0",
            "source": {
                "type": "git",
                "url": "https://github.com/newfold-labs/wp-module-ai.git",
                "reference": "7c09b17287d1c02a4801d80588c6500562738e73"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/newfold-labs/wp-module-ai/zipball/7c09b17287d1c02a4801d80588c6500562738e73",
                "reference": "7c09b17287d1c02a4801d80588c6500562738e73",
                "shasum": ""
            },
            "require": {
                "newfold-labs/wp-module-data": "^2.8.6",
                "newfold-labs/wp-module-installer": "^1.6.4"
            },
            "require-dev": {
                "newfold-labs/wp-php-standards": "^1.2",
                "wp-cli/i18n-command": "^2.6.5"
            },
            "time": "2025-08-25T15:11:37+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "NewfoldLabs\\WP\\Module\\AI\\": "includes"
                },
                "files": [
                    "bootstrap.php"
                ]
            },
            "scripts": {
                "fix": [
                    "vendor/bin/phpcbf . --standard=phpcs.xml"
                ],
                "lint": [
                    "vendor/bin/phpcs . --standard=phpcs.xml -s"
                ],
                "i18n-pot": [
                    "vendor/bin/wp i18n make-pot . ./languages/wp-module-ai.pot --headers='{\"Report-Msgid-Bugs-To\":\"https://github.com/newfold-labs/wp-module-ai/issues\",\"POT-Creation-Date\":\"2025-02-13T09:55:55+00:00\"}'"
                ],
                "i18n-po": [
                    "vendor/bin/wp i18n update-po ./languages/wp-module-ai.pot ./languages"
                ],
                "i18n-mo": [
                    "vendor/bin/wp i18n make-mo ./languages"
                ],
                "i18n-php": [
                    "vendor/bin/wp i18n make-php ./languages"
                ],
                "i18n-json": [
                    "rm -f languages/*.json && vendor/bin/wp i18n make-json ./languages --no-purge --pretty-print"
                ],
                "i18n": [
                    "@i18n-pot",
                    "@i18n-po",
                    "@i18n-mo",
                    "@i18n-php",
                    "@i18n-json"
                ],
                "i18n-ci-pre": [
                    "@i18n-pot",
                    "@i18n-po"
                ],
                "i18n-ci-post": [
                    "@i18n-json",
                    "@i18n-php"
                ]
            },
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Micah Wood",
                    "email": "micah@bluehost.com"
                }
            ],
            "description": "A module for providing artificial intelligence capabilities.",
            "support": {
                "source": "https://github.com/newfold-labs/wp-module-ai/tree/1.3.3",
                "issues": "https://github.com/newfold-labs/wp-module-ai/issues"
            },
            "install-path": "../newfold-labs/wp-module-ai"
        },
        {
            "name": "newfold-labs/wp-module-atomic",
            "version": "1.4.0",
            "version_normalized": "1.4.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/newfold-labs/wp-module-atomic.git",
                "reference": "4f57f7b0cb124d97f767c2dd11c93dbee81a8ea9"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/newfold-labs/wp-module-atomic/zipball/4f57f7b0cb124d97f767c2dd11c93dbee81a8ea9",
                "reference": "4f57f7b0cb124d97f767c2dd11c93dbee81a8ea9",
                "shasum": ""
            },
            "require": {
                "newfold-labs/wp-module-context": "^1.0"
            },
            "require-dev": {
                "newfold-labs/wp-php-standards": "^1.2.3"
            },
            "time": "2025-12-12T19:27:50+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "NewfoldLabs\\WP\\Module\\Atomic\\": "includes"
                },
                "files": [
                    "bootstrap.php"
                ]
            },
            "scripts": {
                "fix": [
                    "vendor/bin/phpcbf . --standard=phpcs.xml"
                ],
                "lint": [
                    "vendor/bin/phpcs . --standard=phpcs.xml -s"
                ]
            },
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Evan Mullins",
                    "homepage": "https://evanmullins.com"
                }
            ],
            "description": "A module to customize a brand plugin for wp cloud environments.",
            "support": {
                "source": "https://github.com/newfold-labs/wp-module-atomic/tree/1.4.0",
                "issues": "https://github.com/newfold-labs/wp-module-atomic/issues"
            },
            "install-path": "../newfold-labs/wp-module-atomic"
        },
        {
            "name": "newfold-labs/wp-module-coming-soon",
            "version": "2.1.2",
            "version_normalized": "2.1.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/newfold-labs/wp-module-coming-soon.git",
                "reference": "e9f8f45821a149227ce2cd4033d87a0fc79bc073"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/newfold-labs/wp-module-coming-soon/zipball/e9f8f45821a149227ce2cd4033d87a0fc79bc073",
                "reference": "e9f8f45821a149227ce2cd4033d87a0fc79bc073",
                "shasum": ""
            },
            "require": {
                "newfold-labs/wp-module-data": "^2.6.8",
                "wp-forge/wp-upgrade-handler": "^1.0"
            },
            "require-dev": {
                "johnpbloch/wordpress": "@stable",
                "lucatume/wp-browser": "*",
                "newfold-labs/wp-php-standards": "^1.2.4",
                "phpunit/phpcov": "*",
                "wp-cli/i18n-command": "^2.6.3"
            },
            "time": "2025-09-29T14:59:51+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "NewfoldLabs\\WP\\Module\\ComingSoon\\": "includes"
                },
                "files": [
                    "bootstrap.php"
                ]
            },
            "scripts": {
                "fix": [
                    "vendor/bin/phpcbf . --standard=phpcs.xml"
                ],
                "i18n": [
                    "@i18n-pot",
                    "@i18n-po",
                    "@i18n-php",
                    "@i18n-json"
                ],
                "i18n-ci-pre": [
                    "@i18n-pot",
                    "@i18n-po"
                ],
                "i18n-ci-post": [
                    "@i18n-json",
                    "@i18n-php"
                ],
                "i18n-json": [
                    "find ./languages -name \"*.json\" -exec rm {} \\; && vendor/bin/wp i18n make-json ./languages --no-purge --pretty-print"
                ],
                "i18n-mo": [
                    "vendor/bin/wp i18n make-mo ./languages"
                ],
                "i18n-php": [
                    "vendor/bin/wp i18n make-php ./languages"
                ],
                "i18n-po": [
                    "vendor/bin/wp i18n update-po ./languages/wp-module-coming-soon.pot ./languages"
                ],
                "i18n-pot": [
                    "vendor/bin/wp i18n make-pot . ./languages/wp-module-coming-soon.pot --domain=wp-module-coming-soon --headers='{\"Report-Msgid-Bugs-To\":\"https://github.com/newfold-labs/wp-module-coming-soon/issues\",\"POT-Creation-Date\":\"2025-02-13T09:55:55+00:00\"}' --exclude=wordpress,assets,tests,src"
                ],
                "lint": [
                    "vendor/bin/phpcs . --standard=phpcs.xml -s"
                ],
                "test": [
                    "codecept run wpunit"
                ],
                "test-coverage": [
                    "codecept run wpunit --coverage wpunit.cov",
                    "phpcov merge --php tests/_output/merged.cov --html tests/_output/html tests/_output;",
                    "echo \"open tests/_output/html/index.html\" to view the report"
                ]
            },
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Evan Mullins",
                    "homepage": "https://evanmullins.com"
                }
            ],
            "description": "Coming Soon module for WordPress sites.",
            "support": {
                "source": "https://github.com/newfold-labs/wp-module-coming-soon/tree/2.1.2",
                "issues": "https://github.com/newfold-labs/wp-module-coming-soon/issues"
            },
            "install-path": "../newfold-labs/wp-module-coming-soon"
        },
        {
            "name": "newfold-labs/wp-module-context",
            "version": "1.0.2",
            "version_normalized": "1.0.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/newfold-labs/wp-module-context.git",
                "reference": "46c3fb5f0df3eb1e016b04310a1edb274e00fde9"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/newfold-labs/wp-module-context/zipball/46c3fb5f0df3eb1e016b04310a1edb274e00fde9",
                "reference": "46c3fb5f0df3eb1e016b04310a1edb274e00fde9",
                "shasum": ""
            },
            "require": {
                "wp-forge/helpers": "^2.0"
            },
            "require-dev": {
                "johnpbloch/wordpress": "@stable",
                "lucatume/wp-browser": "*",
                "newfold-labs/wp-php-standards": "^1.2",
                "phpunit/phpcov": "*"
            },
            "time": "2025-06-06T22:13:44+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "NewfoldLabs\\WP\\Context\\": "includes"
                },
                "files": [
                    "includes/functions.php",
                    "bootstrap.php"
                ]
            },
            "scripts": {
                "fix": [
                    "vendor/bin/phpcbf . --standard=phpcs.xml"
                ],
                "lint": [
                    "vendor/bin/phpcs . --standard=phpcs.xml -s"
                ],
                "test": [
                    "codecept run wpunit"
                ],
                "test-coverage": [
                    "codecept run wpunit --coverage wpunit.cov",
                    "phpcov merge --php tests/_output/merged.cov --html tests/_output/html tests/_output;",
                    "echo \"open tests/_output/html/index.html\" to view the report"
                ]
            },
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Evan Mullins",
                    "homepage": "https://evanmullins.com"
                }
            ],
            "description": "Newfold module to determine context for various brands and platforms.",
            "support": {
                "source": "https://github.com/newfold-labs/wp-module-context/tree/1.0.2",
                "issues": "https://github.com/newfold-labs/wp-module-context/issues"
            },
            "install-path": "../newfold-labs/wp-module-context"
        },
        {
            "name": "newfold-labs/wp-module-data",
            "version": "2.9.1",
            "version_normalized": "2.9.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/newfold-labs/wp-module-data.git",
                "reference": "7eaa7d783fa04bca4382a9b479c73ff3be7d11ff"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/newfold-labs/wp-module-data/zipball/7eaa7d783fa04bca4382a9b479c73ff3be7d11ff",
                "reference": "7eaa7d783fa04bca4382a9b479c73ff3be7d11ff",
                "shasum": ""
            },
            "require": {
                "ext-json": "*",
                "newfold-labs/wp-module-context": "^1.0",
                "newfold-labs/wp-module-loader": "^1.0.10",
                "wp-forge/helpers": "^2.0",
                "wp-forge/wp-query-builder": "^1.0.4",
                "wp-forge/wp-upgrade-handler": "^1.0",
                "wpscholar/url": "^1.2.2"
            },
            "require-dev": {
                "10up/wp_mock": "^0.5.0|^1.0.0",
                "brianhenryie/composer-phpstorm": ">=0.4",
                "johnpbloch/wordpress": ">=6.5.3",
                "kporras07/composer-symlinks": "^1.2",
                "lucatume/wp-browser": "^3.5.8",
                "newfold-labs/wp-php-standards": "^1.2.3",
                "newfold-labs/wp-plugin-bluehost": "dev-latest-zip",
                "phpunit/phpcov": "^8.2.1",
                "wpackagist-plugin/jetpack": "^14.0",
                "wpackagist-plugin/woocommerce": ">=9",
                "wpackagist-plugin/woocommerce-payments": "^8.7",
                "wpackagist-theme/twentytwentyfive": "*"
            },
            "time": "2025-12-12T19:08:04+00:00",
            "type": "library",
            "extra": {
                "symlinks": {
                    ".": "wp-content/plugins/wp-module-data"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "NewfoldLabs\\WP\\Module\\Data\\": "includes/"
                },
                "files": [
                    "bootstrap.php"
                ]
            },
            "autoload-dev": {
                "psr-4": {
                    "NewfoldLabs\\WP\\Module\\Data\\": [
                        "tests/phpunit/includes/",
                        "tests/wpunit/includes"
                    ]
                },
                "classmap": [
                    "wordpress",
                    "tests/phpunit",
                    "tests/wpunit"
                ]
            },
            "scripts": {
                "fix": [
                    "vendor/bin/phpcbf . --standard=phpcs.xml"
                ],
                "cs-changes": [
                    "updated_files=$(echo $(git diff --name-only `git merge-base origin/main HEAD` | grep php)); if [ -n \"$updated_files\" ]; then phpcbf $(echo $updated_files); phpcs $(echo $updated_files); else echo \"No modified .php files for PHPCS.\"; fi;"
                ],
                "lint": [
                    "vendor/bin/phpcs . --standard=phpcs.xml -s"
                ],
                "create-symlinks": [
                    "Kporras07\\ComposerSymlinks\\ScriptHandler::createSymlinks"
                ],
                "test": [
                    "phpunit --bootstrap tests/phpunit/bootstrap.php",
                    "codecept run wpunit"
                ],
                "test-coverage": [
                    "if [ -d \"tests/_output/merged.cov\" ]; then rm -rf tests/_output/merged.cov; fi;",
                    "phpunit --bootstrap tests/phpunit/bootstrap.php --coverage-php tests/_output/unit.cov --coverage-text",
                    "codecept run wpunit --coverage wpunit.cov",
                    "phpcov merge --php tests/_output/merged.cov --html tests/_output/html tests/_output;",
                    "git diff main...head > /tmp/main.diff; phpcov patch-coverage --path-prefix $(pwd) ./tests/_output/merged.cov /tmp/main.diff || true",
                    "echo \"open tests/_output/html/index.html\" to view the report"
                ],
                "post-install-cmd": [
                    "@create-symlinks"
                ],
                "post-update-cmd": [
                    "@create-symlinks"
                ]
            },
            "license": [
                "GPL-2.0-or-later"
            ],
            "description": "Newfold Data Module",
            "support": {
                "source": "https://github.com/newfold-labs/wp-module-data/tree/2.9.1",
                "issues": "https://github.com/newfold-labs/wp-module-data/issues"
            },
            "install-path": "../newfold-labs/wp-module-data"
        },
        {
            "name": "newfold-labs/wp-module-deactivation",
            "version": "1.5.2",
            "version_normalized": "1.5.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/newfold-labs/wp-module-deactivation.git",
                "reference": "a56e83510817e42113a47c609ad3bb8b60478d3e"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/newfold-labs/wp-module-deactivation/zipball/a56e83510817e42113a47c609ad3bb8b60478d3e",
                "reference": "a56e83510817e42113a47c609ad3bb8b60478d3e",
                "shasum": ""
            },
            "require": {
                "newfold-labs/wp-module-data": "^2.8.5"
            },
            "require-dev": {
                "johnpbloch/wordpress": "@stable",
                "lucatume/wp-browser": "*",
                "newfold-labs/wp-php-standards": "^1.2",
                "phpunit/phpcov": "*",
                "wp-cli/i18n-command": "^2.6"
            },
            "time": "2025-06-30T22:01:30+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "NewfoldLabs\\WP\\Module\\Deactivation\\": "includes"
                },
                "files": [
                    "bootstrap.php"
                ]
            },
            "scripts": {
                "fix": [
                    "vendor/bin/phpcbf --standard=phpcs.xml ."
                ],
                "i18n": [
                    "@i18n-pot",
                    "@i18n-po",
                    "@i18n-php",
                    "@i18n-json"
                ],
                "i18n-json": [
                    "rm -f languages/*.json && vendor/bin/wp i18n make-json ./languages --no-purge --pretty-print"
                ],
                "i18n-mo": [
                    "vendor/bin/wp i18n make-mo ./languages"
                ],
                "i18n-php": [
                    "vendor/bin/wp i18n make-php ./languages"
                ],
                "i18n-po": [
                    "vendor/bin/wp i18n update-po ./languages/wp-module-deactivation.pot ./languages"
                ],
                "i18n-pot": [
                    "vendor/bin/wp i18n make-pot . ./languages/wp-module-deactivation.pot --headers='{\"Report-Msgid-Bugs-To\":\"https://github.com/newfold-labs/wp-module-deactivation/issues\",\"POT-Creation-Date\":\"2024-12-12T07:59:34+00:00\"}' --exclude=tests,wordpress"
                ],
                "lint": [
                    "vendor/bin/phpcs --standard=phpcs.xml -s ."
                ],
                "test": [
                    "codecept run wpunit"
                ],
                "test-coverage": [
                    "codecept run wpunit --coverage wpunit.cov",
                    "phpcov merge --php tests/_output/merged.cov --html tests/_output/html tests/_output;",
                    "echo \"open tests/_output/html/index.html\" to view the report"
                ]
            },
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Micah Wood",
                    "email": "micah@wpscholar.com"
                },
                {
                    "name": "Evan Mullins",
                    "homepage": "https://evanmullins.com"
                },
                {
                    "name": "Al Ani",
                    "email": "hey@alani.dev"
                }
            ],
            "description": "A Module for handling WordPress brand plugins and modules deactivations",
            "support": {
                "source": "https://github.com/newfold-labs/wp-module-deactivation/tree/1.5.2",
                "issues": "https://github.com/newfold-labs/wp-module-deactivation/issues"
            },
            "install-path": "../newfold-labs/wp-module-deactivation"
        },
        {
            "name": "newfold-labs/wp-module-ecommerce",
            "version": "2.1.0",
            "version_normalized": "2.1.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/newfold-labs/wp-module-ecommerce.git",
                "reference": "f7239298b7fd7ffc731d0aaaaa5819fd56691519"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/newfold-labs/wp-module-ecommerce/zipball/f7239298b7fd7ffc731d0aaaaa5819fd56691519",
                "reference": "f7239298b7fd7ffc731d0aaaaa5819fd56691519",
                "shasum": ""
            },
            "require": {
                "newfold-labs/wp-module-installer": "^1.7.1",
                "newfold-labs/wp-module-onboarding-data": "^1.2.20"
            },
            "require-dev": {
                "johnpbloch/wordpress": "@stable",
                "lucatume/wp-browser": "*",
                "newfold-labs/wp-php-standards": "@stable",
                "phpunit/phpcov": "*",
                "wp-cli/i18n-command": "@stable",
                "wp-cli/wp-cli-bundle": "@stable"
            },
            "time": "2026-01-06T16:13:55+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "NewfoldLabs\\WP\\Module\\ECommerce\\": "includes"
                },
                "files": [
                    "bootstrap.php"
                ]
            },
            "scripts": {
                "fix": [
                    "vendor/bin/phpcbf --standard=phpcs.xml ."
                ],
                "i18n": [
                    "@i18n-pot",
                    "@i18n-po",
                    "@i18n-php",
                    "@i18n-json"
                ],
                "i18n-ci-pre": [
                    "@i18n-pot",
                    "@i18n-po"
                ],
                "i18n-ci-post": [
                    "@i18n-json",
                    "@i18n-php"
                ],
                "i18n-json": [
                    "rm -f languages/*.json && vendor/bin/wp i18n make-json ./languages --no-purge --pretty-print"
                ],
                "i18n-mo": [
                    "vendor/bin/wp i18n make-mo ./languages"
                ],
                "i18n-php": [
                    "vendor/bin/wp i18n make-php ./languages"
                ],
                "i18n-po": [
                    "vendor/bin/wp i18n update-po ./languages/wp-module-ecommerce.pot ./languages"
                ],
                "i18n-pot": [
                    "vendor/bin/wp i18n make-pot . ./languages/wp-module-ecommerce.pot --domain=wp-module-ecommerce --headers='{\"Report-Msgid-Bugs-To\":\"https://github.com/newfold-labs/wp-module-ecommerce/issues\",\"POT-Creation-Date\":\"2024-11-18T11:38:47+00:00\"}' --exclude=tests,src,wordpress"
                ],
                "lint": [
                    "vendor/bin/phpcs --standard=phpcs.xml -s ."
                ],
                "test": [
                    "codecept run wpunit"
                ],
                "test-coverage": [
                    "codecept run wpunit --coverage wpunit.cov",
                    "phpcov merge --php tests/_output/merged.cov --html tests/_output/html tests/_output;",
                    "echo \"open tests/_output/html/index.html\" to view the report"
                ]
            },
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Beyond",
                    "email": "team-spartans@newfold.com"
                }
            ],
            "description": "Brand Agnostic eCommerce Experience",
            "support": {
                "source": "https://github.com/newfold-labs/wp-module-ecommerce/tree/2.1.0",
                "issues": "https://github.com/newfold-labs/wp-module-ecommerce/issues"
            },
            "install-path": "../newfold-labs/wp-module-ecommerce"
        },
        {
            "name": "newfold-labs/wp-module-editor-chat",
            "version": "1.0.8",
            "version_normalized": "1.0.8.0",
            "source": {
                "type": "git",
                "url": "https://github.com/newfold-labs/wp-module-editor-chat.git",
                "reference": "e0b55d534cb0fbac34c24e9ea1a8425a4399f83e"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/newfold-labs/wp-module-editor-chat/zipball/e0b55d534cb0fbac34c24e9ea1a8425a4399f83e",
                "reference": "e0b55d534cb0fbac34c24e9ea1a8425a4399f83e",
                "shasum": ""
            },
            "require-dev": {
                "newfold-labs/wp-php-standards": "^1.2.5",
                "wp-cli/i18n-command": "^2.6.3"
            },
            "time": "2025-12-17T22:26:33+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "NewfoldLabs\\WP\\Module\\EditorChat\\": "includes/"
                },
                "files": [
                    "bootstrap.php"
                ]
            },
            "scripts": {
                "lint": [
                    "vendor/bin/phpcs . --ignore=*/build/* --standard=phpcs.xml -d error_reporting=\"E_ALL&~E_DEPRECATED\""
                ],
                "clean": [
                    "vendor/bin/phpcbf . --ignore=*/build/* --standard=phpcs.xml -d error_reporting=\"E_ALL&~E_DEPRECATED\""
                ],
                "i18n-pot": [
                    "vendor/bin/wp i18n make-pot . ./languages/nfd-wonder-blocks.pot --headers='{\"Report-Msgid-Bugs-To\":\"https://github.com/newfold-labs/wp-module-patterns/issues\",\"POT-Creation-Date\":\"2025-02-13T09:55:55+00:00\"}' --exclude=tests,src,wordpress --domain=nfd-wonder-blocks"
                ],
                "i18n-po": [
                    "vendor/bin/wp i18n update-po ./languages/nfd-wonder-blocks.pot ./languages"
                ],
                "i18n-mo": [
                    "vendor/bin/wp i18n make-mo ./languages"
                ],
                "i18n-php": [
                    "vendor/bin/wp i18n make-php ./languages"
                ],
                "i18n-json": [
                    "find ./languages -name \"*.json\" -exec rm {} \\; && vendor/bin/wp i18n make-json ./languages --no-purge --pretty-print"
                ],
                "i18n": [
                    "@i18n-pot",
                    "@i18n-po",
                    "@i18n-php",
                    "@i18n-json"
                ],
                "i18n-ci-pre": [
                    "@i18n-pot",
                    "@i18n-po"
                ],
                "i18n-ci-post": [
                    "@i18n-json",
                    "@i18n-php"
                ],
                "test": [
                    "codecept run wpunit"
                ],
                "test-coverage": [
                    "codecept run wpunit --coverage wpunit.cov",
                    "phpcov merge --php tests/_output/merged.cov --html tests/_output/html tests/_output;",
                    "echo \"open tests/_output/html/index.html\" to view the report"
                ]
            },
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Hristina Conjic",
                    "email": "hristina.conjic@newfold.com"
                }
            ],
            "description": "Site Editor AI Chat",
            "support": {
                "source": "https://github.com/newfold-labs/wp-module-editor-chat/tree/1.0.8",
                "issues": "https://github.com/newfold-labs/wp-module-editor-chat/issues"
            },
            "install-path": "../newfold-labs/wp-module-editor-chat"
        },
        {
            "name": "newfold-labs/wp-module-facebook",
            "version": "1.2.1",
            "version_normalized": "1.2.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/newfold-labs/wp-module-facebook.git",
                "reference": "4d1e7d7790e8b6bf552df0ee911fe8e31154f69c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/newfold-labs/wp-module-facebook/zipball/4d1e7d7790e8b6bf552df0ee911fe8e31154f69c",
                "reference": "4d1e7d7790e8b6bf552df0ee911fe8e31154f69c",
                "shasum": ""
            },
            "require": {
                "newfold-labs/wp-module-data": "^2.6.9",
                "newfold-labs/wp-module-loader": "^1.0.10"
            },
            "require-dev": {
                "newfold-labs/wp-php-standards": "^1.2",
                "wp-cli/i18n-command": "^2.6.3"
            },
            "time": "2025-03-10T21:47:32+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "NewfoldLabs\\WP\\Module\\Facebook\\": "includes/"
                },
                "files": [
                    "bootstrap.php"
                ]
            },
            "scripts": {
                "fix": [
                    "vendor/bin/phpcbf --standard=phpcs.xml ."
                ],
                "i18n-pot": [
                    "vendor/bin/wp i18n make-pot . ./languages/wp-module-facebook.pot --headers='{\"Report-Msgid-Bugs-To\":\"https://github.com/newfold-labs/wp-module-facebook/issues\",\"POT-Creation-Date\":\"2025-02-13T09:55:55+00:00\"}' --exclude=node_modules,src"
                ],
                "i18n-po": [
                    "vendor/bin/wp i18n update-po ./languages/wp-module-facebook.pot ./languages"
                ],
                "i18n-mo": [
                    "vendor/bin/wp i18n make-mo ./languages"
                ],
                "i18n-php": [
                    "vendor/bin/wp i18n make-php ./languages"
                ],
                "i18n-json": [
                    "rm -f languages/*.json && vendor/bin/wp i18n make-json ./languages --no-purge --pretty-print"
                ],
                "i18n": [
                    "@i18n-pot",
                    "@i18n-po",
                    "@i18n-php",
                    "@i18n-json"
                ],
                "lint": [
                    "vendor/bin/phpcs --standard=phpcs.xml -s ."
                ]
            },
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Beyond",
                    "email": "team-spartans@newfold.com"
                }
            ],
            "description": "Module connects to Customers Facebook profile and fetches data",
            "support": {
                "source": "https://github.com/newfold-labs/wp-module-facebook/tree/1.2.1",
                "issues": "https://github.com/newfold-labs/wp-module-facebook/issues"
            },
            "install-path": "../newfold-labs/wp-module-facebook"
        },
        {
            "name": "newfold-labs/wp-module-features",
            "version": "1.5.1",
            "version_normalized": "1.5.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/newfold-labs/wp-module-features.git",
                "reference": "c88f1aec2b87996186a0a8e70fd6100b966079d8"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/newfold-labs/wp-module-features/zipball/c88f1aec2b87996186a0a8e70fd6100b966079d8",
                "reference": "c88f1aec2b87996186a0a8e70fd6100b966079d8",
                "shasum": ""
            },
            "require": {
                "wp-forge/wp-options": "^1.1.1"
            },
            "require-dev": {
                "johnpbloch/wordpress": "@stable",
                "lucatume/wp-browser": "*",
                "newfold-labs/wp-php-standards": "^1.2.3",
                "phpunit/phpcov": "*",
                "wp-cli/i18n-command": "^2.6.3"
            },
            "time": "2025-07-18T17:05:47+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "NewfoldLabs\\WP\\Module\\Features\\": "includes"
                },
                "files": [
                    "includes/functions.php"
                ]
            },
            "scripts": {
                "fix": [
                    "vendor/bin/phpcbf . --standard=phpcs.xml"
                ],
                "i18n": [
                    "@i18n-pot",
                    "@i18n-po",
                    "@i18n-mo",
                    "@i18n-php",
                    "@i18n-json"
                ],
                "i18n-ci-pre": [
                    "@i18n-pot",
                    "@i18n-po"
                ],
                "i18n-ci-post": [
                    "@i18n-json",
                    "@i18n-php"
                ],
                "i18n-json": [
                    "rm -f languages/*.json && vendor/bin/wp i18n make-json ./languages --no-purge --pretty-print"
                ],
                "i18n-mo": [
                    "vendor/bin/wp i18n make-mo ./languages"
                ],
                "i18n-php": [
                    "vendor/bin/wp i18n make-php ./languages"
                ],
                "i18n-po": [
                    "vendor/bin/wp i18n update-po ./languages/wp-module-features.pot ./languages"
                ],
                "i18n-pot": [
                    "vendor/bin/wp i18n make-pot . ./languages/wp-module-features.pot --headers='{\"Report-Msgid-Bugs-To\":\"https://github.com/newfold-labs/wp-module-features/issues\",\"POT-Creation-Date\":\"2025-02-13T09:55:55+00:00\"}' --exclude=wordpress,assets,tests,src"
                ],
                "lint": [
                    "vendor/bin/phpcs . --standard=phpcs.xml -s"
                ],
                "test": [
                    "codecept run wpunit"
                ],
                "test-coverage": [
                    "codecept run wpunit --coverage wpunit.cov",
                    "phpcov merge --php tests/_output/merged.cov --html tests/_output/html tests/_output;",
                    "echo \"open tests/_output/html/index.html\" to view the report"
                ]
            },
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Micah Wood",
                    "homepage": "https://wpscholar.com"
                },
                {
                    "name": "Evan Mullins",
                    "homepage": "https://evanmullins.com"
                }
            ],
            "description": "A module for providing an interface for features.",
            "support": {
                "source": "https://github.com/newfold-labs/wp-module-features/tree/1.5.1",
                "issues": "https://github.com/newfold-labs/wp-module-features/issues"
            },
            "install-path": "../newfold-labs/wp-module-features"
        },
        {
            "name": "newfold-labs/wp-module-global-ctb",
            "version": "1.3.2",
            "version_normalized": "1.3.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/newfold-labs/wp-module-global-ctb.git",
                "reference": "1c9179cc9b86a82920fd3933332b92d12cd97d07"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/newfold-labs/wp-module-global-ctb/zipball/1c9179cc9b86a82920fd3933332b92d12cd97d07",
                "reference": "1c9179cc9b86a82920fd3933332b92d12cd97d07",
                "shasum": ""
            },
            "require-dev": {
                "newfold-labs/wp-php-standards": "^1.2"
            },
            "time": "2025-11-14T20:32:33+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "NewfoldLabs\\WP\\Module\\GlobalCTB\\": "includes"
                },
                "files": [
                    "bootstrap.php"
                ]
            },
            "scripts": {
                "fix": [
                    "vendor/bin/phpcbf . --standard=phpcs.xml"
                ],
                "lint": [
                    "vendor/bin/phpcs . --standard=phpcs.xml -s"
                ]
            },
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Evan Mullins",
                    "homepage": "https://evanmullins.com"
                }
            ],
            "description": "Newfold module for 'Click to Buy' functionality in brand plugins",
            "support": {
                "source": "https://github.com/newfold-labs/wp-module-global-ctb/tree/1.3.2",
                "issues": "https://github.com/newfold-labs/wp-module-global-ctb/issues"
            },
            "install-path": "../newfold-labs/wp-module-global-ctb"
        },
        {
            "name": "newfold-labs/wp-module-help-center",
            "version": "2.5.5",
            "version_normalized": "2.5.5.0",
            "source": {
                "type": "git",
                "url": "https://github.com/newfold-labs/wp-module-help-center.git",
                "reference": "942c6e46bf19603e5401ec9948367e392eff1dff"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/newfold-labs/wp-module-help-center/zipball/942c6e46bf19603e5401ec9948367e392eff1dff",
                "reference": "942c6e46bf19603e5401ec9948367e392eff1dff",
                "shasum": ""
            },
            "require": {
                "newfold-labs/wp-module-ai": "^1.3.3",
                "newfold-labs/wp-module-data": "^2.8.7",
                "newfold-labs/wp-module-features": "^1.5.0",
                "typesense/typesense-php": "^2.0.4"
            },
            "require-dev": {
                "johnpbloch/wordpress": "6.8.3",
                "lucatume/wp-browser": "*",
                "newfold-labs/wp-php-standards": "@stable",
                "phpunit/phpcov": "*",
                "wp-cli/i18n-command": "^2.6.3"
            },
            "time": "2025-12-10T08:23:05+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "NewfoldLabs\\WP\\Module\\HelpCenter\\": "includes"
                },
                "files": [
                    "bootstrap.php"
                ]
            },
            "scripts": {
                "fix": [
                    "vendor/bin/phpcbf --standard=phpcs.xml ."
                ],
                "i18n": [
                    "@i18n-pot",
                    "@i18n-po",
                    "@i18n-php",
                    "@i18n-json"
                ],
                "i18n-ci-pre": [
                    "@i18n-pot",
                    "@i18n-po"
                ],
                "i18n-ci-post": [
                    "@i18n-json",
                    "@i18n-php"
                ],
                "i18n-json": [
                    "rm -f languages/*.json && vendor/bin/wp i18n make-json ./languages --no-purge --pretty-print"
                ],
                "i18n-php": [
                    "vendor/bin/wp i18n make-php ./languages"
                ],
                "i18n-po": [
                    "vendor/bin/wp i18n update-po ./languages/wp-module-help-center.pot ./languages"
                ],
                "i18n-pot": [
                    "vendor/bin/wp i18n make-pot . --domain=wp-module-help-center ./languages/wp-module-help-center.pot --headers='{\"Report-Msgid-Bugs-To\":\"https://github.com/newfold-labs/wp-module-help-center/issues\",\"POT-Creation-Date\":\"2025-02-13T09:55:55+00:00\"}' --exclude=tests,src,wordpress"
                ],
                "lint": [
                    "vendor/bin/phpcs --standard=phpcs.xml -s ."
                ],
                "test": [
                    "codecept run wpunit"
                ],
                "test-coverage": [
                    "codecept run wpunit --coverage wpunit.cov",
                    "phpcov merge --php tests/_output/merged.cov --html tests/_output/html tests/_output;",
                    "echo \"open tests/_output/html/index.html\" to view the report"
                ]
            },
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Faizaan Mohammed",
                    "email": "faizaan.md@newfold.com"
                }
            ],
            "description": "HelpCenter",
            "support": {
                "source": "https://github.com/newfold-labs/wp-module-help-center/tree/2.5.5",
                "issues": "https://github.com/newfold-labs/wp-module-help-center/issues"
            },
            "install-path": "../newfold-labs/wp-module-help-center"
        },
        {
            "name": "newfold-labs/wp-module-htaccess",
            "version": "1.0.0",
            "version_normalized": "1.0.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/newfold-labs/wp-module-htaccess.git",
                "reference": "4901617e80f254c28721769555bc1f5b0c05588b"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/newfold-labs/wp-module-htaccess/zipball/4901617e80f254c28721769555bc1f5b0c05588b",
                "reference": "4901617e80f254c28721769555bc1f5b0c05588b",
                "shasum": ""
            },
            "require-dev": {
                "newfold-labs/wp-php-standards": "^1.2",
                "wp-cli/i18n-command": "^2.6.5",
                "wp-cli/wp-cli": "^2.12"
            },
            "time": "2025-09-16T09:20:11+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "NewfoldLabs\\WP\\Module\\Htaccess\\": "includes"
                },
                "files": [
                    "bootstrap.php"
                ]
            },
            "scripts": {
                "fix": [
                    "vendor/bin/phpcbf . --standard=phpcs.xml"
                ],
                "i18n-pot": [
                    "vendor/bin/wp i18n make-pot . ./languages/wp-module-hosting.pot --domain=wp-module-hosting --headers='{\"Report-Msgid-Bugs-To\":\"https://github.com/newfold-labs/wp-module-hosting/issues\",\"POT-Creation-Date\":\"2025-02-13T09:55:55+00:00\"}' --exclude=src,scripts,tests,webpack --include=build/*.min.js,includes"
                ],
                "i18n-po": [
                    "vendor/bin/wp i18n update-po ./languages/wp-module-hosting.pot ./languages"
                ],
                "i18n-php": [
                    "vendor/bin/wp i18n make-php ./languages"
                ],
                "i18n-json": [
                    "rm -f languages/*.json && vendor/bin/wp i18n make-json ./languages --no-purge --pretty-print"
                ],
                "i18n": [
                    "@i18n-pot",
                    "@i18n-po",
                    "@i18n-php",
                    "@i18n-json"
                ],
                "lint": [
                    "vendor/bin/phpcs . --standard=phpcs.xml -s"
                ]
            },
            "license": [
                "GPL-3.0-or-later"
            ],
            "authors": [
                {
                    "name": "arunshenoy99",
                    "email": "devarunshenoy99@gmail.com"
                }
            ],
            "description": "A centralized Newfold module for managing .htaccess files across Newfold brand plugins. It provides a canonical ruleset, validates syntax, prevents duplicate or conflicting directives, maintains backups, and exposes a consumer API for other modules to safely register their own rewrite fragments.",
            "support": {
                "source": "https://github.com/newfold-labs/wp-module-htaccess/tree/1.0.0",
                "issues": "https://github.com/newfold-labs/wp-module-htaccess/issues"
            },
            "install-path": "../newfold-labs/wp-module-htaccess"
        },
        {
            "name": "newfold-labs/wp-module-insights",
            "version": "1.1.0",
            "version_normalized": "1.1.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/newfold-labs/wp-module-insights.git",
                "reference": "05ea04897d5c7c2496ae575e585ab7f80b652313"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/newfold-labs/wp-module-insights/zipball/05ea04897d5c7c2496ae575e585ab7f80b652313",
                "reference": "05ea04897d5c7c2496ae575e585ab7f80b652313",
                "shasum": ""
            },
            "require": {
                "newfold-labs/wp-module-data": "^2.9.1",
                "newfold-labs/wp-module-loader": "^1.0.12"
            },
            "require-dev": {
                "newfold-labs/wp-php-standards": "^1.2.3"
            },
            "time": "2026-01-05T22:10:41+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "NewfoldLabs\\WP\\Module\\Insights\\": "includes"
                },
                "files": [
                    "bootstrap.php"
                ]
            },
            "license": [
                "GPL-3.0-or-later"
            ],
            "authors": [
                {
                    "name": "Newfold Digital",
                    "email": "hi@newfold.com"
                }
            ],
            "description": "A Newfold module that handles integration of Insights page.",
            "support": {
                "source": "https://github.com/newfold-labs/wp-module-insights/tree/1.1.0",
                "issues": "https://github.com/newfold-labs/wp-module-insights/issues"
            },
            "install-path": "../newfold-labs/wp-module-insights"
        },
        {
            "name": "newfold-labs/wp-module-install-checker",
            "version": "1.0.4",
            "version_normalized": "1.0.4.0",
            "source": {
                "type": "git",
                "url": "https://github.com/newfold-labs/wp-module-install-checker.git",
                "reference": "dabc9869e14a5449e26ca07d4c8f02a615b2466c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/newfold-labs/wp-module-install-checker/zipball/dabc9869e14a5449e26ca07d4c8f02a615b2466c",
                "reference": "dabc9869e14a5449e26ca07d4c8f02a615b2466c",
                "shasum": ""
            },
            "require-dev": {
                "johnpbloch/wordpress": "@stable",
                "lucatume/wp-browser": "*",
                "php": ">=7.3",
                "phpunit/phpcov": "*",
                "wpackagist-plugin/woocommerce": "@stable",
                "wpackagist-theme/twentysixteen": "*"
            },
            "time": "2025-06-03T18:28:04+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "bootstrap.php"
                ],
                "psr-4": {
                    "NewfoldLabs\\WP\\Module\\InstallChecker\\": "includes/"
                }
            },
            "scripts": {
                "test": [
                    "codecept run wpunit"
                ],
                "test-coverage": [
                    "codecept run wpunit --coverage wpunit.cov",
                    "phpcov merge --php tests/_output/merged.cov --html tests/_output/html tests/_output;",
                    "echo \"open tests/_output/html/index.html\" to view the report"
                ]
            },
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Micah Wood",
                    "homepage": "https://wpscholar.com"
                }
            ],
            "description": "A module that handles checking a WordPress installation to see if it is a fresh install and to fetch the estimated installation date.",
            "support": {
                "source": "https://github.com/newfold-labs/wp-module-install-checker/tree/1.0.4",
                "issues": "https://github.com/newfold-labs/wp-module-install-checker/issues"
            },
            "install-path": "../newfold-labs/wp-module-install-checker"
        },
        {
            "name": "newfold-labs/wp-module-installer",
            "version": "1.7.1",
            "version_normalized": "1.7.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/newfold-labs/wp-module-installer.git",
                "reference": "f72cd9f1b72e14d21161fe69ea2dbe495220fe3c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/newfold-labs/wp-module-installer/zipball/f72cd9f1b72e14d21161fe69ea2dbe495220fe3c",
                "reference": "f72cd9f1b72e14d21161fe69ea2dbe495220fe3c",
                "shasum": ""
            },
            "require": {
                "newfold-labs/wp-module-pls": "^1.1.2"
            },
            "require-dev": {
                "johnpbloch/wordpress": "6.9.0",
                "lucatume/wp-browser": "*",
                "newfold-labs/wp-php-standards": "^1.2.5",
                "phpunit/phpcov": "*",
                "wp-cli/i18n-command": "^2.6",
                "wp-cli/wp-cli": "^2.12"
            },
            "time": "2025-12-03T15:38:31+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "NewfoldLabs\\WP\\Module\\Installer\\": "includes"
                },
                "files": [
                    "bootstrap.php"
                ]
            },
            "scripts": {
                "fix": [
                    "vendor/bin/phpcbf --standard=phpcs.xml ."
                ],
                "i18n": [
                    "@i18n-pot",
                    "@i18n-po",
                    "@i18n-php",
                    "@i18n-json"
                ],
                "i18n-ci-pre": [
                    "@i18n-pot",
                    "@i18n-po"
                ],
                "i18n-ci-post": [
                    "@i18n-json",
                    "@i18n-php"
                ],
                "i18n-pot": [
                    "vendor/bin/wp i18n make-pot . ./languages/wp-module-installer.pot --domain=wp-module-installer --headers='{\"Report-Msgid-Bugs-To\":\"https://github.com/newfold-labs/wp-module-installer/issues\",\"POT-Creation-Date\":\"2025-02-13T09:55:55+00:00\"}' --exclude=src,wordpress"
                ],
                "i18n-po": [
                    "vendor/bin/wp i18n update-po ./languages/wp-module-installer.pot ./languages"
                ],
                "i18n-php": [
                    "vendor/bin/wp i18n make-php ./languages"
                ],
                "i18n-json": [
                    "rm -f languages/*.json && vendor/bin/wp i18n make-json ./languages --no-purge --pretty-print"
                ],
                "lint": [
                    "vendor/bin/phpcs --standard=phpcs.xml -s ."
                ],
                "test": [
                    "codecept run wpunit"
                ],
                "test-coverage": [
                    "codecept run wpunit --coverage wpunit.cov",
                    "phpcov merge --php tests/_output/merged.cov --html tests/_output/html tests/_output;",
                    "echo \"open tests/_output/html/index.html\" to view the report"
                ]
            },
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Micah Wood",
                    "email": "micah.wood@newfold.com"
                }
            ],
            "description": "An installer for WordPress plugins and themes.",
            "support": {
                "source": "https://github.com/newfold-labs/wp-module-installer/tree/1.7.1",
                "issues": "https://github.com/newfold-labs/wp-module-installer/issues"
            },
            "install-path": "../newfold-labs/wp-module-installer"
        },
        {
            "name": "newfold-labs/wp-module-link-tracker",
            "version": "1.1.4",
            "version_normalized": "1.1.4.0",
            "source": {
                "type": "git",
                "url": "https://github.com/newfold-labs/wp-module-link-tracker.git",
                "reference": "600dd65f36272491ba301b3b9cac5552c3a928d4"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/newfold-labs/wp-module-link-tracker/zipball/600dd65f36272491ba301b3b9cac5552c3a928d4",
                "reference": "600dd65f36272491ba301b3b9cac5552c3a928d4",
                "shasum": ""
            },
            "require-dev": {
                "newfold-labs/wp-php-standards": "^1.2.5",
                "wp-cli/i18n-command": "^2.6.5"
            },
            "time": "2025-09-22T18:57:13+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "NewfoldLabs\\WP\\Module\\LinkTracker\\": "includes/"
                },
                "files": [
                    "includes/functions.php",
                    "bootstrap.php"
                ]
            },
            "scripts": {
                "fix": [
                    "vendor/bin/phpcbf . --standard=phpcs.xml"
                ],
                "i18n-pot": [
                    "vendor/bin/wp i18n make-pot . ./languages/wp-module-solutions.pot --headers='{\"Report-Msgid-Bugs-To\":\"https://github.com/newfold-labs/wp-module-solutions/issues\",\"POT-Creation-Date\":\"2025-02-13T09:55:55+00:00\"}' --exclude=src,tests"
                ],
                "i18n-po": [
                    "vendor/bin/wp i18n update-po ./languages/wp-module-solutions.pot ./languages"
                ],
                "i18n-mo": [
                    "vendor/bin/wp i18n make-mo ./languages"
                ],
                "i18n-php": [
                    "vendor/bin/wp i18n make-php ./languages"
                ],
                "i18n-json": [
                    "rm -f languages/*.json && vendor/bin/wp i18n make-json ./languages --no-purge --pretty-print"
                ],
                "i18n": [
                    "@i18n-pot",
                    "@i18n-po",
                    "@i18n-php",
                    "@i18n-json"
                ],
                "lint": [
                    "vendor/bin/phpcs . --standard=phpcs.xml -s"
                ]
            },
            "license": [
                "GPL-3.0-or-later"
            ],
            "authors": [
                {
                    "name": "Carlos Rodriguez",
                    "email": "carlos.rodriguez@newfold.com"
                }
            ],
            "description": "A WordPress module that adds tracking params",
            "support": {
                "source": "https://github.com/newfold-labs/wp-module-link-tracker/tree/1.1.4",
                "issues": "https://github.com/newfold-labs/wp-module-link-tracker/issues"
            },
            "install-path": "../newfold-labs/wp-module-link-tracker"
        },
        {
            "name": "newfold-labs/wp-module-loader",
            "version": "1.0.14",
            "version_normalized": "1.0.14.0",
            "source": {
                "type": "git",
                "url": "https://github.com/newfold-labs/wp-module-loader.git",
                "reference": "8e01e4ef47c88ac8124e67ff8a0df38f823ed040"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/newfold-labs/wp-module-loader/zipball/8e01e4ef47c88ac8124e67ff8a0df38f823ed040",
                "reference": "8e01e4ef47c88ac8124e67ff8a0df38f823ed040",
                "shasum": ""
            },
            "require": {
                "newfold-labs/container": "^1.2",
                "wp-forge/collection": "^1.0",
                "wp-forge/fluent": "^1.0",
                "wp-forge/wp-options": "^1.1"
            },
            "require-dev": {
                "johnpbloch/wordpress": "6.8.3",
                "lucatume/wp-browser": "*",
                "phpunit/phpcov": "*"
            },
            "time": "2025-12-02T15:45:29+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "NewfoldLabs\\WP\\ModuleLoader\\": "includes"
                },
                "files": [
                    "bootstrap.php",
                    "includes/functions.php"
                ]
            },
            "scripts": {
                "test": [
                    "codecept run wpunit"
                ],
                "test-coverage": [
                    "codecept run wpunit --coverage wpunit.cov",
                    "phpcov merge --php tests/_output/merged.cov --html tests/_output/html tests/_output;",
                    "echo \"open tests/_output/html/index.html\" to view the report"
                ]
            },
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Micah Wood",
                    "email": "micah@wpscholar.com"
                }
            ],
            "description": "A module that handles registration and management of Newfold modules used within our WordPress plugins.",
            "support": {
                "source": "https://github.com/newfold-labs/wp-module-loader/tree/1.0.14",
                "issues": "https://github.com/newfold-labs/wp-module-loader/issues"
            },
            "install-path": "../newfold-labs/wp-module-loader"
        },
        {
            "name": "newfold-labs/wp-module-marketplace",
            "version": "3.1.2",
            "version_normalized": "3.1.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/newfold-labs/wp-module-marketplace.git",
                "reference": "66740a1edef0ab0e6217126d90ff39e8d6223288"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/newfold-labs/wp-module-marketplace/zipball/66740a1edef0ab0e6217126d90ff39e8d6223288",
                "reference": "66740a1edef0ab0e6217126d90ff39e8d6223288",
                "shasum": ""
            },
            "require": {
                "newfold-labs/wp-module-data": "^2.8.8"
            },
            "require-dev": {
                "johnpbloch/wordpress": "@stable",
                "lucatume/wp-browser": "*",
                "newfold-labs/wp-php-standards": "^1.2",
                "phpunit/phpcov": "*",
                "wp-cli/i18n-command": "^2.6.5"
            },
            "time": "2025-11-14T20:39:34+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "NewfoldLabs\\WP\\Module\\Marketplace\\": "includes"
                },
                "files": [
                    "bootstrap.php"
                ]
            },
            "scripts": {
                "fix": [
                    "vendor/bin/phpcbf --standard=phpcs.xml ."
                ],
                "i18n": [
                    "@i18n-pot",
                    "@i18n-po",
                    "@i18n-mo",
                    "@i18n-php",
                    "@i18n-json"
                ],
                "i18n-ci-pre": [
                    "@i18n-pot",
                    "@i18n-po"
                ],
                "i18n-ci-post": [
                    "@i18n-json",
                    "@i18n-php"
                ],
                "i18n-json": [
                    "rm -f languages/*.json && vendor/bin/wp i18n make-json ./languages --no-purge --pretty-print"
                ],
                "i18n-mo": [
                    "vendor/bin/wp i18n make-mo ./languages"
                ],
                "i18n-php": [
                    "vendor/bin/wp i18n make-php ./languages"
                ],
                "i18n-po": [
                    "vendor/bin/wp i18n update-po ./languages/wp-module-marketplace.pot ./languages"
                ],
                "i18n-pot": [
                    "vendor/bin/wp i18n make-pot . ./languages/wp-module-marketplace.pot --domain=wp-module-marketplace --headers='{\"Report-Msgid-Bugs-To\":\"https://github.com/newfold-labs/wp-module-marketplace/issues\",\"POT-Creation-Date\":\"2025-02-13T09:55:55+00:00\"}' --exclude=tests,wordpress"
                ],
                "lint": [
                    "vendor/bin/phpcs --standard=phpcs.xml -s ."
                ],
                "test": [
                    "codecept run wpunit"
                ],
                "test-coverage": [
                    "codecept run wpunit --coverage wpunit.cov",
                    "phpcov merge --php tests/_output/merged.cov --html tests/_output/html tests/_output;",
                    "echo \"open tests/_output/html/index.html\" to view the report"
                ]
            },
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Micah Wood",
                    "email": "micah@wpscholar.com"
                },
                {
                    "name": "Evan Mullins",
                    "email": "evanrm@gmail.com"
                }
            ],
            "description": "A module for rendering product data and interacting with the Hiive marketplace API.",
            "support": {
                "source": "https://github.com/newfold-labs/wp-module-marketplace/tree/3.1.2",
                "issues": "https://github.com/newfold-labs/wp-module-marketplace/issues"
            },
            "install-path": "../newfold-labs/wp-module-marketplace"
        },
        {
            "name": "newfold-labs/wp-module-mcp",
            "version": "1.4.2",
            "version_normalized": "1.4.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/newfold-labs/wp-module-mcp.git",
                "reference": "1c670c1f88a1b14cb264cd0d04648a62c5741081"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/newfold-labs/wp-module-mcp/zipball/1c670c1f88a1b14cb264cd0d04648a62c5741081",
                "reference": "1c670c1f88a1b14cb264cd0d04648a62c5741081",
                "shasum": ""
            },
            "require": {
                "firebase/php-jwt": "^6.10.0",
                "newfold-labs/wp-php-standards": "^1.2",
                "wordpress/abilities-api": "^0.4.0",
                "wordpress/mcp-adapter": "^0.3.0"
            },
            "time": "2025-12-17T15:37:46+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "BLU\\": "includes/"
                },
                "files": [
                    "includes/functions.php",
                    "bootstrap.php"
                ]
            },
            "scripts": {
                "fix": [
                    "vendor/bin/phpcbf . --standard=phpcs.xml"
                ],
                "lint": [
                    "vendor/bin/phpcs . --standard=phpcs.xml -s"
                ]
            },
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Micah Wood",
                    "homepage": "https://wpscholar.com"
                }
            ],
            "description": "WordPress MCP module for Newfold Labs BLU",
            "support": {
                "source": "https://github.com/newfold-labs/wp-module-mcp/tree/1.4.2",
                "issues": "https://github.com/newfold-labs/wp-module-mcp/issues"
            },
            "install-path": "../newfold-labs/wp-module-mcp"
        },
        {
            "name": "newfold-labs/wp-module-migration",
            "version": "1.6.4",
            "version_normalized": "1.6.4.0",
            "source": {
                "type": "git",
                "url": "https://github.com/newfold-labs/wp-module-migration.git",
                "reference": "f9f3cc66932f6cef32bdcb97363445fcb0b488ba"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/newfold-labs/wp-module-migration/zipball/f9f3cc66932f6cef32bdcb97363445fcb0b488ba",
                "reference": "f9f3cc66932f6cef32bdcb97363445fcb0b488ba",
                "shasum": ""
            },
            "require": {
                "instawp/connect-helpers": "^1.0.4",
                "newfold-labs/wp-module-loader": "^1.0.13"
            },
            "require-dev": {
                "johnpbloch/wordpress": "6.8.3",
                "lucatume/wp-browser": "*",
                "newfold-labs/wp-php-standards": "^1.2",
                "phpunit/phpcov": "*",
                "wp-cli/i18n-command": "^2.6.5"
            },
            "time": "2025-11-14T21:15:03+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "NewfoldLabs\\WP\\Module\\Migration\\": "includes/"
                },
                "files": [
                    "bootstrap.php"
                ]
            },
            "scripts": {
                "fix": [
                    "vendor/bin/phpcbf --standard=phpcs.xml ."
                ],
                "i18n": [
                    "@i18n-pot",
                    "@i18n-po",
                    "@i18n-php",
                    "@i18n-json"
                ],
                "i18n-ci-pre": [
                    "@i18n-pot",
                    "@i18n-po"
                ],
                "i18n-ci-post": [
                    "@i18n-json",
                    "@i18n-php"
                ],
                "i18n-json": [
                    "rm -f languages/*.json && vendor/bin/wp i18n make-json ./languages --no-purge --pretty-print"
                ],
                "i18n-mo": [
                    "vendor/bin/wp i18n make-mo ./languages"
                ],
                "i18n-php": [
                    "vendor/bin/wp i18n make-php ./languages"
                ],
                "i18n-po": [
                    "vendor/bin/wp i18n update-po ./languages/wp-module-migration.pot ./languages"
                ],
                "i18n-pot": [
                    "vendor/bin/wp i18n make-pot . ./languages/wp-module-migration.pot --domain=wp-module-migration --headers='{\"Report-Msgid-Bugs-To\":\"https://github.com/newfold-labs/wp-module-migration/issues\",\"POT-Creation-Date\":\"2025-02-13T09:55:55+00:00\"}' --exclude=src,tests,wordpress"
                ],
                "lint": [
                    "vendor/bin/phpcs --standard=phpcs.xml -s ."
                ],
                "test": [
                    "codecept run wpunit"
                ],
                "test-coverage": [
                    "codecept run wpunit --coverage wpunit.cov",
                    "phpcov merge --php tests/_output/merged.cov --html tests/_output/html tests/_output;",
                    "echo \"open tests/_output/html/index.html\" to view the report"
                ]
            },
            "authors": [
                {
                    "name": "Beyond",
                    "email": "team-spartans@newfold.com"
                }
            ],
            "description": "Initiates the migration process",
            "support": {
                "source": "https://github.com/newfold-labs/wp-module-migration/tree/1.6.4",
                "issues": "https://github.com/newfold-labs/wp-module-migration/issues"
            },
            "install-path": "../newfold-labs/wp-module-migration"
        },
        {
            "name": "newfold-labs/wp-module-next-steps",
            "version": "1.5.1",
            "version_normalized": "1.5.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/newfold-labs/wp-module-next-steps.git",
                "reference": "55953e4910d7f0a97a4464d50f3f7b94bea79811"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/newfold-labs/wp-module-next-steps/zipball/55953e4910d7f0a97a4464d50f3f7b94bea79811",
                "reference": "55953e4910d7f0a97a4464d50f3f7b94bea79811",
                "shasum": ""
            },
            "require": {
                "newfold-labs/wp-module-data": "^2.9.1",
                "newfold-labs/wp-module-loader": "^1.0.12"
            },
            "require-dev": {
                "johnpbloch/wordpress": "^6.9",
                "lucatume/wp-browser": "^3.1",
                "newfold-labs/wp-php-standards": "^1.2.5",
                "phpunit/phpcov": "^8.2.1",
                "phpunit/phpunit": "^9.6",
                "wp-cli/i18n-command": "^2.6.6",
                "yoast/phpunit-polyfills": "^1.1"
            },
            "time": "2025-12-17T21:33:35+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "NewfoldLabs\\WP\\Module\\NextSteps\\": "includes"
                },
                "files": [
                    "bootstrap.php"
                ]
            },
            "autoload-dev": {
                "psr-4": []
            },
            "scripts": {
                "fix": [
                    "vendor/bin/phpcbf . --standard=phpcs.xml"
                ],
                "i18n-pot": [
                    "vendor/bin/wp i18n make-pot . ./languages/wp-module-next-steps.pot --headers='{\"Report-Msgid-Bugs-To\":\"https://github.com/newfold-labs/wp-module-next-steps/issues\",\"POT-Creation-Date\":\"2025-06-06T06:30:00+00:00\"}' --exclude=src,tests,wordpress"
                ],
                "i18n-po": [
                    "vendor/bin/wp i18n update-po ./languages/wp-module-next-steps.pot ./languages"
                ],
                "i18n-mo": [
                    "vendor/bin/wp i18n make-mo ./languages"
                ],
                "i18n-php": [
                    "vendor/bin/wp i18n make-php ./languages"
                ],
                "i18n-json": [
                    "rm -f languages/*.json && vendor/bin/wp i18n make-json ./languages --no-purge --pretty-print"
                ],
                "i18n": [
                    "@i18n-pot",
                    "@i18n-po",
                    "@i18n-php",
                    "@i18n-json"
                ],
                "i18n-ci-pre": [
                    "@i18n-pot",
                    "@i18n-po"
                ],
                "i18n-ci-post": [
                    "@i18n-po",
                    "@i18n-php",
                    "@i18n-json"
                ],
                "lint": [
                    "vendor/bin/phpcs . --standard=phpcs.xml -s"
                ],
                "test": [
                    "codecept run wpunit"
                ],
                "test-coverage": [
                    "codecept run wpunit --coverage wpunit.cov",
                    "phpcov merge --php tests/_output/merged.cov --html tests/_output/html tests/_output",
                    "echo \"open tests/_output/html/index.html to view the report\""
                ]
            },
            "license": [
                "GPL-3.0-or-later"
            ],
            "authors": [
                {
                    "name": "Evan Mullins",
                    "homepage": "https://evanmullins.com"
                }
            ],
            "description": "A Newfold module to manage next steps for a customer in a brand plugin.",
            "support": {
                "source": "https://github.com/newfold-labs/wp-module-next-steps/tree/1.5.1",
                "issues": "https://github.com/newfold-labs/wp-module-next-steps/issues"
            },
            "install-path": "../newfold-labs/wp-module-next-steps"
        },
        {
            "name": "newfold-labs/wp-module-notifications",
            "version": "1.7.0",
            "version_normalized": "1.7.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/newfold-labs/wp-module-notifications.git",
                "reference": "8a0fb26c9d1f6314a0cfc54e5760bca413a108fd"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/newfold-labs/wp-module-notifications/zipball/8a0fb26c9d1f6314a0cfc54e5760bca413a108fd",
                "reference": "8a0fb26c9d1f6314a0cfc54e5760bca413a108fd",
                "shasum": ""
            },
            "require": {
                "newfold-labs/wp-module-data": "^2.0.0",
                "wp-forge/collection": "^1.0",
                "wp-forge/helpers": "^2.0",
                "wpscholar/url": "^1.2"
            },
            "require-dev": {
                "johnpbloch/wordpress": "@stable",
                "lucatume/wp-browser": "*",
                "newfold-labs/wp-php-standards": "^1.2",
                "phpunit/phpcov": "*"
            },
            "time": "2025-11-14T21:05:13+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "NewfoldLabs\\WP\\Module\\Notifications\\": "includes"
                },
                "files": [
                    "bootstrap.php"
                ]
            },
            "scripts": {
                "fix": [
                    "vendor/bin/phpcbf --standard=phpcs.xml ."
                ],
                "lint": [
                    "vendor/bin/phpcs --standard=phpcs.xml -s ."
                ],
                "test": [
                    "codecept run wpunit"
                ],
                "test-coverage": [
                    "codecept run wpunit --coverage wpunit.cov",
                    "phpcov merge --php tests/_output/merged.cov --html tests/_output/html tests/_output;",
                    "echo \"open tests/_output/html/index.html\" to view the report"
                ]
            },
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Micah Wood",
                    "email": "micah@wpscholar.com"
                }
            ],
            "description": "A module for managing Newfold in-site notifications.",
            "support": {
                "source": "https://github.com/newfold-labs/wp-module-notifications/tree/1.7.0",
                "issues": "https://github.com/newfold-labs/wp-module-notifications/issues"
            },
            "install-path": "../newfold-labs/wp-module-notifications"
        },
        {
            "name": "newfold-labs/wp-module-onboarding",
            "version": "3.2.15",
            "version_normalized": "3.2.15.0",
            "source": {
                "type": "git",
                "url": "https://github.com/newfold-labs/wp-module-onboarding.git",
                "reference": "4464f399ad7a2aeafa40848547eb8409803adb81"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/newfold-labs/wp-module-onboarding/zipball/4464f399ad7a2aeafa40848547eb8409803adb81",
                "reference": "4464f399ad7a2aeafa40848547eb8409803adb81",
                "shasum": ""
            },
            "require": {
                "mustache/mustache": "^2.14.2",
                "newfold-labs/wp-module-facebook": "^1.2.1",
                "newfold-labs/wp-module-migration": "^1.6.0",
                "newfold-labs/wp-module-onboarding-data": "^1.2.16",
                "newfold-labs/wp-module-patterns": "^2.10.3",
                "wp-cli/wp-config-transformer": "^1.4.1",
                "wp-forge/helpers": "^2.0"
            },
            "require-dev": {
                "johnpbloch/wordpress": "6.8.2",
                "lucatume/wp-browser": "*",
                "newfold-labs/wp-php-standards": "^1.2.5",
                "php": ">=7.3",
                "phpunit/phpcov": "*",
                "wp-cli/i18n-command": "^2.6.5",
                "wp-phpunit/wp-phpunit": "^6.8.2",
                "yoast/phpunit-polyfills": "^4.0.0"
            },
            "time": "2025-12-04T19:49:17+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "NewfoldLabs\\WP\\Module\\Onboarding\\": "includes/"
                },
                "files": [
                    "bootstrap.php"
                ]
            },
            "scripts": {
                "fix": [
                    "vendor/bin/phpcbf . --standard=phpcs.xml"
                ],
                "i18n-pot": [
                    "vendor/bin/wp i18n make-pot . ./languages/wp-module-onboarding.pot --domain=wp-module-onboarding --headers='{\"Report-Msgid-Bugs-To\":\"https://github.com/newfold-labs/wp-module-onboarding/issues\",\"POT-Creation-Date\":\"2024-11-18T07:59:34+00:00\"}' --exclude=assets,tests,src,wordpress"
                ],
                "i18n-po": [
                    "vendor/bin/wp i18n update-po ./languages/wp-module-onboarding.pot ./languages"
                ],
                "i18n-mo": [
                    "vendor/bin/wp i18n make-mo ./languages"
                ],
                "i18n-php": [
                    "vendor/bin/wp i18n make-php ./languages"
                ],
                "i18n-json": [
                    "find ./languages -type f -name \"*.po\" -print0 | xargs -0 -I {} sh -c 'name=$(basename \"$1\" .po); npx po2json languages/\"$name\".po languages/\"$name\"-nfd-onboarding.json -f jed1.x' -- {}"
                ],
                "i18n": [
                    "@i18n-pot",
                    "@i18n-po",
                    "@i18n-php",
                    "@i18n-json"
                ],
                "i18n-ci-pre": [
                    "@i18n-pot",
                    "@i18n-po"
                ],
                "i18n-ci-post": [
                    "@i18n-json",
                    "@i18n-php"
                ],
                "lint": [
                    "vendor/bin/phpcs . --standard=phpcs.xml"
                ],
                "test": [
                    "codecept run wpunit"
                ],
                "test-coverage": [
                    "codecept run wpunit --coverage wpunit.cov",
                    "phpcov merge --php tests/_output/merged.cov --html tests/_output/html tests/_output;",
                    "echo \"open tests/_output/html/index.html\" to view the report"
                ]
            },
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Dave Ryan",
                    "email": "dave@bluehost.com"
                }
            ],
            "description": "Next-generation WordPress Onboarding for WordPress sites at Newfold Digital.",
            "support": {
                "source": "https://github.com/newfold-labs/wp-module-onboarding/tree/3.2.15",
                "issues": "https://github.com/newfold-labs/wp-module-onboarding/issues"
            },
            "install-path": "../newfold-labs/wp-module-onboarding"
        },
        {
            "name": "newfold-labs/wp-module-onboarding-data",
            "version": "1.2.20",
            "version_normalized": "1.2.20.0",
            "source": {
                "type": "git",
                "url": "https://github.com/newfold-labs/wp-module-onboarding-data.git",
                "reference": "951ca801caf8f60420a1ff6012d6eecaa0c3600e"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/newfold-labs/wp-module-onboarding-data/zipball/951ca801caf8f60420a1ff6012d6eecaa0c3600e",
                "reference": "951ca801caf8f60420a1ff6012d6eecaa0c3600e",
                "shasum": ""
            },
            "require": {
                "mustache/mustache": "^2.14.2",
                "newfold-labs/wp-module-ai": "^1.3.1",
                "newfold-labs/wp-module-data": "^2.6.5",
                "newfold-labs/wp-module-install-checker": "^1.0.3",
                "newfold-labs/wp-module-installer": "^1.2.0",
                "newfold-labs/wp-module-patterns": "^2.6",
                "newfold-labs/wp-module-performance": "^3.0.0",
                "newfold-labs/wp-module-survey": "^1.0.1",
                "wp-forge/wp-upgrade-handler": "^1.0"
            },
            "require-dev": {
                "johnpbloch/wordpress": "@stable",
                "lucatume/wp-browser": "*",
                "newfold-labs/wp-php-standards": "^1.2.4",
                "phpunit/phpcov": "*",
                "wp-cli/i18n-command": "^2.6.2"
            },
            "time": "2025-12-17T21:00:38+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "NewfoldLabs\\WP\\Module\\Onboarding\\Data\\": "includes/"
                },
                "files": [
                    "includes/I18n.php"
                ]
            },
            "scripts": {
                "fix": [
                    "vendor/bin/phpcbf . --ignore=*/build/* --standard=phpcs.xml -d error_reporting=\"E_ALL&~E_DEPRECATED\""
                ],
                "i18n": [
                    "@i18n-pot",
                    "@i18n-po",
                    "@i18n-mo",
                    "@i18n-php",
                    "@i18n-json"
                ],
                "i18n-ci-pre": [
                    "@i18n-pot",
                    "@i18n-po"
                ],
                "i18n-ci-post": [
                    "@i18n-json",
                    "@i18n-php"
                ],
                "i18n-json": [
                    "rm -f languages/*.json && vendor/bin/wp i18n make-json ./languages --no-purge --pretty-print"
                ],
                "i18n-mo": [
                    "vendor/bin/wp i18n make-mo ./languages"
                ],
                "i18n-php": [
                    "vendor/bin/wp i18n make-php ./languages"
                ],
                "i18n-po": [
                    "vendor/bin/wp i18n update-po ./languages/wp-module-onboarding-data.pot ./languages"
                ],
                "i18n-pot": [
                    "vendor/bin/wp i18n make-pot . ./languages/wp-module-onboarding-data.pot --domain=wp-module-onboarding-data --headers='{\"Report-Msgid-Bugs-To\":\"https://github.com/newfold-labs/wp-module-onboarding-data/issues\",\"POT-Creation-Date\":\"2025-02-13T09:55:55+00:00\"}' --exclude=wordpress"
                ],
                "lint": [
                    "vendor/bin/phpcs . --ignore=*/build/* --standard=phpcs.xml -d error_reporting=\"E_ALL&~E_DEPRECATED\""
                ],
                "test": [
                    "codecept run wpunit"
                ],
                "test-coverage": [
                    "codecept run wpunit --coverage wpunit.cov",
                    "phpcov merge --php tests/_output/merged.cov --html tests/_output/html tests/_output;",
                    "echo \"open tests/_output/html/index.html\" to view the report"
                ]
            },
            "authors": [
                {
                    "name": "arunshenoy99",
                    "email": "devarunshenoy99@gmail.com"
                }
            ],
            "description": "A non-toggleable module containing a standardized interface for interacting with Onboarding data.",
            "support": {
                "source": "https://github.com/newfold-labs/wp-module-onboarding-data/tree/1.2.20",
                "issues": "https://github.com/newfold-labs/wp-module-onboarding-data/issues"
            },
            "install-path": "../newfold-labs/wp-module-onboarding-data"
        },
        {
            "name": "newfold-labs/wp-module-patterns",
            "version": "2.12.0",
            "version_normalized": "2.12.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/newfold-labs/wp-module-patterns.git",
                "reference": "9b6bd0acc92a3a5c1a0727b912b40903d488b7c0"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/newfold-labs/wp-module-patterns/zipball/9b6bd0acc92a3a5c1a0727b912b40903d488b7c0",
                "reference": "9b6bd0acc92a3a5c1a0727b912b40903d488b7c0",
                "shasum": ""
            },
            "require": {
                "newfold-labs/wp-module-data": "^2.9.0",
                "newfold-labs/wp-module-features": "^1.5",
                "newfold-labs/wp-module-installer": "^1.7"
            },
            "require-dev": {
                "johnpbloch/wordpress": "@stable",
                "lucatume/wp-browser": "*",
                "newfold-labs/wp-php-standards": "^1.2.5",
                "phpunit/phpcov": "*",
                "wp-cli/i18n-command": "^2.6.6"
            },
            "time": "2026-01-08T15:11:05+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "NewfoldLabs\\WP\\Module\\Patterns\\": "includes"
                },
                "files": [
                    "bootstrap.php"
                ]
            },
            "scripts": {
                "lint": [
                    "vendor/bin/phpcs . --ignore=*/build/* --standard=phpcs.xml -d error_reporting=\"E_ALL&~E_DEPRECATED\""
                ],
                "clean": [
                    "vendor/bin/phpcbf . --ignore=*/build/* --standard=phpcs.xml -d error_reporting=\"E_ALL&~E_DEPRECATED\""
                ],
                "i18n-pot": [
                    "vendor/bin/wp i18n make-pot . ./languages/nfd-wonder-blocks.pot --headers='{\"Report-Msgid-Bugs-To\":\"https://github.com/newfold-labs/wp-module-patterns/issues\",\"POT-Creation-Date\":\"2025-02-13T09:55:55+00:00\"}' --exclude=tests,src,wordpress --domain=nfd-wonder-blocks"
                ],
                "i18n-po": [
                    "vendor/bin/wp i18n update-po ./languages/nfd-wonder-blocks.pot ./languages"
                ],
                "i18n-mo": [
                    "vendor/bin/wp i18n make-mo ./languages"
                ],
                "i18n-php": [
                    "vendor/bin/wp i18n make-php ./languages"
                ],
                "i18n-json": [
                    "find ./languages -name \"*.json\" -exec rm {} \\; && vendor/bin/wp i18n make-json ./languages --no-purge --pretty-print"
                ],
                "i18n": [
                    "@i18n-pot",
                    "@i18n-po",
                    "@i18n-php",
                    "@i18n-json"
                ],
                "i18n-ci-pre": [
                    "@i18n-pot",
                    "@i18n-po"
                ],
                "i18n-ci-post": [
                    "@i18n-json",
                    "@i18n-php"
                ],
                "test": [
                    "codecept run wpunit"
                ],
                "test-coverage": [
                    "codecept run wpunit --coverage wpunit.cov",
                    "phpcov merge --php tests/_output/merged.cov --html tests/_output/html tests/_output;",
                    "echo \"open tests/_output/html/index.html\" to view the report"
                ]
            },
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Hristina Conjic",
                    "email": "hristina.conjic@newfold.com"
                }
            ],
            "description": "WordPress Cloud Patterns",
            "support": {
                "source": "https://github.com/newfold-labs/wp-module-patterns/tree/2.12.0",
                "issues": "https://github.com/newfold-labs/wp-module-patterns/issues"
            },
            "install-path": "../newfold-labs/wp-module-patterns"
        },
        {
            "name": "newfold-labs/wp-module-performance",
            "version": "3.5.6",
            "version_normalized": "3.5.6.0",
            "source": {
                "type": "git",
                "url": "https://github.com/newfold-labs/wp-module-performance.git",
                "reference": "7af9f9683a996fab3a103d4a4a0ee8bbeee6cf65"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/newfold-labs/wp-module-performance/zipball/7af9f9683a996fab3a103d4a4a0ee8bbeee6cf65",
                "reference": "7af9f9683a996fab3a103d4a4a0ee8bbeee6cf65",
                "shasum": ""
            },
            "require": {
                "newfold-labs/wp-module-context": "^1.0",
                "newfold-labs/wp-module-features": "^1.5",
                "newfold-labs/wp-module-htaccess": "^1.0",
                "newfold-labs/wp-module-installer": "^1.6",
                "wp-forge/collection": "^1.0",
                "wp-forge/wp-htaccess-manager": "^1.0",
                "wpscholar/url": "^1.2"
            },
            "require-dev": {
                "10up/wp_mock": "^0.5.0|^1.0.0",
                "johnpbloch/wordpress": "6.8.3",
                "lucatume/wp-browser": "*",
                "newfold-labs/wp-php-standards": "^1.2",
                "phpunit/phpcov": "*",
                "wp-cli/i18n-command": "^2.6",
                "wp-cli/wp-cli-bundle": "^2.8.1|^2.12"
            },
            "time": "2025-12-03T06:53:34+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "NewfoldLabs\\WP\\Module\\Performance\\": "includes"
                },
                "files": [
                    "includes/PerformanceFeature.php",
                    "includes/functions.php",
                    "bootstrap.php"
                ]
            },
            "scripts": {
                "cs-fix": [
                    "phpcbf --standard=phpcs.xml ."
                ],
                "cs-lint": [
                    "phpcs --standard=phpcs.xml -s ."
                ],
                "i18n": [
                    "@i18n-pot",
                    "@i18n-po",
                    "@i18n-json",
                    "@i18n-php"
                ],
                "i18n-ci-pre": [
                    "@i18n-pot",
                    "@i18n-po"
                ],
                "i18n-ci-post": [
                    "@i18n-json",
                    "@i18n-php"
                ],
                "i18n-json": [
                    "rm -f languages/*.json && vendor/bin/wp i18n make-json ./languages --no-purge --pretty-print"
                ],
                "i18n-mo": [
                    "vendor/bin/wp i18n make-mo ./languages"
                ],
                "i18n-php": [
                    "vendor/bin/wp --allow-root i18n make-php ./languages"
                ],
                "i18n-po": [
                    "vendor/bin/wp i18n update-po ./languages/wp-module-performance.pot ./languages"
                ],
                "i18n-pot": [
                    "vendor/bin/wp i18n make-pot . ./languages/wp-module-performance.pot --domain=wp-module-performance --headers='{\"Report-Msgid-Bugs-To\":\"https://github.com/newfold-labs/wp-module-performance/issues\",\"POT-Creation-Date\":null}' --exclude=src,tests,assets,wordpress --include=build/*.min.js"
                ],
                "test": [
                    "phpunit --bootstrap tests/phpunit/bootstrap.php",
                    "codecept run wpunit"
                ],
                "test-coverage": [
                    "codecept run wpunit --coverage wpunit.cov",
                    "phpcov merge --php tests/_output/merged.cov --html tests/_output/html tests/_output;",
                    "echo \"open tests/_output/html/index.html\" to view the report"
                ]
            },
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Micah Wood",
                    "homepage": "https://wpscholar.com"
                }
            ],
            "description": "A module for managing caching functionality.",
            "support": {
                "source": "https://github.com/newfold-labs/wp-module-performance/tree/3.5.6",
                "issues": "https://github.com/newfold-labs/wp-module-performance/issues"
            },
            "install-path": "../newfold-labs/wp-module-performance"
        },
        {
            "name": "newfold-labs/wp-module-pls",
            "version": "1.1.2",
            "version_normalized": "1.1.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/newfold-labs/wp-module-pls.git",
                "reference": "5fc0288cc74fe3a322ca6de127d6572aae080d0c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/newfold-labs/wp-module-pls/zipball/5fc0288cc74fe3a322ca6de127d6572aae080d0c",
                "reference": "5fc0288cc74fe3a322ca6de127d6572aae080d0c",
                "shasum": ""
            },
            "require": {
                "newfold-labs/wp-module-data": "^2.8"
            },
            "require-dev": {
                "newfold-labs/wp-php-standards": "^1.2",
                "wp-cli/i18n-command": "^2.6.5",
                "wp-cli/wp-cli": "^2.12"
            },
            "time": "2025-06-03T20:12:47+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "NewfoldLabs\\WP\\Module\\PLS\\": "includes"
                },
                "files": [
                    "bootstrap.php"
                ]
            },
            "scripts": {
                "fix": [
                    "vendor/bin/phpcbf . --standard=phpcs.xml"
                ],
                "i18n-pot": [
                    "vendor/bin/wp i18n make-pot . ./languages/wp-module-pls.pot --headers='{\"Report-Msgid-Bugs-To\":\"https://github.com/newfold-labs/wp-module-pls/issues\",\"POT-Creation-Date\":\"2025-02-13T09:55:55+00:00\"}'"
                ],
                "i18n-po": [
                    "vendor/bin/wp i18n update-po ./languages/wp-module-pls.pot ./languages"
                ],
                "i18n-mo": [
                    "vendor/bin/wp i18n make-mo ./languages"
                ],
                "i18n-php": [
                    "vendor/bin/wp i18n make-php ./languages"
                ],
                "i18n-json": [
                    "rm -f languages/*.json && vendor/bin/wp i18n make-json ./languages --no-purge --pretty-print"
                ],
                "i18n": [
                    "@i18n-pot",
                    "@i18n-po",
                    "@i18n-mo",
                    "@i18n-php",
                    "@i18n-json"
                ],
                "lint": [
                    "vendor/bin/phpcs . --standard=phpcs.xml -s"
                ]
            },
            "license": [
                "GPL-3.0-or-later"
            ],
            "authors": [
                {
                    "name": "arunshenoy99",
                    "email": "devarunshenoy99@gmail.com"
                }
            ],
            "description": "A Newfold module that handles license key provisioning, validation, and other lifecycle events for registered plugins using the PLS API via Hiive.",
            "support": {
                "source": "https://github.com/newfold-labs/wp-module-pls/tree/1.1.2",
                "issues": "https://github.com/newfold-labs/wp-module-pls/issues"
            },
            "install-path": "../newfold-labs/wp-module-pls"
        },
        {
            "name": "newfold-labs/wp-module-runtime",
            "version": "1.1.3",
            "version_normalized": "1.1.3.0",
            "source": {
                "type": "git",
                "url": "https://github.com/newfold-labs/wp-module-runtime.git",
                "reference": "04362e97a281b492e523e579326f080033d5d962"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/newfold-labs/wp-module-runtime/zipball/04362e97a281b492e523e579326f080033d5d962",
                "reference": "04362e97a281b492e523e579326f080033d5d962",
                "shasum": ""
            },
            "require-dev": {
                "newfold-labs/wp-php-standards": "@stable",
                "wp-cli/i18n-command": "@stable",
                "wp-cli/wp-cli-bundle": "@stable"
            },
            "time": "2025-01-13T23:22:56+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "NewfoldLabs\\WP\\Module\\Runtime\\": "includes"
                },
                "files": [
                    "bootstrap.php"
                ]
            },
            "scripts": {
                "fix": [
                    "vendor/bin/phpcbf --standard=phpcs.xml ."
                ],
                "lint": [
                    "vendor/bin/phpcs --standard=phpcs.xml -s ."
                ]
            },
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Beyond",
                    "email": "team-spartans@newfold.com"
                }
            ],
            "description": "Runtime for Newfold WP modules and plugins",
            "support": {
                "source": "https://github.com/newfold-labs/wp-module-runtime/tree/1.1.3",
                "issues": "https://github.com/newfold-labs/wp-module-runtime/issues"
            },
            "install-path": "../newfold-labs/wp-module-runtime"
        },
        {
            "name": "newfold-labs/wp-module-secure-passwords",
            "version": "1.1.2",
            "version_normalized": "1.1.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/newfold-labs/wp-module-secure-passwords.git",
                "reference": "ebbd12c1cef4d5fcd79ba45883c8c473668c839d"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/newfold-labs/wp-module-secure-passwords/zipball/ebbd12c1cef4d5fcd79ba45883c8c473668c839d",
                "reference": "ebbd12c1cef4d5fcd79ba45883c8c473668c839d",
                "shasum": ""
            },
            "require-dev": {
                "bluehost/wp-php-standards": "^1.1",
                "wp-phpunit/wp-phpunit": "^5.9",
                "yoast/phpunit-polyfills": "^1.0"
            },
            "time": "2025-02-13T13:45:47+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "bootstrap.php"
                ]
            },
            "scripts": {
                "fix": [
                    "vendor/bin/phpcbf . --standard=Bluehost"
                ],
                "lint": [
                    "vendor/bin/phpcs . --standard=Bluehost -s"
                ]
            },
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Jonathan Desrosiers",
                    "email": "jonathan.desrosiers@newfold.com"
                }
            ],
            "description": "Prevents passwords exposed in data breaches from being used and encourages better password hygiene.",
            "support": {
                "source": "https://github.com/newfold-labs/wp-module-secure-passwords/tree/1.1.2",
                "issues": "https://github.com/newfold-labs/wp-module-secure-passwords/issues"
            },
            "install-path": "../newfold-labs/wp-module-secure-passwords"
        },
        {
            "name": "newfold-labs/wp-module-solutions",
            "version": "2.7.0",
            "version_normalized": "2.7.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/newfold-labs/wp-module-solutions.git",
                "reference": "9f5945d8739abc4e78d1d16956eea351f00d970e"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/newfold-labs/wp-module-solutions/zipball/9f5945d8739abc4e78d1d16956eea351f00d970e",
                "reference": "9f5945d8739abc4e78d1d16956eea351f00d970e",
                "shasum": ""
            },
            "require": {
                "newfold-labs/wp-module-data": "^2.8.8",
                "newfold-labs/wp-module-link-tracker": "^1.1",
                "newfold-labs/wp-module-loader": "^1.0.13"
            },
            "require-dev": {
                "newfold-labs/wp-php-standards": "^1.2.5",
                "wp-cli/i18n-command": "^2.6.5"
            },
            "time": "2025-12-02T15:59:30+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "NewfoldLabs\\WP\\Module\\Solutions\\": "includes"
                },
                "files": [
                    "bootstrap.php"
                ]
            },
            "scripts": {
                "fix": [
                    "vendor/bin/phpcbf . --standard=phpcs.xml"
                ],
                "i18n-pot": [
                    "vendor/bin/wp i18n make-pot . ./languages/wp-module-solutions.pot --headers='{\"Report-Msgid-Bugs-To\":\"https://github.com/newfold-labs/wp-module-solutions/issues\",\"POT-Creation-Date\":\"2025-02-13T09:55:55+00:00\"}' --exclude=src,tests"
                ],
                "i18n-po": [
                    "vendor/bin/wp i18n update-po ./languages/wp-module-solutions.pot ./languages"
                ],
                "i18n-mo": [
                    "vendor/bin/wp i18n make-mo ./languages"
                ],
                "i18n-php": [
                    "vendor/bin/wp i18n make-php ./languages"
                ],
                "i18n-json": [
                    "rm -f languages/*.json && vendor/bin/wp i18n make-json ./languages --no-purge --pretty-print"
                ],
                "i18n": [
                    "@i18n-pot",
                    "@i18n-po",
                    "@i18n-php",
                    "@i18n-json"
                ],
                "i18n-ci-pre": [
                    "@i18n-pot",
                    "@i18n-po"
                ],
                "i18n-ci-post": [
                    "@i18n-json",
                    "@i18n-php"
                ],
                "lint": [
                    "vendor/bin/phpcs . --standard=phpcs.xml -s"
                ]
            },
            "license": [
                "GPL-3.0-or-later"
            ],
            "authors": [
                {
                    "name": "arati bhandare AKA aratidgr8",
                    "email": "aratidgr8@gmail.com"
                }
            ],
            "description": "A Newfold module that handles integration of WordPress Solutions Addon packages (content creator/ service / ecommerce) for BlueHost &amp; HostGator customers",
            "support": {
                "source": "https://github.com/newfold-labs/wp-module-solutions/tree/2.7.0",
                "issues": "https://github.com/newfold-labs/wp-module-solutions/issues"
            },
            "install-path": "../newfold-labs/wp-module-solutions"
        },
        {
            "name": "newfold-labs/wp-module-sso",
            "version": "1.2.0",
            "version_normalized": "1.2.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/newfold-labs/wp-module-sso.git",
                "reference": "609b941544a3b4ce7cd5e2b4ee18d47fe7d1504e"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/newfold-labs/wp-module-sso/zipball/609b941544a3b4ce7cd5e2b4ee18d47fe7d1504e",
                "reference": "609b941544a3b4ce7cd5e2b4ee18d47fe7d1504e",
                "shasum": ""
            },
            "require": {
                "newfold-labs/wp-module-data": ">=2.8.8"
            },
            "require-dev": {
                "newfold-labs/wp-php-standards": "^1.2",
                "wp-cli/i18n-command": "^2.6.5"
            },
            "time": "2025-11-14T21:10:22+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "NewfoldLabs\\WP\\Module\\SSO\\": "includes"
                },
                "files": [
                    "bootstrap.php"
                ]
            },
            "scripts": {
                "fix": [
                    "vendor/bin/phpcbf --standard=phpcs.xml ."
                ],
                "i18n-pot": [
                    "vendor/bin/wp i18n make-pot . ./languages/wp-module-sso.pot --headers='{\"Report-Msgid-Bugs-To\":\"https://github.com/newfold-labs/wp-module-sso/issues\",\"POT-Creation-Date\":\"2025-02-13T09:55:55+00:00\"}'"
                ],
                "i18n-po": [
                    "vendor/bin/wp i18n update-po ./languages/wp-module-sso.pot ./languages"
                ],
                "i18n-mo": [
                    "vendor/bin/wp i18n make-mo ./languages"
                ],
                "i18n-php": [
                    "vendor/bin/wp i18n make-php ./languages"
                ],
                "i18n-json": [
                    "rm -f languages/*.json && vendor/bin/wp i18n make-json ./languages --no-purge --pretty-print"
                ],
                "i18n": [
                    "@i18n-pot",
                    "@i18n-po",
                    "@i18n-mo",
                    "@i18n-php",
                    "@i18n-json"
                ],
                "i18n-ci-pre": [
                    "@i18n-pot",
                    "@i18n-po"
                ],
                "i18n-ci-post": [
                    "@i18n-json",
                    "@i18n-php"
                ],
                "lint": [
                    "vendor/bin/phpcs --standard=phpcs.xml -s ."
                ]
            },
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Micah Wood",
                    "email": "micah@bluehost.com"
                }
            ],
            "description": "Single sign-on functionality for Newfold WordPress sites.",
            "support": {
                "source": "https://github.com/newfold-labs/wp-module-sso/tree/1.2.0",
                "issues": "https://github.com/newfold-labs/wp-module-sso/issues"
            },
            "install-path": "../newfold-labs/wp-module-sso"
        },
        {
            "name": "newfold-labs/wp-module-staging",
            "version": "2.6.3",
            "version_normalized": "2.6.3.0",
            "source": {
                "type": "git",
                "url": "https://github.com/newfold-labs/wp-module-staging.git",
                "reference": "74ee4702ad0291550f856bdd1a90e25cac561419"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/newfold-labs/wp-module-staging/zipball/74ee4702ad0291550f856bdd1a90e25cac561419",
                "reference": "74ee4702ad0291550f856bdd1a90e25cac561419",
                "shasum": ""
            },
            "require": {
                "newfold-labs/wp-module-context": "^1.0.2",
                "newfold-labs/wp-module-features": "^1.5.1"
            },
            "require-dev": {
                "newfold-labs/wp-php-standards": "^1.2.5",
                "wp-cli/i18n-command": "^2.6.5"
            },
            "time": "2025-11-11T14:49:17+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "NewfoldLabs\\WP\\Module\\Staging\\": "includes"
                },
                "files": [
                    "bootstrap.php"
                ]
            },
            "scripts": {
                "fix": [
                    "vendor/bin/phpcbf . --standard=phpcs.xml"
                ],
                "lint": [
                    "vendor/bin/phpcs . --standard=phpcs.xml -s"
                ],
                "i18n-pot": [
                    "vendor/bin/wp i18n make-pot . ./languages/wp-module-staging.pot --headers='{\"Report-Msgid-Bugs-To\":\"https://github.com/newfold-labs/wp-module-staging/issues\",\"POT-Creation-Date\":\"2025-02-13T09:55:55+00:00\"}'"
                ],
                "i18n-po": [
                    "vendor/bin/wp i18n update-po ./languages/wp-module-staging.pot ./languages"
                ],
                "i18n-mo": [
                    "vendor/bin/wp i18n make-mo ./languages"
                ],
                "i18n-php": [
                    "vendor/bin/wp i18n make-php ./languages"
                ],
                "i18n-json": [
                    "rm -f languages/*.json && vendor/bin/wp i18n make-json ./languages --no-purge --pretty-print"
                ],
                "i18n": [
                    "@i18n-pot",
                    "@i18n-po",
                    "@i18n-mo",
                    "@i18n-php",
                    "@i18n-json"
                ],
                "i18n-ci-pre": [
                    "@i18n-pot",
                    "@i18n-po"
                ],
                "i18n-ci-post": [
                    "@i18n-json",
                    "@i18n-php"
                ]
            },
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Evan Mullins",
                    "homepage": "https://evanmullins.com"
                }
            ],
            "description": "Newfold module for staging functionality in brand plugins",
            "support": {
                "source": "https://github.com/newfold-labs/wp-module-staging/tree/2.6.3",
                "issues": "https://github.com/newfold-labs/wp-module-staging/issues"
            },
            "install-path": "../newfold-labs/wp-module-staging"
        },
        {
            "name": "newfold-labs/wp-module-survey",
            "version": "1.0.2",
            "version_normalized": "1.0.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/newfold-labs/wp-module-survey.git",
                "reference": "e41860c62d1b0c3d4e752b140b8df0773b1be459"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/newfold-labs/wp-module-survey/zipball/e41860c62d1b0c3d4e752b140b8df0773b1be459",
                "reference": "e41860c62d1b0c3d4e752b140b8df0773b1be459",
                "shasum": ""
            },
            "require-dev": {
                "newfold-labs/wp-php-standards": "^1.2",
                "wp-cli/i18n-command": "^2.4.3"
            },
            "time": "2025-01-03T04:32:27+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "NewfoldLabs\\WP\\Module\\Survey\\": "includes"
                },
                "files": [
                    "bootstrap.php"
                ]
            },
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "arunshenoy99",
                    "email": "devarunshenoy99@gmail.com"
                }
            ],
            "description": "A Newfold module to collect customer satisfaction feedback via surveys in the WordPress admin dashboard.",
            "support": {
                "source": "https://github.com/newfold-labs/wp-module-survey/tree/1.0.2",
                "issues": "https://github.com/newfold-labs/wp-module-survey/issues"
            },
            "install-path": "../newfold-labs/wp-module-survey"
        },
        {
            "name": "newfold-labs/wp-php-standards",
            "version": "1.2.5",
            "version_normalized": "1.2.5.0",
            "source": {
                "type": "git",
                "url": "https://github.com/newfold-labs/wp-php-standards.git",
                "reference": "f895273a11b3f53dc29719fb859629e13291bf37"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/newfold-labs/wp-php-standards/zipball/f895273a11b3f53dc29719fb859629e13291bf37",
                "reference": "f895273a11b3f53dc29719fb859629e13291bf37",
                "shasum": ""
            },
            "require": {
                "dealerdirect/phpcodesniffer-composer-installer": "@stable",
                "phpcompatibility/phpcompatibility-wp": "@stable",
                "squizlabs/php_codesniffer": "@stable",
                "wp-coding-standards/wpcs": "@stable"
            },
            "time": "2025-03-19T23:24:54+00:00",
            "type": "phpcodesniffer-standard",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Newfold\\Sniffs\\": "Newfold/Sniffs/"
                }
            },
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Micah Wood",
                    "email": "micah@wpscholar.com"
                }
            ],
            "description": "PHP Code Sniffer Standards for Newfold WordPress projects.",
            "support": {
                "source": "https://github.com/newfold-labs/wp-php-standards/tree/1.2.5",
                "issues": "https://github.com/newfold-labs/wp-php-standards/issues"
            },
            "install-path": "../newfold-labs/wp-php-standards"
        },
        {
            "name": "phpcompatibility/php-compatibility",
            "version": "9.3.5",
            "version_normalized": "9.3.5.0",
            "source": {
                "type": "git",
                "url": "https://github.com/PHPCompatibility/PHPCompatibility.git",
                "reference": "9fb324479acf6f39452e0655d2429cc0d3914243"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/PHPCompatibility/PHPCompatibility/zipball/9fb324479acf6f39452e0655d2429cc0d3914243",
                "reference": "9fb324479acf6f39452e0655d2429cc0d3914243",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3",
                "squizlabs/php_codesniffer": "^2.3 || ^3.0.2"
            },
            "conflict": {
                "squizlabs/php_codesniffer": "2.6.2"
            },
            "require-dev": {
                "phpunit/phpunit": "~4.5 || ^5.0 || ^6.0 || ^7.0"
            },
            "suggest": {
                "dealerdirect/phpcodesniffer-composer-installer": "^0.5 || This Composer plugin will sort out the PHPCS 'installed_paths' automatically.",
                "roave/security-advisories": "dev-master || Helps prevent installing dependencies with known security issues."
            },
            "time": "2019-12-27T09:44:58+00:00",
            "type": "phpcodesniffer-standard",
            "installation-source": "dist",
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "LGPL-3.0-or-later"
            ],
            "authors": [
                {
                    "name": "Wim Godden",
                    "homepage": "https://github.com/wimg",
                    "role": "lead"
                },
                {
                    "name": "Juliette Reinders Folmer",
                    "homepage": "https://github.com/jrfnl",
                    "role": "lead"
                },
                {
                    "name": "Contributors",
                    "homepage": "https://github.com/PHPCompatibility/PHPCompatibility/graphs/contributors"
                }
            ],
            "description": "A set of sniffs for PHP_CodeSniffer that checks for PHP cross-version compatibility.",
            "homepage": "http://techblog.wimgodden.be/tag/codesniffer/",
            "keywords": [
                "compatibility",
                "phpcs",
                "standards"
            ],
            "support": {
                "issues": "https://github.com/PHPCompatibility/PHPCompatibility/issues",
                "source": "https://github.com/PHPCompatibility/PHPCompatibility"
            },
            "install-path": "../phpcompatibility/php-compatibility"
        },
        {
            "name": "phpcompatibility/phpcompatibility-paragonie",
            "version": "1.3.4",
            "version_normalized": "1.3.4.0",
            "source": {
                "type": "git",
                "url": "https://github.com/PHPCompatibility/PHPCompatibilityParagonie.git",
                "reference": "244d7b04fc4bc2117c15f5abe23eb933b5f02bbf"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/PHPCompatibility/PHPCompatibilityParagonie/zipball/244d7b04fc4bc2117c15f5abe23eb933b5f02bbf",
                "reference": "244d7b04fc4bc2117c15f5abe23eb933b5f02bbf",
                "shasum": ""
            },
            "require": {
                "phpcompatibility/php-compatibility": "^9.0"
            },
            "require-dev": {
                "dealerdirect/phpcodesniffer-composer-installer": "^1.0",
                "paragonie/random_compat": "dev-master",
                "paragonie/sodium_compat": "dev-master"
            },
            "suggest": {
                "dealerdirect/phpcodesniffer-composer-installer": "^1.0 || This Composer plugin will sort out the PHP_CodeSniffer 'installed_paths' automatically.",
                "roave/security-advisories": "dev-master || Helps prevent installing dependencies with known security issues."
            },
            "time": "2025-09-19T17:43:28+00:00",
            "type": "phpcodesniffer-standard",
            "installation-source": "dist",
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "LGPL-3.0-or-later"
            ],
            "authors": [
                {
                    "name": "Wim Godden",
                    "role": "lead"
                },
                {
                    "name": "Juliette Reinders Folmer",
                    "role": "lead"
                }
            ],
            "description": "A set of rulesets for PHP_CodeSniffer to check for PHP cross-version compatibility issues in projects, while accounting for polyfills provided by the Paragonie polyfill libraries.",
            "homepage": "http://phpcompatibility.com/",
            "keywords": [
                "compatibility",
                "paragonie",
                "phpcs",
                "polyfill",
                "standards",
                "static analysis"
            ],
            "support": {
                "issues": "https://github.com/PHPCompatibility/PHPCompatibilityParagonie/issues",
                "security": "https://github.com/PHPCompatibility/PHPCompatibilityParagonie/security/policy",
                "source": "https://github.com/PHPCompatibility/PHPCompatibilityParagonie"
            },
            "funding": [
                {
                    "url": "https://github.com/PHPCompatibility",
                    "type": "github"
                },
                {
                    "url": "https://github.com/jrfnl",
                    "type": "github"
                },
                {
                    "url": "https://opencollective.com/php_codesniffer",
                    "type": "open_collective"
                },
                {
                    "url": "https://thanks.dev/u/gh/phpcompatibility",
                    "type": "thanks_dev"
                }
            ],
            "install-path": "../phpcompatibility/phpcompatibility-paragonie"
        },
        {
            "name": "phpcompatibility/phpcompatibility-wp",
            "version": "2.1.8",
            "version_normalized": "2.1.8.0",
            "source": {
                "type": "git",
                "url": "https://github.com/PHPCompatibility/PHPCompatibilityWP.git",
                "reference": "7c8d18b4d90dac9e86b0869a608fa09158e168fa"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/PHPCompatibility/PHPCompatibilityWP/zipball/7c8d18b4d90dac9e86b0869a608fa09158e168fa",
                "reference": "7c8d18b4d90dac9e86b0869a608fa09158e168fa",
                "shasum": ""
            },
            "require": {
                "phpcompatibility/php-compatibility": "^9.0",
                "phpcompatibility/phpcompatibility-paragonie": "^1.0",
                "squizlabs/php_codesniffer": "^3.3"
            },
            "require-dev": {
                "dealerdirect/phpcodesniffer-composer-installer": "^1.0"
            },
            "suggest": {
                "dealerdirect/phpcodesniffer-composer-installer": "^1.0 || This Composer plugin will sort out the PHP_CodeSniffer 'installed_paths' automatically.",
                "roave/security-advisories": "dev-master || Helps prevent installing dependencies with known security issues."
            },
            "time": "2025-10-18T00:05:59+00:00",
            "type": "phpcodesniffer-standard",
            "installation-source": "dist",
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "LGPL-3.0-or-later"
            ],
            "authors": [
                {
                    "name": "Wim Godden",
                    "role": "lead"
                },
                {
                    "name": "Juliette Reinders Folmer",
                    "role": "lead"
                }
            ],
            "description": "A ruleset for PHP_CodeSniffer to check for PHP cross-version compatibility issues in projects, while accounting for polyfills provided by WordPress.",
            "homepage": "http://phpcompatibility.com/",
            "keywords": [
                "compatibility",
                "phpcs",
                "standards",
                "static analysis",
                "wordpress"
            ],
            "support": {
                "issues": "https://github.com/PHPCompatibility/PHPCompatibilityWP/issues",
                "security": "https://github.com/PHPCompatibility/PHPCompatibilityWP/security/policy",
                "source": "https://github.com/PHPCompatibility/PHPCompatibilityWP"
            },
            "funding": [
                {
                    "url": "https://github.com/PHPCompatibility",
                    "type": "github"
                },
                {
                    "url": "https://github.com/jrfnl",
                    "type": "github"
                },
                {
                    "url": "https://opencollective.com/php_codesniffer",
                    "type": "open_collective"
                },
                {
                    "url": "https://thanks.dev/u/gh/phpcompatibility",
                    "type": "thanks_dev"
                }
            ],
            "install-path": "../phpcompatibility/phpcompatibility-wp"
        },
        {
            "name": "phpcsstandards/phpcsextra",
            "version": "1.5.0",
            "version_normalized": "1.5.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/PHPCSStandards/PHPCSExtra.git",
                "reference": "b598aa890815b8df16363271b659d73280129101"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/PHPCSStandards/PHPCSExtra/zipball/b598aa890815b8df16363271b659d73280129101",
                "reference": "b598aa890815b8df16363271b659d73280129101",
                "shasum": ""
            },
            "require": {
                "php": ">=5.4",
                "phpcsstandards/phpcsutils": "^1.2.0",
                "squizlabs/php_codesniffer": "^3.13.5 || ^4.0.1"
            },
            "require-dev": {
                "php-parallel-lint/php-console-highlighter": "^1.0",
                "php-parallel-lint/php-parallel-lint": "^1.4.0",
                "phpcsstandards/phpcsdevcs": "^1.2.0",
                "phpcsstandards/phpcsdevtools": "^1.2.1",
                "phpunit/phpunit": "^4.5 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.3.4"
            },
            "time": "2025-11-12T23:06:57+00:00",
            "type": "phpcodesniffer-standard",
            "extra": {
                "branch-alias": {
                    "dev-stable": "1.x-dev",
                    "dev-develop": "1.x-dev"
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "LGPL-3.0-or-later"
            ],
            "authors": [
                {
                    "name": "Juliette Reinders Folmer",
                    "homepage": "https://github.com/jrfnl",
                    "role": "lead"
                },
                {
                    "name": "Contributors",
                    "homepage": "https://github.com/PHPCSStandards/PHPCSExtra/graphs/contributors"
                }
            ],
            "description": "A collection of sniffs and standards for use with PHP_CodeSniffer.",
            "keywords": [
                "PHP_CodeSniffer",
                "phpcbf",
                "phpcodesniffer-standard",
                "phpcs",
                "standards",
                "static analysis"
            ],
            "support": {
                "issues": "https://github.com/PHPCSStandards/PHPCSExtra/issues",
                "security": "https://github.com/PHPCSStandards/PHPCSExtra/security/policy",
                "source": "https://github.com/PHPCSStandards/PHPCSExtra"
            },
            "funding": [
                {
                    "url": "https://github.com/PHPCSStandards",
                    "type": "github"
                },
                {
                    "url": "https://github.com/jrfnl",
                    "type": "github"
                },
                {
                    "url": "https://opencollective.com/php_codesniffer",
                    "type": "open_collective"
                },
                {
                    "url": "https://thanks.dev/u/gh/phpcsstandards",
                    "type": "thanks_dev"
                }
            ],
            "install-path": "../phpcsstandards/phpcsextra"
        },
        {
            "name": "phpcsstandards/phpcsutils",
            "version": "1.2.1",
            "version_normalized": "1.2.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/PHPCSStandards/PHPCSUtils.git",
                "reference": "d71128c702c180ca3b27c761b6773f883394f162"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/PHPCSStandards/PHPCSUtils/zipball/d71128c702c180ca3b27c761b6773f883394f162",
                "reference": "d71128c702c180ca3b27c761b6773f883394f162",
                "shasum": ""
            },
            "require": {
                "dealerdirect/phpcodesniffer-composer-installer": "^0.4.1 || ^0.5 || ^0.6.2 || ^0.7 || ^1.0",
                "php": ">=5.4",
                "squizlabs/php_codesniffer": "^3.13.5 || ^4.0.1"
            },
            "require-dev": {
                "ext-filter": "*",
                "php-parallel-lint/php-console-highlighter": "^1.0",
                "php-parallel-lint/php-parallel-lint": "^1.4.0",
                "phpcsstandards/phpcsdevcs": "^1.2.0",
                "yoast/phpunit-polyfills": "^1.1.0 || ^2.0.0 || ^3.0.0"
            },
            "time": "2025-11-17T12:58:33+00:00",
            "type": "phpcodesniffer-standard",
            "extra": {
                "branch-alias": {
                    "dev-stable": "1.x-dev",
                    "dev-develop": "1.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "classmap": [
                    "PHPCSUtils/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "LGPL-3.0-or-later"
            ],
            "authors": [
                {
                    "name": "Juliette Reinders Folmer",
                    "homepage": "https://github.com/jrfnl",
                    "role": "lead"
                },
                {
                    "name": "Contributors",
                    "homepage": "https://github.com/PHPCSStandards/PHPCSUtils/graphs/contributors"
                }
            ],
            "description": "A suite of utility functions for use with PHP_CodeSniffer",
            "homepage": "https://phpcsutils.com/",
            "keywords": [
                "PHP_CodeSniffer",
                "phpcbf",
                "phpcodesniffer-standard",
                "phpcs",
                "phpcs3",
                "phpcs4",
                "standards",
                "static analysis",
                "tokens",
                "utility"
            ],
            "support": {
                "docs": "https://phpcsutils.com/",
                "issues": "https://github.com/PHPCSStandards/PHPCSUtils/issues",
                "security": "https://github.com/PHPCSStandards/PHPCSUtils/security/policy",
                "source": "https://github.com/PHPCSStandards/PHPCSUtils"
            },
            "funding": [
                {
                    "url": "https://github.com/PHPCSStandards",
                    "type": "github"
                },
                {
                    "url": "https://github.com/jrfnl",
                    "type": "github"
                },
                {
                    "url": "https://opencollective.com/php_codesniffer",
                    "type": "open_collective"
                },
                {
                    "url": "https://thanks.dev/u/gh/phpcsstandards",
                    "type": "thanks_dev"
                }
            ],
            "install-path": "../phpcsstandards/phpcsutils"
        },
        {
            "name": "psr/http-client",
            "version": "1.0.3",
            "version_normalized": "1.0.3.0",
            "source": {
                "type": "git",
                "url": "https://github.com/php-fig/http-client.git",
                "reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-fig/http-client/zipball/bb5906edc1c324c9a05aa0873d40117941e5fa90",
                "reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90",
                "shasum": ""
            },
            "require": {
                "php": "^7.0 || ^8.0",
                "psr/http-message": "^1.0 || ^2.0"
            },
            "time": "2023-09-23T14:17:50+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Psr\\Http\\Client\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP-FIG",
                    "homepage": "https://www.php-fig.org/"
                }
            ],
            "description": "Common interface for HTTP clients",
            "homepage": "https://github.com/php-fig/http-client",
            "keywords": [
                "http",
                "http-client",
                "psr",
                "psr-18"
            ],
            "support": {
                "source": "https://github.com/php-fig/http-client"
            },
            "install-path": "../psr/http-client"
        },
        {
            "name": "psr/http-factory",
            "version": "1.1.0",
            "version_normalized": "1.1.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/php-fig/http-factory.git",
                "reference": "2b4765fddfe3b508ac62f829e852b1501d3f6e8a"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-fig/http-factory/zipball/2b4765fddfe3b508ac62f829e852b1501d3f6e8a",
                "reference": "2b4765fddfe3b508ac62f829e852b1501d3f6e8a",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1",
                "psr/http-message": "^1.0 || ^2.0"
            },
            "time": "2024-04-15T12:06:14+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Psr\\Http\\Message\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP-FIG",
                    "homepage": "https://www.php-fig.org/"
                }
            ],
            "description": "PSR-17: Common interfaces for PSR-7 HTTP message factories",
            "keywords": [
                "factory",
                "http",
                "message",
                "psr",
                "psr-17",
                "psr-7",
                "request",
                "response"
            ],
            "support": {
                "source": "https://github.com/php-fig/http-factory"
            },
            "install-path": "../psr/http-factory"
        },
        {
            "name": "psr/http-message",
            "version": "2.0",
            "version_normalized": "2.0.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/php-fig/http-message.git",
                "reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-fig/http-message/zipball/402d35bcb92c70c026d1a6a9883f06b2ead23d71",
                "reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71",
                "shasum": ""
            },
            "require": {
                "php": "^7.2 || ^8.0"
            },
            "time": "2023-04-04T09:54:51+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.0.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Psr\\Http\\Message\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP-FIG",
                    "homepage": "https://www.php-fig.org/"
                }
            ],
            "description": "Common interface for HTTP messages",
            "homepage": "https://github.com/php-fig/http-message",
            "keywords": [
                "http",
                "http-message",
                "psr",
                "psr-7",
                "request",
                "response"
            ],
            "support": {
                "source": "https://github.com/php-fig/http-message/tree/2.0"
            },
            "install-path": "../psr/http-message"
        },
        {
            "name": "ralouphie/getallheaders",
            "version": "3.0.3",
            "version_normalized": "3.0.3.0",
            "source": {
                "type": "git",
                "url": "https://github.com/ralouphie/getallheaders.git",
                "reference": "120b605dfeb996808c31b6477290a714d356e822"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
                "reference": "120b605dfeb996808c31b6477290a714d356e822",
                "shasum": ""
            },
            "require": {
                "php": ">=5.6"
            },
            "require-dev": {
                "php-coveralls/php-coveralls": "^2.1",
                "phpunit/phpunit": "^5 || ^6.5"
            },
            "time": "2019-03-08T08:55:37+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "src/getallheaders.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Ralph Khattar",
                    "email": "ralph.khattar@gmail.com"
                }
            ],
            "description": "A polyfill for getallheaders.",
            "support": {
                "issues": "https://github.com/ralouphie/getallheaders/issues",
                "source": "https://github.com/ralouphie/getallheaders/tree/develop"
            },
            "install-path": "../ralouphie/getallheaders"
        },
        {
            "name": "squizlabs/php_codesniffer",
            "version": "3.13.5",
            "version_normalized": "3.13.5.0",
            "source": {
                "type": "git",
                "url": "https://github.com/PHPCSStandards/PHP_CodeSniffer.git",
                "reference": "0ca86845ce43291e8f5692c7356fccf3bcf02bf4"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/PHPCSStandards/PHP_CodeSniffer/zipball/0ca86845ce43291e8f5692c7356fccf3bcf02bf4",
                "reference": "0ca86845ce43291e8f5692c7356fccf3bcf02bf4",
                "shasum": ""
            },
            "require": {
                "ext-simplexml": "*",
                "ext-tokenizer": "*",
                "ext-xmlwriter": "*",
                "php": ">=5.4.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.3.4"
            },
            "time": "2025-11-04T16:30:35+00:00",
            "bin": [
                "bin/phpcbf",
                "bin/phpcs"
            ],
            "type": "library",
            "installation-source": "dist",
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Greg Sherwood",
                    "role": "Former lead"
                },
                {
                    "name": "Juliette Reinders Folmer",
                    "role": "Current lead"
                },
                {
                    "name": "Contributors",
                    "homepage": "https://github.com/PHPCSStandards/PHP_CodeSniffer/graphs/contributors"
                }
            ],
            "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
            "homepage": "https://github.com/PHPCSStandards/PHP_CodeSniffer",
            "keywords": [
                "phpcs",
                "standards",
                "static analysis"
            ],
            "support": {
                "issues": "https://github.com/PHPCSStandards/PHP_CodeSniffer/issues",
                "security": "https://github.com/PHPCSStandards/PHP_CodeSniffer/security/policy",
                "source": "https://github.com/PHPCSStandards/PHP_CodeSniffer",
                "wiki": "https://github.com/PHPCSStandards/PHP_CodeSniffer/wiki"
            },
            "funding": [
                {
                    "url": "https://github.com/PHPCSStandards",
                    "type": "github"
                },
                {
                    "url": "https://github.com/jrfnl",
                    "type": "github"
                },
                {
                    "url": "https://opencollective.com/php_codesniffer",
                    "type": "open_collective"
                },
                {
                    "url": "https://thanks.dev/u/gh/phpcsstandards",
                    "type": "thanks_dev"
                }
            ],
            "install-path": "../squizlabs/php_codesniffer"
        },
        {
            "name": "symfony/deprecation-contracts",
            "version": "v2.5.4",
            "version_normalized": "2.5.4.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/deprecation-contracts.git",
                "reference": "605389f2a7e5625f273b53960dc46aeaf9c62918"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/605389f2a7e5625f273b53960dc46aeaf9c62918",
                "reference": "605389f2a7e5625f273b53960dc46aeaf9c62918",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1"
            },
            "time": "2024-09-25T14:11:13+00:00",
            "type": "library",
            "extra": {
                "thanks": {
                    "url": "https://github.com/symfony/contracts",
                    "name": "symfony/contracts"
                },
                "branch-alias": {
                    "dev-main": "2.5-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "function.php"
                ]
            },
            "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": "A generic function and convention to trigger deprecation notices",
            "homepage": "https://symfony.com",
            "support": {
                "source": "https://github.com/symfony/deprecation-contracts/tree/v2.5.4"
            },
            "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/deprecation-contracts"
        },
        {
            "name": "typesense/typesense-php",
            "version": "v2.0.4",
            "version_normalized": "2.0.4.0",
            "source": {
                "type": "git",
                "url": "https://github.com/typesense/typesense-php.git",
                "reference": "e1a6d2cc5fafce2085904d816e32427d957f0409"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/typesense/typesense-php/zipball/e1a6d2cc5fafce2085904d816e32427d957f0409",
                "reference": "e1a6d2cc5fafce2085904d816e32427d957f0409",
                "shasum": ""
            },
            "require": {
                "ext-json": "*",
                "guzzlehttp/guzzle": "^7.0"
            },
            "time": "2020-09-22T13:45:34+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Devloops\\Typesence\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "Apache-2.0"
            ],
            "authors": [
                {
                    "name": "Abdullah Al-Faqeir",
                    "email": "abdullah@devloops.net",
                    "homepage": "https://www.devloops.net",
                    "role": "Developer"
                }
            ],
            "description": "PHP client for Typesense https://github.com/typesense/typesense",
            "homepage": "https://www.devloops.net",
            "support": {
                "source": "https://github.com/typesense/typesense-php/tree/v2.0.4"
            },
            "install-path": "../typesense/typesense-php"
        },
        {
            "name": "wordpress/abilities-api",
            "version": "v0.4.0",
            "version_normalized": "0.4.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/WordPress/abilities-api.git",
                "reference": "0759075aed37c4247adbf273bdebec096d52e825"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/WordPress/abilities-api/zipball/0759075aed37c4247adbf273bdebec096d52e825",
                "reference": "0759075aed37c4247adbf273bdebec096d52e825",
                "shasum": ""
            },
            "require": {
                "php": "^7.4 | ^8"
            },
            "require-dev": {
                "automattic/vipwpcs": "^3.0",
                "dealerdirect/phpcodesniffer-composer-installer": "^1.0",
                "phpcompatibility/php-compatibility": "10.x-dev as 9.99.99",
                "phpcompatibility/phpcompatibility-wp": "^2.1",
                "phpstan/extension-installer": "^1.3",
                "phpstan/phpstan": "^2.1.22",
                "phpstan/phpstan-deprecation-rules": "^2.0.3",
                "phpstan/phpstan-phpunit": "^2.0.3",
                "phpunit/phpunit": "^8.5|^9.6",
                "slevomat/coding-standard": "^8.0",
                "squizlabs/php_codesniffer": "^3.9",
                "szepeviktor/phpstan-wordpress": "^2.0.2",
                "wp-coding-standards/wpcs": "^3.1",
                "wp-phpunit/wp-phpunit": "^6.5",
                "wpackagist-plugin/plugin-check": "^1.6",
                "yoast/phpunit-polyfills": "^4.0"
            },
            "time": "2025-10-29T05:35:31+00:00",
            "type": "library",
            "extra": {
                "installer-paths": {
                    "vendor/{$vendor}/{$name}/": [
                        "wpackagist-plugin/plugin-check"
                    ]
                }
            },
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "includes/bootstrap.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "WordPress AI Team",
                    "homepage": "https://make.wordpress.org/ai/"
                }
            ],
            "description": "AI Abilities for WordPress.",
            "homepage": "https://github.com/WordPress/abilities-api",
            "keywords": [
                "abilities",
                "ai",
                "api",
                "llm",
                "wordpress"
            ],
            "support": {
                "issues": "https://github.com/WordPress/abilities-api/issues",
                "source": "https://github.com/WordPress/abilities-api"
            },
            "install-path": "../wordpress/abilities-api"
        },
        {
            "name": "wordpress/mcp-adapter",
            "version": "v0.3.0",
            "version_normalized": "0.3.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/WordPress/mcp-adapter.git",
                "reference": "653ca8d95180b25809b1a1dc489d8305ec5beb63"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/WordPress/mcp-adapter/zipball/653ca8d95180b25809b1a1dc489d8305ec5beb63",
                "reference": "653ca8d95180b25809b1a1dc489d8305ec5beb63",
                "shasum": ""
            },
            "require": {
                "php": "^7.4 || ^8.0"
            },
            "require-dev": {
                "automattic/vipwpcs": "^3.0",
                "php-stubs/wp-cli-stubs": "^2.12",
                "phpcompatibility/php-compatibility": "10.x-dev as 9.99.99",
                "phpcompatibility/phpcompatibility-wp": "^2.1",
                "phpstan/extension-installer": "^1.3",
                "phpstan/php-8-stubs": "^0.4.24",
                "phpstan/phpstan": "^2.1.22",
                "phpstan/phpstan-deprecation-rules": "^2.0.3",
                "phpunit/phpunit": "^9.6",
                "slevomat/coding-standard": "^8.0",
                "szepeviktor/phpstan-wordpress": "^2.0",
                "wp-phpunit/wp-phpunit": "^6.5",
                "wpackagist-plugin/plugin-check": "^1.6",
                "yoast/phpunit-polyfills": "^4.0"
            },
            "time": "2025-11-06T14:56:51+00:00",
            "type": "library",
            "extra": {
                "installer-paths": {
                    "vendor/{$vendor}/{$name}/": [
                        "wpackagist-plugin/plugin-check"
                    ]
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "WP\\MCP\\": "includes/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "WordPress AI Team",
                    "homepage": "https://make.wordpress.org/ai/"
                }
            ],
            "description": "Adapter for Abilities API, letting WordPress abilities to be used as MCP tools, resources or prompts",
            "homepage": "https://github.com/wordpress/mcp-adapter",
            "keywords": [
                "abilities-api",
                "adapter",
                "ai",
                "api",
                "integration",
                "mcp",
                "model-context-protocol",
                "wordpress"
            ],
            "support": {
                "issues": "https://github.com/wordpress/mcp-adapter/issues",
                "source": "https://github.com/wordpress/mcp-adapter"
            },
            "install-path": "../wordpress/mcp-adapter"
        },
        {
            "name": "wp-cli/mustache",
            "version": "v2.14.99",
            "version_normalized": "2.14.99.0",
            "source": {
                "type": "git",
                "url": "https://github.com/wp-cli/mustache.php.git",
                "reference": "ca23b97ac35fbe01c160549eb634396183d04a59"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/wp-cli/mustache.php/zipball/ca23b97ac35fbe01c160549eb634396183d04a59",
                "reference": "ca23b97ac35fbe01c160549eb634396183d04a59",
                "shasum": ""
            },
            "require": {
                "php": ">=5.6"
            },
            "replace": {
                "mustache/mustache": "^2.14.2"
            },
            "require-dev": {
                "friendsofphp/php-cs-fixer": "~2.19.3",
                "yoast/phpunit-polyfills": "^2.0"
            },
            "time": "2025-05-06T16:15:37+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-0": {
                    "Mustache": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Justin Hileman",
                    "email": "justin@justinhileman.info",
                    "homepage": "http://justinhileman.com"
                }
            ],
            "description": "A Mustache implementation in PHP.",
            "homepage": "https://github.com/bobthecow/mustache.php",
            "keywords": [
                "mustache",
                "templating"
            ],
            "support": {
                "source": "https://github.com/wp-cli/mustache.php/tree/v2.14.99"
            },
            "install-path": "../wp-cli/mustache"
        },
        {
            "name": "wp-cli/wp-config-transformer",
            "version": "v1.4.2",
            "version_normalized": "1.4.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/wp-cli/wp-config-transformer.git",
                "reference": "b78cab1159b43eb5ee097e2cfafe5eab573d2a8a"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/wp-cli/wp-config-transformer/zipball/b78cab1159b43eb5ee097e2cfafe5eab573d2a8a",
                "reference": "b78cab1159b43eb5ee097e2cfafe5eab573d2a8a",
                "shasum": ""
            },
            "require": {
                "php": "^5.6 || ^7.0 || ^8.0"
            },
            "require-dev": {
                "wp-cli/wp-cli-tests": "^4.0"
            },
            "time": "2025-03-31T08:37:05+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "1.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "src/WPConfigTransformer.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Frankie Jarrett",
                    "email": "fjarrett@gmail.com"
                }
            ],
            "description": "Programmatically edit a wp-config.php file.",
            "homepage": "https://github.com/wp-cli/wp-config-transformer",
            "support": {
                "issues": "https://github.com/wp-cli/wp-config-transformer/issues",
                "source": "https://github.com/wp-cli/wp-config-transformer/tree/v1.4.2"
            },
            "install-path": "../wp-cli/wp-config-transformer"
        },
        {
            "name": "wp-coding-standards/wpcs",
            "version": "3.3.0",
            "version_normalized": "3.3.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/WordPress/WordPress-Coding-Standards.git",
                "reference": "7795ec6fa05663d716a549d0b44e47ffc8b0d4a6"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/WordPress/WordPress-Coding-Standards/zipball/7795ec6fa05663d716a549d0b44e47ffc8b0d4a6",
                "reference": "7795ec6fa05663d716a549d0b44e47ffc8b0d4a6",
                "shasum": ""
            },
            "require": {
                "ext-filter": "*",
                "ext-libxml": "*",
                "ext-tokenizer": "*",
                "ext-xmlreader": "*",
                "php": ">=7.2",
                "phpcsstandards/phpcsextra": "^1.5.0",
                "phpcsstandards/phpcsutils": "^1.1.0",
                "squizlabs/php_codesniffer": "^3.13.4"
            },
            "require-dev": {
                "php-parallel-lint/php-console-highlighter": "^1.0.0",
                "php-parallel-lint/php-parallel-lint": "^1.4.0",
                "phpcompatibility/php-compatibility": "^10.0.0@dev",
                "phpcsstandards/phpcsdevtools": "^1.2.0",
                "phpunit/phpunit": "^8.0 || ^9.0"
            },
            "suggest": {
                "ext-iconv": "For improved results",
                "ext-mbstring": "For improved results"
            },
            "time": "2025-11-25T12:08:04+00:00",
            "type": "phpcodesniffer-standard",
            "installation-source": "dist",
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Contributors",
                    "homepage": "https://github.com/WordPress/WordPress-Coding-Standards/graphs/contributors"
                }
            ],
            "description": "PHP_CodeSniffer rules (sniffs) to enforce WordPress coding conventions",
            "keywords": [
                "phpcs",
                "standards",
                "static analysis",
                "wordpress"
            ],
            "support": {
                "issues": "https://github.com/WordPress/WordPress-Coding-Standards/issues",
                "source": "https://github.com/WordPress/WordPress-Coding-Standards",
                "wiki": "https://github.com/WordPress/WordPress-Coding-Standards/wiki"
            },
            "funding": [
                {
                    "url": "https://opencollective.com/php_codesniffer",
                    "type": "custom"
                }
            ],
            "install-path": "../wp-coding-standards/wpcs"
        },
        {
            "name": "wp-forge/collection",
            "version": "1.0.3",
            "version_normalized": "1.0.3.0",
            "source": {
                "type": "git",
                "url": "https://github.com/wp-forge/collection.git",
                "reference": "9bed6ec6a73f0a033276c65e07ced5c894deff71"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/wp-forge/collection/zipball/9bed6ec6a73f0a033276c65e07ced5c894deff71",
                "reference": "9bed6ec6a73f0a033276c65e07ced5c894deff71",
                "shasum": ""
            },
            "time": "2025-12-01T15:57:49+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "WP_Forge\\Collection\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Micah Wood",
                    "email": "micah@wpscholar.com"
                }
            ],
            "description": "A PHP utility class for manipulating collections.",
            "support": {
                "issues": "https://github.com/wp-forge/collection/issues",
                "source": "https://github.com/wp-forge/collection/tree/1.0.3"
            },
            "install-path": "../wp-forge/collection"
        },
        {
            "name": "wp-forge/fluent",
            "version": "1.0.1",
            "version_normalized": "1.0.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/wp-forge/fluent.git",
                "reference": "b7d6e54f86bd2bbc229faeefd2772f1f1354ad8c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/wp-forge/fluent/zipball/b7d6e54f86bd2bbc229faeefd2772f1f1354ad8c",
                "reference": "b7d6e54f86bd2bbc229faeefd2772f1f1354ad8c",
                "shasum": ""
            },
            "time": "2022-08-26T17:38:37+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "WP_Forge\\Fluent\\": "includes"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Micah Wood",
                    "email": "micah@wpscholar.com"
                }
            ],
            "description": "An instance of the Laravel Fluent class for use with WordPress.",
            "support": {
                "issues": "https://github.com/wp-forge/fluent/issues",
                "source": "https://github.com/wp-forge/fluent/tree/1.0.1"
            },
            "install-path": "../wp-forge/fluent"
        },
        {
            "name": "wp-forge/helpers",
            "version": "2.0.1",
            "version_normalized": "2.0.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/wp-forge/helpers.git",
                "reference": "be36209958e1194ba4bc902ae5366ebd35fa8cc0"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/wp-forge/helpers/zipball/be36209958e1194ba4bc902ae5366ebd35fa8cc0",
                "reference": "be36209958e1194ba4bc902ae5366ebd35fa8cc0",
                "shasum": ""
            },
            "require": {
                "doctrine/inflector": "^1.3",
                "ext-mbstring": "*"
            },
            "time": "2025-10-24T15:28:10+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "includes/functions.php"
                ],
                "psr-4": {
                    "WP_Forge\\Helpers\\": "includes"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Micah Wood",
                    "email": "micah@wpscholar.com"
                }
            ],
            "description": "A collection of helpers for WordPress and PHP development.",
            "support": {
                "issues": "https://github.com/wp-forge/helpers/issues",
                "source": "https://github.com/wp-forge/helpers/tree/2.0.1"
            },
            "install-path": "../wp-forge/helpers"
        },
        {
            "name": "wp-forge/wp-htaccess-manager",
            "version": "1.0.2",
            "version_normalized": "1.0.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/wp-forge/wp-htaccess-manager.git",
                "reference": "8b565cb9bd75ff1c415e4974c3b4812c5b50da63"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/wp-forge/wp-htaccess-manager/zipball/8b565cb9bd75ff1c415e4974c3b4812c5b50da63",
                "reference": "8b565cb9bd75ff1c415e4974c3b4812c5b50da63",
                "shasum": ""
            },
            "time": "2025-01-16T22:09:14+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "includes/functions.php"
                ],
                "psr-4": {
                    "WP_Forge\\WP_Htaccess_Manager\\": "includes"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Micah Wood",
                    "email": "micah@wpscholar.com"
                }
            ],
            "description": "A helper library for making changes to .htaccess files in WordPress.",
            "support": {
                "issues": "https://github.com/wp-forge/wp-htaccess-manager/issues",
                "source": "https://github.com/wp-forge/wp-htaccess-manager/tree/1.0.2"
            },
            "install-path": "../wp-forge/wp-htaccess-manager"
        },
        {
            "name": "wp-forge/wp-options",
            "version": "1.1.1",
            "version_normalized": "1.1.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/wp-forge/wp-options.git",
                "reference": "511b1c5e626582dd4c3c1b5602e7a20352dabc1b"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/wp-forge/wp-options/zipball/511b1c5e626582dd4c3c1b5602e7a20352dabc1b",
                "reference": "511b1c5e626582dd4c3c1b5602e7a20352dabc1b",
                "shasum": ""
            },
            "time": "2024-05-10T14:57:37+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "WP_Forge\\Options\\": "includes"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Micah Wood",
                    "email": "micah@wpscholar.com"
                }
            ],
            "description": "A WordPress helper class for managing plugin options.",
            "support": {
                "issues": "https://github.com/wp-forge/wp-options/issues",
                "source": "https://github.com/wp-forge/wp-options/tree/1.1.1"
            },
            "install-path": "../wp-forge/wp-options"
        },
        {
            "name": "wp-forge/wp-query-builder",
            "version": "1.0.4",
            "version_normalized": "1.0.4.0",
            "source": {
                "type": "git",
                "url": "https://github.com/wp-forge/wp-query-builder.git",
                "reference": "131dcfee2d3ebf84cec9bd6ce07d3f2c854b4984"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/wp-forge/wp-query-builder/zipball/131dcfee2d3ebf84cec9bd6ce07d3f2c854b4984",
                "reference": "131dcfee2d3ebf84cec9bd6ce07d3f2c854b4984",
                "shasum": ""
            },
            "require": {
                "php": ">=5.4"
            },
            "time": "2024-08-22T21:49:41+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "WP_Forge\\QueryBuilder\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Micah Wood",
                    "email": "micah@wpscholar.com"
                }
            ],
            "description": "A lightweight and efficient SQL query builder for WordPress.",
            "keywords": [
                "database",
                "query builder",
                "wordpress"
            ],
            "support": {
                "issues": "https://github.com/wp-forge/wp-query-builder/issues",
                "source": "https://github.com/wp-forge/wp-query-builder/tree/1.0.4"
            },
            "install-path": "../wp-forge/wp-query-builder"
        },
        {
            "name": "wp-forge/wp-update-handler",
            "version": "1.0.2",
            "version_normalized": "1.0.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/wp-forge/wp-update-handler.git",
                "reference": "4dbc5e0dd4dfbb5808f9d53b1b3afd65c3db7435"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/wp-forge/wp-update-handler/zipball/4dbc5e0dd4dfbb5808f9d53b1b3afd65c3db7435",
                "reference": "4dbc5e0dd4dfbb5808f9d53b1b3afd65c3db7435",
                "shasum": ""
            },
            "require": {
                "wp-forge/helpers": "^2.0"
            },
            "require-dev": {
                "wpscholar/phpcs-standards-wpscholar": "^1.0"
            },
            "time": "2024-02-16T18:07:08+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "WP_Forge\\WPUpdateHandler\\": "includes/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Micah Wood",
                    "email": "micah@wpscholar.com"
                }
            ],
            "description": "A WordPress package for updating custom plugins and themes based on an API response from a custom update server.",
            "support": {
                "issues": "https://github.com/wp-forge/wp-update-handler/issues",
                "source": "https://github.com/wp-forge/wp-update-handler/tree/1.0.2"
            },
            "install-path": "../wp-forge/wp-update-handler"
        },
        {
            "name": "wp-forge/wp-upgrade-handler",
            "version": "1.0",
            "version_normalized": "1.0.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/wp-forge/wp-upgrade-handler.git",
                "reference": "b0a7f4c66710f95b4c5702fea3af505ea72fb215"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/wp-forge/wp-upgrade-handler/zipball/b0a7f4c66710f95b4c5702fea3af505ea72fb215",
                "reference": "b0a7f4c66710f95b4c5702fea3af505ea72fb215",
                "shasum": ""
            },
            "time": "2020-05-21T00:04:44+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "WP_Forge\\UpgradeHandler\\": "includes"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Micah Wood",
                    "email": "micah@wpscholar.com"
                }
            ],
            "description": "A drop-in library for handling upgrade routines in WordPress plugins and themes.",
            "support": {
                "issues": "https://github.com/wp-forge/wp-upgrade-handler/issues",
                "source": "https://github.com/wp-forge/wp-upgrade-handler/tree/1.0"
            },
            "install-path": "../wp-forge/wp-upgrade-handler"
        },
        {
            "name": "wpscholar/url",
            "version": "1.2.5",
            "version_normalized": "1.2.5.0",
            "source": {
                "type": "git",
                "url": "https://github.com/wpscholar/url.git",
                "reference": "8a8fa6dc257d75353782a7acd9b1194a17d8eadd"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/wpscholar/url/zipball/8a8fa6dc257d75353782a7acd9b1194a17d8eadd",
                "reference": "8a8fa6dc257d75353782a7acd9b1194a17d8eadd",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2"
            },
            "require-dev": {
                "phpunit/phpunit": "^8.5.36 || ^9.0"
            },
            "time": "2024-12-13T17:40:54+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "wpscholar\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0+"
            ],
            "authors": [
                {
                    "name": "Micah Wood",
                    "email": "micah@wpscholar.com",
                    "homepage": "http://wpscholar.com"
                }
            ],
            "description": "A PHP class for parsing and manipulating URLs.",
            "support": {
                "issues": "https://github.com/wpscholar/url/issues",
                "source": "https://github.com/wpscholar/url/tree/1.2.5"
            },
            "install-path": "../wpscholar/url"
        }
    ],
    "dev": false,
    "dev-package-names": []
}
