{
    "packages": [
        {
            "name": "composer/installers",
            "version": "v1.12.0",
            "version_normalized": "1.12.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/composer/installers.git",
                "reference": "d20a64ed3c94748397ff5973488761b22f6d3f19"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/composer/installers/zipball/d20a64ed3c94748397ff5973488761b22f6d3f19",
                "reference": "d20a64ed3c94748397ff5973488761b22f6d3f19",
                "shasum": ""
            },
            "require": {
                "composer-plugin-api": "^1.0 || ^2.0"
            },
            "replace": {
                "roundcube/plugin-installer": "*",
                "shama/baton": "*"
            },
            "require-dev": {
                "composer/composer": "1.6.* || ^2.0",
                "composer/semver": "^1 || ^3",
                "phpstan/phpstan": "^0.12.55",
                "phpstan/phpstan-phpunit": "^0.12.16",
                "symfony/phpunit-bridge": "^4.2 || ^5",
                "symfony/process": "^2.3"
            },
            "time": "2021-09-13T08:19:44+00:00",
            "type": "composer-plugin",
            "extra": {
                "class": "Composer\\Installers\\Plugin",
                "branch-alias": {
                    "dev-main": "1.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Composer\\Installers\\": "src/Composer/Installers"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Kyle Robinson Young",
                    "email": "kyle@dontkry.com",
                    "homepage": "https://github.com/shama"
                }
            ],
            "description": "A multi-framework Composer library installer",
            "homepage": "https://composer.github.io/installers/",
            "keywords": [
                "Craft",
                "Dolibarr",
                "Eliasis",
                "Hurad",
                "ImageCMS",
                "Kanboard",
                "Lan Management System",
                "MODX Evo",
                "MantisBT",
                "Mautic",
                "Maya",
                "OXID",
                "Plentymarkets",
                "Porto",
                "RadPHP",
                "SMF",
                "Starbug",
                "Thelia",
                "Whmcs",
                "WolfCMS",
                "agl",
                "aimeos",
                "annotatecms",
                "attogram",
                "bitrix",
                "cakephp",
                "chef",
                "cockpit",
                "codeigniter",
                "concrete5",
                "croogo",
                "dokuwiki",
                "drupal",
                "eZ Platform",
                "elgg",
                "expressionengine",
                "fuelphp",
                "grav",
                "installer",
                "itop",
                "joomla",
                "known",
                "kohana",
                "laravel",
                "lavalite",
                "lithium",
                "magento",
                "majima",
                "mako",
                "mediawiki",
                "miaoxing",
                "modulework",
                "modx",
                "moodle",
                "osclass",
                "pantheon",
                "phpbb",
                "piwik",
                "ppi",
                "processwire",
                "puppet",
                "pxcms",
                "reindex",
                "roundcube",
                "shopware",
                "silverstripe",
                "sydes",
                "sylius",
                "symfony",
                "tastyigniter",
                "typo3",
                "wordpress",
                "yawik",
                "zend",
                "zikula"
            ],
            "support": {
                "issues": "https://github.com/composer/installers/issues",
                "source": "https://github.com/composer/installers/tree/v1.12.0"
            },
            "funding": [
                {
                    "url": "https://packagist.com",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/composer",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/composer/composer",
                    "type": "tidelift"
                }
            ],
            "install-path": "./installers"
        },
        {
            "name": "composer/semver",
            "version": "1.7.2",
            "version_normalized": "1.7.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/composer/semver.git",
                "reference": "647490bbcaf7fc4891c58f47b825eb99d19c377a"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/composer/semver/zipball/647490bbcaf7fc4891c58f47b825eb99d19c377a",
                "reference": "647490bbcaf7fc4891c58f47b825eb99d19c377a",
                "shasum": ""
            },
            "require": {
                "php": "^5.3.2 || ^7.0 || ^8.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^4.5 || ^5.0.5"
            },
            "time": "2020-12-03T15:47:16+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Composer\\Semver\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nils Adermann",
                    "email": "naderman@naderman.de",
                    "homepage": "http://www.naderman.de"
                },
                {
                    "name": "Jordi Boggiano",
                    "email": "j.boggiano@seld.be",
                    "homepage": "http://seld.be"
                },
                {
                    "name": "Rob Bast",
                    "email": "rob.bast@gmail.com",
                    "homepage": "http://robbast.nl"
                }
            ],
            "description": "Semver library that offers utilities, version constraint parsing and validation.",
            "keywords": [
                "semantic",
                "semver",
                "validation",
                "versioning"
            ],
            "support": {
                "irc": "irc://irc.freenode.org/composer",
                "issues": "https://github.com/composer/semver/issues",
                "source": "https://github.com/composer/semver/tree/1.7.2"
            },
            "funding": [
                {
                    "url": "https://packagist.com",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/composer",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/composer/composer",
                    "type": "tidelift"
                }
            ],
            "install-path": "./semver"
        },
        {
            "name": "consolidation/annotated-command",
            "version": "2.12.2",
            "version_normalized": "2.12.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/consolidation/annotated-command.git",
                "reference": "2472a23610cba1d86dcb783a81a21259473b059e"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/consolidation/annotated-command/zipball/2472a23610cba1d86dcb783a81a21259473b059e",
                "reference": "2472a23610cba1d86dcb783a81a21259473b059e",
                "shasum": ""
            },
            "require": {
                "consolidation/output-formatters": "^3.5.1",
                "php": ">=5.4.5",
                "psr/log": "^1",
                "symfony/console": "^2.8|^3|^4",
                "symfony/event-dispatcher": "^2.5|^3|^4",
                "symfony/finder": "^2.5|^3|^4|^5"
            },
            "require-dev": {
                "g1a/composer-test-scenarios": "^3",
                "php-coveralls/php-coveralls": "^1",
                "phpunit/phpunit": "^6",
                "squizlabs/php_codesniffer": "^2.7"
            },
            "time": "2022-01-03T00:23:44+00:00",
            "type": "library",
            "extra": {
                "scenarios": {
                    "finder5": {
                        "require": {
                            "symfony/finder": "^5"
                        },
                        "config": {
                            "platform": {
                                "php": "7.2.5"
                            }
                        }
                    },
                    "symfony4": {
                        "require": {
                            "symfony/console": "^4.0"
                        },
                        "config": {
                            "platform": {
                                "php": "7.1.3"
                            }
                        }
                    },
                    "symfony2": {
                        "require": {
                            "symfony/console": "^2.8"
                        },
                        "require-dev": {
                            "phpunit/phpunit": "^4.8.36"
                        },
                        "remove": [
                            "php-coveralls/php-coveralls"
                        ],
                        "config": {
                            "platform": {
                                "php": "5.4.8"
                            }
                        },
                        "scenario-options": {
                            "create-lockfile": "false"
                        }
                    },
                    "phpunit4": {
                        "require-dev": {
                            "phpunit/phpunit": "^4.8.36"
                        },
                        "remove": [
                            "php-coveralls/php-coveralls"
                        ],
                        "config": {
                            "platform": {
                                "php": "5.4.8"
                            }
                        }
                    }
                },
                "branch-alias": {
                    "dev-master": "2.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Consolidation\\AnnotatedCommand\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Greg Anderson",
                    "email": "greg.1.anderson@greenknowe.org"
                }
            ],
            "description": "Initialize Symfony Console commands from annotated command class methods.",
            "support": {
                "issues": "https://github.com/consolidation/annotated-command/issues",
                "source": "https://github.com/consolidation/annotated-command/tree/2.12.2"
            },
            "install-path": "../consolidation/annotated-command"
        },
        {
            "name": "consolidation/output-formatters",
            "version": "3.5.1",
            "version_normalized": "3.5.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/consolidation/output-formatters.git",
                "reference": "0d38f13051ef05c223a2bb8e962d668e24785196"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/consolidation/output-formatters/zipball/0d38f13051ef05c223a2bb8e962d668e24785196",
                "reference": "0d38f13051ef05c223a2bb8e962d668e24785196",
                "shasum": ""
            },
            "require": {
                "dflydev/dot-access-data": "^1.1.0",
                "php": ">=5.4.0",
                "symfony/console": "^2.8|^3|^4",
                "symfony/finder": "^2.5|^3|^4|^5"
            },
            "require-dev": {
                "g1a/composer-test-scenarios": "^3",
                "php-coveralls/php-coveralls": "^1",
                "phpunit/phpunit": "^5.7.27",
                "squizlabs/php_codesniffer": "^2.7",
                "symfony/var-dumper": "^2.8|^3|^4",
                "victorjonsson/markdowndocs": "^1.3"
            },
            "suggest": {
                "symfony/var-dumper": "For using the var_dump formatter"
            },
            "time": "2020-10-11T04:15:32+00:00",
            "type": "library",
            "extra": {
                "scenarios": {
                    "finder5": {
                        "require": {
                            "symfony/finder": "^5"
                        },
                        "config": {
                            "platform": {
                                "php": "7.2.5"
                            }
                        }
                    },
                    "symfony4": {
                        "require": {
                            "symfony/console": "^4.0"
                        },
                        "require-dev": {
                            "phpunit/phpunit": "^6"
                        },
                        "config": {
                            "platform": {
                                "php": "7.1.3"
                            }
                        }
                    },
                    "symfony3": {
                        "require": {
                            "symfony/console": "^3.4",
                            "symfony/finder": "^3.4",
                            "symfony/var-dumper": "^3.4"
                        },
                        "config": {
                            "platform": {
                                "php": "5.6.32"
                            }
                        }
                    },
                    "symfony2": {
                        "require": {
                            "symfony/console": "^2.8"
                        },
                        "require-dev": {
                            "phpunit/phpunit": "^4.8.36"
                        },
                        "remove": [
                            "php-coveralls/php-coveralls"
                        ],
                        "config": {
                            "platform": {
                                "php": "5.4.8"
                            }
                        },
                        "scenario-options": {
                            "create-lockfile": "false"
                        }
                    }
                },
                "branch-alias": {
                    "dev-master": "3.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Consolidation\\OutputFormatters\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Greg Anderson",
                    "email": "greg.1.anderson@greenknowe.org"
                }
            ],
            "description": "Format text by applying transformations provided by plug-in formatters.",
            "support": {
                "issues": "https://github.com/consolidation/output-formatters/issues",
                "source": "https://github.com/consolidation/output-formatters/tree/3.5.1"
            },
            "install-path": "../consolidation/output-formatters"
        },
        {
            "name": "cweagans/composer-patches",
            "version": "1.7.3",
            "version_normalized": "1.7.3.0",
            "source": {
                "type": "git",
                "url": "https://github.com/cweagans/composer-patches.git",
                "reference": "e190d4466fe2b103a55467dfa83fc2fecfcaf2db"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/cweagans/composer-patches/zipball/e190d4466fe2b103a55467dfa83fc2fecfcaf2db",
                "reference": "e190d4466fe2b103a55467dfa83fc2fecfcaf2db",
                "shasum": ""
            },
            "require": {
                "composer-plugin-api": "^1.0 || ^2.0",
                "php": ">=5.3.0"
            },
            "require-dev": {
                "composer/composer": "~1.0 || ~2.0",
                "phpunit/phpunit": "~4.6"
            },
            "time": "2022-12-20T22:53:13+00:00",
            "type": "composer-plugin",
            "extra": {
                "class": "cweagans\\Composer\\Patches"
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "cweagans\\Composer\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Cameron Eagans",
                    "email": "me@cweagans.net"
                }
            ],
            "description": "Provides a way to patch Composer packages.",
            "support": {
                "issues": "https://github.com/cweagans/composer-patches/issues",
                "source": "https://github.com/cweagans/composer-patches/tree/1.7.3"
            },
            "install-path": "../cweagans/composer-patches"
        },
        {
            "name": "dflydev/dot-access-data",
            "version": "v1.1.0",
            "version_normalized": "1.1.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/dflydev/dflydev-dot-access-data.git",
                "reference": "3fbd874921ab2c041e899d044585a2ab9795df8a"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/dflydev/dflydev-dot-access-data/zipball/3fbd874921ab2c041e899d044585a2ab9795df8a",
                "reference": "3fbd874921ab2c041e899d044585a2ab9795df8a",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.2"
            },
            "time": "2017-01-20T21:14:22+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-0": {
                    "Dflydev\\DotAccessData": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Dragonfly Development Inc.",
                    "email": "info@dflydev.com",
                    "homepage": "http://dflydev.com"
                },
                {
                    "name": "Beau Simensen",
                    "email": "beau@dflydev.com",
                    "homepage": "http://beausimensen.com"
                },
                {
                    "name": "Carlos Frutos",
                    "email": "carlos@kiwing.it",
                    "homepage": "https://github.com/cfrutos"
                }
            ],
            "description": "Given a deep data structure, access data by dot notation.",
            "homepage": "https://github.com/dflydev/dflydev-dot-access-data",
            "keywords": [
                "access",
                "data",
                "dot",
                "notation"
            ],
            "support": {
                "issues": "https://github.com/dflydev/dflydev-dot-access-data/issues",
                "source": "https://github.com/dflydev/dflydev-dot-access-data/tree/master"
            },
            "install-path": "../dflydev/dot-access-data"
        },
        {
            "name": "drupal/addressfield",
            "version": "1.3.0",
            "version_normalized": "1.3.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/addressfield.git",
                "reference": "7.x-1.3"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/addressfield-7.x-1.3.zip",
                "reference": "7.x-1.3",
                "shasum": "6f083ad7dc8c9fac62263335aff1c8e169f2da0c"
            },
            "require": {
                "drupal/ctools": "*",
                "drupal/drupal": "~7.0"
            },
            "require-dev": {
                "drupal/ctools": "*"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "7.x-1.3",
                    "datestamp": "1540579380",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/7/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Damien Tournoud",
                    "homepage": "https://www.drupal.org/user/22211"
                },
                {
                    "name": "bojanz",
                    "homepage": "https://www.drupal.org/user/86106"
                },
                {
                    "name": "jsacksick",
                    "homepage": "https://www.drupal.org/user/972218"
                },
                {
                    "name": "rszrama",
                    "homepage": "https://www.drupal.org/user/49344"
                }
            ],
            "description": "Manage a flexible address field, implementing the xNAL standard.",
            "homepage": "https://www.drupal.org/project/addressfield",
            "support": {
                "source": "https://git.drupalcode.org/project/addressfield"
            },
            "install-path": "../../web/sites/all/modules/contrib/addressfield"
        },
        {
            "name": "drupal/addthis",
            "version": "4.0.0-alpha6",
            "version_normalized": "4.0.0.0-alpha6",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/addthis.git",
                "reference": "7.x-4.0-alpha6"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/addthis-7.x-4.0-alpha6.zip",
                "reference": "7.x-4.0-alpha6",
                "shasum": "b105a279db7640ad9234fbe1541f2d5a941f2cc5"
            },
            "require": {
                "drupal/drupal": "*"
            },
            "require-dev": {
                "drupal/addthis_displays": "*"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "7.x-4.0-alpha6",
                    "datestamp": "1434368580",
                    "security-coverage": {
                        "status": "not-covered",
                        "message": "Project has not opted into security advisory coverage!"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/7/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Les Lim",
                    "homepage": "https://www.drupal.org/user/84263"
                },
                {
                    "name": "Nitesh Sethia",
                    "homepage": "https://www.drupal.org/user/2474982"
                },
                {
                    "name": "TomiMikola",
                    "homepage": "https://www.drupal.org/user/183191"
                },
                {
                    "name": "_doyle_",
                    "homepage": "https://www.drupal.org/user/1799556"
                },
                {
                    "name": "divesh.kumar",
                    "homepage": "https://www.drupal.org/user/390770"
                },
                {
                    "name": "gisle",
                    "homepage": "https://www.drupal.org/user/409554"
                },
                {
                    "name": "iSampo",
                    "homepage": "https://www.drupal.org/user/669530"
                },
                {
                    "name": "janip",
                    "homepage": "https://www.drupal.org/user/1356218"
                },
                {
                    "name": "juhaniemi",
                    "homepage": "https://www.drupal.org/user/157732"
                },
                {
                    "name": "juhovaltonen",
                    "homepage": "https://www.drupal.org/user/395432"
                },
                {
                    "name": "kapil.ropalekar",
                    "homepage": "https://www.drupal.org/user/2393402"
                },
                {
                    "name": "matglas86",
                    "homepage": "https://www.drupal.org/user/573464"
                },
                {
                    "name": "naveenvalecha",
                    "homepage": "https://www.drupal.org/user/2665733"
                },
                {
                    "name": "vesapalmu",
                    "homepage": "https://www.drupal.org/user/75070"
                }
            ],
            "description": "AddThis.com provides an easy way to share your content across the web.",
            "homepage": "https://www.drupal.org/project/addthis",
            "support": {
                "source": "https://git.drupalcode.org/project/addthis"
            },
            "install-path": "../../web/sites/all/modules/contrib/addthis"
        },
        {
            "name": "drupal/admin_menu",
            "version": "3.0.0-rc7",
            "version_normalized": "3.0.0.0-RC7",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/admin_menu.git",
                "reference": "7.x-3.0-rc7"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/admin_menu-7.x-3.0-rc7.zip",
                "reference": "7.x-3.0-rc7",
                "shasum": "ab4778b6daeea00329ac31a4ed79ee68de9770bd"
            },
            "require": {
                "drupal/drupal": "^7.11"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "7.x-3.0-rc7",
                    "datestamp": "1685019870",
                    "security-coverage": {
                        "status": "not-covered",
                        "message": "RC releases are not covered by Drupal security advisories."
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/7/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Dave Reid",
                    "homepage": "https://www.drupal.org/user/53892"
                },
                {
                    "name": "HongPong",
                    "homepage": "https://www.drupal.org/user/60005"
                },
                {
                    "name": "RenatoG",
                    "homepage": "https://www.drupal.org/user/3326031"
                },
                {
                    "name": "sun",
                    "homepage": "https://www.drupal.org/user/54136"
                },
                {
                    "name": "thalles",
                    "homepage": "https://www.drupal.org/user/3589086"
                },
                {
                    "name": "truls1502",
                    "homepage": "https://www.drupal.org/user/325866"
                }
            ],
            "description": "Provides a dropdown menu to most administrative tasks and other common destinations (to users with the proper permissions).",
            "homepage": "https://www.drupal.org/project/admin_menu",
            "support": {
                "source": "https://git.drupalcode.org/project/admin_menu"
            },
            "install-path": "../../web/sites/all/modules/contrib/admin_menu"
        },
        {
            "name": "drupal/admin_menu_source",
            "version": "1.1.0",
            "version_normalized": "1.1.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/admin_menu_source.git",
                "reference": "7.x-1.1"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/admin_menu_source-7.x-1.1.zip",
                "reference": "7.x-1.1",
                "shasum": "8b86802ac0910f2e595eb065c783f81a7c687433"
            },
            "require": {
                "drupal/admin_menu": "*",
                "drupal/drupal": "*"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "7.x-1.1",
                    "datestamp": "1459490340",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/7/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "arshadcn",
                    "homepage": "https://www.drupal.org/user/571032"
                }
            ],
            "description": "Use a different menu as the Administration Menu.",
            "homepage": "https://www.drupal.org/project/admin_menu_source",
            "support": {
                "source": "https://git.drupalcode.org/project/admin_menu_source"
            },
            "install-path": "../../web/sites/all/modules/contrib/admin_menu_source"
        },
        {
            "name": "drupal/admin_views",
            "version": "1.8.0",
            "version_normalized": "1.8.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/admin_views.git",
                "reference": "7.x-1.8"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/admin_views-7.x-1.8.zip",
                "reference": "7.x-1.8",
                "shasum": "5c9c631c311503e980d7f64be407bc9e052b0a8f"
            },
            "require": {
                "drupal/admin_views_system_display": "*",
                "drupal/drupal": "~7.0",
                "drupal/views": "*",
                "drupal/views_bulk_operations": "*"
            },
            "require-dev": {
                "drupal/views": "*"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "7.x-1.8",
                    "datestamp": "1631903566",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/7/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "DamienMcKenna",
                    "homepage": "https://www.drupal.org/user/108450"
                },
                {
                    "name": "vijaycs85",
                    "homepage": "https://www.drupal.org/user/93488"
                }
            ],
            "description": "Replaces all system object management pages in Drupal core with real views.",
            "homepage": "https://www.drupal.org/project/admin_views",
            "support": {
                "source": "https://git.drupalcode.org/project/admin_views"
            },
            "install-path": "../../web/sites/all/modules/contrib/admin_views"
        },
        {
            "name": "drupal/admin_views_system_display",
            "version": "1.8.0",
            "version_normalized": "1.8.0.0",
            "require": {
                "drupal/admin_views": "^1",
                "drupal/drupal": "~7.0",
                "drupal/views": "*"
            },
            "type": "metapackage",
            "extra": {
                "drupal": {
                    "version": "7.x-1.8",
                    "datestamp": "1631903566",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/7/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "DamienMcKenna",
                    "homepage": "https://www.drupal.org/user/108450"
                },
                {
                    "name": "vijaycs85",
                    "homepage": "https://www.drupal.org/user/93488"
                }
            ],
            "description": "Custom Views display plugin for overriding system pages.",
            "homepage": "https://www.drupal.org/project/admin_views",
            "support": {
                "source": "https://git.drupalcode.org/project/admin_views"
            },
            "install-path": null
        },
        {
            "name": "drupal/antibot",
            "version": "1.2.0",
            "version_normalized": "1.2.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/antibot.git",
                "reference": "7.x-1.2"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/antibot-7.x-1.2.zip",
                "reference": "7.x-1.2",
                "shasum": "6a8c9e9b21fd4fe0141fe1fd5856bc40cc628267"
            },
            "require": {
                "drupal/drupal": "~7.0"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "7.x-1.2",
                    "datestamp": "1528676280",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/7/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "gaurav.kapoor",
                    "homepage": "https://www.drupal.org/user/3495331"
                },
                {
                    "name": "mstef",
                    "homepage": "https://www.drupal.org/user/107190"
                }
            ],
            "description": "Prevent forms from being submitted without JavaScript enabled",
            "homepage": "https://www.drupal.org/project/antibot",
            "support": {
                "source": "https://git.drupalcode.org/project/antibot"
            },
            "install-path": "../../web/sites/all/modules/contrib/antibot"
        },
        {
            "name": "drupal/automodal",
            "version": "1.0.0",
            "version_normalized": "1.0.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/automodal.git",
                "reference": "7.x-1.0"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/automodal-7.x-1.0.zip",
                "reference": "7.x-1.0",
                "shasum": "77375f88dc650debb699a9bc11f6c3808de50321"
            },
            "require": {
                "drupal/drupal": "~7.0",
                "drupal/modalframe": "*"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "7.x-1.0",
                    "datestamp": "1490106483",
                    "security-coverage": {
                        "status": "not-covered",
                        "message": "Project has not opted into security advisory coverage!"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/7/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Crell",
                    "homepage": "https://www.drupal.org/user/26398"
                },
                {
                    "name": "dsnopek",
                    "homepage": "https://www.drupal.org/user/266527"
                },
                {
                    "name": "mbutcher",
                    "homepage": "https://www.drupal.org/user/201798"
                },
                {
                    "name": "mfer",
                    "homepage": "https://www.drupal.org/user/25701"
                },
                {
                    "name": "tyler.ashbaugh.questionmark",
                    "homepage": "https://www.drupal.org/user/2568642"
                }
            ],
            "description": "Automatically convert links to modal links.",
            "homepage": "https://www.drupal.org/project/automodal",
            "support": {
                "source": "https://git.drupalcode.org/project/automodal"
            },
            "install-path": "../../web/sites/all/modules/contrib/automodal"
        },
        {
            "name": "drupal/backup_migrate",
            "version": "3.10.0",
            "version_normalized": "3.10.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/backup_migrate.git",
                "reference": "7.x-3.10"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/backup_migrate-7.x-3.10.zip",
                "reference": "7.x-3.10",
                "shasum": "e52ebe0904ed13c1c419065df9a30fd45682ae9d"
            },
            "require": {
                "drupal/drupal": "~7.0"
            },
            "require-dev": {
                "drupal/ctools": "*",
                "drupal/views": "*"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "7.x-3.10",
                    "datestamp": "1641732922",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/7/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Alex Andrascu",
                    "homepage": "https://www.drupal.org/user/429248"
                },
                {
                    "name": "DamienMcKenna",
                    "homepage": "https://www.drupal.org/user/108450"
                },
                {
                    "name": "dgorton",
                    "homepage": "https://www.drupal.org/user/19044"
                },
                {
                    "name": "ikit-claw",
                    "homepage": "https://www.drupal.org/user/3285813"
                },
                {
                    "name": "ronan",
                    "homepage": "https://www.drupal.org/user/72815"
                }
            ],
            "description": "Backup the Drupal database and files or migrate them to another environment.",
            "homepage": "https://www.drupal.org/project/backup_migrate",
            "support": {
                "source": "https://git.drupalcode.org/project/backup_migrate"
            },
            "install-path": "../../web/sites/all/modules/contrib/backup_migrate"
        },
        {
            "name": "drupal/block_revisions",
            "version": "dev-1.x",
            "version_normalized": "dev-1.x",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/block_revisions.git",
                "reference": "4a685edfb5e13c306d7f956f2e526fd84303d47f"
            },
            "require": {
                "drupal/drupal": "~7.0"
            },
            "type": "drupal-module",
            "extra": {
                "branch-alias": {
                    "dev-1.x": "1.x-dev"
                },
                "drupal": {
                    "version": "7.x-1.0+0-dev",
                    "datestamp": "1412240560",
                    "security-coverage": {
                        "status": "not-covered",
                        "message": "Project has not opted into security advisory coverage!"
                    }
                }
            },
            "installation-source": "source",
            "notification-url": "https://packages.drupal.org/7/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "dmitrit",
                    "homepage": "https://www.drupal.org/user/215515"
                },
                {
                    "name": "mr.baileys",
                    "homepage": "https://www.drupal.org/user/383424"
                }
            ],
            "description": "Keep revisions for custom block content.",
            "homepage": "https://www.drupal.org/project/block_revisions",
            "support": {
                "source": "https://git.drupalcode.org/project/block_revisions"
            },
            "install-path": "../../web/sites/all/modules/contrib/block_revisions"
        },
        {
            "name": "drupal/bootstrap",
            "version": "3.27.0",
            "version_normalized": "3.27.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/bootstrap.git",
                "reference": "7.x-3.27"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/bootstrap-7.x-3.27.zip",
                "reference": "7.x-3.27",
                "shasum": "1f0b77d89c5b25cf1efea02f26d4660e94d1458d"
            },
            "require": {
                "drupal/drupal": "~7.0"
            },
            "type": "drupal-theme",
            "extra": {
                "drupal": {
                    "version": "7.x-3.27",
                    "datestamp": "1689027017",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/7/downloads",
            "license": [
                "GPL-2.0"
            ],
            "authors": [
                {
                    "name": "Mark Carver (markcarver)",
                    "homepage": "https://www.drupal.org/u/markcarver",
                    "role": "Maintainer"
                },
                {
                    "name": "John McCormick (neardark)",
                    "homepage": "https://www.drupal.org/u/neardark",
                    "role": "Co-maintainer"
                },
                {
                    "name": "Fabiano Sant'Ana (wundo)",
                    "homepage": "https://www.drupal.org/u/wundo",
                    "role": "Co-maintainer"
                }
            ],
            "description": "Built to use Bootstrap, a sleek, intuitive, and powerful front-end framework for faster and easier web development.",
            "homepage": "https://www.drupal.org/project/bootstrap",
            "support": {
                "source": "http://cgit.drupalcode.org/bootstrap",
                "docs": "https://drupal-bootstrap.org",
                "issues": "https://www.drupal.org/project/issues/bootstrap",
                "irc": "irc://irc.freenode.org/drupal-bootstrap"
            },
            "install-path": "../../web/sites/all/themes/contrib/bootstrap"
        },
        {
            "name": "drupal/breakpoints",
            "version": "1.6.0",
            "version_normalized": "1.6.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/breakpoints.git",
                "reference": "7.x-1.6"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/breakpoints-7.x-1.6.zip",
                "reference": "7.x-1.6",
                "shasum": "44241e042dfcf33953b3a6bc45898419a505335e"
            },
            "require": {
                "drupal/ctools": "*",
                "drupal/drupal": "~7.0"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "7.x-1.6",
                    "datestamp": "1520497684",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/7/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Jelle_S",
                    "homepage": "https://www.drupal.org/user/829198"
                },
                {
                    "name": "attiks",
                    "homepage": "https://www.drupal.org/user/105002"
                }
            ],
            "description": "Manage breakpoints",
            "homepage": "https://www.drupal.org/project/breakpoints",
            "support": {
                "source": "https://git.drupalcode.org/project/breakpoints"
            },
            "install-path": "../../web/sites/all/modules/contrib/breakpoints"
        },
        {
            "name": "drupal/captcha",
            "version": "1.7.0",
            "version_normalized": "1.7.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/captcha.git",
                "reference": "7.x-1.7"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/captcha-7.x-1.7.zip",
                "reference": "7.x-1.7",
                "shasum": "e871099b5aa23d39ff3e4f45fecac9432040a4c2"
            },
            "require": {
                "drupal/drupal": "~7.0"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "7.x-1.7",
                    "datestamp": "1582293278",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/7/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Anybody",
                    "homepage": "https://www.drupal.org/user/291091"
                },
                {
                    "name": "elachlan",
                    "homepage": "https://www.drupal.org/user/1021502"
                },
                {
                    "name": "Grevil",
                    "homepage": "https://www.drupal.org/user/3668491"
                },
                {
                    "name": "japerry",
                    "homepage": "https://www.drupal.org/user/45640"
                },
                {
                    "name": "naveenvalecha",
                    "homepage": "https://www.drupal.org/user/2665733"
                },
                {
                    "name": "podarok",
                    "homepage": "https://www.drupal.org/user/116002"
                },
                {
                    "name": "RobLoach",
                    "homepage": "https://www.drupal.org/user/61114"
                },
                {
                    "name": "thomas.frobieter",
                    "homepage": "https://www.drupal.org/user/409335"
                },
                {
                    "name": "wundo",
                    "homepage": "https://www.drupal.org/user/25523"
                }
            ],
            "description": "Base CAPTCHA module for adding challenges to arbitrary forms.",
            "homepage": "https://www.drupal.org/project/captcha",
            "support": {
                "source": "https://git.drupalcode.org/project/captcha"
            },
            "install-path": "../../web/sites/all/modules/contrib/captcha"
        },
        {
            "name": "drupal/ckeditor",
            "version": "1.23.0",
            "version_normalized": "1.23.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/ckeditor.git",
                "reference": "7.x-1.23"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/ckeditor-7.x-1.23.zip",
                "reference": "7.x-1.23",
                "shasum": "11bfad8a25178c2520f94800be90eea6455cf5d5"
            },
            "require": {
                "drupal/drupal": "~7.0"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "7.x-1.23",
                    "datestamp": "1679598821",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/7/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "dczepierga",
                    "homepage": "https://www.drupal.org/user/911466"
                },
                {
                    "name": "hass",
                    "homepage": "https://www.drupal.org/user/85918"
                },
                {
                    "name": "jcisio",
                    "homepage": "https://www.drupal.org/user/210762"
                },
                {
                    "name": "Jorrit",
                    "homepage": "https://www.drupal.org/user/161217"
                },
                {
                    "name": "lauriii",
                    "homepage": "https://www.drupal.org/user/1078742"
                },
                {
                    "name": "Magnus",
                    "homepage": "https://www.drupal.org/user/73919"
                },
                {
                    "name": "mkesicki",
                    "homepage": "https://www.drupal.org/user/922884"
                },
                {
                    "name": "nod_",
                    "homepage": "https://www.drupal.org/user/598310"
                },
                {
                    "name": "p.wiaderny",
                    "homepage": "https://www.drupal.org/user/2956619"
                },
                {
                    "name": "vokiel",
                    "homepage": "https://www.drupal.org/user/2793801"
                },
                {
                    "name": "Wim Leers",
                    "homepage": "https://www.drupal.org/user/99777"
                },
                {
                    "name": "wwalc",
                    "homepage": "https://www.drupal.org/user/184556"
                },
                {
                    "name": "xjm",
                    "homepage": "https://www.drupal.org/user/65776"
                }
            ],
            "description": "Enables CKEditor (WYSIWYG HTML editor) for use instead of plain text fields.",
            "homepage": "https://www.drupal.org/project/ckeditor",
            "support": {
                "source": "https://git.drupalcode.org/project/ckeditor"
            },
            "install-path": "../../web/sites/all/modules/contrib/ckeditor"
        },
        {
            "name": "drupal/clientside_validation",
            "version": "1.49.0",
            "version_normalized": "1.49.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/clientside_validation.git",
                "reference": "7.x-1.49"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/clientside_validation-7.x-1.49.zip",
                "reference": "7.x-1.49",
                "shasum": "c7e1af85204f7046bed0717f1d0edcb1eea4cd59"
            },
            "require": {
                "drupal/drupal": "~7.0"
            },
            "require-dev": {
                "drupal/clientside_validation_fapi": "*",
                "drupal/clientside_validation_field_validation": "*",
                "drupal/clientside_validation_form": "*",
                "drupal/clientside_validation_html5": "*",
                "drupal/clientside_validation_test_field_validation": "*",
                "drupal/clientside_validation_webform": "*",
                "drupal/context": "*",
                "drupal/defaultcontent": "*",
                "drupal/elements": "*",
                "drupal/fapi_validation": "*",
                "drupal/features": "*",
                "drupal/field_validation": "*",
                "drupal/ife": "*",
                "drupal/testswarm": "*",
                "drupal/webform": "*",
                "drupal/webform_validation": "*"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "7.x-1.49",
                    "datestamp": "1676011027",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/7/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "attiks",
                    "homepage": "https://www.drupal.org/user/105002"
                },
                {
                    "name": "Jelle_S",
                    "homepage": "https://www.drupal.org/user/829198"
                },
                {
                    "name": "joseph.olstad",
                    "homepage": "https://www.drupal.org/user/1321830"
                },
                {
                    "name": "nikunjkotecha",
                    "homepage": "https://www.drupal.org/user/694082"
                }
            ],
            "description": "Add client side validation to forms and Webforms",
            "homepage": "https://www.drupal.org/project/clientside_validation",
            "support": {
                "source": "https://git.drupalcode.org/project/clientside_validation"
            },
            "install-path": "../../web/sites/all/modules/contrib/clientside_validation"
        },
        {
            "name": "drupal/colorbox",
            "version": "2.17.0",
            "version_normalized": "2.17.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/colorbox.git",
                "reference": "7.x-2.17"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/colorbox-7.x-2.17.zip",
                "reference": "7.x-2.17",
                "shasum": "20ad5997ce3d134b8054060fbb04a8594df5dd1e"
            },
            "require": {
                "drupal/drupal": "~7.0",
                "drupal/libraries": "^2"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "7.x-2.17",
                    "datestamp": "1649687770",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/7/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "jenlampton",
                    "homepage": "https://www.drupal.org/user/85586"
                },
                {
                    "name": "paulmckibben",
                    "homepage": "https://www.drupal.org/user/279003"
                },
                {
                    "name": "RenatoG",
                    "homepage": "https://www.drupal.org/user/3326031"
                },
                {
                    "name": "Unsupported Projects",
                    "homepage": "https://www.drupal.org/user/291168"
                }
            ],
            "description": "A light-weight, customizable lightbox plugin for jQuery 1.4.3+.",
            "homepage": "https://www.drupal.org/project/colorbox",
            "support": {
                "source": "https://git.drupalcode.org/project/colorbox"
            },
            "install-path": "../../web/sites/all/modules/contrib/colorbox"
        },
        {
            "name": "drupal/commerce",
            "version": "1.17.0",
            "version_normalized": "1.17.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/commerce.git",
                "reference": "7.x-1.17"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/commerce-7.x-1.17.zip",
                "reference": "7.x-1.17",
                "shasum": "2f8380bcc338d66ea06af227e7148b518c5f00c5"
            },
            "require": {
                "drupal/drupal": "*",
                "drupal/entity": "*",
                "drupal/rules": "*"
            },
            "require-dev": {
                "drupal/addressfield": "*",
                "drupal/commerce_checkout": "*",
                "drupal/commerce_customer": "*",
                "drupal/commerce_line_item": "*",
                "drupal/commerce_order": "*",
                "drupal/commerce_order_ui": "*",
                "drupal/commerce_payment": "*",
                "drupal/commerce_price": "*",
                "drupal/commerce_product": "*",
                "drupal/commerce_product_pricing": "*",
                "drupal/commerce_product_reference": "*",
                "drupal/commerce_tax": "*",
                "drupal/commerce_ui": "*",
                "drupal/entity": "*",
                "drupal/rules": "*",
                "drupal/rules_admin": "*",
                "drupal/views": "*"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "7.x-1.17",
                    "datestamp": "1646502147",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/7/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "bojanz",
                    "homepage": "https://www.drupal.org/user/86106"
                },
                {
                    "name": "Centarro",
                    "homepage": "https://www.drupal.org/user/3661446"
                },
                {
                    "name": "jsacksick",
                    "homepage": "https://www.drupal.org/user/972218"
                },
                {
                    "name": "mglaman",
                    "homepage": "https://www.drupal.org/user/2416470"
                },
                {
                    "name": "rszrama",
                    "homepage": "https://www.drupal.org/user/49344"
                }
            ],
            "description": "Defines features and functions common to the Commerce modules. Must be enabled to uninstall other Commerce modules.",
            "homepage": "https://www.drupal.org/project/commerce",
            "support": {
                "source": "https://git.drupalcode.org/project/commerce"
            },
            "install-path": "../../web/sites/all/modules/contrib/commerce"
        },
        {
            "name": "drupal/commerce_cart",
            "version": "1.17.0",
            "version_normalized": "1.17.0.0",
            "require": {
                "drupal/commerce": "*",
                "drupal/commerce_checkout": "*",
                "drupal/commerce_line_item": "*",
                "drupal/commerce_order": "*",
                "drupal/commerce_product": "*",
                "drupal/commerce_product_pricing": "*",
                "drupal/commerce_product_reference": "*",
                "drupal/drupal": "~7.0",
                "drupal/entity": "*",
                "drupal/rules": "*",
                "drupal/views": "*"
            },
            "type": "metapackage",
            "extra": {
                "drupal": {
                    "version": "7.x-1.17",
                    "datestamp": "1646502147",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/7/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "bojanz",
                    "homepage": "https://www.drupal.org/user/86106"
                },
                {
                    "name": "Centarro",
                    "homepage": "https://www.drupal.org/user/3661446"
                },
                {
                    "name": "jsacksick",
                    "homepage": "https://www.drupal.org/user/972218"
                },
                {
                    "name": "mglaman",
                    "homepage": "https://www.drupal.org/user/2416470"
                },
                {
                    "name": "rszrama",
                    "homepage": "https://www.drupal.org/user/49344"
                }
            ],
            "description": "Implements the shopping cart system and add to cart features.",
            "homepage": "https://www.drupal.org/project/commerce",
            "support": {
                "source": "https://git.drupalcode.org/project/commerce"
            },
            "install-path": null
        },
        {
            "name": "drupal/commerce_checkout",
            "version": "1.17.0",
            "version_normalized": "1.17.0.0",
            "require": {
                "drupal/commerce": "*",
                "drupal/commerce_order": "*",
                "drupal/commerce_ui": "*",
                "drupal/drupal": "~7.0",
                "drupal/entity": "*",
                "drupal/rules": "*"
            },
            "type": "metapackage",
            "extra": {
                "drupal": {
                    "version": "7.x-1.17",
                    "datestamp": "1646502147",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/7/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "bojanz",
                    "homepage": "https://www.drupal.org/user/86106"
                },
                {
                    "name": "Centarro",
                    "homepage": "https://www.drupal.org/user/3661446"
                },
                {
                    "name": "jsacksick",
                    "homepage": "https://www.drupal.org/user/972218"
                },
                {
                    "name": "mglaman",
                    "homepage": "https://www.drupal.org/user/2416470"
                },
                {
                    "name": "rszrama",
                    "homepage": "https://www.drupal.org/user/49344"
                }
            ],
            "description": "Enable checkout as a multi-step form with customizable checkout pages.",
            "homepage": "https://www.drupal.org/project/commerce",
            "support": {
                "source": "https://git.drupalcode.org/project/commerce"
            },
            "install-path": null
        },
        {
            "name": "drupal/commerce_customer",
            "version": "1.17.0",
            "version_normalized": "1.17.0.0",
            "require": {
                "drupal/addressfield": "*",
                "drupal/commerce": "*",
                "drupal/drupal": "~7.0",
                "drupal/entity": "*"
            },
            "type": "metapackage",
            "extra": {
                "drupal": {
                    "version": "7.x-1.17",
                    "datestamp": "1646502147",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/7/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "bojanz",
                    "homepage": "https://www.drupal.org/user/86106"
                },
                {
                    "name": "Centarro",
                    "homepage": "https://www.drupal.org/user/3661446"
                },
                {
                    "name": "jsacksick",
                    "homepage": "https://www.drupal.org/user/972218"
                },
                {
                    "name": "mglaman",
                    "homepage": "https://www.drupal.org/user/2416470"
                },
                {
                    "name": "rszrama",
                    "homepage": "https://www.drupal.org/user/49344"
                }
            ],
            "description": "Defines the Customer entity with Address Field integration.",
            "homepage": "https://www.drupal.org/project/commerce",
            "support": {
                "source": "https://git.drupalcode.org/project/commerce"
            },
            "install-path": null
        },
        {
            "name": "drupal/commerce_line_item",
            "version": "1.17.0",
            "version_normalized": "1.17.0.0",
            "require": {
                "drupal/commerce": "*",
                "drupal/commerce_price": "*",
                "drupal/drupal": "~7.0",
                "drupal/entity": "*",
                "drupal/rules": "*"
            },
            "type": "metapackage",
            "extra": {
                "drupal": {
                    "version": "7.x-1.17",
                    "datestamp": "1646502147",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/7/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "bojanz",
                    "homepage": "https://www.drupal.org/user/86106"
                },
                {
                    "name": "Centarro",
                    "homepage": "https://www.drupal.org/user/3661446"
                },
                {
                    "name": "jsacksick",
                    "homepage": "https://www.drupal.org/user/972218"
                },
                {
                    "name": "mglaman",
                    "homepage": "https://www.drupal.org/user/2416470"
                },
                {
                    "name": "rszrama",
                    "homepage": "https://www.drupal.org/user/49344"
                }
            ],
            "description": "Defines the Line Item entity and associated features.",
            "homepage": "https://www.drupal.org/project/commerce",
            "support": {
                "source": "https://git.drupalcode.org/project/commerce"
            },
            "install-path": null
        },
        {
            "name": "drupal/commerce_order",
            "version": "1.17.0",
            "version_normalized": "1.17.0.0",
            "require": {
                "drupal/commerce": "*",
                "drupal/commerce_customer": "*",
                "drupal/commerce_line_item": "*",
                "drupal/commerce_price": "*",
                "drupal/drupal": "~7.0",
                "drupal/entity": "*",
                "drupal/rules": "*"
            },
            "type": "metapackage",
            "extra": {
                "drupal": {
                    "version": "7.x-1.17",
                    "datestamp": "1646502147",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/7/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "bojanz",
                    "homepage": "https://www.drupal.org/user/86106"
                },
                {
                    "name": "Centarro",
                    "homepage": "https://www.drupal.org/user/3661446"
                },
                {
                    "name": "jsacksick",
                    "homepage": "https://www.drupal.org/user/972218"
                },
                {
                    "name": "mglaman",
                    "homepage": "https://www.drupal.org/user/2416470"
                },
                {
                    "name": "rszrama",
                    "homepage": "https://www.drupal.org/user/49344"
                }
            ],
            "description": "Defines the Order entity and associated features.",
            "homepage": "https://www.drupal.org/project/commerce",
            "support": {
                "source": "https://git.drupalcode.org/project/commerce"
            },
            "install-path": null
        },
        {
            "name": "drupal/commerce_price",
            "version": "1.17.0",
            "version_normalized": "1.17.0.0",
            "require": {
                "drupal/commerce": "*",
                "drupal/drupal": "~7.0"
            },
            "type": "metapackage",
            "extra": {
                "drupal": {
                    "version": "7.x-1.17",
                    "datestamp": "1646502147",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/7/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "bojanz",
                    "homepage": "https://www.drupal.org/user/86106"
                },
                {
                    "name": "Centarro",
                    "homepage": "https://www.drupal.org/user/3661446"
                },
                {
                    "name": "jsacksick",
                    "homepage": "https://www.drupal.org/user/972218"
                },
                {
                    "name": "mglaman",
                    "homepage": "https://www.drupal.org/user/2416470"
                },
                {
                    "name": "rszrama",
                    "homepage": "https://www.drupal.org/user/49344"
                }
            ],
            "description": "Defines the price field and a price alteration system.",
            "homepage": "https://www.drupal.org/project/commerce",
            "support": {
                "source": "https://git.drupalcode.org/project/commerce"
            },
            "install-path": null
        },
        {
            "name": "drupal/commerce_product",
            "version": "1.17.0",
            "version_normalized": "1.17.0.0",
            "require": {
                "drupal/commerce": "*",
                "drupal/commerce_price": "*",
                "drupal/drupal": "~7.0"
            },
            "type": "metapackage",
            "extra": {
                "drupal": {
                    "version": "7.x-1.17",
                    "datestamp": "1646502147",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/7/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "bojanz",
                    "homepage": "https://www.drupal.org/user/86106"
                },
                {
                    "name": "Centarro",
                    "homepage": "https://www.drupal.org/user/3661446"
                },
                {
                    "name": "jsacksick",
                    "homepage": "https://www.drupal.org/user/972218"
                },
                {
                    "name": "mglaman",
                    "homepage": "https://www.drupal.org/user/2416470"
                },
                {
                    "name": "rszrama",
                    "homepage": "https://www.drupal.org/user/49344"
                }
            ],
            "description": "Defines the Product entity and associated features.",
            "homepage": "https://www.drupal.org/project/commerce",
            "support": {
                "source": "https://git.drupalcode.org/project/commerce"
            },
            "install-path": null
        },
        {
            "name": "drupal/commerce_product_pricing",
            "version": "1.17.0",
            "version_normalized": "1.17.0.0",
            "require": {
                "drupal/commerce": "*",
                "drupal/commerce_price": "*",
                "drupal/commerce_product_reference": "*",
                "drupal/drupal": "~7.0",
                "drupal/entity": "*",
                "drupal/rules": "*"
            },
            "type": "metapackage",
            "extra": {
                "drupal": {
                    "version": "7.x-1.17",
                    "datestamp": "1646502147",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/7/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "bojanz",
                    "homepage": "https://www.drupal.org/user/86106"
                },
                {
                    "name": "Centarro",
                    "homepage": "https://www.drupal.org/user/3661446"
                },
                {
                    "name": "jsacksick",
                    "homepage": "https://www.drupal.org/user/972218"
                },
                {
                    "name": "mglaman",
                    "homepage": "https://www.drupal.org/user/2416470"
                },
                {
                    "name": "rszrama",
                    "homepage": "https://www.drupal.org/user/49344"
                }
            ],
            "description": "Enables Rules based product sell price calculation for dynamic product pricing.",
            "homepage": "https://www.drupal.org/project/commerce",
            "support": {
                "source": "https://git.drupalcode.org/project/commerce"
            },
            "install-path": null
        },
        {
            "name": "drupal/commerce_product_reference",
            "version": "1.17.0",
            "version_normalized": "1.17.0.0",
            "require": {
                "drupal/commerce": "*",
                "drupal/commerce_line_item": "*",
                "drupal/commerce_price": "*",
                "drupal/commerce_product": "*",
                "drupal/drupal": "*",
                "drupal/entity": "*"
            },
            "type": "metapackage",
            "extra": {
                "drupal": {
                    "version": "7.x-1.17",
                    "datestamp": "1646502147",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/7/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "bojanz",
                    "homepage": "https://www.drupal.org/user/86106"
                },
                {
                    "name": "Centarro",
                    "homepage": "https://www.drupal.org/user/3661446"
                },
                {
                    "name": "jsacksick",
                    "homepage": "https://www.drupal.org/user/972218"
                },
                {
                    "name": "mglaman",
                    "homepage": "https://www.drupal.org/user/2416470"
                },
                {
                    "name": "rszrama",
                    "homepage": "https://www.drupal.org/user/49344"
                }
            ],
            "description": "Defines a product reference field and default display formatters.",
            "homepage": "https://www.drupal.org/project/commerce",
            "support": {
                "source": "https://git.drupalcode.org/project/commerce"
            },
            "install-path": null
        },
        {
            "name": "drupal/commerce_ui",
            "version": "1.17.0",
            "version_normalized": "1.17.0.0",
            "require": {
                "drupal/commerce": "*",
                "drupal/drupal": "~7.0"
            },
            "type": "metapackage",
            "extra": {
                "drupal": {
                    "version": "7.x-1.17",
                    "datestamp": "1646502147",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/7/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "bojanz",
                    "homepage": "https://www.drupal.org/user/86106"
                },
                {
                    "name": "Centarro",
                    "homepage": "https://www.drupal.org/user/3661446"
                },
                {
                    "name": "jsacksick",
                    "homepage": "https://www.drupal.org/user/972218"
                },
                {
                    "name": "mglaman",
                    "homepage": "https://www.drupal.org/user/2416470"
                },
                {
                    "name": "rszrama",
                    "homepage": "https://www.drupal.org/user/49344"
                }
            ],
            "description": "Defines menu items common to the various Drupal Commerce UI modules.",
            "homepage": "https://www.drupal.org/project/commerce",
            "support": {
                "source": "https://git.drupalcode.org/project/commerce"
            },
            "install-path": null
        },
        {
            "name": "drupal/compact_forms",
            "version": "1.0.0",
            "version_normalized": "1.0.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/compact_forms.git",
                "reference": "7.x-1.0"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/compact_forms-7.x-1.0.zip",
                "reference": "7.x-1.0",
                "shasum": "ca38e6d59173e1818f25a122492aeb8e14e606fa"
            },
            "require": {
                "drupal/drupal": "~7.0"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "7.x-1.0",
                    "datestamp": "1294554354",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/7/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "sun",
                    "homepage": "https://www.drupal.org/user/54136"
                },
                {
                    "name": "tomsun",
                    "homepage": "https://www.drupal.org/user/63478"
                }
            ],
            "description": "Overlays form fields with their respective labels using JavaScript.",
            "homepage": "https://www.drupal.org/project/compact_forms",
            "support": {
                "source": "https://git.drupalcode.org/project/compact_forms"
            },
            "install-path": "../../web/sites/all/modules/contrib/compact_forms"
        },
        {
            "name": "drupal/composer_manager",
            "version": "1.8.0",
            "version_normalized": "1.8.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/composer_manager.git",
                "reference": "7.x-1.8"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/composer_manager-7.x-1.8.zip",
                "reference": "7.x-1.8",
                "shasum": "b1d055566570d35212179a9aac03cd58e03bd6b6"
            },
            "require": {
                "drupal/drupal": "~7.0",
                "php": ">=5.3.0"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "7.x-1.8",
                    "datestamp": "1446212039",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/7/downloads",
            "license": [
                "GPL-2.0"
            ],
            "authors": [
                {
                    "name": "Chris Pliakas",
                    "homepage": "https://www.drupal.org/user/86106",
                    "email": "opensource@chrispliakas.com",
                    "role": "Project Lead"
                },
                {
                    "name": "See contributors",
                    "homepage": "http://drupal.org/node/1929436/committers",
                    "role": "Developer"
                },
                {
                    "name": "deviantintegral",
                    "homepage": "https://www.drupal.org/user/71291"
                },
                {
                    "name": "nhoag",
                    "homepage": "https://www.drupal.org/user/2423844"
                },
                {
                    "name": "psynaptic",
                    "homepage": "https://www.drupal.org/user/93429"
                }
            ],
            "description": "Composer Manager is a bridge to best-in-breed, standards compliant PHP libraries that are managed by Composer and Packagist.",
            "homepage": "http://drupal.org/project/composer_manager",
            "support": {
                "source": "https://git.drupalcode.org/project/composer_manager",
                "issues": "http://drupal.org/project/issues/composer_manager"
            },
            "install-path": "../../web/sites/all/modules/contrib/composer_manager"
        },
        {
            "name": "drupal/ctools",
            "version": "1.21.0",
            "version_normalized": "1.21.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/ctools.git",
                "reference": "7.x-1.21"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/ctools-7.x-1.21.zip",
                "reference": "7.x-1.21",
                "shasum": "005d39917737407efd1a730ef2e2e082227e13c7"
            },
            "require": {
                "drupal/drupal": "~7.0"
            },
            "require-dev": {
                "drupal/advanced_help": "*",
                "drupal/page_manager": "*",
                "drupal/panels": "*",
                "drupal/views": "*"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "7.x-1.21",
                    "datestamp": "1675152415",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/7/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "damiankloip",
                    "homepage": "https://www.drupal.org/user/1037976"
                },
                {
                    "name": "dawehner",
                    "homepage": "https://www.drupal.org/user/99340"
                },
                {
                    "name": "EclipseGc",
                    "homepage": "https://www.drupal.org/user/61203"
                },
                {
                    "name": "esmerel",
                    "homepage": "https://www.drupal.org/user/164022"
                },
                {
                    "name": "japerry",
                    "homepage": "https://www.drupal.org/user/45640"
                },
                {
                    "name": "joelpittet",
                    "homepage": "https://www.drupal.org/user/160302"
                },
                {
                    "name": "merlinofchaos",
                    "homepage": "https://www.drupal.org/user/26979"
                },
                {
                    "name": "neclimdul",
                    "homepage": "https://www.drupal.org/user/48673"
                },
                {
                    "name": "sdboyer",
                    "homepage": "https://www.drupal.org/user/146719"
                },
                {
                    "name": "sun",
                    "homepage": "https://www.drupal.org/user/54136"
                },
                {
                    "name": "tim.plunkett",
                    "homepage": "https://www.drupal.org/user/241634"
                }
            ],
            "description": "A library of helpful tools by Merlin of Chaos.",
            "homepage": "https://www.drupal.org/project/ctools",
            "support": {
                "source": "https://git.drupalcode.org/project/ctools"
            },
            "install-path": "../../web/sites/all/modules/contrib/ctools"
        },
        {
            "name": "drupal/custom_breadcrumbs",
            "version": "2.0.0-beta1",
            "version_normalized": "2.0.0.0-beta1",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/custom_breadcrumbs.git",
                "reference": "7.x-2.0-beta1"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/custom_breadcrumbs-7.x-2.0-beta1.zip",
                "reference": "7.x-2.0-beta1",
                "shasum": "cb4ab7abaf1e33464067ebb2c59c10244c2b0527"
            },
            "require": {
                "drupal/drupal": "~7.0"
            },
            "require-dev": {
                "drupal/ctools": "*",
                "drupal/page_manager": "*",
                "drupal/panels": "*",
                "drupal/views": "*"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "7.x-2.0-beta1",
                    "datestamp": "1410379271",
                    "security-coverage": {
                        "status": "not-covered",
                        "message": "Beta releases are not covered by Drupal security advisories."
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/7/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "colan",
                    "homepage": "https://www.drupal.org/user/58704"
                },
                {
                    "name": "lamp5",
                    "homepage": "https://www.drupal.org/user/2870321"
                },
                {
                    "name": "MGN",
                    "homepage": "https://www.drupal.org/user/321760"
                },
                {
                    "name": "paulocs",
                    "homepage": "https://www.drupal.org/user/3640109"
                },
                {
                    "name": "renatog",
                    "homepage": "https://www.drupal.org/user/3326031"
                }
            ],
            "description": "Allows administrators to define custom breadcrumb trails for node types.",
            "homepage": "https://www.drupal.org/project/custom_breadcrumbs",
            "support": {
                "source": "https://git.drupalcode.org/project/custom_breadcrumbs"
            },
            "install-path": "../../web/sites/all/modules/contrib/custom_breadcrumbs"
        },
        {
            "name": "drupal/date",
            "version": "2.14.0",
            "version_normalized": "2.14.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/date.git",
                "reference": "7.x-2.14"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/date-7.x-2.14.zip",
                "reference": "7.x-2.14",
                "shasum": "d830082188308a13d9c914e527e6d37b5668153a"
            },
            "require": {
                "drupal/date_api": "*",
                "drupal/drupal": "~7.0"
            },
            "require-dev": {
                "drupal/context": "*",
                "drupal/date_api": "*",
                "drupal/date_repeat": "*",
                "drupal/entity": "*",
                "drupal/features": "~2.0",
                "drupal/migrate": "*",
                "drupal/views": "*"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "7.x-2.14",
                    "datestamp": "1673711075",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/7/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "arlinsandbulte",
                    "homepage": "https://www.drupal.org/user/242659"
                },
                {
                    "name": "DamienMcKenna",
                    "homepage": "https://www.drupal.org/user/108450"
                },
                {
                    "name": "David Goode",
                    "homepage": "https://www.drupal.org/user/291318"
                },
                {
                    "name": "developer-x",
                    "homepage": "https://www.drupal.org/user/399625"
                },
                {
                    "name": "dww",
                    "homepage": "https://www.drupal.org/user/46549"
                },
                {
                    "name": "gisle",
                    "homepage": "https://www.drupal.org/user/409554"
                },
                {
                    "name": "KarenS",
                    "homepage": "https://www.drupal.org/user/45874"
                },
                {
                    "name": "podarok",
                    "homepage": "https://www.drupal.org/user/116002"
                },
                {
                    "name": "sanchiz",
                    "homepage": "https://www.drupal.org/user/1671246"
                },
                {
                    "name": "vijaycs85",
                    "homepage": "https://www.drupal.org/user/93488"
                },
                {
                    "name": "webchick",
                    "homepage": "https://www.drupal.org/user/24967"
                }
            ],
            "description": "Makes date/time fields available.",
            "homepage": "https://www.drupal.org/project/date",
            "support": {
                "source": "https://git.drupalcode.org/project/date"
            },
            "install-path": "../../web/sites/all/modules/contrib/date"
        },
        {
            "name": "drupal/date_api",
            "version": "2.14.0",
            "version_normalized": "2.14.0.0",
            "require": {
                "drupal/date": "^2",
                "drupal/drupal": "~7.0"
            },
            "type": "metapackage",
            "extra": {
                "drupal": {
                    "version": "7.x-2.14",
                    "datestamp": "1673711075",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/7/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "arlinsandbulte",
                    "homepage": "https://www.drupal.org/user/242659"
                },
                {
                    "name": "DamienMcKenna",
                    "homepage": "https://www.drupal.org/user/108450"
                },
                {
                    "name": "David Goode",
                    "homepage": "https://www.drupal.org/user/291318"
                },
                {
                    "name": "developer-x",
                    "homepage": "https://www.drupal.org/user/399625"
                },
                {
                    "name": "dww",
                    "homepage": "https://www.drupal.org/user/46549"
                },
                {
                    "name": "gisle",
                    "homepage": "https://www.drupal.org/user/409554"
                },
                {
                    "name": "KarenS",
                    "homepage": "https://www.drupal.org/user/45874"
                },
                {
                    "name": "podarok",
                    "homepage": "https://www.drupal.org/user/116002"
                },
                {
                    "name": "sanchiz",
                    "homepage": "https://www.drupal.org/user/1671246"
                },
                {
                    "name": "vijaycs85",
                    "homepage": "https://www.drupal.org/user/93488"
                },
                {
                    "name": "webchick",
                    "homepage": "https://www.drupal.org/user/24967"
                }
            ],
            "description": "A Date API that can be used by other modules.",
            "homepage": "https://www.drupal.org/project/date",
            "support": {
                "source": "https://git.drupalcode.org/project/date"
            },
            "install-path": null
        },
        {
            "name": "drupal/dc_ajax_add_cart",
            "version": "2.11.0",
            "version_normalized": "2.11.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/dc_ajax_add_cart.git",
                "reference": "7.x-2.11"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/dc_ajax_add_cart-7.x-2.11.zip",
                "reference": "7.x-2.11",
                "shasum": "3c085d08ec3b80692e13c32f19b99b46a4083a59"
            },
            "require": {
                "drupal/commerce": "*",
                "drupal/commerce_cart": "*",
                "drupal/drupal": "~7.0"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "7.x-2.11",
                    "datestamp": "1499840043",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/7/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "gaurav.kapoor",
                    "homepage": "https://www.drupal.org/user/3495331"
                },
                {
                    "name": "iyyappan.govind",
                    "homepage": "https://www.drupal.org/user/3217889"
                },
                {
                    "name": "subhojit777",
                    "homepage": "https://www.drupal.org/user/1812492"
                }
            ],
            "description": "Ajaxifies addition of products to cart",
            "homepage": "https://www.drupal.org/project/dc_ajax_add_cart",
            "support": {
                "source": "https://git.drupalcode.org/project/dc_ajax_add_cart"
            },
            "install-path": "../../web/sites/all/modules/contrib/dc_ajax_add_cart"
        },
        {
            "name": "drupal/devel",
            "version": "1.7.0",
            "version_normalized": "1.7.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/devel.git",
                "reference": "7.x-1.7"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/devel-7.x-1.7.zip",
                "reference": "7.x-1.7",
                "shasum": "dbbd9a2e1a45b16467a26d0db2887a0c3dd6a63b"
            },
            "require": {
                "drupal/drupal": "~7.0"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "7.x-1.7",
                    "datestamp": "1550852888",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/7/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "drupalspoons",
                    "homepage": "https://www.drupal.org/user/3647684"
                },
                {
                    "name": "moshe weitzman",
                    "homepage": "https://www.drupal.org/user/23"
                }
            ],
            "description": "Various blocks, pages, and functions for developers.",
            "homepage": "https://www.drupal.org/project/devel",
            "support": {
                "source": "https://git.drupalcode.org/project/devel"
            },
            "install-path": "../../web/sites/all/modules/contrib/devel"
        },
        {
            "name": "drupal/diff",
            "version": "3.4.0",
            "version_normalized": "3.4.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/diff.git",
                "reference": "7.x-3.4"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/diff-7.x-3.4.zip",
                "reference": "7.x-3.4",
                "shasum": "baae45e1131953330b1553d7e887960ae494d79c"
            },
            "require": {
                "drupal/drupal": "~7.0"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "7.x-3.4",
                    "datestamp": "1541401381",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/7/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Alan D.",
                    "homepage": "https://www.drupal.org/user/198838"
                },
                {
                    "name": "dww",
                    "homepage": "https://www.drupal.org/user/46549"
                },
                {
                    "name": "heddn",
                    "homepage": "https://www.drupal.org/user/1463982"
                },
                {
                    "name": "juampynr",
                    "homepage": "https://www.drupal.org/user/682736"
                },
                {
                    "name": "Junyor",
                    "homepage": "https://www.drupal.org/user/7006"
                },
                {
                    "name": "lhangea",
                    "homepage": "https://www.drupal.org/user/2743803"
                },
                {
                    "name": "miro_dietiker",
                    "homepage": "https://www.drupal.org/user/227761"
                },
                {
                    "name": "phenaproxima",
                    "homepage": "https://www.drupal.org/user/205645"
                },
                {
                    "name": "realityloop",
                    "homepage": "https://www.drupal.org/user/139189"
                },
                {
                    "name": "rötzi",
                    "homepage": "https://www.drupal.org/user/73064"
                },
                {
                    "name": "yhahn",
                    "homepage": "https://www.drupal.org/user/264833"
                }
            ],
            "description": "Show differences between content revisions.",
            "homepage": "https://www.drupal.org/project/diff",
            "support": {
                "source": "https://git.drupalcode.org/project/diff"
            },
            "install-path": "../../web/sites/all/modules/contrib/diff"
        },
        {
            "name": "drupal/drupal",
            "version": "7.99.0",
            "version_normalized": "7.99.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/drupal.git",
                "reference": "7.99"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/drupal-7.99.zip",
                "reference": "7.99",
                "shasum": "3c0e44967c1bc00eb26600d3d3d1980ed95c705f"
            },
            "type": "drupal-core",
            "extra": {
                "drupal": {
                    "version": "7.99",
                    "datestamp": "1701873806",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/7/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "alexpott",
                    "homepage": "https://www.drupal.org/user/157725"
                },
                {
                    "name": "bnjmnm",
                    "homepage": "https://www.drupal.org/user/2369194"
                },
                {
                    "name": "catch",
                    "homepage": "https://www.drupal.org/user/35733"
                },
                {
                    "name": "ckrina",
                    "homepage": "https://www.drupal.org/user/1206650"
                },
                {
                    "name": "Dries",
                    "homepage": "https://www.drupal.org/user/1"
                },
                {
                    "name": "Drupal",
                    "homepage": "https://www.drupal.org/user/3"
                },
                {
                    "name": "effulgentsia",
                    "homepage": "https://www.drupal.org/user/78040"
                },
                {
                    "name": "Fabianx",
                    "homepage": "https://www.drupal.org/user/693738"
                },
                {
                    "name": "Gábor Hojtsy",
                    "homepage": "https://www.drupal.org/user/4166"
                },
                {
                    "name": "justafish",
                    "homepage": "https://www.drupal.org/user/161058"
                },
                {
                    "name": "larowlan",
                    "homepage": "https://www.drupal.org/user/395439"
                },
                {
                    "name": "lauriii",
                    "homepage": "https://www.drupal.org/user/1078742"
                },
                {
                    "name": "longwave",
                    "homepage": "https://www.drupal.org/user/246492"
                },
                {
                    "name": "mcdruid",
                    "homepage": "https://www.drupal.org/user/255969"
                },
                {
                    "name": "nod_",
                    "homepage": "https://www.drupal.org/user/598310"
                },
                {
                    "name": "poker10",
                    "homepage": "https://www.drupal.org/user/272316"
                },
                {
                    "name": "quietone",
                    "homepage": "https://www.drupal.org/user/2572884"
                },
                {
                    "name": "xjm",
                    "homepage": "https://www.drupal.org/user/65776"
                },
                {
                    "name": "yoroy",
                    "homepage": "https://www.drupal.org/user/41502"
                }
            ],
            "homepage": "https://www.drupal.org/project/drupal",
            "support": {
                "source": "https://git.drupalcode.org/project/drupal"
            },
            "install-path": "../../web"
        },
        {
            "name": "drupal/ds",
            "version": "2.16.0",
            "version_normalized": "2.16.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/ds.git",
                "reference": "7.x-2.16"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/ds-7.x-2.16.zip",
                "reference": "7.x-2.16",
                "shasum": "1af4e6bc74c154d2fd4aabff991dafdc923098a1"
            },
            "require": {
                "drupal/ctools": "*",
                "drupal/drupal": "~7.0"
            },
            "require-dev": {
                "drupal/devel": "*"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "7.x-2.16",
                    "datestamp": "1530614320",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/7/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "aspilicious",
                    "homepage": "https://www.drupal.org/user/172527"
                },
                {
                    "name": "bceyssens",
                    "homepage": "https://www.drupal.org/user/2743951"
                },
                {
                    "name": "jyve",
                    "homepage": "https://www.drupal.org/user/591438"
                },
                {
                    "name": "swentel",
                    "homepage": "https://www.drupal.org/user/107403"
                }
            ],
            "description": "Extend the display options for every entity type.",
            "homepage": "https://www.drupal.org/project/ds",
            "support": {
                "source": "https://git.drupalcode.org/project/ds"
            },
            "install-path": "../../web/sites/all/modules/contrib/ds"
        },
        {
            "name": "drupal/ds_bootstrap_layouts",
            "version": "3.1.0",
            "version_normalized": "3.1.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/ds_bootstrap_layouts.git",
                "reference": "7.x-3.1"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/ds_bootstrap_layouts-7.x-3.1.zip",
                "reference": "7.x-3.1",
                "shasum": "e3a6fc4efece4f0a0c851cf2ae059b8cb4783101"
            },
            "require": {
                "drupal/drupal": "~7.0",
                "drupal/ds": "*"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "7.x-3.1",
                    "datestamp": "1429029555",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/7/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "bbujisic",
                    "homepage": "https://www.drupal.org/user/52799"
                },
                {
                    "name": "markhalliwell",
                    "homepage": "https://www.drupal.org/user/501638"
                },
                {
                    "name": "ram4nd",
                    "homepage": "https://www.drupal.org/user/601534"
                }
            ],
            "description": "Implementation of fantastic Twitter Bootstrap scaffolding in Display Suite",
            "homepage": "https://www.drupal.org/project/ds_bootstrap_layouts",
            "support": {
                "source": "https://git.drupalcode.org/project/ds_bootstrap_layouts"
            },
            "install-path": "../../web/sites/all/modules/contrib/ds_bootstrap_layouts"
        },
        {
            "name": "drupal/editablefields",
            "version": "1.0.0-alpha4",
            "version_normalized": "1.0.0.0-alpha4",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/editablefields.git",
                "reference": "7.x-1.0-alpha4"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/editablefields-7.x-1.0-alpha4.zip",
                "reference": "7.x-1.0-alpha4",
                "shasum": "4b941d6fec00aa62af305a78437249ea75a141be"
            },
            "require": {
                "drupal/drupal": "~7.0",
                "drupal/entity": "*"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "7.x-1.0-alpha4",
                    "datestamp": "1553290684",
                    "security-coverage": {
                        "status": "not-covered",
                        "message": "Project has not opted into security advisory coverage!"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/7/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "andreiashu",
                    "homepage": "https://www.drupal.org/user/212904"
                },
                {
                    "name": "bengtan",
                    "homepage": "https://www.drupal.org/user/132729"
                },
                {
                    "name": "dags",
                    "homepage": "https://www.drupal.org/user/1248930"
                },
                {
                    "name": "Damien Tournoud",
                    "homepage": "https://www.drupal.org/user/22211"
                },
                {
                    "name": "gilmord",
                    "homepage": "https://www.drupal.org/user/2913239"
                },
                {
                    "name": "Island Usurper",
                    "homepage": "https://www.drupal.org/user/86683"
                },
                {
                    "name": "Jan van Diepen",
                    "homepage": "https://www.drupal.org/user/195578"
                },
                {
                    "name": "joelpittet",
                    "homepage": "https://www.drupal.org/user/160302"
                },
                {
                    "name": "krlucas",
                    "homepage": "https://www.drupal.org/user/271780"
                },
                {
                    "name": "markfoodyburton",
                    "homepage": "https://www.drupal.org/user/114447"
                },
                {
                    "name": "vishun",
                    "homepage": "https://www.drupal.org/user/199418"
                }
            ],
            "description": "Allows you to make some fields editable from the display.",
            "homepage": "https://www.drupal.org/project/editablefields",
            "support": {
                "source": "https://git.drupalcode.org/project/editablefields"
            },
            "install-path": "../../web/sites/all/modules/contrib/editablefields"
        },
        {
            "name": "drupal/email",
            "version": "1.3.0",
            "version_normalized": "1.3.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/email.git",
                "reference": "7.x-1.3"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/email-7.x-1.3.zip",
                "reference": "7.x-1.3",
                "shasum": "52177231c67a64b7c173a2760a5434bf7018c51a"
            },
            "require": {
                "drupal/drupal": "~7.0"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "7.x-1.3",
                    "datestamp": "1397134152",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/7/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "mh86",
                    "homepage": "https://www.drupal.org/user/59747"
                },
                {
                    "name": "RobLoach",
                    "homepage": "https://www.drupal.org/user/61114"
                }
            ],
            "description": "Defines an email field type.",
            "homepage": "https://www.drupal.org/project/email",
            "support": {
                "source": "https://git.drupalcode.org/project/email"
            },
            "install-path": "../../web/sites/all/modules/contrib/email"
        },
        {
            "name": "drupal/entity",
            "version": "1.10.0",
            "version_normalized": "1.10.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/entity.git",
                "reference": "7.x-1.10"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/entity-7.x-1.10.zip",
                "reference": "7.x-1.10",
                "shasum": "0c1ae0b551403231a089426d098b3dd09107910f"
            },
            "require": {
                "drupal/drupal": "~7.0"
            },
            "require-dev": {
                "drupal/i18n_string": "*",
                "drupal/rules": "*"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "7.x-1.10",
                    "datestamp": "1637434456",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/7/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Berdir",
                    "homepage": "https://www.drupal.org/user/214652"
                },
                {
                    "name": "bojanz",
                    "homepage": "https://www.drupal.org/user/86106"
                },
                {
                    "name": "dawehner",
                    "homepage": "https://www.drupal.org/user/99340"
                },
                {
                    "name": "dixon_",
                    "homepage": "https://www.drupal.org/user/239911"
                },
                {
                    "name": "fago",
                    "homepage": "https://www.drupal.org/user/16747"
                },
                {
                    "name": "mglaman",
                    "homepage": "https://www.drupal.org/user/2416470"
                },
                {
                    "name": "TR",
                    "homepage": "https://www.drupal.org/user/202830"
                }
            ],
            "description": "Enables modules to work with any entity type and to provide entities.",
            "homepage": "https://www.drupal.org/project/entity",
            "support": {
                "source": "https://git.drupalcode.org/project/entity"
            },
            "install-path": "../../web/sites/all/modules/contrib/entity"
        },
        {
            "name": "drupal/entity_token",
            "version": "1.10.0",
            "version_normalized": "1.10.0.0",
            "require": {
                "drupal/drupal": "~7.0",
                "drupal/entity": "*"
            },
            "type": "metapackage",
            "extra": {
                "drupal": {
                    "version": "7.x-1.10",
                    "datestamp": "1637434456",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/7/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Berdir",
                    "homepage": "https://www.drupal.org/user/214652"
                },
                {
                    "name": "bojanz",
                    "homepage": "https://www.drupal.org/user/86106"
                },
                {
                    "name": "dawehner",
                    "homepage": "https://www.drupal.org/user/99340"
                },
                {
                    "name": "dixon_",
                    "homepage": "https://www.drupal.org/user/239911"
                },
                {
                    "name": "fago",
                    "homepage": "https://www.drupal.org/user/16747"
                },
                {
                    "name": "mglaman",
                    "homepage": "https://www.drupal.org/user/2416470"
                },
                {
                    "name": "TR",
                    "homepage": "https://www.drupal.org/user/202830"
                }
            ],
            "description": "Provides token replacements for all properties that have no tokens and are known to the entity API.",
            "homepage": "https://www.drupal.org/project/entity",
            "support": {
                "source": "https://git.drupalcode.org/project/entity"
            },
            "install-path": null
        },
        {
            "name": "drupal/eu_cookie_compliance",
            "version": "1.43.0",
            "version_normalized": "1.43.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/eu-cookie-compliance.git",
                "reference": "7.x-1.43"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/eu_cookie_compliance-7.x-1.43.zip",
                "reference": "7.x-1.43",
                "shasum": "5e12c902d08b0394192438fcf7d9b7712269e851"
            },
            "require": {
                "drupal/ctools": "*",
                "drupal/drupal": "~7.0"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "7.x-1.43",
                    "datestamp": "1665158005",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/7/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "atowl",
                    "homepage": "https://www.drupal.org/user/3711058"
                },
                {
                    "name": "Grayle",
                    "homepage": "https://www.drupal.org/user/3145497"
                },
                {
                    "name": "Marcin Pajdzik",
                    "homepage": "https://www.drupal.org/user/160555"
                },
                {
                    "name": "Neslee Canil Pinto",
                    "homepage": "https://www.drupal.org/user/3580850"
                },
                {
                    "name": "svenryen",
                    "homepage": "https://www.drupal.org/user/667244"
                }
            ],
            "description": "This module aims at making the web site compliant with the EU cookie regulation.",
            "homepage": "https://www.drupal.org/project/eu_cookie_compliance",
            "support": {
                "source": "https://git.drupalcode.org/project/eu-cookie-compliance"
            },
            "install-path": "../../web/sites/all/modules/contrib/eu_cookie_compliance"
        },
        {
            "name": "drupal/fapi_validation",
            "version": "2.2.0",
            "version_normalized": "2.2.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/fapi_validation.git",
                "reference": "7.x-2.2"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/fapi_validation-7.x-2.2.zip",
                "reference": "7.x-2.2",
                "shasum": "0feb48daca8868f99721d4dd4256d87a59874920"
            },
            "require": {
                "drupal/drupal": "~7.0"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "7.x-2.2",
                    "datestamp": "1392864505",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/7/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "barraponto",
                    "homepage": "https://www.drupal.org/user/511760"
                },
                {
                    "name": "jnicola",
                    "homepage": "https://www.drupal.org/user/224754"
                },
                {
                    "name": "pedrofaria",
                    "homepage": "https://www.drupal.org/user/27805"
                }
            ],
            "description": "Enable rules and filters on fapi.",
            "homepage": "https://www.drupal.org/project/fapi_validation",
            "support": {
                "source": "https://git.drupalcode.org/project/fapi_validation"
            },
            "install-path": "../../web/sites/all/modules/contrib/fapi_validation"
        },
        {
            "name": "drupal/features",
            "version": "2.15.0",
            "version_normalized": "2.15.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/features.git",
                "reference": "7.x-2.15"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/features-7.x-2.15.zip",
                "reference": "7.x-2.15",
                "shasum": "d136e820a20f71c0797f6254f477897da70708b6"
            },
            "require": {
                "drupal/drupal": "~7.0"
            },
            "require-dev": {
                "drupal/strongarm": "*",
                "drupal/views": "*"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "7.x-2.15",
                    "datestamp": "1691595136",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/7/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Dave Reid",
                    "homepage": "https://www.drupal.org/user/53892"
                },
                {
                    "name": "dawehner",
                    "homepage": "https://www.drupal.org/user/99340"
                },
                {
                    "name": "donquixote",
                    "homepage": "https://www.drupal.org/user/459338"
                },
                {
                    "name": "e2thex",
                    "homepage": "https://www.drupal.org/user/189123"
                },
                {
                    "name": "febbraro",
                    "homepage": "https://www.drupal.org/user/43670"
                },
                {
                    "name": "flocondetoile",
                    "homepage": "https://www.drupal.org/user/2006064"
                },
                {
                    "name": "jmiccolis",
                    "homepage": "https://www.drupal.org/user/31731"
                },
                {
                    "name": "joseph.olstad",
                    "homepage": "https://www.drupal.org/user/1321830"
                },
                {
                    "name": "matthand",
                    "homepage": "https://www.drupal.org/user/171527"
                },
                {
                    "name": "mpotter",
                    "homepage": "https://www.drupal.org/user/616192"
                }
            ],
            "description": "Provides feature management for Drupal.",
            "homepage": "https://www.drupal.org/project/features",
            "support": {
                "source": "https://git.drupalcode.org/project/features"
            },
            "install-path": "../../web/sites/all/modules/contrib/features"
        },
        {
            "name": "drupal/field_group",
            "version": "1.8.0",
            "version_normalized": "1.8.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/field_group.git",
                "reference": "7.x-1.8"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/field_group-7.x-1.8.zip",
                "reference": "7.x-1.8",
                "shasum": "72ff888f1df5908115dd394a5c661feb4171fd02"
            },
            "require": {
                "drupal/ctools": "*",
                "drupal/drupal": "*"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "7.x-1.8",
                    "datestamp": "1667241413",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/7/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Anybody",
                    "homepage": "https://www.drupal.org/user/291091"
                },
                {
                    "name": "Hydra",
                    "homepage": "https://www.drupal.org/user/647364"
                },
                {
                    "name": "jyve",
                    "homepage": "https://www.drupal.org/user/591438"
                },
                {
                    "name": "nils.destoop",
                    "homepage": "https://www.drupal.org/user/361625"
                },
                {
                    "name": "Stalski",
                    "homepage": "https://www.drupal.org/user/322618"
                },
                {
                    "name": "swentel",
                    "homepage": "https://www.drupal.org/user/107403"
                }
            ],
            "description": "Provides the ability to group your fields on both form and display.",
            "homepage": "https://www.drupal.org/project/field_group",
            "support": {
                "source": "https://git.drupalcode.org/project/field_group"
            },
            "install-path": "../../web/sites/all/modules/contrib/field_group"
        },
        {
            "name": "drupal/field_permissions",
            "version": "1.1.0",
            "version_normalized": "1.1.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/field_permissions.git",
                "reference": "7.x-1.1"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/field_permissions-7.x-1.1.zip",
                "reference": "7.x-1.1",
                "shasum": "1b85e4515254911710f899e10b38a010f4d305d4"
            },
            "require": {
                "drupal/drupal": "~7.0"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "7.x-1.1",
                    "datestamp": "1570136286",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/7/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "japerry",
                    "homepage": "https://www.drupal.org/user/45640"
                },
                {
                    "name": "jhedstrom",
                    "homepage": "https://www.drupal.org/user/208732"
                },
                {
                    "name": "mariacha1",
                    "homepage": "https://www.drupal.org/user/2210776"
                },
                {
                    "name": "markus_petrux",
                    "homepage": "https://www.drupal.org/user/39593"
                },
                {
                    "name": "RobLoach",
                    "homepage": "https://www.drupal.org/user/61114"
                }
            ],
            "description": "Set field-level permissions to create, update or view fields.",
            "homepage": "https://www.drupal.org/project/field_permissions",
            "support": {
                "source": "https://git.drupalcode.org/project/field_permissions"
            },
            "install-path": "../../web/sites/all/modules/contrib/field_permissions"
        },
        {
            "name": "drupal/file_entity",
            "version": "2.37.0",
            "version_normalized": "2.37.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/file_entity.git",
                "reference": "7.x-2.37"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/file_entity-7.x-2.37.zip",
                "reference": "7.x-2.37",
                "shasum": "901b3e9105946091b20c573a757747a4e4d314f9"
            },
            "require": {
                "drupal/ctools": "*",
                "drupal/drupal": "^7.33"
            },
            "require-dev": {
                "drupal/token": "*",
                "drupal/views": "*"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "7.x-2.37",
                    "datestamp": "1673539887",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/7/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "aaron",
                    "homepage": "https://www.drupal.org/user/33420"
                },
                {
                    "name": "arthurf",
                    "homepage": "https://www.drupal.org/user/27259"
                },
                {
                    "name": "Berdir",
                    "homepage": "https://www.drupal.org/user/214652"
                },
                {
                    "name": "DamienMcKenna",
                    "homepage": "https://www.drupal.org/user/108450"
                },
                {
                    "name": "Dave Reid",
                    "homepage": "https://www.drupal.org/user/53892"
                },
                {
                    "name": "Devin Carlson",
                    "homepage": "https://www.drupal.org/user/290182"
                },
                {
                    "name": "Drupal media CI",
                    "homepage": "https://www.drupal.org/user/3057985"
                },
                {
                    "name": "Drupal Media Team",
                    "homepage": "https://www.drupal.org/user/3260690"
                },
                {
                    "name": "dsnopek",
                    "homepage": "https://www.drupal.org/user/266527"
                },
                {
                    "name": "dsutter",
                    "homepage": "https://www.drupal.org/user/3357810"
                },
                {
                    "name": "effulgentsia",
                    "homepage": "https://www.drupal.org/user/78040"
                },
                {
                    "name": "JacobSingh",
                    "homepage": "https://www.drupal.org/user/68912"
                },
                {
                    "name": "JeffM2001",
                    "homepage": "https://www.drupal.org/user/262092"
                },
                {
                    "name": "joseph.olstad",
                    "homepage": "https://www.drupal.org/user/1321830"
                },
                {
                    "name": "mpotter",
                    "homepage": "https://www.drupal.org/user/616192"
                },
                {
                    "name": "mxr576",
                    "homepage": "https://www.drupal.org/user/315522"
                },
                {
                    "name": "ParisLiakos",
                    "homepage": "https://www.drupal.org/user/1011436"
                },
                {
                    "name": "robeano",
                    "homepage": "https://www.drupal.org/user/67660"
                },
                {
                    "name": "slashrsm",
                    "homepage": "https://www.drupal.org/user/744628"
                },
                {
                    "name": "taran2L-1",
                    "homepage": "https://www.drupal.org/user/364424"
                }
            ],
            "description": "Extends Drupal file entities to be fieldable and viewable.",
            "homepage": "https://www.drupal.org/project/file_entity",
            "support": {
                "source": "https://git.drupalcode.org/project/file_entity"
            },
            "install-path": "../../web/sites/all/modules/contrib/file_entity"
        },
        {
            "name": "drupal/fitvids",
            "version": "1.17.0",
            "version_normalized": "1.17.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/fitvids.git",
                "reference": "7.x-1.17"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/fitvids-7.x-1.17.zip",
                "reference": "7.x-1.17",
                "shasum": "73d0149016f2f755d70c71ad49ad96c3a9314910"
            },
            "require": {
                "drupal/drupal": "~7.0",
                "drupal/libraries": "*"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "7.x-1.17",
                    "datestamp": "1417817580",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/7/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "DerekAhmedzai",
                    "homepage": "https://www.drupal.org/user/167927"
                },
                {
                    "name": "NickDickinsonWilde",
                    "homepage": "https://www.drupal.org/user/3094661"
                }
            ],
            "description": "jQuery plugin for fluid width video embeds.",
            "homepage": "https://www.drupal.org/project/fitvids",
            "support": {
                "source": "https://git.drupalcode.org/project/fitvids"
            },
            "install-path": "../../web/sites/all/modules/contrib/fitvids"
        },
        {
            "name": "drupal/footnotes",
            "version": "3.1.0",
            "version_normalized": "3.1.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/footnotes.git",
                "reference": "7.x-3.1"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/footnotes-7.x-3.1.zip",
                "reference": "7.x-3.1",
                "shasum": "06cd60877b95a69a4d628e319f96838c402acb86"
            },
            "require": {
                "drupal/drupal": "~7.0"
            },
            "require-dev": {
                "drupal/views": "*"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "7.x-3.1",
                    "datestamp": "1519213985",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/7/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "hingo",
                    "homepage": "https://www.drupal.org/user/60440"
                },
                {
                    "name": "id.aleks",
                    "homepage": "https://www.drupal.org/user/3368060"
                },
                {
                    "name": "jzavrl",
                    "homepage": "https://www.drupal.org/user/2326492"
                },
                {
                    "name": "pifagor",
                    "homepage": "https://www.drupal.org/user/2375692"
                },
                {
                    "name": "smulvih2",
                    "homepage": "https://www.drupal.org/user/795442"
                },
                {
                    "name": "yukare",
                    "homepage": "https://www.drupal.org/user/889254"
                }
            ],
            "description": "Add automatically numbered footnotes to your posts.",
            "homepage": "https://www.drupal.org/project/footnotes",
            "support": {
                "source": "https://git.drupalcode.org/project/footnotes"
            },
            "install-path": "../../web/sites/all/modules/contrib/footnotes"
        },
        {
            "name": "drupal/globalredirect",
            "version": "1.6.0",
            "version_normalized": "1.6.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/globalredirect.git",
                "reference": "7.x-1.6"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/globalredirect-7.x-1.6.zip",
                "reference": "7.x-1.6",
                "shasum": "28a747bce42d60937ff9db3a0d1ee421b492b1c7"
            },
            "require": {
                "drupal/drupal": "~7.0"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "7.x-1.6",
                    "datestamp": "1518719580",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/7/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "BarisW",
                    "homepage": "https://www.drupal.org/user/107229"
                },
                {
                    "name": "blueminds",
                    "homepage": "https://www.drupal.org/user/128652"
                },
                {
                    "name": "Dave Reid",
                    "homepage": "https://www.drupal.org/user/53892"
                },
                {
                    "name": "grisendo",
                    "homepage": "https://www.drupal.org/user/848238"
                },
                {
                    "name": "hass",
                    "homepage": "https://www.drupal.org/user/85918"
                },
                {
                    "name": "lirantal",
                    "homepage": "https://www.drupal.org/user/1315712"
                },
                {
                    "name": "nicholasThompson",
                    "homepage": "https://www.drupal.org/user/59351"
                },
                {
                    "name": "th_tushar",
                    "homepage": "https://www.drupal.org/user/1835276"
                }
            ],
            "description": "Searches for an alias of the current URL and 301 redirects if found. Stops duplicate content arising when path module is enabled.",
            "homepage": "https://www.drupal.org/project/globalredirect",
            "support": {
                "source": "https://git.drupalcode.org/project/globalredirect"
            },
            "install-path": "../../web/sites/all/modules/contrib/globalredirect"
        },
        {
            "name": "drupal/google_analytics",
            "version": "2.8.0",
            "version_normalized": "2.8.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/google_analytics.git",
                "reference": "7.x-2.8"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/google_analytics-7.x-2.8.zip",
                "reference": "7.x-2.8",
                "shasum": "e9f9884d2e091600d7deb74db766e85b4fa1dc04"
            },
            "require": {
                "drupal/drupal": "~7.0"
            },
            "require-dev": {
                "drupal/token": "*"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "7.x-2.8",
                    "datestamp": "1681835715",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/7/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "andyrigby",
                    "homepage": "https://www.drupal.org/user/2679687"
                },
                {
                    "name": "budda",
                    "homepage": "https://www.drupal.org/user/13164"
                },
                {
                    "name": "ixismark",
                    "homepage": "https://www.drupal.org/user/3632333"
                },
                {
                    "name": "japerry",
                    "homepage": "https://www.drupal.org/user/45640"
                },
                {
                    "name": "mglaman",
                    "homepage": "https://www.drupal.org/user/2416470"
                },
                {
                    "name": "roberto.rivera.ixis",
                    "homepage": "https://www.drupal.org/user/3632325"
                }
            ],
            "homepage": "https://www.drupal.org/project/google_analytics",
            "support": {
                "source": "https://git.drupalcode.org/project/google_analytics"
            },
            "install-path": "../../web/sites/all/modules/contrib/google_analytics"
        },
        {
            "name": "drupal/honeypot",
            "version": "1.26.0",
            "version_normalized": "1.26.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/honeypot.git",
                "reference": "7.x-1.26"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/honeypot-7.x-1.26.zip",
                "reference": "7.x-1.26",
                "shasum": "2260196be097e4ed0b3360027921c7ec810a4f90"
            },
            "require": {
                "drupal/drupal": "~7.0"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "7.x-1.26",
                    "datestamp": "1576274586",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/7/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "geerlingguy",
                    "homepage": "https://www.drupal.org/user/389011"
                },
                {
                    "name": "Manuel Garcia",
                    "homepage": "https://www.drupal.org/user/213194"
                },
                {
                    "name": "TR",
                    "homepage": "https://www.drupal.org/user/202830"
                },
                {
                    "name": "vijaycs85",
                    "homepage": "https://www.drupal.org/user/93488"
                }
            ],
            "description": "Mitigates spam form submissions using the honeypot method.",
            "homepage": "https://www.drupal.org/project/honeypot",
            "support": {
                "source": "https://git.drupalcode.org/project/honeypot"
            },
            "install-path": "../../web/sites/all/modules/contrib/honeypot"
        },
        {
            "name": "drupal/ife",
            "version": "2.0.0-alpha3",
            "version_normalized": "2.0.0.0-alpha3",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/ife.git",
                "reference": "7.x-2.0-alpha3"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/ife-7.x-2.0-alpha3.zip",
                "reference": "7.x-2.0-alpha3",
                "shasum": "5df276de9873e2c6a2b7b2f4f36ecfc8db256fce"
            },
            "require": {
                "drupal/ctools": "*",
                "drupal/drupal": "~7.0"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "7.x-2.0-alpha3",
                    "datestamp": "1567370887",
                    "security-coverage": {
                        "status": "not-covered",
                        "message": "Project has not opted into security advisory coverage!"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/7/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "ram4nd",
                    "homepage": "https://www.drupal.org/user/601534"
                },
                {
                    "name": "stijndm",
                    "homepage": "https://www.drupal.org/user/201482"
                }
            ],
            "description": "Put form error messages inline with the form elements",
            "homepage": "https://www.drupal.org/project/ife",
            "support": {
                "source": "https://git.drupalcode.org/project/ife"
            },
            "install-path": "../../web/sites/all/modules/contrib/ife"
        },
        {
            "name": "drupal/imce",
            "version": "1.11.0",
            "version_normalized": "1.11.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/imce.git",
                "reference": "7.x-1.11"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/imce-7.x-1.11.zip",
                "reference": "7.x-1.11",
                "shasum": "51c4f749bc285900d5eef9383ace70e2f7c658ed"
            },
            "require": {
                "drupal/drupal": "~7.0"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "7.x-1.11",
                    "datestamp": "1495890784",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/7/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "thalles",
                    "homepage": "https://www.drupal.org/user/3589086"
                },
                {
                    "name": "ufku",
                    "homepage": "https://www.drupal.org/user/9910"
                }
            ],
            "description": "An image/file uploader and browser supporting personal directories and user quota.",
            "homepage": "https://www.drupal.org/project/imce",
            "support": {
                "source": "https://git.drupalcode.org/project/imce"
            },
            "install-path": "../../web/sites/all/modules/contrib/imce"
        },
        {
            "name": "drupal/insert_view",
            "version": "dev-2.x",
            "version_normalized": "dev-2.x",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/insert_view.git",
                "reference": "8d6866e936d2729561d1b8ae1746846b982df522"
            },
            "require": {
                "drupal/drupal": "~7.0",
                "drupal/views": "*"
            },
            "type": "drupal-module",
            "extra": {
                "branch-alias": {
                    "dev-2.x": "2.x-dev"
                },
                "drupal": {
                    "version": "7.x-2.0+4-dev",
                    "datestamp": "1510930685",
                    "security-coverage": {
                        "status": "not-covered",
                        "message": "Dev releases are not covered by Drupal security advisories."
                    }
                }
            },
            "installation-source": "source",
            "notification-url": "https://packages.drupal.org/7/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "a.dmitriiev",
                    "homepage": "https://www.drupal.org/user/3235287"
                },
                {
                    "name": "balsama",
                    "homepage": "https://www.drupal.org/user/223087"
                },
                {
                    "name": "drewish",
                    "homepage": "https://www.drupal.org/user/34869"
                },
                {
                    "name": "mlsamuelson",
                    "homepage": "https://www.drupal.org/user/47411"
                },
                {
                    "name": "Pasqualle",
                    "homepage": "https://www.drupal.org/user/80733"
                },
                {
                    "name": "paulocs",
                    "homepage": "https://www.drupal.org/user/3640109"
                },
                {
                    "name": "renatog",
                    "homepage": "https://www.drupal.org/user/3326031"
                },
                {
                    "name": "RobLoach",
                    "homepage": "https://www.drupal.org/user/61114"
                }
            ],
            "description": "Input filter which allows to embed views.",
            "homepage": "https://www.drupal.org/project/insert_view",
            "support": {
                "source": "https://git.drupalcode.org/project/insert_view"
            },
            "install-path": "../../web/sites/all/modules/contrib/insert_view"
        },
        {
            "name": "drupal/jquery_ui",
            "version": "dev-2.x",
            "version_normalized": "dev-2.x",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/jquery_ui.git",
                "reference": "d3c3eea45dc171111ef5b6127cfe28375d24bb24"
            },
            "require": {
                "drupal/drupal": "~7.0"
            },
            "type": "drupal-module",
            "extra": {
                "branch-alias": {
                    "dev-2.x": "2.x-dev"
                },
                "drupal": {
                    "version": "7.x-2.x-dev",
                    "datestamp": "1284055587",
                    "security-coverage": {
                        "status": "not-covered",
                        "message": "Dev releases are not covered by Drupal security advisories."
                    }
                }
            },
            "installation-source": "source",
            "notification-url": "https://packages.drupal.org/7/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "bnjmnm",
                    "homepage": "https://www.drupal.org/user/2369194"
                },
                {
                    "name": "jjeff",
                    "homepage": "https://www.drupal.org/user/17190"
                },
                {
                    "name": "lauriii",
                    "homepage": "https://www.drupal.org/user/1078742"
                },
                {
                    "name": "litwol",
                    "homepage": "https://www.drupal.org/user/78134"
                },
                {
                    "name": "mfb",
                    "homepage": "https://www.drupal.org/user/12302"
                },
                {
                    "name": "mfer",
                    "homepage": "https://www.drupal.org/user/25701"
                },
                {
                    "name": "mikelutz",
                    "homepage": "https://www.drupal.org/user/2972409"
                },
                {
                    "name": "nod_",
                    "homepage": "https://www.drupal.org/user/598310"
                },
                {
                    "name": "phenaproxima",
                    "homepage": "https://www.drupal.org/user/205645"
                },
                {
                    "name": "RobLoach",
                    "homepage": "https://www.drupal.org/user/61114"
                },
                {
                    "name": "sun",
                    "homepage": "https://www.drupal.org/user/54136"
                },
                {
                    "name": "webchick",
                    "homepage": "https://www.drupal.org/user/24967"
                },
                {
                    "name": "Wim Leers",
                    "homepage": "https://www.drupal.org/user/99777"
                },
                {
                    "name": "zrpnr",
                    "homepage": "https://www.drupal.org/user/1448368"
                }
            ],
            "description": "Provides the jQuery UI plug-in to other Drupal modules.",
            "homepage": "https://www.drupal.org/project/jquery_ui",
            "support": {
                "source": "https://git.drupalcode.org/project/jquery_ui"
            },
            "install-path": "../../web/sites/all/modules/contrib/jquery_ui"
        },
        {
            "name": "drupal/jquery_ui_filter",
            "version": "1.0.0",
            "version_normalized": "1.0.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/jquery_ui_filter.git",
                "reference": "7.x-1.0"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/jquery_ui_filter-7.x-1.0.zip",
                "reference": "7.x-1.0",
                "shasum": "26f0d0f5d61e2d601deabd0bcbfa037fb5f65654"
            },
            "require": {
                "drupal/drupal": "~7.0"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "7.x-1.0",
                    "datestamp": "1449798914",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/7/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "jrockowitz",
                    "homepage": "https://www.drupal.org/user/371407"
                }
            ],
            "description": "Converts static HTML to a JQuery UI Accordian or Tabs widget.",
            "homepage": "https://www.drupal.org/project/jquery_ui_filter",
            "support": {
                "source": "https://git.drupalcode.org/project/jquery_ui_filter"
            },
            "install-path": "../../web/sites/all/modules/contrib/jquery_ui_filter"
        },
        {
            "name": "drupal/jquery_update",
            "version": "4.1.0",
            "version_normalized": "4.1.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/jquery_update.git",
                "reference": "7.x-4.1"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/jquery_update-7.x-4.1.zip",
                "reference": "7.x-4.1",
                "shasum": "c555b66fc3b353f7045c4004db858c3a75e4fab5"
            },
            "require": {
                "drupal/drupal": "~7.0"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "7.x-4.1",
                    "datestamp": "1675437622",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/7/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "ericduran",
                    "homepage": "https://www.drupal.org/user/244460"
                },
                {
                    "name": "jjeff",
                    "homepage": "https://www.drupal.org/user/17190"
                },
                {
                    "name": "mcdruid",
                    "homepage": "https://www.drupal.org/user/255969"
                },
                {
                    "name": "RobLoach",
                    "homepage": "https://www.drupal.org/user/61114"
                },
                {
                    "name": "sun",
                    "homepage": "https://www.drupal.org/user/54136"
                },
                {
                    "name": "Victor Safronov",
                    "homepage": "https://www.drupal.org/user/632950"
                },
                {
                    "name": "webchick",
                    "homepage": "https://www.drupal.org/user/24967"
                }
            ],
            "description": "Update jQuery and jQuery UI to a more recent version.",
            "homepage": "https://www.drupal.org/project/jquery_update",
            "support": {
                "source": "https://git.drupalcode.org/project/jquery_update"
            },
            "install-path": "../../web/sites/all/modules/contrib/jquery_update"
        },
        {
            "name": "drupal/libraries",
            "version": "2.5.0",
            "version_normalized": "2.5.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/libraries.git",
                "reference": "7.x-2.5"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/libraries-7.x-2.5.zip",
                "reference": "7.x-2.5",
                "shasum": "e4968b817f2f443d874a30069b764d3a7ab7d482"
            },
            "require": {
                "drupal/drupal": "^7.11"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "7.x-2.5",
                    "datestamp": "1569052574",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/7/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "joseph.olstad",
                    "homepage": "https://www.drupal.org/user/1321830"
                },
                {
                    "name": "podarok",
                    "homepage": "https://www.drupal.org/user/116002"
                },
                {
                    "name": "Pol",
                    "homepage": "https://www.drupal.org/user/47194"
                },
                {
                    "name": "rjacobs",
                    "homepage": "https://www.drupal.org/user/422459"
                },
                {
                    "name": "sun",
                    "homepage": "https://www.drupal.org/user/54136"
                },
                {
                    "name": "tstoeckler",
                    "homepage": "https://www.drupal.org/user/107158"
                }
            ],
            "description": "Allows version-dependent and shared usage of external libraries.",
            "homepage": "https://www.drupal.org/project/libraries",
            "support": {
                "source": "https://git.drupalcode.org/project/libraries"
            },
            "install-path": "../../web/sites/all/modules/contrib/libraries"
        },
        {
            "name": "drupal/link",
            "version": "1.11.0",
            "version_normalized": "1.11.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/link.git",
                "reference": "7.x-1.11"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/link-7.x-1.11.zip",
                "reference": "7.x-1.11",
                "shasum": "ad688394b15d4f848d584ffa045cce4d0bf3c428"
            },
            "require": {
                "drupal/drupal": "~7.0"
            },
            "require-dev": {
                "drupal/entity": "*",
                "drupal/token": "*"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "7.x-1.11",
                    "datestamp": "1651684851",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/7/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "clemens.tolboom",
                    "homepage": "https://www.drupal.org/user/125814"
                },
                {
                    "name": "DamienMcKenna",
                    "homepage": "https://www.drupal.org/user/108450"
                },
                {
                    "name": "diqidoq",
                    "homepage": "https://www.drupal.org/user/1001934"
                },
                {
                    "name": "dropcube",
                    "homepage": "https://www.drupal.org/user/37031"
                },
                {
                    "name": "jcfiala",
                    "homepage": "https://www.drupal.org/user/163643"
                },
                {
                    "name": "mrfelton",
                    "homepage": "https://www.drupal.org/user/305669"
                },
                {
                    "name": "nileema.jadhav",
                    "homepage": "https://www.drupal.org/user/3269182"
                },
                {
                    "name": "pifagor",
                    "homepage": "https://www.drupal.org/user/2375692"
                },
                {
                    "name": "RenatoG",
                    "homepage": "https://www.drupal.org/user/3326031"
                },
                {
                    "name": "ruchirashree",
                    "homepage": "https://www.drupal.org/user/1625494"
                },
                {
                    "name": "sumitmadan",
                    "homepage": "https://www.drupal.org/user/1538790"
                },
                {
                    "name": "sun",
                    "homepage": "https://www.drupal.org/user/54136"
                }
            ],
            "description": "Defines simple link field types.",
            "homepage": "https://www.drupal.org/project/link",
            "support": {
                "source": "https://git.drupalcode.org/project/link"
            },
            "install-path": "../../web/sites/all/modules/contrib/link"
        },
        {
            "name": "drupal/linkchecker",
            "version": "1.5.0",
            "version_normalized": "1.5.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/linkchecker.git",
                "reference": "7.x-1.5"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/linkchecker-7.x-1.5.zip",
                "reference": "7.x-1.5",
                "shasum": "4f63f46b9a55e8dad14923805beceacde8735067"
            },
            "require": {
                "drupal/drupal": "~7.0"
            },
            "require-dev": {
                "drupal/bean": "*"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "7.x-1.5",
                    "datestamp": "1674441216",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/7/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "C-Logemann",
                    "homepage": "https://www.drupal.org/user/218368"
                },
                {
                    "name": "eiriksm",
                    "homepage": "https://www.drupal.org/user/1014468"
                },
                {
                    "name": "hass",
                    "homepage": "https://www.drupal.org/user/85918"
                },
                {
                    "name": "VladimirAus",
                    "homepage": "https://www.drupal.org/user/673120"
                }
            ],
            "description": "Periodically checks for broken links in node types, blocks and fields and reports the results.",
            "homepage": "https://www.drupal.org/project/linkchecker",
            "support": {
                "source": "https://git.drupalcode.org/project/linkchecker"
            },
            "install-path": "../../web/sites/all/modules/contrib/linkchecker"
        },
        {
            "name": "drupal/linkit",
            "version": "3.7.0",
            "version_normalized": "3.7.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/linkit.git",
                "reference": "7.x-3.7"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/linkit-7.x-3.7.zip",
                "reference": "7.x-3.7",
                "shasum": "4f03176327b16644ada28a6faecb479ac6fa9f93"
            },
            "require": {
                "drupal/ctools": "*",
                "drupal/drupal": "~7.0",
                "drupal/entity": "*"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "7.x-3.7",
                    "datestamp": "1697843669",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/7/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "anon",
                    "homepage": "https://www.drupal.org/user/464598"
                },
                {
                    "name": "johnwebdev",
                    "homepage": "https://www.drupal.org/user/3331569"
                },
                {
                    "name": "mark_fullmer",
                    "homepage": "https://www.drupal.org/user/2612816"
                }
            ],
            "description": "Provides an easy interface for inserting links.",
            "homepage": "https://www.drupal.org/project/linkit",
            "support": {
                "source": "https://git.drupalcode.org/project/linkit"
            },
            "install-path": "../../web/sites/all/modules/contrib/linkit"
        },
        {
            "name": "drupal/mailsystem",
            "version": "2.35.0",
            "version_normalized": "2.35.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/mailsystem.git",
                "reference": "7.x-2.35"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/mailsystem-7.x-2.35.zip",
                "reference": "7.x-2.35",
                "shasum": "7f810cc872285471ab7ec4b7566329ca681c989f"
            },
            "require": {
                "drupal/drupal": "*"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "7.x-2.35",
                    "datestamp": "1531385925",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/7/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Berdir",
                    "homepage": "https://www.drupal.org/user/214652"
                },
                {
                    "name": "Les Lim",
                    "homepage": "https://www.drupal.org/user/84263"
                },
                {
                    "name": "Manuel Garcia",
                    "homepage": "https://www.drupal.org/user/213194"
                },
                {
                    "name": "miro_dietiker",
                    "homepage": "https://www.drupal.org/user/227761"
                },
                {
                    "name": "Nafes",
                    "homepage": "https://www.drupal.org/user/2489926"
                },
                {
                    "name": "pillarsdotnet",
                    "homepage": "https://www.drupal.org/user/36148"
                }
            ],
            "description": "Provides a user interface for per-module and site-wide mail_system selection.",
            "homepage": "https://www.drupal.org/project/mailsystem",
            "support": {
                "source": "https://git.drupalcode.org/project/mailsystem"
            },
            "install-path": "../../web/sites/all/modules/contrib/mailsystem"
        },
        {
            "name": "drupal/media",
            "version": "2.30.0",
            "version_normalized": "2.30.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/media.git",
                "reference": "7.x-2.30"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/media-7.x-2.30.zip",
                "reference": "7.x-2.30",
                "shasum": "5fe49989f5faf8c0a9f0216832df2ab1a028ec94"
            },
            "require": {
                "drupal/drupal": "*",
                "drupal/file_entity": "*",
                "drupal/views": "*"
            },
            "require-dev": {
                "drupal/ckeditor": "*",
                "drupal/features": "*",
                "drupal/media_wysiwyg": "*",
                "drupal/multiform": "^1.3",
                "drupal/plupload": "*",
                "drupal/token": "*",
                "drupal/wysiwyg": "*"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "7.x-2.30",
                    "datestamp": "1673936005",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/7/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "arthurf",
                    "homepage": "https://www.drupal.org/user/27259"
                },
                {
                    "name": "becw",
                    "homepage": "https://www.drupal.org/user/81067"
                },
                {
                    "name": "Dave Reid",
                    "homepage": "https://www.drupal.org/user/53892"
                },
                {
                    "name": "David_Rothstein",
                    "homepage": "https://www.drupal.org/user/124982"
                },
                {
                    "name": "Devin Carlson",
                    "homepage": "https://www.drupal.org/user/290182"
                },
                {
                    "name": "Drupal Media Team",
                    "homepage": "https://www.drupal.org/user/3260690"
                },
                {
                    "name": "effulgentsia",
                    "homepage": "https://www.drupal.org/user/78040"
                },
                {
                    "name": "joseph.olstad",
                    "homepage": "https://www.drupal.org/user/1321830"
                },
                {
                    "name": "kaare",
                    "homepage": "https://www.drupal.org/user/36856"
                },
                {
                    "name": "ksenzee",
                    "homepage": "https://www.drupal.org/user/139855"
                },
                {
                    "name": "ParisLiakos",
                    "homepage": "https://www.drupal.org/user/1011436"
                },
                {
                    "name": "paul.lovvik",
                    "homepage": "https://www.drupal.org/user/289213"
                },
                {
                    "name": "robeano",
                    "homepage": "https://www.drupal.org/user/67660"
                },
                {
                    "name": "slashrsm",
                    "homepage": "https://www.drupal.org/user/744628"
                }
            ],
            "description": "Provides the core Media API",
            "homepage": "https://www.drupal.org/project/media",
            "support": {
                "source": "https://git.drupalcode.org/project/media"
            },
            "install-path": "../../web/sites/all/modules/contrib/media"
        },
        {
            "name": "drupal/menu_attributes",
            "version": "1.2.0",
            "version_normalized": "1.2.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/menu_attributes.git",
                "reference": "7.x-1.2"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/menu_attributes-7.x-1.2.zip",
                "reference": "7.x-1.2",
                "shasum": "d4cc75953f6ffc347d62c147d7e4ebc31a30c523"
            },
            "require": {
                "drupal/drupal": "*"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "7.x-1.2",
                    "datestamp": "1680127052",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/7/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "amateescu",
                    "homepage": "https://www.drupal.org/user/729614"
                },
                {
                    "name": "Dave Reid",
                    "homepage": "https://www.drupal.org/user/53892"
                },
                {
                    "name": "joelpittet",
                    "homepage": "https://www.drupal.org/user/160302"
                },
                {
                    "name": "Schoonzie",
                    "homepage": "https://www.drupal.org/user/52659"
                }
            ],
            "description": "Allows administrators to specify custom attributes for menu items.",
            "homepage": "https://www.drupal.org/project/menu_attributes",
            "support": {
                "source": "https://git.drupalcode.org/project/menu_attributes"
            },
            "install-path": "../../web/sites/all/modules/contrib/menu_attributes"
        },
        {
            "name": "drupal/menu_position",
            "version": "1.2.0",
            "version_normalized": "1.2.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/menu_position.git",
                "reference": "7.x-1.2"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/menu_position-7.x-1.2.zip",
                "reference": "7.x-1.2",
                "shasum": "7a11d02375ecd9e17c6a41845851e8350a1b839d"
            },
            "require": {
                "drupal/drupal": "^7.12"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "7.x-1.2",
                    "datestamp": "1472622324",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/7/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "BarisW",
                    "homepage": "https://www.drupal.org/user/107229"
                },
                {
                    "name": "joelpittet",
                    "homepage": "https://www.drupal.org/user/160302"
                },
                {
                    "name": "JohnAlbin",
                    "homepage": "https://www.drupal.org/user/32095"
                },
                {
                    "name": "lbainbridge",
                    "homepage": "https://www.drupal.org/user/2406996"
                },
                {
                    "name": "Rajab Natshah",
                    "homepage": "https://www.drupal.org/user/1414312"
                },
                {
                    "name": "Sutharsan",
                    "homepage": "https://www.drupal.org/user/73854"
                }
            ],
            "description": "Customize menu position of nodes depending on their content type, associated terms and others conditions.",
            "homepage": "https://www.drupal.org/project/menu_position",
            "support": {
                "source": "https://git.drupalcode.org/project/menu_position"
            },
            "install-path": "../../web/sites/all/modules/contrib/menu_position"
        },
        {
            "name": "drupal/metatag",
            "version": "1.32.0",
            "version_normalized": "1.32.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/metatag.git",
                "reference": "7.x-1.32"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/metatag-7.x-1.32.zip",
                "reference": "7.x-1.32",
                "shasum": "fc12d2b4c8f87f318b38c853d9312789a728a209"
            },
            "require": {
                "drupal/ctools": "*",
                "drupal/drupal": "^7.40",
                "drupal/token": "*"
            },
            "require-dev": {
                "drupal/context": "*",
                "drupal/devel": "*",
                "drupal/entity": "*",
                "drupal/entity_translation": "*",
                "drupal/file_entity": "*",
                "drupal/i18n": "*",
                "drupal/imagecache_token": "*",
                "drupal/me": "*",
                "drupal/media": ">=2.0, <3.0",
                "drupal/metatag_dc": "*",
                "drupal/metatag_opengraph": "*",
                "drupal/panels": "*",
                "drupal/profile2": "*",
                "drupal/search_api": "*",
                "drupal/views": "*",
                "drupal/workbench_moderation": "*"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "7.x-1.32",
                    "datestamp": "1685130946",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/7/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "DamienMcKenna",
                    "homepage": "https://www.drupal.org/user/108450"
                },
                {
                    "name": "Dave Reid",
                    "homepage": "https://www.drupal.org/user/53892"
                }
            ],
            "description": "Adds support and an API to implement meta tags.",
            "homepage": "https://www.drupal.org/project/metatag",
            "support": {
                "source": "https://git.drupalcode.org/project/metatag"
            },
            "install-path": "../../web/sites/all/modules/contrib/metatag"
        },
        {
            "name": "drupal/mimemail",
            "version": "1.2.0",
            "version_normalized": "1.2.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/mimemail.git",
                "reference": "7.x-1.2"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/mimemail-7.x-1.2.zip",
                "reference": "7.x-1.2",
                "shasum": "1b9dad6538acb73cb2979c203407ff660e0e5a2d"
            },
            "require": {
                "drupal/drupal": "^7.24",
                "drupal/mailsystem": "*"
            },
            "require-dev": {
                "drupal/entity": "*",
                "drupal/entity_token": "*",
                "drupal/rules": "*"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "7.x-1.2",
                    "datestamp": "1638772652",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/7/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "TR",
                    "homepage": "https://www.drupal.org/user/202830"
                }
            ],
            "description": "Send MIME-encoded emails with embedded images and attachments.",
            "homepage": "https://www.drupal.org/project/mimemail",
            "support": {
                "source": "https://git.drupalcode.org/project/mimemail"
            },
            "install-path": "../../web/sites/all/modules/contrib/mimemail"
        },
        {
            "name": "drupal/modalframe",
            "version": "1.0.0",
            "version_normalized": "1.0.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/modalframe.git",
                "reference": "7.x-1.0"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/modalframe-7.x-1.0.zip",
                "reference": "7.x-1.0",
                "shasum": "74d969fc728b1119a61a34c77aa50d452b2a0217"
            },
            "require": {
                "drupal/drupal": "~7.0",
                "drupal/jquery_ui": "*",
                "drupal/jquery_update": "*"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "7.x-1.0",
                    "datestamp": "1490109483",
                    "security-coverage": {
                        "status": "not-covered",
                        "message": "Project has not opted into security advisory coverage!"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/7/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "dsnopek",
                    "homepage": "https://www.drupal.org/user/266527"
                },
                {
                    "name": "markus_petrux",
                    "homepage": "https://www.drupal.org/user/39593"
                },
                {
                    "name": "tyler.ashbaugh.questionmark",
                    "homepage": "https://www.drupal.org/user/2568642"
                }
            ],
            "description": "Provides an API to render an iframe within a modal dialog based on the jQuery UI Dialog plugin.",
            "homepage": "https://www.drupal.org/project/modalframe",
            "support": {
                "source": "https://git.drupalcode.org/project/modalframe"
            },
            "install-path": "../../web/sites/all/modules/contrib/modalframe"
        },
        {
            "name": "drupal/module_filter",
            "version": "2.2.0",
            "version_normalized": "2.2.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/module_filter.git",
                "reference": "7.x-2.2"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/module_filter-7.x-2.2.zip",
                "reference": "7.x-2.2",
                "shasum": "a7e7aa799498cf6f9500237998a545668dd575d9"
            },
            "require": {
                "drupal/drupal": "~7.0"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "7.x-2.2",
                    "datestamp": "1553708435",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/7/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "andrey.troeglazov",
                    "homepage": "https://www.drupal.org/user/3145389"
                },
                {
                    "name": "greenSkin",
                    "homepage": "https://www.drupal.org/user/173855"
                },
                {
                    "name": "smustgrave",
                    "homepage": "https://www.drupal.org/user/3252890"
                }
            ],
            "description": "Filter the modules list.",
            "homepage": "https://www.drupal.org/project/module_filter",
            "support": {
                "source": "https://git.drupalcode.org/project/module_filter"
            },
            "install-path": "../../web/sites/all/modules/contrib/module_filter"
        },
        {
            "name": "drupal/node_clone",
            "version": "1.0.0",
            "version_normalized": "1.0.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/node_clone.git",
                "reference": "7.x-1.0"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/node_clone-7.x-1.0.zip",
                "reference": "7.x-1.0",
                "shasum": "522afdc42cd8e03beda860fa4ee693ab0ee8f202"
            },
            "require": {
                "drupal/drupal": "~7.0"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "7.x-1.0",
                    "datestamp": "1447900440",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/7/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "pwolanin",
                    "homepage": "https://www.drupal.org/user/49851"
                }
            ],
            "homepage": "https://www.drupal.org/project/node_clone",
            "support": {
                "source": "https://git.drupalcode.org/project/node_clone"
            },
            "install-path": "../../web/sites/all/modules/contrib/node_clone"
        },
        {
            "name": "drupal/nodequeue",
            "version": "2.5.0",
            "version_normalized": "2.5.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/nodequeue.git",
                "reference": "7.x-2.5"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/nodequeue-7.x-2.5.zip",
                "reference": "7.x-2.5",
                "shasum": "7121e25aa6579afd7d36dabfb635e58535f6771c"
            },
            "require": {
                "drupal/drupal": "~7.0"
            },
            "require-dev": {
                "drupal/services": "*"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "7.x-2.5",
                    "datestamp": "1661389440",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/7/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "jenlampton",
                    "homepage": "https://www.drupal.org/user/85586"
                },
                {
                    "name": "Unsupported Projects",
                    "homepage": "https://www.drupal.org/user/291168"
                },
                {
                    "name": "vijaycs85",
                    "homepage": "https://www.drupal.org/user/93488"
                }
            ],
            "description": "Create queues which can contain nodes in arbitrary order",
            "homepage": "https://www.drupal.org/project/nodequeue",
            "support": {
                "source": "https://git.drupalcode.org/project/nodequeue"
            },
            "install-path": "../../web/sites/all/modules/contrib/nodequeue"
        },
        {
            "name": "drupal/paragraphs",
            "version": "1.0.0-rc5",
            "version_normalized": "1.0.0.0-RC5",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/paragraphs.git",
                "reference": "7.x-1.0-rc5"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/paragraphs-7.x-1.0-rc5.zip",
                "reference": "7.x-1.0-rc5",
                "shasum": "4d267d442e1861051348782cfc0e338d575b49bf"
            },
            "require": {
                "drupal/drupal": "~7.0",
                "drupal/entity": "*"
            },
            "require-dev": {
                "drupal/ctools": "*",
                "drupal/entity": "*",
                "drupal/features": "*",
                "drupal/panelizer": "*",
                "drupal/replicate": "*",
                "drupal/replicate_paragraphs": "*",
                "drupal/strongarm": "*"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "7.x-1.0-rc5",
                    "datestamp": "1487262618",
                    "security-coverage": {
                        "status": "not-covered",
                        "message": "RC releases are not covered by Drupal security advisories."
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/7/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Berdir",
                    "homepage": "https://www.drupal.org/user/214652"
                },
                {
                    "name": "Frans",
                    "homepage": "https://www.drupal.org/user/514222"
                },
                {
                    "name": "jeroen.b",
                    "homepage": "https://www.drupal.org/user/1853532"
                },
                {
                    "name": "jstoller",
                    "homepage": "https://www.drupal.org/user/99012"
                },
                {
                    "name": "miro_dietiker",
                    "homepage": "https://www.drupal.org/user/227761"
                },
                {
                    "name": "Primsi",
                    "homepage": "https://www.drupal.org/user/282629"
                }
            ],
            "description": "Paragraphs module to control your content flow.",
            "homepage": "https://www.drupal.org/project/paragraphs",
            "support": {
                "source": "https://git.drupalcode.org/project/paragraphs"
            },
            "install-path": "../../web/sites/all/modules/contrib/paragraphs"
        },
        {
            "name": "drupal/pathauto",
            "version": "1.3.0",
            "version_normalized": "1.3.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/pathauto.git",
                "reference": "7.x-1.3"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/pathauto-7.x-1.3.zip",
                "reference": "7.x-1.3",
                "shasum": "a4c73f3129f22ecfb9de446068e7dd3c3a45412b"
            },
            "require": {
                "drupal/drupal": "*",
                "drupal/token": "*"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "7.x-1.3",
                    "datestamp": "1444232639",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/7/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Berdir",
                    "homepage": "https://www.drupal.org/user/214652"
                },
                {
                    "name": "Dave Reid",
                    "homepage": "https://www.drupal.org/user/53892"
                },
                {
                    "name": "Freso",
                    "homepage": "https://www.drupal.org/user/27504"
                },
                {
                    "name": "greggles",
                    "homepage": "https://www.drupal.org/user/36762"
                }
            ],
            "description": "Provides a mechanism for modules to automatically generate aliases for the content they manage.",
            "homepage": "https://www.drupal.org/project/pathauto",
            "support": {
                "source": "https://git.drupalcode.org/project/pathauto"
            },
            "install-path": "../../web/sites/all/modules/contrib/pathauto"
        },
        {
            "name": "drupal/picture",
            "version": "2.14.0",
            "version_normalized": "2.14.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/picture.git",
                "reference": "7.x-2.14"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/picture-7.x-2.14.zip",
                "reference": "7.x-2.14",
                "shasum": "f10a36fd9fce42716acdc0e5b38d3e848794583e"
            },
            "require": {
                "drupal/breakpoints": "*",
                "drupal/ctools": "*",
                "drupal/drupal": "*"
            },
            "require-dev": {
                "drupal/flexslider": "~2.0",
                "drupal/flexslider_fields": "~2.0"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "7.x-2.14",
                    "datestamp": "1694685851",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/7/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "attiks",
                    "homepage": "https://www.drupal.org/user/105002"
                },
                {
                    "name": "Jelle_S",
                    "homepage": "https://www.drupal.org/user/829198"
                },
                {
                    "name": "lesleyfernandes",
                    "homepage": "https://www.drupal.org/user/641714"
                }
            ],
            "description": "Picture element",
            "homepage": "https://www.drupal.org/project/picture",
            "support": {
                "source": "https://git.drupalcode.org/project/picture"
            },
            "install-path": "../../web/sites/all/modules/contrib/picture"
        },
        {
            "name": "drupal/print",
            "version": "2.4.0",
            "version_normalized": "2.4.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/print.git",
                "reference": "7.x-2.4"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/print-7.x-2.4.zip",
                "reference": "7.x-2.4",
                "shasum": "064aa07b586c38ffdaa42b40fbbe9b9c0421bb33"
            },
            "require": {
                "drupal/drupal": "*"
            },
            "require-dev": {
                "drupal/print_epub": "*",
                "drupal/print_pdf": "*"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "7.x-2.4",
                    "datestamp": "1654180083",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/7/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "djdevin",
                    "homepage": "https://www.drupal.org/user/701754"
                },
                {
                    "name": "jcnventura",
                    "homepage": "https://www.drupal.org/user/122464"
                },
                {
                    "name": "VladimirAus",
                    "homepage": "https://www.drupal.org/user/673120"
                }
            ],
            "description": "Generates a printer-friendly version of Drupal pages.",
            "homepage": "https://www.drupal.org/project/print",
            "support": {
                "source": "https://git.drupalcode.org/project/print"
            },
            "install-path": "../../web/sites/all/modules/contrib/print"
        },
        {
            "name": "drupal/protected_node",
            "version": "1.9.0",
            "version_normalized": "1.9.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/protected_node.git",
                "reference": "7.x-1.9"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/protected_node-7.x-1.9.zip",
                "reference": "7.x-1.9",
                "shasum": "42c14c5764848978e2e0ac125fd390497e81cbcd"
            },
            "require": {
                "drupal/drupal": "~7.0"
            },
            "require-dev": {
                "drupal/entity": "*",
                "drupal/field_collection": "*",
                "drupal/paragraphs": "*",
                "drupal/rules": "*",
                "drupal/views": "*"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "7.x-1.9",
                    "datestamp": "1678097138",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/7/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "adam_thomason",
                    "homepage": "https://www.drupal.org/user/2576960"
                },
                {
                    "name": "Grimreaper",
                    "homepage": "https://www.drupal.org/user/2388214"
                },
                {
                    "name": "izus",
                    "homepage": "https://www.drupal.org/user/514568"
                },
                {
                    "name": "mtolmacs",
                    "homepage": "https://www.drupal.org/user/72361"
                }
            ],
            "description": "Allows protection of nodes with a password. Works even better with the Token module.",
            "homepage": "https://www.drupal.org/project/protected_node",
            "support": {
                "source": "https://git.drupalcode.org/project/protected_node"
            },
            "install-path": "../../web/sites/all/modules/contrib/protected_node"
        },
        {
            "name": "drupal/quicktabs",
            "version": "3.8.0",
            "version_normalized": "3.8.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/quicktabs.git",
                "reference": "7.x-3.8"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/quicktabs-7.x-3.8.zip",
                "reference": "7.x-3.8",
                "shasum": "f6dc0d26724c7860a364f992f319b0f970a2fed3"
            },
            "require": {
                "drupal/ctools": "*",
                "drupal/drupal": "~7.0"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "7.x-3.8",
                    "datestamp": "1634130625",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/7/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "ezra-g",
                    "homepage": "https://www.drupal.org/user/69959"
                },
                {
                    "name": "jaydub",
                    "homepage": "https://www.drupal.org/user/46257"
                },
                {
                    "name": "joelpittet",
                    "homepage": "https://www.drupal.org/user/160302"
                },
                {
                    "name": "katbailey",
                    "homepage": "https://www.drupal.org/user/172987"
                },
                {
                    "name": "netw3rker",
                    "homepage": "https://www.drupal.org/user/89684"
                },
                {
                    "name": "NickDickinsonWilde",
                    "homepage": "https://www.drupal.org/user/3094661"
                },
                {
                    "name": "Palashvijay4O",
                    "homepage": "https://www.drupal.org/user/2995945"
                },
                {
                    "name": "Pasqualle",
                    "homepage": "https://www.drupal.org/user/80733"
                },
                {
                    "name": "shelane",
                    "homepage": "https://www.drupal.org/user/2674989"
                },
                {
                    "name": "systemick",
                    "homepage": "https://www.drupal.org/user/819746"
                },
                {
                    "name": "ultimateboy",
                    "homepage": "https://www.drupal.org/user/153963"
                }
            ],
            "description": "Render content with tabs and other display styles",
            "homepage": "https://www.drupal.org/project/quicktabs",
            "support": {
                "source": "https://git.drupalcode.org/project/quicktabs"
            },
            "install-path": "../../web/sites/all/modules/contrib/quicktabs"
        },
        {
            "name": "drupal/rabbit_hole",
            "version": "2.26.0",
            "version_normalized": "2.26.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/rabbit_hole.git",
                "reference": "7.x-2.26"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/rabbit_hole-7.x-2.26.zip",
                "reference": "7.x-2.26",
                "shasum": "9216fd7d2c9922ea6947e79401d850117f890ebb"
            },
            "require": {
                "drupal/drupal": "~7.0"
            },
            "require-dev": {
                "drupal/bean": "*",
                "drupal/field_collection": "*",
                "drupal/file_entity": "*",
                "drupal/profile2_page": "*"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "7.x-2.26",
                    "datestamp": "1606763928",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/7/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "aleksey.tk",
                    "homepage": "https://www.drupal.org/user/22093"
                },
                {
                    "name": "bohart",
                    "homepage": "https://www.drupal.org/user/289861"
                },
                {
                    "name": "Dylan Donkersgoed",
                    "homepage": "https://www.drupal.org/user/2803351"
                },
                {
                    "name": "Matroskeen",
                    "homepage": "https://www.drupal.org/user/3426249"
                },
                {
                    "name": "mparker17",
                    "homepage": "https://www.drupal.org/user/536298"
                },
                {
                    "name": "Odd Hill",
                    "homepage": "https://www.drupal.org/user/789934"
                },
                {
                    "name": "olofbokedal",
                    "homepage": "https://www.drupal.org/user/1198438"
                }
            ],
            "description": "Basic functionality that is shared among the different Rabbit Hole modules.",
            "homepage": "https://www.drupal.org/project/rabbit_hole",
            "support": {
                "source": "https://git.drupalcode.org/project/rabbit_hole"
            },
            "install-path": "../../web/sites/all/modules/contrib/rabbit_hole"
        },
        {
            "name": "drupal/radioactivity",
            "version": "2.14.0",
            "version_normalized": "2.14.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/radioactivity.git",
                "reference": "7.x-2.14"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/radioactivity-7.x-2.14.zip",
                "reference": "7.x-2.14",
                "shasum": "a9cc3d1660d642c2e60d876ebe320aabf6bf3c47"
            },
            "require": {
                "drupal/ctools": "*",
                "drupal/drupal": "~7.0"
            },
            "require-dev": {
                "drupal/ctools": "*"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "7.x-2.14",
                    "datestamp": "1665573093",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/7/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "matthewmessmer",
                    "homepage": "https://www.drupal.org/user/2496364"
                },
                {
                    "name": "skiminki",
                    "homepage": "https://www.drupal.org/user/265179"
                },
                {
                    "name": "Sutharsan",
                    "homepage": "https://www.drupal.org/user/73854"
                },
                {
                    "name": "thomasdegraaff",
                    "homepage": "https://www.drupal.org/user/989866"
                }
            ],
            "description": "Radioactivity provides a field for modelling popularity of entities.",
            "homepage": "https://www.drupal.org/project/radioactivity",
            "support": {
                "source": "https://git.drupalcode.org/project/radioactivity"
            },
            "install-path": "../../web/sites/all/modules/contrib/radioactivity"
        },
        {
            "name": "drupal/redirect",
            "version": "1.0.0-rc4",
            "version_normalized": "1.0.0.0-RC4",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/redirect.git",
                "reference": "7.x-1.0-rc4"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/redirect-7.x-1.0-rc4.zip",
                "reference": "7.x-1.0-rc4",
                "shasum": "235d8c3da4683901a42b0d4f559552649a463ce0"
            },
            "require": {
                "drupal/drupal": "~7.0"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "7.x-1.0-rc4",
                    "datestamp": "1615230905",
                    "security-coverage": {
                        "status": "not-covered",
                        "message": "RC releases are not covered by Drupal security advisories."
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/7/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Berdir",
                    "homepage": "https://www.drupal.org/user/214652"
                },
                {
                    "name": "Dave Reid",
                    "homepage": "https://www.drupal.org/user/53892"
                },
                {
                    "name": "Kristen Pol",
                    "homepage": "https://www.drupal.org/user/8389"
                },
                {
                    "name": "pifagor",
                    "homepage": "https://www.drupal.org/user/2375692"
                }
            ],
            "description": "Allows users to redirect from old URLs to new URLs.",
            "homepage": "https://www.drupal.org/project/redirect",
            "support": {
                "source": "https://git.drupalcode.org/project/redirect"
            },
            "install-path": "../../web/sites/all/modules/contrib/redirect"
        },
        {
            "name": "drupal/references",
            "version": "2.4.0",
            "version_normalized": "2.4.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/references.git",
                "reference": "7.x-2.4"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/references-7.x-2.4.zip",
                "reference": "7.x-2.4",
                "shasum": "1e827a2279453301e29d82467ce4d65380fac8b8"
            },
            "require": {
                "drupal/drupal": "*"
            },
            "require-dev": {
                "drupal/uuid": "*"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "7.x-2.4",
                    "datestamp": "1655917206",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/7/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Nick_vh",
                    "homepage": "https://www.drupal.org/user/122682"
                },
                {
                    "name": "RenatoG",
                    "homepage": "https://www.drupal.org/user/3326031"
                },
                {
                    "name": "Thomasdbcklr",
                    "homepage": "https://www.drupal.org/user/2945061"
                },
                {
                    "name": "nielsaers",
                    "homepage": "https://www.drupal.org/user/752444"
                },
                {
                    "name": "paulocs",
                    "homepage": "https://www.drupal.org/user/3640109"
                },
                {
                    "name": "thalles",
                    "homepage": "https://www.drupal.org/user/3589086"
                }
            ],
            "description": "Defines common base features for the various reference field types.",
            "homepage": "https://www.drupal.org/project/references",
            "support": {
                "source": "https://git.drupalcode.org/project/references"
            },
            "install-path": "../../web/sites/all/modules/contrib/references"
        },
        {
            "name": "drupal/rules",
            "version": "2.14.0",
            "version_normalized": "2.14.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/rules.git",
                "reference": "7.x-2.14"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/rules-7.x-2.14.zip",
                "reference": "7.x-2.14",
                "shasum": "42a95e789cc583128a997167e5f2483f500a0191"
            },
            "require": {
                "drupal/drupal": "^7.40",
                "drupal/entity": "*",
                "drupal/entity_token": "*"
            },
            "require-dev": {
                "drupal/i18n_string": "*"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "7.x-2.14",
                    "datestamp": "1691009300",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/7/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "fago",
                    "homepage": "https://www.drupal.org/user/16747"
                },
                {
                    "name": "klausi",
                    "homepage": "https://www.drupal.org/user/262198"
                },
                {
                    "name": "TR",
                    "homepage": "https://www.drupal.org/user/202830"
                }
            ],
            "description": "React on events and conditionally evaluate actions.",
            "homepage": "https://www.drupal.org/project/rules",
            "support": {
                "source": "https://git.drupalcode.org/project/rules"
            },
            "install-path": "../../web/sites/all/modules/contrib/rules"
        },
        {
            "name": "drupal/search404",
            "version": "1.6.0",
            "version_normalized": "1.6.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/search404.git",
                "reference": "7.x-1.6"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/search404-7.x-1.6.zip",
                "reference": "7.x-1.6",
                "shasum": "a67215a92316e3ce80fbd153e3fa1ff3003503b5"
            },
            "require": {
                "drupal/drupal": "~7.0"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "7.x-1.6",
                    "datestamp": "1510300385",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/7/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "anoopjohn",
                    "homepage": "https://www.drupal.org/user/188049"
                },
                {
                    "name": "Anybody",
                    "homepage": "https://www.drupal.org/user/291091"
                },
                {
                    "name": "binnythomas",
                    "homepage": "https://www.drupal.org/user/3123091"
                },
                {
                    "name": "emilymathew",
                    "homepage": "https://www.drupal.org/user/2921997"
                },
                {
                    "name": "Grevil",
                    "homepage": "https://www.drupal.org/user/3668491"
                },
                {
                    "name": "jijojoseph_zyxware",
                    "homepage": "https://www.drupal.org/user/3561263"
                },
                {
                    "name": "larssg",
                    "homepage": "https://www.drupal.org/user/655"
                },
                {
                    "name": "varunity",
                    "homepage": "https://www.drupal.org/user/273530"
                },
                {
                    "name": "vimaljoseph",
                    "homepage": "https://www.drupal.org/user/817380"
                },
                {
                    "name": "zyxware",
                    "homepage": "https://www.drupal.org/user/222163"
                }
            ],
            "description": "Automatically search for the keywords in URLs that result in 404 errors and show results instead of Page-Not-Found. ",
            "homepage": "https://www.drupal.org/project/search404",
            "support": {
                "source": "https://git.drupalcode.org/project/search404"
            },
            "install-path": "../../web/sites/all/modules/contrib/search404"
        },
        {
            "name": "drupal/search_api",
            "version": "1.28.0",
            "version_normalized": "1.28.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/search_api.git",
                "reference": "7.x-1.28"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/search_api-7.x-1.28.zip",
                "reference": "7.x-1.28",
                "shasum": "94eec70de185bd19df59c79d3fb674e250f32166"
            },
            "require": {
                "drupal/drupal": "~7.0",
                "drupal/entity": "*"
            },
            "require-dev": {
                "drupal/facetapi": "*",
                "drupal/views": "*"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "7.x-1.28",
                    "datestamp": "1698922132",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "source",
            "notification-url": "https://packages.drupal.org/7/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "borisson_",
                    "homepage": "https://www.drupal.org/user/2393360"
                },
                {
                    "name": "drunken monkey",
                    "homepage": "https://www.drupal.org/user/205582"
                },
                {
                    "name": "Nick_vh",
                    "homepage": "https://www.drupal.org/user/122682"
                }
            ],
            "description": "Provides a generic API for modules offering search capabilities.",
            "homepage": "https://www.drupal.org/project/search_api",
            "support": {
                "source": "https://git.drupalcode.org/project/search_api"
            },
            "install-path": "../../web/sites/all/modules/contrib/search_api"
        },
        {
            "name": "drupal/search_api_db",
            "version": "1.9.0",
            "version_normalized": "1.9.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/search_api_db.git",
                "reference": "7.x-1.9"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/search_api_db-7.x-1.9.zip",
                "reference": "7.x-1.9",
                "shasum": "03bda8368ec38a5b3d1d23c1c8e94f5e6e17fcbe"
            },
            "require": {
                "drupal/drupal": "~7.0",
                "drupal/search_api": "*"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "7.x-1.9",
                    "datestamp": "1698922242",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/7/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "drunken monkey",
                    "homepage": "https://www.drupal.org/user/205582"
                }
            ],
            "description": "Offers an implementation of the Search API that uses database tables for indexing content.",
            "homepage": "https://www.drupal.org/project/search_api_db",
            "support": {
                "source": "https://git.drupalcode.org/project/search_api_db"
            },
            "install-path": "../../web/sites/all/modules/contrib/search_api_db"
        },
        {
            "name": "drupal/site_map",
            "version": "1.3.0",
            "version_normalized": "1.3.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/site_map.git",
                "reference": "7.x-1.3"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/site_map-7.x-1.3.zip",
                "reference": "7.x-1.3",
                "shasum": "bb8653770b4b5fd2b01a3f7f43fee6d562103e7f"
            },
            "require": {
                "drupal/drupal": "*"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "7.x-1.3",
                    "datestamp": "1441076639",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/7/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "amitgoyal",
                    "homepage": "https://www.drupal.org/user/56441"
                },
                {
                    "name": "colan",
                    "homepage": "https://www.drupal.org/user/58704"
                },
                {
                    "name": "daffodilsoftware",
                    "homepage": "https://www.drupal.org/user/1050564"
                },
                {
                    "name": "darrell_ulm",
                    "homepage": "https://www.drupal.org/user/46284"
                },
                {
                    "name": "frjo",
                    "homepage": "https://www.drupal.org/user/5546"
                },
                {
                    "name": "iammeenugupta96",
                    "homepage": "https://www.drupal.org/user/265769"
                },
                {
                    "name": "id.medion",
                    "homepage": "https://www.drupal.org/user/2542592"
                },
                {
                    "name": "john.oltman",
                    "homepage": "https://www.drupal.org/user/699926"
                },
                {
                    "name": "Nafes",
                    "homepage": "https://www.drupal.org/user/2489926"
                },
                {
                    "name": "paulocs",
                    "homepage": "https://www.drupal.org/user/3640109"
                },
                {
                    "name": "RenatoG",
                    "homepage": "https://www.drupal.org/user/3326031"
                },
                {
                    "name": "thalles",
                    "homepage": "https://www.drupal.org/user/3589086"
                },
                {
                    "name": "vijaythummar",
                    "homepage": "https://www.drupal.org/user/119244"
                },
                {
                    "name": "vladbo",
                    "homepage": "https://www.drupal.org/user/2696261"
                }
            ],
            "description": "Display a site map.",
            "homepage": "https://www.drupal.org/project/site_map",
            "support": {
                "source": "https://git.drupalcode.org/project/site_map"
            },
            "install-path": "../../web/sites/all/modules/contrib/site_map"
        },
        {
            "name": "drupal/sticky_edit_actions",
            "version": "1.2.0",
            "version_normalized": "1.2.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/sticky_edit_actions.git",
                "reference": "7.x-1.2"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/sticky_edit_actions-7.x-1.2.zip",
                "reference": "7.x-1.2",
                "shasum": "d4e1f596abfa93f0430dc086fe03d5fa282aca9e"
            },
            "require": {
                "drupal/drupal": "~7.0"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "7.x-1.2",
                    "datestamp": "1384812804",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/7/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Elijah Lynn",
                    "homepage": "https://www.drupal.org/user/353190"
                },
                {
                    "name": "bleen",
                    "homepage": "https://www.drupal.org/user/77375"
                }
            ],
            "description": "Sticks the edit action buttons to the bottom of the form when desireable.",
            "homepage": "https://www.drupal.org/project/sticky_edit_actions",
            "support": {
                "source": "https://git.drupalcode.org/project/sticky_edit_actions"
            },
            "install-path": "../../web/sites/all/modules/contrib/sticky_edit_actions"
        },
        {
            "name": "drupal/stringoverrides",
            "version": "1.9.0",
            "version_normalized": "1.9.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/stringoverrides.git",
                "reference": "7.x-1.9"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/stringoverrides-7.x-1.9.zip",
                "reference": "7.x-1.9",
                "shasum": "70a28d7ff61855fa21a81eeed029bce9c3cfa94b"
            },
            "require": {
                "drupal/drupal": "~7.0"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "7.x-1.9",
                    "datestamp": "1695064386",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/7/downloads",
            "license": [
                "GPL-2.0"
            ],
            "authors": [
                {
                    "name": "Rob Loach",
                    "homepage": "https://www.drupal.org/user/454662",
                    "web": "http://robloach.net"
                },
                {
                    "name": "eaton",
                    "homepage": "https://www.drupal.org/user/16496"
                },
                {
                    "name": "hubdrop",
                    "homepage": "https://www.drupal.org/user/2750597"
                },
                {
                    "name": "manuel.adan",
                    "homepage": "https://www.drupal.org/user/516420"
                },
                {
                    "name": "Nitesh Sethia",
                    "homepage": "https://www.drupal.org/user/2474982"
                },
                {
                    "name": "pwolanin",
                    "homepage": "https://www.drupal.org/user/49851"
                },
                {
                    "name": "quicksketch",
                    "homepage": "https://www.drupal.org/user/35821"
                },
                {
                    "name": "RobLoach",
                    "homepage": "https://www.drupal.org/user/61114"
                },
                {
                    "name": "webchick",
                    "homepage": "https://www.drupal.org/user/24967"
                }
            ],
            "description": "Provides a quick and easy way of replacing text.",
            "homepage": "https://www.drupal.org/project/stringoverrides",
            "support": {
                "source": "https://git.drupalcode.org/project/stringoverrides"
            },
            "install-path": "../../web/sites/all/modules/contrib/stringoverrides"
        },
        {
            "name": "drupal/strongarm",
            "version": "2.0.0",
            "version_normalized": "2.0.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/strongarm.git",
                "reference": "7.x-2.0"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/strongarm-7.x-2.0.zip",
                "reference": "7.x-2.0",
                "shasum": "51600bef5ca2ac240958764e1e8389f70639595c"
            },
            "require": {
                "drupal/ctools": "*",
                "drupal/drupal": "~7.0"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "7.x-2.0",
                    "datestamp": "1339604214",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/7/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "bblake",
                    "homepage": "https://www.drupal.org/user/620248"
                },
                {
                    "name": "febbraro",
                    "homepage": "https://www.drupal.org/user/43670"
                },
                {
                    "name": "hefox",
                    "homepage": "https://www.drupal.org/user/426416"
                },
                {
                    "name": "mpotter",
                    "homepage": "https://www.drupal.org/user/616192"
                },
                {
                    "name": "skwashd",
                    "homepage": "https://www.drupal.org/user/116305"
                },
                {
                    "name": "tirdadc",
                    "homepage": "https://www.drupal.org/user/383630"
                }
            ],
            "description": "Enforces variable values defined by modules that need settings set to operate properly.",
            "homepage": "https://www.drupal.org/project/strongarm",
            "support": {
                "source": "https://git.drupalcode.org/project/strongarm"
            },
            "install-path": "../../web/sites/all/modules/contrib/strongarm"
        },
        {
            "name": "drupal/summary_settings",
            "version": "dev-1.x",
            "version_normalized": "dev-1.x",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/summary_settings.git",
                "reference": "35d46bbb6905e52a7ffadb6dad15de19dddb4b05"
            },
            "require": {
                "drupal/drupal": "~7.0"
            },
            "type": "drupal-module",
            "extra": {
                "branch-alias": {
                    "dev-1.x": "1.x-dev"
                },
                "drupal": {
                    "version": "7.x-1.x-dev",
                    "datestamp": "1371565126",
                    "security-coverage": {
                        "status": "not-covered",
                        "message": "Project has not opted into security advisory coverage!"
                    }
                }
            },
            "installation-source": "source",
            "notification-url": "https://packages.drupal.org/7/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "mstrelan",
                    "homepage": "https://www.drupal.org/user/314289"
                }
            ],
            "description": "Additional settings for \"Long text with summary\" widgets.",
            "homepage": "https://www.drupal.org/project/summary_settings",
            "support": {
                "source": "https://git.drupalcode.org/project/summary_settings"
            },
            "install-path": "../../web/sites/all/modules/contrib/summary_settings"
        },
        {
            "name": "drupal/token",
            "version": "1.9.0",
            "version_normalized": "1.9.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/token.git",
                "reference": "7.x-1.9"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/token-7.x-1.9.zip",
                "reference": "7.x-1.9",
                "shasum": "06a2719fbbf0a4a9a315f8eeef6af70229309d82"
            },
            "require": {
                "drupal/drupal": "^7.23"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "7.x-1.9",
                    "datestamp": "1641998606",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/7/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Berdir",
                    "homepage": "https://www.drupal.org/user/214652"
                },
                {
                    "name": "Dave Reid",
                    "homepage": "https://www.drupal.org/user/53892"
                },
                {
                    "name": "eaton",
                    "homepage": "https://www.drupal.org/user/16496"
                },
                {
                    "name": "fago",
                    "homepage": "https://www.drupal.org/user/16747"
                },
                {
                    "name": "greggles",
                    "homepage": "https://www.drupal.org/user/36762"
                },
                {
                    "name": "mikeryan",
                    "homepage": "https://www.drupal.org/user/4420"
                }
            ],
            "description": "Provides a user interface for the Token API and some missing core tokens.",
            "homepage": "https://www.drupal.org/project/token",
            "support": {
                "source": "https://git.drupalcode.org/project/token"
            },
            "install-path": "../../web/sites/all/modules/contrib/token"
        },
        {
            "name": "drupal/transliteration",
            "version": "3.2.0",
            "version_normalized": "3.2.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/transliteration.git",
                "reference": "7.x-3.2"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/transliteration-7.x-3.2.zip",
                "reference": "7.x-3.2",
                "shasum": "a97a8d531a222762a1d04d7243d5041319200f7d"
            },
            "require": {
                "drupal/drupal": "~7.0"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "7.x-3.2",
                    "datestamp": "1395079431",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/7/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "amateescu",
                    "homepage": "https://www.drupal.org/user/729614"
                },
                {
                    "name": "RenatoG",
                    "homepage": "https://www.drupal.org/user/3326031"
                },
                {
                    "name": "smk-ka",
                    "homepage": "https://www.drupal.org/user/48898"
                }
            ],
            "description": "Converts non-latin text to US-ASCII and sanitizes file names.",
            "homepage": "https://www.drupal.org/project/transliteration",
            "support": {
                "source": "https://git.drupalcode.org/project/transliteration"
            },
            "install-path": "../../web/sites/all/modules/contrib/transliteration"
        },
        {
            "name": "drupal/views",
            "version": "3.29.0",
            "version_normalized": "3.29.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/views.git",
                "reference": "7.x-3.29"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/views-7.x-3.29.zip",
                "reference": "7.x-3.29",
                "shasum": "4fc548a8f5252993d5edba557e2aa77ba0fe5b3b"
            },
            "require": {
                "drupal/ctools": "*",
                "drupal/drupal": "~7.0"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "7.x-3.29",
                    "datestamp": "1678722009",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/7/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "bojanz",
                    "homepage": "https://www.drupal.org/user/86106"
                },
                {
                    "name": "colan",
                    "homepage": "https://www.drupal.org/user/58704"
                },
                {
                    "name": "damiankloip",
                    "homepage": "https://www.drupal.org/user/1037976"
                },
                {
                    "name": "DamienMcKenna",
                    "homepage": "https://www.drupal.org/user/108450"
                },
                {
                    "name": "dawehner",
                    "homepage": "https://www.drupal.org/user/99340"
                },
                {
                    "name": "dww",
                    "homepage": "https://www.drupal.org/user/46549"
                },
                {
                    "name": "esmerel",
                    "homepage": "https://www.drupal.org/user/164022"
                },
                {
                    "name": "Lendude",
                    "homepage": "https://www.drupal.org/user/690914"
                },
                {
                    "name": "merlinofchaos",
                    "homepage": "https://www.drupal.org/user/26979"
                },
                {
                    "name": "renatog",
                    "homepage": "https://www.drupal.org/user/3326031"
                },
                {
                    "name": "tim.plunkett",
                    "homepage": "https://www.drupal.org/user/241634"
                }
            ],
            "description": "Create customized lists and queries from your database.",
            "homepage": "https://www.drupal.org/project/views",
            "support": {
                "source": "https://git.drupalcode.org/project/views"
            },
            "install-path": "../../web/sites/all/modules/contrib/views"
        },
        {
            "name": "drupal/views_bootstrap",
            "version": "3.5.0",
            "version_normalized": "3.5.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/views_bootstrap.git",
                "reference": "7.x-3.5"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/views_bootstrap-7.x-3.5.zip",
                "reference": "7.x-3.5",
                "shasum": "75c9443c302db8a8c3a0d3b8ae6a19f076bad3c7"
            },
            "require": {
                "drupal/drupal": "~7.0",
                "drupal/views": "*"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "7.x-3.5",
                    "datestamp": "1603824295",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/7/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "aburrows",
                    "homepage": "https://www.drupal.org/user/577844"
                },
                {
                    "name": "ericpugh",
                    "homepage": "https://www.drupal.org/user/130084"
                },
                {
                    "name": "ikeigenwijs",
                    "homepage": "https://www.drupal.org/user/583238"
                },
                {
                    "name": "mrded",
                    "homepage": "https://www.drupal.org/user/556088"
                },
                {
                    "name": "shelane",
                    "homepage": "https://www.drupal.org/user/2674989"
                }
            ],
            "description": "Bootstrap Components",
            "homepage": "https://www.drupal.org/project/views_bootstrap",
            "support": {
                "source": "https://git.drupalcode.org/project/views_bootstrap"
            },
            "install-path": "../../web/sites/all/modules/contrib/views_bootstrap"
        },
        {
            "name": "drupal/views_bulk_operations",
            "version": "3.7.0",
            "version_normalized": "3.7.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/views_bulk_operations.git",
                "reference": "7.x-3.7"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/views_bulk_operations-7.x-3.7.zip",
                "reference": "7.x-3.7",
                "shasum": "2c9b16cdd59928403d510dc610f20334274fd98d"
            },
            "require": {
                "drupal/drupal": "~7.0",
                "drupal/entity": "*",
                "drupal/views": "^3.12"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "7.x-3.7",
                    "datestamp": "1666149178",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/7/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "bojanz",
                    "homepage": "https://www.drupal.org/user/86106"
                },
                {
                    "name": "Graber",
                    "homepage": "https://www.drupal.org/user/1599440"
                },
                {
                    "name": "joelpittet",
                    "homepage": "https://www.drupal.org/user/160302"
                }
            ],
            "description": "Provides a way of selecting multiple rows and applying operations to them.",
            "homepage": "https://www.drupal.org/project/views_bulk_operations",
            "support": {
                "source": "https://git.drupalcode.org/project/views_bulk_operations"
            },
            "install-path": "../../web/sites/all/modules/contrib/views_bulk_operations"
        },
        {
            "name": "drupal/views_data_export",
            "version": "3.2.0",
            "version_normalized": "3.2.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/views_data_export.git",
                "reference": "7.x-3.2"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/views_data_export-7.x-3.2.zip",
                "reference": "7.x-3.2",
                "shasum": "3afc2819f30aa48d3cb368d177859b45e60a3293"
            },
            "require": {
                "drupal/drupal": "~7.0",
                "drupal/views": "*"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "7.x-3.2",
                    "datestamp": "1491379384",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/7/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "amoebanath",
                    "homepage": "https://www.drupal.org/user/2810799"
                },
                {
                    "name": "james.williams",
                    "homepage": "https://www.drupal.org/user/592268"
                },
                {
                    "name": "jamsilver",
                    "homepage": "https://www.drupal.org/user/476732"
                },
                {
                    "name": "jhedstrom",
                    "homepage": "https://www.drupal.org/user/208732"
                },
                {
                    "name": "nerdstein",
                    "homepage": "https://www.drupal.org/user/1557710"
                },
                {
                    "name": "Steven Jones",
                    "homepage": "https://www.drupal.org/user/99644"
                }
            ],
            "description": "Plugin to export views data into various file formats",
            "homepage": "https://www.drupal.org/project/views_data_export",
            "support": {
                "source": "https://git.drupalcode.org/project/views_data_export"
            },
            "install-path": "../../web/sites/all/modules/contrib/views_data_export"
        },
        {
            "name": "drupal/views_load_more",
            "version": "1.5.0",
            "version_normalized": "1.5.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/views_load_more.git",
                "reference": "7.x-1.5"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/views_load_more-7.x-1.5.zip",
                "reference": "7.x-1.5",
                "shasum": "4c6657c8793ccf8f989173b24b9cdc57cc416a35"
            },
            "require": {
                "drupal/drupal": "~7.0",
                "drupal/views": "*"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "7.x-1.5",
                    "datestamp": "1412631228",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/7/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "attila.fekete",
                    "homepage": "https://www.drupal.org/user/762986"
                },
                {
                    "name": "baikho",
                    "homepage": "https://www.drupal.org/user/2727459"
                },
                {
                    "name": "ericdupon",
                    "homepage": "https://www.drupal.org/user/3247532"
                },
                {
                    "name": "ericduran",
                    "homepage": "https://www.drupal.org/user/244460"
                },
                {
                    "name": "i-trokhanenko",
                    "homepage": "https://www.drupal.org/user/3546872"
                },
                {
                    "name": "m4olivei",
                    "homepage": "https://www.drupal.org/user/410384"
                },
                {
                    "name": "wjaspers",
                    "homepage": "https://www.drupal.org/user/813890"
                }
            ],
            "description": "A pager plugin for views. Gives users the option to add a 'more' button to a view and have the results appended to existing results being displayed.",
            "homepage": "https://www.drupal.org/project/views_load_more",
            "support": {
                "source": "https://git.drupalcode.org/project/views_load_more"
            },
            "install-path": "../../web/sites/all/modules/contrib/views_load_more"
        },
        {
            "name": "drupal/views_php",
            "version": "1.1.0",
            "version_normalized": "1.1.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/views_php.git",
                "reference": "7.x-1.1"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/views_php-7.x-1.1.zip",
                "reference": "7.x-1.1",
                "shasum": "fb67b30925f09d8c599d1f9e8ccb36e0702c63e9"
            },
            "require": {
                "drupal/drupal": "~7.0",
                "drupal/views": "*"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "7.x-1.1",
                    "datestamp": "1643036073",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/7/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Greg Boggs",
                    "homepage": "https://www.drupal.org/user/153069"
                },
                {
                    "name": "Liam Morland",
                    "homepage": "https://www.drupal.org/user/493050"
                },
                {
                    "name": "casey",
                    "homepage": "https://www.drupal.org/user/32403"
                },
                {
                    "name": "fizk",
                    "homepage": "https://www.drupal.org/user/473174"
                },
                {
                    "name": "id.tarzanych",
                    "homepage": "https://www.drupal.org/user/2776543"
                },
                {
                    "name": "infojunkie",
                    "homepage": "https://www.drupal.org/user/48424"
                }
            ],
            "description": "Allows the usage of PHP to construct a view.",
            "homepage": "https://www.drupal.org/project/views_php",
            "support": {
                "source": "https://git.drupalcode.org/project/views_php"
            },
            "install-path": "../../web/sites/all/modules/contrib/views_php"
        },
        {
            "name": "drupal/webform",
            "version": "4.26.0",
            "version_normalized": "4.26.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/webform.git",
                "reference": "7.x-4.26"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/webform-7.x-4.26.zip",
                "reference": "7.x-4.26",
                "shasum": "7076c03788dee09d14d92a058d0be914d06d0191"
            },
            "require": {
                "drupal/ctools": "*",
                "drupal/drupal": "~7.0",
                "drupal/views": "*"
            },
            "require-dev": {
                "drupal/token": "*"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "7.x-4.26",
                    "datestamp": "1696080932",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/7/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "DanChadwick",
                    "homepage": "https://www.drupal.org/user/504278"
                },
                {
                    "name": "jrockowitz",
                    "homepage": "https://www.drupal.org/user/371407"
                },
                {
                    "name": "Liam Morland",
                    "homepage": "https://www.drupal.org/user/493050"
                },
                {
                    "name": "quicksketch",
                    "homepage": "https://www.drupal.org/user/35821"
                },
                {
                    "name": "torotil",
                    "homepage": "https://www.drupal.org/user/865256"
                }
            ],
            "description": "Enables the creation of forms and questionnaires.",
            "homepage": "https://www.drupal.org/project/webform",
            "support": {
                "source": "https://git.drupalcode.org/project/webform"
            },
            "install-path": "../../web/sites/all/modules/contrib/webform"
        },
        {
            "name": "drupal/xmlsitemap",
            "version": "2.7.0",
            "version_normalized": "2.7.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/xmlsitemap.git",
                "reference": "7.x-2.7"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/xmlsitemap-7.x-2.7.zip",
                "reference": "7.x-2.7",
                "shasum": "3e145b5f8e95eaefe69ed68b5cc8f906bc013dcc"
            },
            "require": {
                "drupal/drupal": "~7.0"
            },
            "require-dev": {
                "drupal/ctools": "*",
                "drupal/i18n": "*",
                "drupal/robotstxt": "*",
                "drupal/views": "*"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "7.x-2.7",
                    "datestamp": "1683528257",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/7/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "alanburke",
                    "homepage": "https://www.drupal.org/user/35997"
                },
                {
                    "name": "amateescu",
                    "homepage": "https://www.drupal.org/user/729614"
                },
                {
                    "name": "andrei.dincu",
                    "homepage": "https://www.drupal.org/user/2628879"
                },
                {
                    "name": "Dave Reid",
                    "homepage": "https://www.drupal.org/user/53892"
                },
                {
                    "name": "juampynr",
                    "homepage": "https://www.drupal.org/user/682736"
                },
                {
                    "name": "paulmckibben",
                    "homepage": "https://www.drupal.org/user/279003"
                },
                {
                    "name": "pifagor",
                    "homepage": "https://www.drupal.org/user/2375692"
                },
                {
                    "name": "poker10",
                    "homepage": "https://www.drupal.org/user/272316"
                },
                {
                    "name": "renatog",
                    "homepage": "https://www.drupal.org/user/3326031"
                },
                {
                    "name": "tadityar",
                    "homepage": "https://www.drupal.org/user/3094465"
                },
                {
                    "name": "th_tushar",
                    "homepage": "https://www.drupal.org/user/1835276"
                }
            ],
            "description": "Creates an XML sitemap conforming to the <a href=\"http://sitemaps.org/\">sitemaps.org protocol</a>.",
            "homepage": "https://www.drupal.org/project/xmlsitemap",
            "support": {
                "source": "https://git.drupalcode.org/project/xmlsitemap"
            },
            "install-path": "../../web/sites/all/modules/contrib/xmlsitemap"
        },
        {
            "name": "drush/drush",
            "version": "8.4.12",
            "version_normalized": "8.4.12.0",
            "source": {
                "type": "git",
                "url": "https://github.com/drush-ops/drush.git",
                "reference": "b27e30ebabc6a2c3ce56eaeaaa7fa67db7e9ee96"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/drush-ops/drush/zipball/b27e30ebabc6a2c3ce56eaeaaa7fa67db7e9ee96",
                "reference": "b27e30ebabc6a2c3ce56eaeaaa7fa67db7e9ee96",
                "shasum": ""
            },
            "require": {
                "consolidation/annotated-command": "^2.12.0",
                "consolidation/output-formatters": "~3",
                "pear/console_table": "~1.3.1",
                "php": ">=5.4.5",
                "psr/log": "~1.0",
                "psy/psysh": "~0.6",
                "symfony/console": "~2.7|^3|^4.4",
                "symfony/event-dispatcher": "~2.7|^3|^4.4",
                "symfony/finder": "~2.7|^3|^4.4",
                "symfony/process": "~2.7|^3|^4.4",
                "symfony/var-dumper": "~2.7|^3|^4.4|^5",
                "symfony/yaml": "~2.3|^3|^4.4",
                "webflo/drupal-finder": "^1.1.0",
                "webmozart/path-util": "~2"
            },
            "require-dev": {
                "phpunit/phpunit": "^4 || ^7.5.20 || ^9",
                "squizlabs/php_codesniffer": "^3",
                "symfony/console": "~2.7",
                "symfony/event-dispatcher": "~2.7",
                "symfony/finder": "~2.7",
                "symfony/process": "2.7.*",
                "symfony/var-dumper": "~2.7",
                "symfony/yaml": "~2.3",
                "yoast/phpunit-polyfills": "^1"
            },
            "suggest": {
                "drush/config-extra": "Provides configuration workflow commands, such as config-merge.",
                "ext-pcntl": "*"
            },
            "time": "2023-03-15T14:25:43+00:00",
            "bin": [
                "drush",
                "drush.launcher",
                "drush.php",
                "drush.complete.sh"
            ],
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "8.3.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-0": {
                    "Drush\\": "lib/",
                    "Consolidation\\": "lib/"
                },
                "psr-4": {
                    "Drush\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Moshe Weitzman",
                    "email": "weitzman@tejasa.com"
                },
                {
                    "name": "Owen Barton",
                    "email": "drupal@owenbarton.com"
                },
                {
                    "name": "Mark Sonnabaum",
                    "email": "marksonnabaum@gmail.com"
                },
                {
                    "name": "Antoine Beaupré",
                    "email": "anarcat@koumbit.org"
                },
                {
                    "name": "Greg Anderson",
                    "email": "greg.1.anderson@greenknowe.org"
                },
                {
                    "name": "Jonathan Araña Cruz",
                    "email": "jonhattan@faita.net"
                },
                {
                    "name": "Jonathan Hedstrom",
                    "email": "jhedstrom@gmail.com"
                },
                {
                    "name": "Christopher Gervais",
                    "email": "chris@ergonlogic.com"
                },
                {
                    "name": "Dave Reid",
                    "email": "dave@davereid.net"
                },
                {
                    "name": "Damian Lee",
                    "email": "damiankloip@googlemail.com"
                }
            ],
            "description": "Drush is a command line shell and scripting interface for Drupal, a veritable Swiss Army knife designed to make life easier for those of us who spend some of our working hours hacking away at the command prompt.",
            "homepage": "http://www.drush.org",
            "support": {
                "forum": "http://drupal.stackexchange.com/questions/tagged/drush",
                "irc": "irc://irc.freenode.org/drush",
                "issues": "https://github.com/drush-ops/drush/issues",
                "source": "https://github.com/drush-ops/drush/tree/8.4.12"
            },
            "funding": [
                {
                    "url": "https://github.com/weitzman",
                    "type": "github"
                }
            ],
            "install-path": "../drush/drush"
        },
        {
            "name": "nikic/php-parser",
            "version": "v4.18.0",
            "version_normalized": "4.18.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/nikic/PHP-Parser.git",
                "reference": "1bcbb2179f97633e98bbbc87044ee2611c7d7999"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/1bcbb2179f97633e98bbbc87044ee2611c7d7999",
                "reference": "1bcbb2179f97633e98bbbc87044ee2611c7d7999",
                "shasum": ""
            },
            "require": {
                "ext-tokenizer": "*",
                "php": ">=7.0"
            },
            "require-dev": {
                "ircmaxell/php-yacc": "^0.0.7",
                "phpunit/phpunit": "^6.5 || ^7.0 || ^8.0 || ^9.0"
            },
            "time": "2023-12-10T21:03:43+00:00",
            "bin": [
                "bin/php-parse"
            ],
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "4.9-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "PhpParser\\": "lib/PhpParser"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Nikita Popov"
                }
            ],
            "description": "A PHP parser written in PHP",
            "keywords": [
                "parser",
                "php"
            ],
            "support": {
                "issues": "https://github.com/nikic/PHP-Parser/issues",
                "source": "https://github.com/nikic/PHP-Parser/tree/v4.18.0"
            },
            "install-path": "../nikic/php-parser"
        },
        {
            "name": "pear/console_table",
            "version": "v1.3.1",
            "version_normalized": "1.3.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/pear/Console_Table.git",
                "reference": "1930c11897ca61fd24b95f2f785e99e0f36dcdea"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/pear/Console_Table/zipball/1930c11897ca61fd24b95f2f785e99e0f36dcdea",
                "reference": "1930c11897ca61fd24b95f2f785e99e0f36dcdea",
                "shasum": ""
            },
            "require": {
                "php": ">=5.2.0"
            },
            "suggest": {
                "pear/Console_Color2": ">=0.1.2"
            },
            "time": "2018-01-25T20:47:17+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "classmap": [
                    "Table.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-2-Clause"
            ],
            "authors": [
                {
                    "name": "Jan Schneider",
                    "homepage": "http://pear.php.net/user/yunosh"
                },
                {
                    "name": "Tal Peer",
                    "homepage": "http://pear.php.net/user/tal"
                },
                {
                    "name": "Xavier Noguer",
                    "homepage": "http://pear.php.net/user/xnoguer"
                },
                {
                    "name": "Richard Heyes",
                    "homepage": "http://pear.php.net/user/richard"
                }
            ],
            "description": "Library that makes it easy to build console style tables.",
            "homepage": "http://pear.php.net/package/Console_Table/",
            "keywords": [
                "console"
            ],
            "support": {
                "issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=Console_Table",
                "source": "https://github.com/pear/Console_Table"
            },
            "install-path": "../pear/console_table"
        },
        {
            "name": "psr/container",
            "version": "1.1.2",
            "version_normalized": "1.1.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/php-fig/container.git",
                "reference": "513e0666f7216c7459170d56df27dfcefe1689ea"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-fig/container/zipball/513e0666f7216c7459170d56df27dfcefe1689ea",
                "reference": "513e0666f7216c7459170d56df27dfcefe1689ea",
                "shasum": ""
            },
            "require": {
                "php": ">=7.4.0"
            },
            "time": "2021-11-05T16:50:12+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Psr\\Container\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP-FIG",
                    "homepage": "https://www.php-fig.org/"
                }
            ],
            "description": "Common Container Interface (PHP FIG PSR-11)",
            "homepage": "https://github.com/php-fig/container",
            "keywords": [
                "PSR-11",
                "container",
                "container-interface",
                "container-interop",
                "psr"
            ],
            "support": {
                "issues": "https://github.com/php-fig/container/issues",
                "source": "https://github.com/php-fig/container/tree/1.1.2"
            },
            "install-path": "../psr/container"
        },
        {
            "name": "psr/log",
            "version": "1.1.4",
            "version_normalized": "1.1.4.0",
            "source": {
                "type": "git",
                "url": "https://github.com/php-fig/log.git",
                "reference": "d49695b909c3b7628b6289db5479a1c204601f11"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11",
                "reference": "d49695b909c3b7628b6289db5479a1c204601f11",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0"
            },
            "time": "2021-05-03T11:20:27+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.1.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Psr\\Log\\": "Psr/Log/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP-FIG",
                    "homepage": "https://www.php-fig.org/"
                }
            ],
            "description": "Common interface for logging libraries",
            "homepage": "https://github.com/php-fig/log",
            "keywords": [
                "log",
                "psr",
                "psr-3"
            ],
            "support": {
                "source": "https://github.com/php-fig/log/tree/1.1.4"
            },
            "install-path": "../psr/log"
        },
        {
            "name": "psy/psysh",
            "version": "v0.11.22",
            "version_normalized": "0.11.22.0",
            "source": {
                "type": "git",
                "url": "https://github.com/bobthecow/psysh.git",
                "reference": "128fa1b608be651999ed9789c95e6e2a31b5802b"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/bobthecow/psysh/zipball/128fa1b608be651999ed9789c95e6e2a31b5802b",
                "reference": "128fa1b608be651999ed9789c95e6e2a31b5802b",
                "shasum": ""
            },
            "require": {
                "ext-json": "*",
                "ext-tokenizer": "*",
                "nikic/php-parser": "^4.0 || ^3.1",
                "php": "^8.0 || ^7.0.8",
                "symfony/console": "^6.0 || ^5.0 || ^4.0 || ^3.4",
                "symfony/var-dumper": "^6.0 || ^5.0 || ^4.0 || ^3.4"
            },
            "conflict": {
                "symfony/console": "4.4.37 || 5.3.14 || 5.3.15 || 5.4.3 || 5.4.4 || 6.0.3 || 6.0.4"
            },
            "require-dev": {
                "bamarni/composer-bin-plugin": "^1.2"
            },
            "suggest": {
                "ext-pcntl": "Enabling the PCNTL extension makes PsySH a lot happier :)",
                "ext-pdo-sqlite": "The doc command requires SQLite to work.",
                "ext-posix": "If you have PCNTL, you'll want the POSIX extension as well.",
                "ext-readline": "Enables support for arrow-key history navigation, and showing and manipulating command history."
            },
            "time": "2023-10-14T21:56:36+00:00",
            "bin": [
                "bin/psysh"
            ],
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-0.11": "0.11.x-dev"
                },
                "bamarni-bin": {
                    "bin-links": false,
                    "forward-command": false
                }
            },
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "src/functions.php"
                ],
                "psr-4": {
                    "Psy\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Justin Hileman",
                    "email": "justin@justinhileman.info",
                    "homepage": "http://justinhileman.com"
                }
            ],
            "description": "An interactive shell for modern PHP.",
            "homepage": "http://psysh.org",
            "keywords": [
                "REPL",
                "console",
                "interactive",
                "shell"
            ],
            "support": {
                "issues": "https://github.com/bobthecow/psysh/issues",
                "source": "https://github.com/bobthecow/psysh/tree/v0.11.22"
            },
            "install-path": "../psy/psysh"
        },
        {
            "name": "symfony/console",
            "version": "v4.4.49",
            "version_normalized": "4.4.49.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/console.git",
                "reference": "33fa45ffc81fdcc1ca368d4946da859c8cdb58d9"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/console/zipball/33fa45ffc81fdcc1ca368d4946da859c8cdb58d9",
                "reference": "33fa45ffc81fdcc1ca368d4946da859c8cdb58d9",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1.3",
                "symfony/polyfill-mbstring": "~1.0",
                "symfony/polyfill-php73": "^1.8",
                "symfony/polyfill-php80": "^1.16",
                "symfony/service-contracts": "^1.1|^2"
            },
            "conflict": {
                "psr/log": ">=3",
                "symfony/dependency-injection": "<3.4",
                "symfony/event-dispatcher": "<4.3|>=5",
                "symfony/lock": "<4.4",
                "symfony/process": "<3.3"
            },
            "provide": {
                "psr/log-implementation": "1.0|2.0"
            },
            "require-dev": {
                "psr/log": "^1|^2",
                "symfony/config": "^3.4|^4.0|^5.0",
                "symfony/dependency-injection": "^3.4|^4.0|^5.0",
                "symfony/event-dispatcher": "^4.3",
                "symfony/lock": "^4.4|^5.0",
                "symfony/process": "^3.4|^4.0|^5.0",
                "symfony/var-dumper": "^4.3|^5.0"
            },
            "suggest": {
                "psr/log": "For using the console logger",
                "symfony/event-dispatcher": "",
                "symfony/lock": "",
                "symfony/process": ""
            },
            "time": "2022-11-05T17:10:16+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\Console\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Eases the creation of beautiful and testable command line interfaces",
            "homepage": "https://symfony.com",
            "support": {
                "source": "https://github.com/symfony/console/tree/v4.4.49"
            },
            "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/console"
        },
        {
            "name": "symfony/deprecation-contracts",
            "version": "v3.4.0",
            "version_normalized": "3.4.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/deprecation-contracts.git",
                "reference": "7c3aff79d10325257a001fcf92d991f24fc967cf"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/7c3aff79d10325257a001fcf92d991f24fc967cf",
                "reference": "7c3aff79d10325257a001fcf92d991f24fc967cf",
                "shasum": ""
            },
            "require": {
                "php": ">=8.1"
            },
            "time": "2023-05-23T14:45:45+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "3.4-dev"
                },
                "thanks": {
                    "name": "symfony/contracts",
                    "url": "https://github.com/symfony/contracts"
                }
            },
            "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/v3.4.0"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "install-path": "../symfony/deprecation-contracts"
        },
        {
            "name": "symfony/event-dispatcher",
            "version": "v4.4.44",
            "version_normalized": "4.4.44.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/event-dispatcher.git",
                "reference": "1e866e9e5c1b22168e0ce5f0b467f19bba61266a"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/1e866e9e5c1b22168e0ce5f0b467f19bba61266a",
                "reference": "1e866e9e5c1b22168e0ce5f0b467f19bba61266a",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1.3",
                "symfony/event-dispatcher-contracts": "^1.1",
                "symfony/polyfill-php80": "^1.16"
            },
            "conflict": {
                "symfony/dependency-injection": "<3.4"
            },
            "provide": {
                "psr/event-dispatcher-implementation": "1.0",
                "symfony/event-dispatcher-implementation": "1.1"
            },
            "require-dev": {
                "psr/log": "^1|^2|^3",
                "symfony/config": "^3.4|^4.0|^5.0",
                "symfony/dependency-injection": "^3.4|^4.0|^5.0",
                "symfony/error-handler": "~3.4|~4.4",
                "symfony/expression-language": "^3.4|^4.0|^5.0",
                "symfony/http-foundation": "^3.4|^4.0|^5.0",
                "symfony/service-contracts": "^1.1|^2",
                "symfony/stopwatch": "^3.4|^4.0|^5.0"
            },
            "suggest": {
                "symfony/dependency-injection": "",
                "symfony/http-kernel": ""
            },
            "time": "2022-07-20T09:59:04+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\EventDispatcher\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them",
            "homepage": "https://symfony.com",
            "support": {
                "source": "https://github.com/symfony/event-dispatcher/tree/v4.4.44"
            },
            "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/event-dispatcher"
        },
        {
            "name": "symfony/event-dispatcher-contracts",
            "version": "v1.10.0",
            "version_normalized": "1.10.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/event-dispatcher-contracts.git",
                "reference": "761c8b8387cfe5f8026594a75fdf0a4e83ba6974"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/761c8b8387cfe5f8026594a75fdf0a4e83ba6974",
                "reference": "761c8b8387cfe5f8026594a75fdf0a4e83ba6974",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1.3"
            },
            "suggest": {
                "psr/event-dispatcher": "",
                "symfony/event-dispatcher-implementation": ""
            },
            "time": "2022-07-20T09:59:04+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "1.1-dev"
                },
                "thanks": {
                    "name": "symfony/contracts",
                    "url": "https://github.com/symfony/contracts"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Symfony\\Contracts\\EventDispatcher\\": ""
                }
            },
            "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": "Generic abstractions related to dispatching event",
            "homepage": "https://symfony.com",
            "keywords": [
                "abstractions",
                "contracts",
                "decoupling",
                "interfaces",
                "interoperability",
                "standards"
            ],
            "support": {
                "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v1.10.0"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "install-path": "../symfony/event-dispatcher-contracts"
        },
        {
            "name": "symfony/filesystem",
            "version": "v3.4.47",
            "version_normalized": "3.4.47.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/filesystem.git",
                "reference": "e58d7841cddfed6e846829040dca2cca0ebbbbb3"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/filesystem/zipball/e58d7841cddfed6e846829040dca2cca0ebbbbb3",
                "reference": "e58d7841cddfed6e846829040dca2cca0ebbbbb3",
                "shasum": ""
            },
            "require": {
                "php": "^5.5.9|>=7.0.8",
                "symfony/polyfill-ctype": "~1.8"
            },
            "time": "2020-10-24T10:57:07+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\Filesystem\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Symfony Filesystem Component",
            "homepage": "https://symfony.com",
            "support": {
                "source": "https://github.com/symfony/filesystem/tree/v3.4.47"
            },
            "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/filesystem"
        },
        {
            "name": "symfony/finder",
            "version": "v4.4.44",
            "version_normalized": "4.4.44.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/finder.git",
                "reference": "66bd787edb5e42ff59d3523f623895af05043e4f"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/finder/zipball/66bd787edb5e42ff59d3523f623895af05043e4f",
                "reference": "66bd787edb5e42ff59d3523f623895af05043e4f",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1.3",
                "symfony/polyfill-php80": "^1.16"
            },
            "time": "2022-07-29T07:35:46+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\Finder\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Finds files and directories via an intuitive fluent interface",
            "homepage": "https://symfony.com",
            "support": {
                "source": "https://github.com/symfony/finder/tree/v4.4.44"
            },
            "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/finder"
        },
        {
            "name": "symfony/polyfill-ctype",
            "version": "v1.28.0",
            "version_normalized": "1.28.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-ctype.git",
                "reference": "ea208ce43cbb04af6867b4fdddb1bdbf84cc28cb"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/ea208ce43cbb04af6867b4fdddb1bdbf84cc28cb",
                "reference": "ea208ce43cbb04af6867b4fdddb1bdbf84cc28cb",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1"
            },
            "provide": {
                "ext-ctype": "*"
            },
            "suggest": {
                "ext-ctype": "For best performance"
            },
            "time": "2023-01-26T09:26:14+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "1.28-dev"
                },
                "thanks": {
                    "name": "symfony/polyfill",
                    "url": "https://github.com/symfony/polyfill"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "bootstrap.php"
                ],
                "psr-4": {
                    "Symfony\\Polyfill\\Ctype\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Gert de Pagter",
                    "email": "BackEndTea@gmail.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Symfony polyfill for ctype functions",
            "homepage": "https://symfony.com",
            "keywords": [
                "compatibility",
                "ctype",
                "polyfill",
                "portable"
            ],
            "support": {
                "source": "https://github.com/symfony/polyfill-ctype/tree/v1.28.0"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "install-path": "../symfony/polyfill-ctype"
        },
        {
            "name": "symfony/polyfill-mbstring",
            "version": "v1.28.0",
            "version_normalized": "1.28.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-mbstring.git",
                "reference": "42292d99c55abe617799667f454222c54c60e229"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/42292d99c55abe617799667f454222c54c60e229",
                "reference": "42292d99c55abe617799667f454222c54c60e229",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1"
            },
            "provide": {
                "ext-mbstring": "*"
            },
            "suggest": {
                "ext-mbstring": "For best performance"
            },
            "time": "2023-07-28T09:04:16+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "1.28-dev"
                },
                "thanks": {
                    "name": "symfony/polyfill",
                    "url": "https://github.com/symfony/polyfill"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "bootstrap.php"
                ],
                "psr-4": {
                    "Symfony\\Polyfill\\Mbstring\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Symfony polyfill for the Mbstring extension",
            "homepage": "https://symfony.com",
            "keywords": [
                "compatibility",
                "mbstring",
                "polyfill",
                "portable",
                "shim"
            ],
            "support": {
                "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.28.0"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "install-path": "../symfony/polyfill-mbstring"
        },
        {
            "name": "symfony/polyfill-php73",
            "version": "v1.28.0",
            "version_normalized": "1.28.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-php73.git",
                "reference": "fe2f306d1d9d346a7fee353d0d5012e401e984b5"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/fe2f306d1d9d346a7fee353d0d5012e401e984b5",
                "reference": "fe2f306d1d9d346a7fee353d0d5012e401e984b5",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1"
            },
            "time": "2023-01-26T09:26:14+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "1.28-dev"
                },
                "thanks": {
                    "name": "symfony/polyfill",
                    "url": "https://github.com/symfony/polyfill"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "bootstrap.php"
                ],
                "psr-4": {
                    "Symfony\\Polyfill\\Php73\\": ""
                },
                "classmap": [
                    "Resources/stubs"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions",
            "homepage": "https://symfony.com",
            "keywords": [
                "compatibility",
                "polyfill",
                "portable",
                "shim"
            ],
            "support": {
                "source": "https://github.com/symfony/polyfill-php73/tree/v1.28.0"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "install-path": "../symfony/polyfill-php73"
        },
        {
            "name": "symfony/polyfill-php80",
            "version": "v1.28.0",
            "version_normalized": "1.28.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-php80.git",
                "reference": "6caa57379c4aec19c0a12a38b59b26487dcfe4b5"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/6caa57379c4aec19c0a12a38b59b26487dcfe4b5",
                "reference": "6caa57379c4aec19c0a12a38b59b26487dcfe4b5",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1"
            },
            "time": "2023-01-26T09:26:14+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "1.28-dev"
                },
                "thanks": {
                    "name": "symfony/polyfill",
                    "url": "https://github.com/symfony/polyfill"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "bootstrap.php"
                ],
                "psr-4": {
                    "Symfony\\Polyfill\\Php80\\": ""
                },
                "classmap": [
                    "Resources/stubs"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Ion Bazan",
                    "email": "ion.bazan@gmail.com"
                },
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
            "homepage": "https://symfony.com",
            "keywords": [
                "compatibility",
                "polyfill",
                "portable",
                "shim"
            ],
            "support": {
                "source": "https://github.com/symfony/polyfill-php80/tree/v1.28.0"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "install-path": "../symfony/polyfill-php80"
        },
        {
            "name": "symfony/process",
            "version": "v4.4.44",
            "version_normalized": "4.4.44.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/process.git",
                "reference": "5cee9cdc4f7805e2699d9fd66991a0e6df8252a2"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/process/zipball/5cee9cdc4f7805e2699d9fd66991a0e6df8252a2",
                "reference": "5cee9cdc4f7805e2699d9fd66991a0e6df8252a2",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1.3",
                "symfony/polyfill-php80": "^1.16"
            },
            "time": "2022-06-27T13:16:42+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\Process\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Executes commands in sub-processes",
            "homepage": "https://symfony.com",
            "support": {
                "source": "https://github.com/symfony/process/tree/v4.4.44"
            },
            "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/process"
        },
        {
            "name": "symfony/service-contracts",
            "version": "v2.5.2",
            "version_normalized": "2.5.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/service-contracts.git",
                "reference": "4b426aac47d6427cc1a1d0f7e2ac724627f5966c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/service-contracts/zipball/4b426aac47d6427cc1a1d0f7e2ac724627f5966c",
                "reference": "4b426aac47d6427cc1a1d0f7e2ac724627f5966c",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.5",
                "psr/container": "^1.1",
                "symfony/deprecation-contracts": "^2.1|^3"
            },
            "conflict": {
                "ext-psr": "<1.1|>=2"
            },
            "suggest": {
                "symfony/service-implementation": ""
            },
            "time": "2022-05-30T19:17:29+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "2.5-dev"
                },
                "thanks": {
                    "name": "symfony/contracts",
                    "url": "https://github.com/symfony/contracts"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Symfony\\Contracts\\Service\\": ""
                }
            },
            "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": "Generic abstractions related to writing services",
            "homepage": "https://symfony.com",
            "keywords": [
                "abstractions",
                "contracts",
                "decoupling",
                "interfaces",
                "interoperability",
                "standards"
            ],
            "support": {
                "source": "https://github.com/symfony/service-contracts/tree/v2.5.2"
            },
            "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/service-contracts"
        },
        {
            "name": "symfony/var-dumper",
            "version": "v5.4.29",
            "version_normalized": "5.4.29.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/var-dumper.git",
                "reference": "6172e4ae3534d25ee9e07eb487c20be7760fcc65"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/var-dumper/zipball/6172e4ae3534d25ee9e07eb487c20be7760fcc65",
                "reference": "6172e4ae3534d25ee9e07eb487c20be7760fcc65",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.5",
                "symfony/polyfill-mbstring": "~1.0",
                "symfony/polyfill-php80": "^1.16"
            },
            "conflict": {
                "symfony/console": "<4.4"
            },
            "require-dev": {
                "ext-iconv": "*",
                "symfony/console": "^4.4|^5.0|^6.0",
                "symfony/http-kernel": "^4.4|^5.0|^6.0",
                "symfony/process": "^4.4|^5.0|^6.0",
                "symfony/uid": "^5.1|^6.0",
                "twig/twig": "^2.13|^3.0.4"
            },
            "suggest": {
                "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
                "ext-intl": "To show region name in time zone dump",
                "symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script"
            },
            "time": "2023-09-12T10:09:58+00:00",
            "bin": [
                "Resources/bin/var-dump-server"
            ],
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "Resources/functions/dump.php"
                ],
                "psr-4": {
                    "Symfony\\Component\\VarDumper\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "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": "Provides mechanisms for walking through any arbitrary PHP variable",
            "homepage": "https://symfony.com",
            "keywords": [
                "debug",
                "dump"
            ],
            "support": {
                "source": "https://github.com/symfony/var-dumper/tree/v5.4.29"
            },
            "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/var-dumper"
        },
        {
            "name": "symfony/yaml",
            "version": "v4.4.45",
            "version_normalized": "4.4.45.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/yaml.git",
                "reference": "aeccc4dc52a9e634f1d1eebeb21eacfdcff1053d"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/yaml/zipball/aeccc4dc52a9e634f1d1eebeb21eacfdcff1053d",
                "reference": "aeccc4dc52a9e634f1d1eebeb21eacfdcff1053d",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1.3",
                "symfony/polyfill-ctype": "~1.8"
            },
            "conflict": {
                "symfony/console": "<3.4"
            },
            "require-dev": {
                "symfony/console": "^3.4|^4.0|^5.0"
            },
            "suggest": {
                "symfony/console": "For validating YAML files using the lint command"
            },
            "time": "2022-08-02T15:47:23+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\Yaml\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Loads and dumps YAML files",
            "homepage": "https://symfony.com",
            "support": {
                "source": "https://github.com/symfony/yaml/tree/v4.4.45"
            },
            "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/yaml"
        },
        {
            "name": "webflo/drupal-finder",
            "version": "1.2.2",
            "version_normalized": "1.2.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/webflo/drupal-finder.git",
                "reference": "c8e5dbe65caef285fec8057a4c718a0d4138d1ee"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/webflo/drupal-finder/zipball/c8e5dbe65caef285fec8057a4c718a0d4138d1ee",
                "reference": "c8e5dbe65caef285fec8057a4c718a0d4138d1ee",
                "shasum": ""
            },
            "require": {
                "ext-json": "*"
            },
            "require-dev": {
                "mikey179/vfsstream": "^1.6",
                "phpunit/phpunit": "^4.8"
            },
            "time": "2020-10-27T09:42:17+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "classmap": [
                    "src/DrupalFinder.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Florian Weber",
                    "email": "florian@webflo.org"
                }
            ],
            "description": "Helper class to locate a Drupal installation from a given path.",
            "support": {
                "issues": "https://github.com/webflo/drupal-finder/issues",
                "source": "https://github.com/webflo/drupal-finder/tree/1.2.2"
            },
            "install-path": "../webflo/drupal-finder"
        },
        {
            "name": "webmozart/assert",
            "version": "1.11.0",
            "version_normalized": "1.11.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/webmozarts/assert.git",
                "reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/webmozarts/assert/zipball/11cb2199493b2f8a3b53e7f19068fc6aac760991",
                "reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991",
                "shasum": ""
            },
            "require": {
                "ext-ctype": "*",
                "php": "^7.2 || ^8.0"
            },
            "conflict": {
                "phpstan/phpstan": "<0.12.20",
                "vimeo/psalm": "<4.6.1 || 4.6.2"
            },
            "require-dev": {
                "phpunit/phpunit": "^8.5.13"
            },
            "time": "2022-06-03T18:03:27+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.10-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Webmozart\\Assert\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Bernhard Schussek",
                    "email": "bschussek@gmail.com"
                }
            ],
            "description": "Assertions to validate method input/output with nice error messages.",
            "keywords": [
                "assert",
                "check",
                "validate"
            ],
            "support": {
                "issues": "https://github.com/webmozarts/assert/issues",
                "source": "https://github.com/webmozarts/assert/tree/1.11.0"
            },
            "install-path": "../webmozart/assert"
        },
        {
            "name": "webmozart/path-util",
            "version": "2.3.0",
            "version_normalized": "2.3.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/webmozart/path-util.git",
                "reference": "d939f7edc24c9a1bb9c0dee5cb05d8e859490725"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/webmozart/path-util/zipball/d939f7edc24c9a1bb9c0dee5cb05d8e859490725",
                "reference": "d939f7edc24c9a1bb9c0dee5cb05d8e859490725",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3",
                "webmozart/assert": "~1.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^4.6",
                "sebastian/version": "^1.0.1"
            },
            "time": "2015-12-17T08:42:14+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.3-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Webmozart\\PathUtil\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Bernhard Schussek",
                    "email": "bschussek@gmail.com"
                }
            ],
            "description": "A robust cross-platform utility for normalizing, comparing and modifying file paths.",
            "support": {
                "issues": "https://github.com/webmozart/path-util/issues",
                "source": "https://github.com/webmozart/path-util/tree/2.3.0"
            },
            "abandoned": "symfony/filesystem",
            "install-path": "../webmozart/path-util"
        }
    ],
    "dev": true,
    "dev-package-names": []
}
