{
    "packages": [
        {
            "name": "colinmollenhour/credis",
            "version": "v1.17.1",
            "version_normalized": "1.17.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/colinmollenhour/credis.git",
                "reference": "418f7031f31d1481c3ac19c918348e131bf8d3bf"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/colinmollenhour/credis/zipball/418f7031f31d1481c3ac19c918348e131bf8d3bf",
                "reference": "418f7031f31d1481c3ac19c918348e131bf8d3bf",
                "shasum": ""
            },
            "require": {
                "php": ">=7.4.0"
            },
            "suggest": {
                "ext-redis": "Improved performance for communicating with redis"
            },
            "time": "2026-03-03T06:50:28+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "classmap": [
                    "Client.php",
                    "Cluster.php",
                    "Sentinel.php",
                    "Module.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Colin Mollenhour",
                    "email": "colin@mollenhour.com"
                }
            ],
            "description": "Credis is a lightweight interface to the Redis key-value store which wraps the phpredis library when available for better performance.",
            "homepage": "https://github.com/colinmollenhour/credis",
            "support": {
                "issues": "https://github.com/colinmollenhour/credis/issues",
                "source": "https://github.com/colinmollenhour/credis/tree/v1.17.1"
            },
            "install-path": "../colinmollenhour/credis"
        },
        {
            "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.9.0",
            "version_normalized": "2.9.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/guzzle/psr7.git",
                "reference": "7d0ed42f28e42d61352a7a79de682e5e67fec884"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/guzzle/psr7/zipball/7d0ed42f28e42d61352a7a79de682e5e67fec884",
                "reference": "7d0ed42f28e42d61352a7a79de682e5e67fec884",
                "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",
                "jshttp/mime-db": "1.54.0.1",
                "phpunit/phpunit": "^8.5.44 || ^9.6.25"
            },
            "suggest": {
                "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
            },
            "time": "2026-03-10T16:41:02+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.9.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.8",
            "version_normalized": "1.0.8.0",
            "source": {
                "type": "git",
                "url": "https://github.com/InstaWP/connect-helpers.git",
                "reference": "7178cccefc15607880fd8376d95db74a4fb13ed1"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/InstaWP/connect-helpers/zipball/7178cccefc15607880fd8376d95db74a4fb13ed1",
                "reference": "7178cccefc15607880fd8376d95db74a4fb13ed1",
                "shasum": ""
            },
            "require": {
                "php": ">= 5.6",
                "wp-cli/wp-config-transformer": "^1.3"
            },
            "time": "2026-01-15T13:11:21+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.8",
                "issues": "https://github.com/InstaWP/connect-helpers/issues"
            },
            "install-path": "../instawp/connect-helpers"
        },
        {
            "name": "newfold-labs/container",
            "version": "1.2.4",
            "version_normalized": "1.2.4.0",
            "source": {
                "type": "git",
                "url": "https://github.com/newfold-labs/container.git",
                "reference": "f7d13b995948ca44b3d4af75c5936099c4a6bc5c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/newfold-labs/container/zipball/f7d13b995948ca44b3d4af75c5936099c4a6bc5c",
                "reference": "f7d13b995948ca44b3d4af75c5936099c4a6bc5c",
                "shasum": ""
            },
            "require": {
                "php": ">=7.0"
            },
            "time": "2026-03-06T22:45:10+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.4"
            },
            "install-path": "../newfold-labs/container"
        },
        {
            "name": "newfold-labs/wp-module-activation",
            "version": "1.0.14",
            "version_normalized": "1.0.14.0",
            "source": {
                "type": "git",
                "url": "https://github.com/newfold-labs/wp-module-activation.git",
                "reference": "3dc9d7aaa508e9351166868e8d264a61b95974b7"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/newfold-labs/wp-module-activation/zipball/3dc9d7aaa508e9351166868e8d264a61b95974b7",
                "reference": "3dc9d7aaa508e9351166868e8d264a61b95974b7",
                "shasum": ""
            },
            "require-dev": {
                "johnpbloch/wordpress": "@stable",
                "lucatume/wp-browser": "*",
                "newfold-labs/wp-php-standards": "^1.2",
                "phpunit/phpcov": "*"
            },
            "time": "2026-03-26T13:06:44+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.14",
                "issues": "https://github.com/newfold-labs/wp-module-activation/issues"
            },
            "install-path": "../newfold-labs/wp-module-activation"
        },
        {
            "name": "newfold-labs/wp-module-adam",
            "version": "1.0.1",
            "version_normalized": "1.0.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/newfold-labs/wp-module-adam.git",
                "reference": "5a313d711ba561e61108f6165bfaadb2f22443e9"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/newfold-labs/wp-module-adam/zipball/5a313d711ba561e61108f6165bfaadb2f22443e9",
                "reference": "5a313d711ba561e61108f6165bfaadb2f22443e9",
                "shasum": ""
            },
            "require": {
                "newfold-labs/wp-module-context": "^1.0.2",
                "newfold-labs/wp-module-data": "^2.0",
                "newfold-labs/wp-module-features": "^1.5.1"
            },
            "require-dev": {
                "newfold-labs/wp-php-standards": "^1.2.5",
                "wp-cli/i18n-command": "^2.6.6"
            },
            "time": "2026-03-04T12:54:16+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "NewfoldLabs\\WP\\Module\\Adam\\": "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-adam.pot --headers='{\"Report-Msgid-Bugs-To\":\"https://github.com/newfold-labs/wp-module-adam/issues\",\"POT-Creation-Date\":\"2025-02-17T00:00:00+00:00\"}'"
                ],
                "i18n-po": [
                    "vendor/bin/wp i18n update-po ./languages/wp-module-adam.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": "Arun Shenoy",
                    "email": "devarunshenoy99@gmail.com"
                }
            ],
            "description": "Newfold module for Adam (Ads and More) cross-sell content in brand plugins",
            "support": {
                "source": "https://github.com/newfold-labs/wp-module-adam/tree/1.0.1",
                "issues": "https://github.com/newfold-labs/wp-module-adam/issues"
            },
            "install-path": "../newfold-labs/wp-module-adam"
        },
        {
            "name": "newfold-labs/wp-module-ai",
            "version": "1.3.5",
            "version_normalized": "1.3.5.0",
            "source": {
                "type": "git",
                "url": "https://github.com/newfold-labs/wp-module-ai.git",
                "reference": "d81bf3bfd563e1c7a028ffbeee800a8f5226c3d9"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/newfold-labs/wp-module-ai/zipball/d81bf3bfd563e1c7a028ffbeee800a8f5226c3d9",
                "reference": "d81bf3bfd563e1c7a028ffbeee800a8f5226c3d9",
                "shasum": ""
            },
            "require": {
                "newfold-labs/wp-module-data": "^2.8.6",
                "newfold-labs/wp-module-installer": "^1.7.2"
            },
            "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": "2026-02-11T22:09:51+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\"}' --exclude=src,tests,wordpress"
                ],
                "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"
                ],
                "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@bluehost.com"
                }
            ],
            "description": "A module for providing artificial intelligence capabilities.",
            "support": {
                "source": "https://github.com/newfold-labs/wp-module-ai/tree/1.3.5",
                "issues": "https://github.com/newfold-labs/wp-module-ai/issues"
            },
            "install-path": "../newfold-labs/wp-module-ai"
        },
        {
            "name": "newfold-labs/wp-module-ai-chat",
            "version": "1.0.3",
            "version_normalized": "1.0.3.0",
            "source": {
                "type": "git",
                "url": "https://github.com/newfold-labs/wp-module-ai-chat.git",
                "reference": "9c60e49b4c667c08978627ec8a3c8cc913a98487"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/newfold-labs/wp-module-ai-chat/zipball/9c60e49b4c667c08978627ec8a3c8cc913a98487",
                "reference": "9c60e49b4c667c08978627ec8a3c8cc913a98487",
                "shasum": ""
            },
            "require-dev": {
                "newfold-labs/wp-php-standards": "^1.2.5",
                "wp-cli/i18n-command": "^2.6.3"
            },
            "time": "2026-03-06T16:08:31+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "NewfoldLabs\\WP\\Module\\AIChat\\": "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-ai-chat.pot --headers='{\"Report-Msgid-Bugs-To\":\"https://github.com/newfold-labs/wp-module-ai-chat/issues\",\"POT-Creation-Date\":\"2026-01-20T10:00:00+00:00\"}' --exclude=tests,src,wordpress --domain=nfd-ai-chat"
                ],
                "i18n-po": [
                    "vendor/bin/wp i18n update-po ./languages/nfd-ai-chat.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": "Newfold Digital",
                    "email": "developer@newfold.com"
                }
            ],
            "description": "AI Chat module for WordPress",
            "support": {
                "source": "https://github.com/newfold-labs/wp-module-ai-chat/tree/1.0.3",
                "issues": "https://github.com/newfold-labs/wp-module-ai-chat/issues"
            },
            "install-path": "../newfold-labs/wp-module-ai-chat"
        },
        {
            "name": "newfold-labs/wp-module-atomic",
            "version": "1.4.1",
            "version_normalized": "1.4.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/newfold-labs/wp-module-atomic.git",
                "reference": "e09b1e735462b10d4eb84563ffae8affe898e32f"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/newfold-labs/wp-module-atomic/zipball/e09b1e735462b10d4eb84563ffae8affe898e32f",
                "reference": "e09b1e735462b10d4eb84563ffae8affe898e32f",
                "shasum": ""
            },
            "require": {
                "newfold-labs/wp-module-context": "^1.0"
            },
            "require-dev": {
                "johnpbloch/wordpress": "@stable",
                "lucatume/wp-browser": "*",
                "newfold-labs/wp-php-standards": "^1.2.3",
                "phpunit/phpcov": "*"
            },
            "time": "2026-02-05T07:11:06+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"
                ],
                "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": "A module to customize a brand plugin for wp cloud environments.",
            "support": {
                "source": "https://github.com/newfold-labs/wp-module-atomic/tree/1.4.1",
                "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.2.7",
            "version_normalized": "2.2.7.0",
            "source": {
                "type": "git",
                "url": "https://github.com/newfold-labs/wp-module-coming-soon.git",
                "reference": "560e97ed3d3abeca4580733dd8d51052477870eb"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/newfold-labs/wp-module-coming-soon/zipball/560e97ed3d3abeca4580733dd8d51052477870eb",
                "reference": "560e97ed3d3abeca4580733dd8d51052477870eb",
                "shasum": ""
            },
            "require": {
                "newfold-labs/wp-module-data": "^2.9.2",
                "wp-forge/wp-upgrade-handler": "^1.0"
            },
            "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-02-06T16:15:41+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.2.7",
                "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.3",
            "version_normalized": "1.0.3.0",
            "source": {
                "type": "git",
                "url": "https://github.com/newfold-labs/wp-module-context.git",
                "reference": "1c6782114a57fbe6aadc3fe42b585e5f5a48a443"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/newfold-labs/wp-module-context/zipball/1c6782114a57fbe6aadc3fe42b585e5f5a48a443",
                "reference": "1c6782114a57fbe6aadc3fe42b585e5f5a48a443",
                "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": "2026-02-06T13:36:08+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.3",
                "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.3",
            "version_normalized": "2.9.3.0",
            "source": {
                "type": "git",
                "url": "https://github.com/newfold-labs/wp-module-data.git",
                "reference": "8420d78cced2fffac08d06daef8b9cea200dd1d6"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/newfold-labs/wp-module-data/zipball/8420d78cced2fffac08d06daef8b9cea200dd1d6",
                "reference": "8420d78cced2fffac08d06daef8b9cea200dd1d6",
                "shasum": ""
            },
            "require": {
                "ext-json": "*",
                "newfold-labs/wp-module-context": "^1.0.2",
                "newfold-labs/wp-module-loader": "^1.0.14",
                "wp-forge/helpers": "^2.0.1",
                "wp-forge/wp-query-builder": "^1.0.4",
                "wp-forge/wp-upgrade-handler": "^1.0",
                "wpscholar/url": "^1.2.5"
            },
            "require-dev": {
                "10up/wp_mock": "^1.1.0",
                "brianhenryie/composer-phpstorm": ">=0.4",
                "johnpbloch/wordpress": ">=6.9.1",
                "kporras07/composer-symlinks": "^1.3",
                "lucatume/wp-browser": "^3.7.8",
                "newfold-labs/wp-php-standards": "^1.2.5",
                "newfold-labs/wp-plugin-bluehost": "dev-latest-zip",
                "phpunit/phpcov": "^8.2.1",
                "wpackagist-plugin/jetpack": "^15.5",
                "wpackagist-plugin/woocommerce": ">=10.5.0",
                "wpackagist-plugin/woocommerce-payments": "^10.5.0",
                "wpackagist-theme/twentytwentyfive": ">=1"
            },
            "time": "2026-02-06T17:32:05+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.3",
                "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.6.1",
            "version_normalized": "1.6.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/newfold-labs/wp-module-deactivation.git",
                "reference": "c280d20c6ba44434e42e52791f581bc95ddcd41a"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/newfold-labs/wp-module-deactivation/zipball/c280d20c6ba44434e42e52791f581bc95ddcd41a",
                "reference": "c280d20c6ba44434e42e52791f581bc95ddcd41a",
                "shasum": ""
            },
            "require": {
                "newfold-labs/wp-module-data": "^2.9.2"
            },
            "require-dev": {
                "johnpbloch/wordpress": "@stable",
                "lucatume/wp-browser": "*",
                "newfold-labs/wp-php-standards": "^1.2",
                "phpunit/phpcov": "*",
                "wp-cli/i18n-command": "^2.6"
            },
            "time": "2026-02-06T13:33:31+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-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-deactivation.pot ./languages"
                ],
                "i18n-pot": [
                    "vendor/bin/wp i18n make-pot . ./languages/wp-module-deactivation.pot --domain=wp-module-deactivation --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.6.1",
                "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.3.3",
            "version_normalized": "2.3.3.0",
            "source": {
                "type": "git",
                "url": "https://github.com/newfold-labs/wp-module-ecommerce.git",
                "reference": "3c2c2bd415fbce9d16ddb589455607a2f347035d"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/newfold-labs/wp-module-ecommerce/zipball/3c2c2bd415fbce9d16ddb589455607a2f347035d",
                "reference": "3c2c2bd415fbce9d16ddb589455607a2f347035d",
                "shasum": ""
            },
            "require": {
                "newfold-labs/wp-module-installer": "^1.7.3"
            },
            "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-03-27T21:55:10+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 --pretty-print"
                ],
                "i18n-php": [
                    "vendor/bin/wp i18n make-php ./languages --pretty-print"
                ],
                "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.3.3",
                "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.3.3",
            "version_normalized": "1.3.3.0",
            "source": {
                "type": "git",
                "url": "https://github.com/newfold-labs/wp-module-facebook.git",
                "reference": "49a6cb0575ac3114baec967c65454984aad3f278"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/newfold-labs/wp-module-facebook/zipball/49a6cb0575ac3114baec967c65454984aad3f278",
                "reference": "49a6cb0575ac3114baec967c65454984aad3f278",
                "shasum": ""
            },
            "require": {
                "newfold-labs/wp-module-data": "^2.9.3",
                "newfold-labs/wp-module-loader": "^1.0.14"
            },
            "require-dev": {
                "johnpbloch/wordpress": "@stable",
                "lucatume/wp-browser": ">=3.7.16",
                "newfold-labs/wp-php-standards": "^1.2.5",
                "phpunit/phpcov": ">=8.2.1",
                "wp-cli/i18n-command": "^2.6.6"
            },
            "time": "2026-02-07T00:59:40+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": [
                    "@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-facebook.pot ./languages"
                ],
                "i18n-pot": [
                    "vendor/bin/wp i18n make-pot . ./languages/wp-module-facebook.pot --domain=wp-module-facebook --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=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": "Module connects to Customers Facebook profile and fetches data",
            "support": {
                "source": "https://github.com/newfold-labs/wp-module-facebook/tree/1.3.3",
                "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.2",
            "version_normalized": "1.5.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/newfold-labs/wp-module-features.git",
                "reference": "76e9be13a47c9efb7e3c06072eba38ff31cfdac2"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/newfold-labs/wp-module-features/zipball/76e9be13a47c9efb7e3c06072eba38ff31cfdac2",
                "reference": "76e9be13a47c9efb7e3c06072eba38ff31cfdac2",
                "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": "2026-02-04T16:38:05+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 --domain=wp-module-features --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.2",
                "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.4",
            "version_normalized": "1.3.4.0",
            "source": {
                "type": "git",
                "url": "https://github.com/newfold-labs/wp-module-global-ctb.git",
                "reference": "3cae92c08d09c5dd046b8bd198f999adaf526b3d"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/newfold-labs/wp-module-global-ctb/zipball/3cae92c08d09c5dd046b8bd198f999adaf526b3d",
                "reference": "3cae92c08d09c5dd046b8bd198f999adaf526b3d",
                "shasum": ""
            },
            "require-dev": {
                "johnpbloch/wordpress": "@stable",
                "lucatume/wp-browser": "*",
                "newfold-labs/wp-php-standards": "^1.2",
                "phpunit/phpcov": "*"
            },
            "time": "2026-02-05T21:48:02+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"
                ],
                "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 for 'Click to Buy' functionality in brand plugins",
            "support": {
                "source": "https://github.com/newfold-labs/wp-module-global-ctb/tree/1.3.4",
                "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.7.3",
            "version_normalized": "2.7.3.0",
            "source": {
                "type": "git",
                "url": "https://github.com/newfold-labs/wp-module-help-center.git",
                "reference": "0c6d204502ef93309aaa07aeca4aa8e72fdce082"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/newfold-labs/wp-module-help-center/zipball/0c6d204502ef93309aaa07aeca4aa8e72fdce082",
                "reference": "0c6d204502ef93309aaa07aeca4aa8e72fdce082",
                "shasum": ""
            },
            "require": {
                "newfold-labs/wp-module-ai": "^1.3.5",
                "newfold-labs/wp-module-data": "^2.9.2",
                "newfold-labs/wp-module-features": "^1.5.2",
                "typesense/typesense-php": "^2.0.4"
            },
            "require-dev": {
                "johnpbloch/wordpress": "6.9.4",
                "lucatume/wp-browser": "*",
                "newfold-labs/wp-php-standards": "@stable",
                "phpunit/phpcov": "*",
                "wp-cli/i18n-command": "^2.7.0"
            },
            "time": "2026-03-30T08:00:09+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.7.3",
                "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.1",
            "version_normalized": "1.0.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/newfold-labs/wp-module-htaccess.git",
                "reference": "8773291b87b4062f36c31697cdc82d18797b9b95"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/newfold-labs/wp-module-htaccess/zipball/8773291b87b4062f36c31697cdc82d18797b9b95",
                "reference": "8773291b87b4062f36c31697cdc82d18797b9b95",
                "shasum": ""
            },
            "require-dev": {
                "johnpbloch/wordpress": "@stable",
                "lucatume/wp-browser": "*",
                "newfold-labs/wp-php-standards": "^1.2",
                "phpunit/phpcov": "*",
                "wp-cli/i18n-command": "^2.6.6",
                "wp-cli/wp-cli": "^2.12"
            },
            "time": "2026-02-06T16:41:21+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-htaccess.pot --domain=wp-module-htaccess --headers='{\"Report-Msgid-Bugs-To\":\"https://github.com/newfold-labs/wp-module-htaccess/issues\",\"POT-Creation-Date\":\"2025-02-13T09:55:55+00:00\"}' --exclude=src,scripts,tests,webpack,wordpress --include=build/*.min.js,includes"
                ],
                "i18n-po": [
                    "vendor/bin/wp i18n update-po ./languages/wp-module-htaccess.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"
                ],
                "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": "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.1",
                "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.2.2",
            "version_normalized": "1.2.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/newfold-labs/wp-module-insights.git",
                "reference": "53f5d2f7e4aebf6645816f62bd108cc083bce0a3"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/newfold-labs/wp-module-insights/zipball/53f5d2f7e4aebf6645816f62bd108cc083bce0a3",
                "reference": "53f5d2f7e4aebf6645816f62bd108cc083bce0a3",
                "shasum": ""
            },
            "require": {
                "newfold-labs/wp-module-data": "^2.9.3",
                "newfold-labs/wp-module-loader": "^1.1.0"
            },
            "require-dev": {
                "johnpbloch/wordpress": "@stable",
                "lucatume/wp-browser": "*",
                "newfold-labs/wp-php-standards": "^1.2.3",
                "phpunit/phpcov": "*"
            },
            "time": "2026-03-06T16:50:12+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "NewfoldLabs\\WP\\Module\\Insights\\": "includes"
                },
                "files": [
                    "bootstrap.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-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.2.2",
                "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.1.1",
            "version_normalized": "1.1.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/newfold-labs/wp-module-install-checker.git",
                "reference": "43dae50be0ee6dbf03acd3daea5672fff98ed120"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/newfold-labs/wp-module-install-checker/zipball/43dae50be0ee6dbf03acd3daea5672fff98ed120",
                "reference": "43dae50be0ee6dbf03acd3daea5672fff98ed120",
                "shasum": ""
            },
            "require-dev": {
                "johnpbloch/wordpress": "@stable",
                "lucatume/wp-browser": "*",
                "php": ">=7.3",
                "phpunit/phpcov": "*",
                "wpackagist-plugin/woocommerce": "@stable",
                "wpackagist-theme/twentysixteen": "*"
            },
            "time": "2026-03-25T19:19:41+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.1.1",
                "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.3",
            "version_normalized": "1.7.3.0",
            "source": {
                "type": "git",
                "url": "https://github.com/newfold-labs/wp-module-installer.git",
                "reference": "6c0471fc9c0a078dacc0628ee37362e8d51aa362"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/newfold-labs/wp-module-installer/zipball/6c0471fc9c0a078dacc0628ee37362e8d51aa362",
                "reference": "6c0471fc9c0a078dacc0628ee37362e8d51aa362",
                "shasum": ""
            },
            "require": {
                "newfold-labs/wp-module-pls": "^1.1.3"
            },
            "require-dev": {
                "johnpbloch/wordpress": "6.9.4",
                "lucatume/wp-browser": "*",
                "newfold-labs/wp-php-standards": "^1.2.5",
                "phpunit/phpcov": "*",
                "wp-cli/i18n-command": "^2.7",
                "wp-cli/wp-cli": "^2.12"
            },
            "time": "2026-03-23T19:25:51+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.3",
                "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.5",
            "version_normalized": "1.1.5.0",
            "source": {
                "type": "git",
                "url": "https://github.com/newfold-labs/wp-module-link-tracker.git",
                "reference": "0433d841d90fb43dc528949c34d774d210124581"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/newfold-labs/wp-module-link-tracker/zipball/0433d841d90fb43dc528949c34d774d210124581",
                "reference": "0433d841d90fb43dc528949c34d774d210124581",
                "shasum": ""
            },
            "require-dev": {
                "10up/wp_mock": "^0.5.0|^1.0.0",
                "johnpbloch/wordpress": "@stable",
                "lucatume/wp-browser": "*",
                "newfold-labs/wp-module-loader": "^1.1",
                "newfold-labs/wp-php-standards": "^1.2.5",
                "phpunit/phpcov": "*",
                "wp-cli/i18n-command": "^2.6.6"
            },
            "time": "2026-02-06T15:55:17+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,wordpress"
                ],
                "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"
                ],
                "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": "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.5",
                "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.1.0",
            "version_normalized": "1.1.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/newfold-labs/wp-module-loader.git",
                "reference": "97de22d322f838edc26c1ac3969708a0902ef714"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/newfold-labs/wp-module-loader/zipball/97de22d322f838edc26c1ac3969708a0902ef714",
                "reference": "97de22d322f838edc26c1ac3969708a0902ef714",
                "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.9.1",
                "lucatume/wp-browser": "*",
                "phpunit/phpcov": "*"
            },
            "time": "2026-02-05T21:09:56+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.1.0",
                "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.2.1",
            "version_normalized": "3.2.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/newfold-labs/wp-module-marketplace.git",
                "reference": "06837bb552e36f025ea26ac45075707faf0b6ff3"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/newfold-labs/wp-module-marketplace/zipball/06837bb552e36f025ea26ac45075707faf0b6ff3",
                "reference": "06837bb552e36f025ea26ac45075707faf0b6ff3",
                "shasum": ""
            },
            "require": {
                "newfold-labs/wp-module-data": "^2.9.2"
            },
            "require-dev": {
                "johnpbloch/wordpress": "@stable",
                "lucatume/wp-browser": "*",
                "newfold-labs/wp-php-standards": "^1.2",
                "phpunit/phpcov": "*",
                "wp-cli/i18n-command": "^2.6.6"
            },
            "time": "2026-02-06T15:36:33+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.2.1",
                "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.6.0",
            "version_normalized": "1.6.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/newfold-labs/wp-module-mcp.git",
                "reference": "86fd83768a16a6248e26da7788fc442ecd00babe"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/newfold-labs/wp-module-mcp/zipball/86fd83768a16a6248e26da7788fc442ecd00babe",
                "reference": "86fd83768a16a6248e26da7788fc442ecd00babe",
                "shasum": ""
            },
            "require": {
                "firebase/php-jwt": "^6.10.0",
                "wordpress/abilities-api": "^0.4.0",
                "wordpress/mcp-adapter": "^0.4.1"
            },
            "require-dev": {
                "johnpbloch/wordpress": "@stable",
                "lucatume/wp-browser": "*",
                "newfold-labs/wp-php-standards": "^1.2",
                "phpunit/phpcov": "*"
            },
            "time": "2026-04-01T09:36:18+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"
                ],
                "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": "WordPress MCP module for Newfold Labs BLU",
            "support": {
                "source": "https://github.com/newfold-labs/wp-module-mcp/tree/1.6.0",
                "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.7.1",
            "version_normalized": "1.7.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/newfold-labs/wp-module-migration.git",
                "reference": "c8a3ed9a6cd81568f5f3d6a7da1ea085755902a6"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/newfold-labs/wp-module-migration/zipball/c8a3ed9a6cd81568f5f3d6a7da1ea085755902a6",
                "reference": "c8a3ed9a6cd81568f5f3d6a7da1ea085755902a6",
                "shasum": ""
            },
            "require": {
                "instawp/connect-helpers": "^1.0.8",
                "newfold-labs/wp-module-loader": "^1.1.0"
            },
            "require-dev": {
                "johnpbloch/wordpress": "6.9.1",
                "lucatume/wp-browser": "*",
                "newfold-labs/wp-php-standards": "^1.2",
                "phpunit/phpcov": "*",
                "wp-cli/i18n-command": "^2.6.6"
            },
            "time": "2026-02-11T07:18:57+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.7.1",
                "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.2",
            "version_normalized": "1.5.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/newfold-labs/wp-module-next-steps.git",
                "reference": "0bcb5f15a006dfad667d9891b5de77690a3d02ff"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/newfold-labs/wp-module-next-steps/zipball/0bcb5f15a006dfad667d9891b5de77690a3d02ff",
                "reference": "0bcb5f15a006dfad667d9891b5de77690a3d02ff",
                "shasum": ""
            },
            "require": {
                "newfold-labs/wp-module-data": "^2.9.2",
                "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": "2026-02-06T13:38:07+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.2",
                "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.8.1",
            "version_normalized": "1.8.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/newfold-labs/wp-module-notifications.git",
                "reference": "357948d47692f6d96eade667236d03dc3beae897"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/newfold-labs/wp-module-notifications/zipball/357948d47692f6d96eade667236d03dc3beae897",
                "reference": "357948d47692f6d96eade667236d03dc3beae897",
                "shasum": ""
            },
            "require": {
                "newfold-labs/wp-module-data": "^2.9.2",
                "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": "2026-02-06T15:42:43+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.8.1",
                "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.3.6",
            "version_normalized": "3.3.6.0",
            "source": {
                "type": "git",
                "url": "https://github.com/newfold-labs/wp-module-onboarding.git",
                "reference": "bd901d8e549295f381279e69c2193a21c07f221c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/newfold-labs/wp-module-onboarding/zipball/bd901d8e549295f381279e69c2193a21c07f221c",
                "reference": "bd901d8e549295f381279e69c2193a21c07f221c",
                "shasum": ""
            },
            "require": {
                "mustache/mustache": "^2.14.2",
                "newfold-labs/wp-module-facebook": "^1.3.3",
                "newfold-labs/wp-module-migration": "^1.7.1",
                "newfold-labs/wp-module-onboarding-data": "^1.2.23",
                "newfold-labs/wp-module-patterns": "^2.10.3",
                "wp-cli/wp-config-transformer": "^1.4.4",
                "wp-forge/helpers": "^2.0"
            },
            "require-dev": {
                "johnpbloch/wordpress": "6.9.4",
                "lucatume/wp-browser": "*",
                "newfold-labs/wp-php-standards": "^1.2.5",
                "php": ">=7.4",
                "phpunit/phpcov": "*",
                "wp-cli/i18n-command": "^2.7.0",
                "wp-phpunit/wp-phpunit": "^6.9.4",
                "yoast/phpunit-polyfills": "^4.0.0"
            },
            "time": "2026-03-24T16:41:10+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.3.6",
                "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.23",
            "version_normalized": "1.2.23.0",
            "source": {
                "type": "git",
                "url": "https://github.com/newfold-labs/wp-module-onboarding-data.git",
                "reference": "f06a6263e109dbdb24f654f6fcd0b3df9a9f2eef"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/newfold-labs/wp-module-onboarding-data/zipball/f06a6263e109dbdb24f654f6fcd0b3df9a9f2eef",
                "reference": "f06a6263e109dbdb24f654f6fcd0b3df9a9f2eef",
                "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": "2026-02-06T12:03:25+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.23",
                "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.2",
            "version_normalized": "2.12.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/newfold-labs/wp-module-patterns.git",
                "reference": "9d228320be05da0e4acf4b176503619bf887c998"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/newfold-labs/wp-module-patterns/zipball/9d228320be05da0e4acf4b176503619bf887c998",
                "reference": "9d228320be05da0e4acf4b176503619bf887c998",
                "shasum": ""
            },
            "require": {
                "newfold-labs/wp-module-data": "^2.9.3",
                "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.7.0"
            },
            "time": "2026-03-24T18:56:32+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.2",
                "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.7.6",
            "version_normalized": "3.7.6.0",
            "source": {
                "type": "git",
                "url": "https://github.com/newfold-labs/wp-module-performance.git",
                "reference": "87d8d8a077cd5fa3f4e30e6480e071f2550d0ee1"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/newfold-labs/wp-module-performance/zipball/87d8d8a077cd5fa3f4e30e6480e071f2550d0ee1",
                "reference": "87d8d8a077cd5fa3f4e30e6480e071f2550d0ee1",
                "shasum": ""
            },
            "require": {
                "colinmollenhour/credis": "^1.14",
                "newfold-labs/wp-module-context": "^1.0",
                "newfold-labs/wp-module-data": "^2.9",
                "newfold-labs/wp-module-features": "^1.5",
                "newfold-labs/wp-module-htaccess": "^1.0",
                "newfold-labs/wp-module-installer": "^1.7",
                "predis/predis": "2.4.1",
                "wp-cli/wp-config-transformer": "^1.4",
                "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.9.4",
                "lucatume/wp-browser": "*",
                "newfold-labs/wp-php-standards": "^1.2",
                "phpunit/phpcov": "*",
                "wp-cli/i18n-command": "^2.7",
                "wp-cli/wp-cli-bundle": "^2.8.1|^2.12"
            },
            "time": "2026-03-31T12:44:35+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 --pretty-print"
                ],
                "i18n-php": [
                    "vendor/bin/wp --allow-root i18n make-php ./languages --pretty-print"
                ],
                "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.7.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.3",
            "version_normalized": "1.1.3.0",
            "source": {
                "type": "git",
                "url": "https://github.com/newfold-labs/wp-module-pls.git",
                "reference": "d92527f2e1f8537e18db3eed617f61c9a1eccf57"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/newfold-labs/wp-module-pls/zipball/d92527f2e1f8537e18db3eed617f61c9a1eccf57",
                "reference": "d92527f2e1f8537e18db3eed617f61c9a1eccf57",
                "shasum": ""
            },
            "require": {
                "newfold-labs/wp-module-data": "^2.9"
            },
            "require-dev": {
                "johnpbloch/wordpress": "@stable",
                "lucatume/wp-browser": "*",
                "newfold-labs/wp-php-standards": "^1.2",
                "phpunit/phpcov": "*",
                "wp-cli/i18n-command": "^2.6.5",
                "wp-cli/wp-cli": "^2.12"
            },
            "time": "2026-02-06T15:35:21+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": [
                    "@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-pls.pot ./languages"
                ],
                "i18n-pot": [
                    "vendor/bin/wp i18n make-pot . ./languages/wp-module-pls.pot --domain=wp-module-pls --headers='{\"Report-Msgid-Bugs-To\":\"https://github.com/newfold-labs/wp-module-pls/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-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.3",
                "issues": "https://github.com/newfold-labs/wp-module-pls/issues"
            },
            "install-path": "../newfold-labs/wp-module-pls"
        },
        {
            "name": "newfold-labs/wp-module-reset",
            "version": "1.0.2",
            "version_normalized": "1.0.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/newfold-labs/wp-module-reset.git",
                "reference": "a2c281e755779acb6927575548eca833818135a5"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/newfold-labs/wp-module-reset/zipball/a2c281e755779acb6927575548eca833818135a5",
                "reference": "a2c281e755779acb6927575548eca833818135a5",
                "shasum": ""
            },
            "require": {
                "newfold-labs/wp-module-features": "^1.5"
            },
            "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",
                "yoast/phpunit-polyfills": "^2.0.5"
            },
            "time": "2026-03-25T19:47:53+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "NewfoldLabs\\WP\\Module\\Reset\\": "includes"
                },
                "files": [
                    "bootstrap.php"
                ]
            },
            "scripts": {
                "fix": [
                    "vendor/bin/phpcbf --standard=phpcs.xml ."
                ],
                "i18n-pot": [
                    "vendor/bin/wp i18n make-pot . ./languages/wp-module-reset.pot --domain=wp-module-reset --exclude=tests,vendor,node_modules,wordpress"
                ],
                "i18n-po": [
                    "vendor/bin/wp i18n update-po ./languages/wp-module-reset.pot ./languages"
                ],
                "i18n-mo": [
                    "vendor/bin/wp i18n make-mo ./languages"
                ],
                "i18n-php": [
                    "vendor/bin/wp i18n make-php ./languages"
                ],
                "i18n": [
                    "@i18n-pot",
                    "@i18n-po",
                    "@i18n-mo",
                    "@i18n-php"
                ],
                "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 ./tests/_output/ --clover ./tests/_output/coverage.xml"
                ]
            },
            "license": [
                "GPL-2.0-or-later"
            ],
            "description": "Factory Reset module for Newfold WordPress plugins",
            "support": {
                "source": "https://github.com/newfold-labs/wp-module-reset/tree/1.0.2",
                "issues": "https://github.com/newfold-labs/wp-module-reset/issues"
            },
            "install-path": "../newfold-labs/wp-module-reset"
        },
        {
            "name": "newfold-labs/wp-module-runtime",
            "version": "1.2.2",
            "version_normalized": "1.2.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/newfold-labs/wp-module-runtime.git",
                "reference": "24dbcad176b1b59da785d98aaf3fc917b70c4079"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/newfold-labs/wp-module-runtime/zipball/24dbcad176b1b59da785d98aaf3fc917b70c4079",
                "reference": "24dbcad176b1b59da785d98aaf3fc917b70c4079",
                "shasum": ""
            },
            "require-dev": {
                "johnpbloch/wordpress": "@stable",
                "lucatume/wp-browser": "*",
                "newfold-labs/wp-module-loader": "^1.1",
                "newfold-labs/wp-php-standards": "@stable",
                "phpunit/phpcov": "*",
                "wp-cli/i18n-command": "@stable",
                "wp-cli/wp-cli-bundle": "@stable"
            },
            "time": "2026-02-10T22:24:28+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 ."
                ],
                "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": "Runtime for Newfold WP modules and plugins",
            "support": {
                "source": "https://github.com/newfold-labs/wp-module-runtime/tree/1.2.2",
                "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.3",
            "version_normalized": "1.1.3.0",
            "source": {
                "type": "git",
                "url": "https://github.com/newfold-labs/wp-module-secure-passwords.git",
                "reference": "83639189ef6cd21894ee8119b9b330c3da50baa4"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/newfold-labs/wp-module-secure-passwords/zipball/83639189ef6cd21894ee8119b9b330c3da50baa4",
                "reference": "83639189ef6cd21894ee8119b9b330c3da50baa4",
                "shasum": ""
            },
            "require-dev": {
                "johnpbloch/wordpress": "@stable",
                "lucatume/wp-browser": "*",
                "newfold-labs/wp-module-loader": "^1.0",
                "newfold-labs/wp-php-standards": "@stable",
                "phpunit/phpcov": "*"
            },
            "time": "2026-02-05T07:06:37+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"
                ],
                "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": "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.3",
                "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.9.1",
            "version_normalized": "2.9.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/newfold-labs/wp-module-solutions.git",
                "reference": "cfd1017b250616a84623e14c318b36d0fb68f313"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/newfold-labs/wp-module-solutions/zipball/cfd1017b250616a84623e14c318b36d0fb68f313",
                "reference": "cfd1017b250616a84623e14c318b36d0fb68f313",
                "shasum": ""
            },
            "require": {
                "newfold-labs/wp-module-data": "^2.9.3",
                "newfold-labs/wp-module-link-tracker": "^1.1",
                "newfold-labs/wp-module-loader": "^1.1.0"
            },
            "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-02-11T22:25:55+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,wordpress"
                ],
                "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"
                ],
                "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": "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 & HostGator customers",
            "support": {
                "source": "https://github.com/newfold-labs/wp-module-solutions/tree/2.9.1",
                "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.1",
            "version_normalized": "1.2.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/newfold-labs/wp-module-sso.git",
                "reference": "29f8774d25688a9d6ff34d63bd186b0c268419d4"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/newfold-labs/wp-module-sso/zipball/29f8774d25688a9d6ff34d63bd186b0c268419d4",
                "reference": "29f8774d25688a9d6ff34d63bd186b0c268419d4",
                "shasum": ""
            },
            "require": {
                "newfold-labs/wp-module-data": ">=2.9.2"
            },
            "require-dev": {
                "johnpbloch/wordpress": "@stable",
                "lucatume/wp-browser": "*",
                "newfold-labs/wp-php-standards": "^1.2",
                "phpunit/phpcov": "*",
                "wp-cli/i18n-command": "^2.6.6"
            },
            "time": "2026-02-05T21:52:51+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\"}' --exclude=src,tests,wordpress"
                ],
                "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 ."
                ],
                "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@bluehost.com"
                }
            ],
            "description": "Single sign-on functionality for Newfold WordPress sites.",
            "support": {
                "source": "https://github.com/newfold-labs/wp-module-sso/tree/1.2.1",
                "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.7.3",
            "version_normalized": "2.7.3.0",
            "source": {
                "type": "git",
                "url": "https://github.com/newfold-labs/wp-module-staging.git",
                "reference": "11d2b525c8607e239c970dc776d3c59b98e911b7"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/newfold-labs/wp-module-staging/zipball/11d2b525c8607e239c970dc776d3c59b98e911b7",
                "reference": "11d2b525c8607e239c970dc776d3c59b98e911b7",
                "shasum": ""
            },
            "require": {
                "newfold-labs/wp-module-context": "^1.0.3",
                "newfold-labs/wp-module-features": "^1.5.2"
            },
            "require-dev": {
                "johnpbloch/wordpress": "@stable",
                "lucatume/wp-browser": "*",
                "newfold-labs/wp-module-loader": "^1.1",
                "newfold-labs/wp-php-standards": "^1.2.5",
                "phpunit/phpcov": "*",
                "wp-cli/i18n-command": "^2.6.6"
            },
            "time": "2026-02-11T21:10: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\"}' --exclude=src,tests,wordpress"
                ],
                "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"
                ],
                "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 for staging functionality in brand plugins",
            "support": {
                "source": "https://github.com/newfold-labs/wp-module-staging/tree/2.7.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": "predis/predis",
            "version": "v2.4.1",
            "version_normalized": "2.4.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/predis/predis.git",
                "reference": "07105e050622ed80bd60808367ced9e379f31530"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/predis/predis/zipball/07105e050622ed80bd60808367ced9e379f31530",
                "reference": "07105e050622ed80bd60808367ced9e379f31530",
                "shasum": ""
            },
            "require": {
                "php": "^7.2 || ^8.0"
            },
            "require-dev": {
                "friendsofphp/php-cs-fixer": "^3.3",
                "phpstan/phpstan": "^1.9",
                "phpunit/phpcov": "^6.0 || ^8.0",
                "phpunit/phpunit": "^8.0 || ^9.4"
            },
            "suggest": {
                "ext-relay": "Faster connection with in-memory caching (>=0.6.2)"
            },
            "time": "2025-11-12T18:00:11+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Predis\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Till Krüss",
                    "homepage": "https://till.im",
                    "role": "Maintainer"
                }
            ],
            "description": "A flexible and feature-complete Redis/Valkey client for PHP.",
            "homepage": "http://github.com/predis/predis",
            "keywords": [
                "nosql",
                "predis",
                "redis"
            ],
            "support": {
                "issues": "https://github.com/predis/predis/issues",
                "source": "https://github.com/predis/predis/tree/v2.4.1"
            },
            "funding": [
                {
                    "url": "https://github.com/sponsors/tillkruss",
                    "type": "github"
                }
            ],
            "install-path": "../predis/predis"
        },
        {
            "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": "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"
            },
            "abandoned": true,
            "install-path": "../wordpress/abilities-api"
        },
        {
            "name": "wordpress/mcp-adapter",
            "version": "v0.4.1",
            "version_normalized": "0.4.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/WordPress/mcp-adapter.git",
                "reference": "1a0f9ab868e34b4375be42e873f60765e6632505"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/WordPress/mcp-adapter/zipball/1a0f9ab868e34b4375be42e873f60765e6632505",
                "reference": "1a0f9ab868e34b4375be42e873f60765e6632505",
                "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-12-09T06: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.5",
            "version_normalized": "1.4.5.0",
            "source": {
                "type": "git",
                "url": "https://github.com/wp-cli/wp-config-transformer.git",
                "reference": "8f5e66c717a7371dfb6559086880bee528aee858"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/wp-cli/wp-config-transformer/zipball/8f5e66c717a7371dfb6559086880bee528aee858",
                "reference": "8f5e66c717a7371dfb6559086880bee528aee858",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.24"
            },
            "require-dev": {
                "wp-cli/wp-cli-tests": "^4.0 || ^5.0"
            },
            "time": "2026-03-20T07:28:10+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.5"
            },
            "install-path": "../wp-cli/wp-config-transformer"
        },
        {
            "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": []
}
