aristath/kirki

View on GitHub
composer.lock

Summary

Maintainability
Test Coverage
{
    "_readme": [
        "This file locks the dependencies of your project to a known state",
        "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
        "This file is @generated automatically"
    ],
    "content-hash": "acad90d1d4a943ee7194d52fb0ef46e0",
    "packages": [
        {
            "name": "kirki-framework/compatibility",
            "version": "v1.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/kirki-framework/compatibility.git",
                "reference": "c1dfc2577bff91dc98ad4d359345936b3f2a044b"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/kirki-framework/compatibility/zipball/c1dfc2577bff91dc98ad4d359345936b3f2a044b",
                "reference": "c1dfc2577bff91dc98ad4d359345936b3f2a044b",
                "shasum": ""
            },
            "require": {
                "php": ">=5.6"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Kirki\\Compatibility\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Ari Stathopoulos",
                    "email": "aristath@gmail.com",
                    "homepage": "http://aristath.github.io",
                    "role": "Developer"
                }
            ],
            "description": "Compatibility package for themes using the Kirki v3.x API.",
            "homepage": "https://aristath.github.io/kirki",
            "keywords": [
                "customizer",
                "framework",
                "wordpress"
            ],
            "support": {
                "issues": "https://github.com/kirki-framework/compatibility/issues",
                "source": "https://github.com/kirki-framework/compatibility/tree/v1.0.0"
            },
            "time": "2021-10-12T15:48:23+00:00"
        },
        {
            "name": "kirki-framework/control-base",
            "version": "v1.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/kirki-framework/control-base.git",
                "reference": "cf0d6e4f3aa5576e2a1c56d9f63caad2fa3df580"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/kirki-framework/control-base/zipball/cf0d6e4f3aa5576e2a1c56d9f63caad2fa3df580",
                "reference": "cf0d6e4f3aa5576e2a1c56d9f63caad2fa3df580",
                "shasum": ""
            },
            "require": {
                "kirki-framework/url-getter": "*",
                "php": ">=5.6"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Kirki\\Control\\": "src/Control"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Ari Stathopoulos",
                    "email": "aristath@gmail.com",
                    "homepage": "http://aristath.github.io",
                    "role": "Developer"
                }
            ],
            "description": "The Base Class for other Kirki Customizer Controls.",
            "homepage": "https://aristath.github.io/kirki",
            "keywords": [
                "customizer",
                "framework",
                "wordpress"
            ],
            "support": {
                "issues": "https://github.com/kirki-framework/control-base/issues",
                "source": "https://github.com/kirki-framework/control-base/tree/v1.0.0"
            },
            "time": "2021-10-07T04:13:38+00:00"
        },
        {
            "name": "kirki-framework/control-checkbox",
            "version": "v1.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/kirki-framework/control-checkbox.git",
                "reference": "0bf14a2136f0f55caba0fdc6b7e67a3150508c15"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/kirki-framework/control-checkbox/zipball/0bf14a2136f0f55caba0fdc6b7e67a3150508c15",
                "reference": "0bf14a2136f0f55caba0fdc6b7e67a3150508c15",
                "shasum": ""
            },
            "require": {
                "kirki-framework/control-base": "*",
                "kirki-framework/url-getter": "*",
                "php": ">=5.6"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Kirki\\Control\\": "src/Control",
                    "Kirki\\Field\\": "src/Field"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Ari Stathopoulos",
                    "email": "aristath@gmail.com",
                    "homepage": "http://aristath.github.io",
                    "role": "Developer"
                }
            ],
            "description": "Checkbox control for the Kirki Customizer framework.",
            "homepage": "https://aristath.github.io/kirki",
            "keywords": [
                "customizer",
                "framework",
                "wordpress"
            ],
            "support": {
                "issues": "https://github.com/kirki-framework/control-checkbox/issues",
                "source": "https://github.com/kirki-framework/control-checkbox/tree/v1.0.0"
            },
            "time": "2021-09-24T07:14:01+00:00"
        },
        {
            "name": "kirki-framework/control-code",
            "version": "v1.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/kirki-framework/control-code.git",
                "reference": "c1ff86254792e8d6d03cf5ef0c848a29a6d7f879"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/kirki-framework/control-code/zipball/c1ff86254792e8d6d03cf5ef0c848a29a6d7f879",
                "reference": "c1ff86254792e8d6d03cf5ef0c848a29a6d7f879",
                "shasum": ""
            },
            "require": {
                "kirki-framework/field": "*",
                "php": ">=5.6"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Kirki\\Control\\": "src/Control",
                    "Kirki\\Field\\": "src/Field"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Ari Stathopoulos",
                    "email": "aristath@gmail.com",
                    "homepage": "http://aristath.github.io",
                    "role": "Developer"
                }
            ],
            "description": "Code control for the Kirki Customizer framework.",
            "homepage": "https://aristath.github.io/kirki",
            "keywords": [
                "customizer",
                "framework",
                "wordpress"
            ],
            "support": {
                "issues": "https://github.com/kirki-framework/control-code/issues",
                "source": "https://github.com/kirki-framework/control-code/tree/v1.0.0"
            },
            "time": "2019-07-06T20:20:23+00:00"
        },
        {
            "name": "kirki-framework/control-color",
            "version": "v1.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/kirki-framework/control-color.git",
                "reference": "facd7f051f0ec6be498cbfff5aa6d3d698b68f18"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/kirki-framework/control-color/zipball/facd7f051f0ec6be498cbfff5aa6d3d698b68f18",
                "reference": "facd7f051f0ec6be498cbfff5aa6d3d698b68f18",
                "shasum": ""
            },
            "require": {
                "kirki-framework/control-react-colorful": "*",
                "php": ">=5.6"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Kirki\\Control\\": "src/Control",
                    "Kirki\\Field\\": "src/Field"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Ari Stathopoulos",
                    "email": "aristath@gmail.com",
                    "homepage": "http://aristath.github.io",
                    "role": "Developer"
                }
            ],
            "description": "Color control for the Kirki Customizer framework.",
            "homepage": "https://aristath.github.io/kirki",
            "keywords": [
                "customizer",
                "framework",
                "wordpress"
            ],
            "support": {
                "issues": "https://github.com/kirki-framework/control-color/issues",
                "source": "https://github.com/kirki-framework/control-color/tree/v1.0.0"
            },
            "time": "2021-09-21T04:19:34+00:00"
        },
        {
            "name": "kirki-framework/control-color-palette",
            "version": "v1.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/kirki-framework/control-color-palette.git",
                "reference": "b3373ce7a97c4d4d516daea3c2443ec587a25330"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/kirki-framework/control-color-palette/zipball/b3373ce7a97c4d4d516daea3c2443ec587a25330",
                "reference": "b3373ce7a97c4d4d516daea3c2443ec587a25330",
                "shasum": ""
            },
            "require": {
                "kirki-framework/control-base": "*",
                "php": ">=7"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Kirki\\Control\\": "src/Control",
                    "Kirki\\Field\\": "src/Field"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Kirki Framework",
                    "email": "connect@mapsteps.com"
                }
            ],
            "description": "Color palette control for the Kirki Customizer Framework",
            "support": {
                "issues": "https://github.com/kirki-framework/control-color-palette/issues",
                "source": "https://github.com/kirki-framework/control-color-palette/tree/v1.0.0"
            },
            "time": "2021-10-01T13:25:32+00:00"
        },
        {
            "name": "kirki-framework/control-cropped-image",
            "version": "v1.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/kirki-framework/control-cropped-image.git",
                "reference": "368b8e49c3238100ce832d688fcb684e4d68e69b"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/kirki-framework/control-cropped-image/zipball/368b8e49c3238100ce832d688fcb684e4d68e69b",
                "reference": "368b8e49c3238100ce832d688fcb684e4d68e69b",
                "shasum": ""
            },
            "require": {
                "php": ">=5.6"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Kirki\\Control\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Ari Stathopoulos",
                    "email": "aristath@gmail.com",
                    "homepage": "http://aristath.github.io",
                    "role": "Developer"
                }
            ],
            "description": "Cropped-Image control for the Kirki Customizer framework.",
            "homepage": "https://aristath.github.io/kirki",
            "keywords": [
                "customizer",
                "framework",
                "wordpress"
            ],
            "support": {
                "issues": "https://github.com/kirki-framework/control-cropped-image/issues",
                "source": "https://github.com/kirki-framework/control-cropped-image/tree/v1.0.0"
            },
            "time": "2019-08-17T07:01:03+00:00"
        },
        {
            "name": "kirki-framework/control-custom",
            "version": "v1.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/kirki-framework/control-custom.git",
                "reference": "134a69a61fdbc95a7d6c081b324eba262db80729"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/kirki-framework/control-custom/zipball/134a69a61fdbc95a7d6c081b324eba262db80729",
                "reference": "134a69a61fdbc95a7d6c081b324eba262db80729",
                "shasum": ""
            },
            "require": {
                "kirki-framework/control-base": "*",
                "php": ">=5.6"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Kirki\\Control\\": "src/Control",
                    "Kirki\\Field\\": "src/Field"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Ari Stathopoulos",
                    "email": "aristath@gmail.com",
                    "homepage": "http://aristath.github.io",
                    "role": "Developer"
                }
            ],
            "description": "Custom control for the Kirki Customizer framework.",
            "homepage": "https://aristath.github.io/kirki",
            "keywords": [
                "customizer",
                "framework",
                "wordpress"
            ],
            "support": {
                "issues": "https://github.com/kirki-framework/control-custom/issues",
                "source": "https://github.com/kirki-framework/control-custom/tree/v1.0.0"
            },
            "time": "2019-07-06T20:23:00+00:00"
        },
        {
            "name": "kirki-framework/control-dashicons",
            "version": "v1.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/kirki-framework/control-dashicons.git",
                "reference": "5dd8e3fa00c4bea817d8cfaf27af760180c53772"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/kirki-framework/control-dashicons/zipball/5dd8e3fa00c4bea817d8cfaf27af760180c53772",
                "reference": "5dd8e3fa00c4bea817d8cfaf27af760180c53772",
                "shasum": ""
            },
            "require": {
                "kirki-framework/control-base": "*",
                "kirki-framework/url-getter": "*",
                "php": ">=5.6"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Kirki\\Control\\": "src/Control",
                    "Kirki\\Field\\": "src/Field",
                    "Kirki\\Util\\": "src/Util"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Ari Stathopoulos",
                    "email": "aristath@gmail.com",
                    "homepage": "http://aristath.github.io",
                    "role": "Developer"
                }
            ],
            "description": "Dashicons control for the Kirki Customizer framework.",
            "homepage": "https://aristath.github.io/kirki",
            "keywords": [
                "customizer",
                "framework",
                "wordpress"
            ],
            "support": {
                "issues": "https://github.com/kirki-framework/control-dashicons/issues",
                "source": "https://github.com/kirki-framework/control-dashicons/tree/v1.0.0"
            },
            "time": "2021-09-24T07:15:08+00:00"
        },
        {
            "name": "kirki-framework/control-date",
            "version": "v1.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/kirki-framework/control-date.git",
                "reference": "ef61d9b261a1a73ada7fa33c06a047a336e6aae1"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/kirki-framework/control-date/zipball/ef61d9b261a1a73ada7fa33c06a047a336e6aae1",
                "reference": "ef61d9b261a1a73ada7fa33c06a047a336e6aae1",
                "shasum": ""
            },
            "require": {
                "kirki-framework/control-base": "*",
                "kirki-framework/url-getter": "*",
                "php": ">=5.6"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Kirki\\Control\\": "src/Control",
                    "Kirki\\Field\\": "src/Field"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Ari Stathopoulos",
                    "email": "aristath@gmail.com",
                    "homepage": "http://aristath.github.io",
                    "role": "Developer"
                }
            ],
            "description": "Date control for the Kirki Customizer framework.",
            "homepage": "https://aristath.github.io/kirki",
            "keywords": [
                "customizer",
                "framework",
                "wordpress"
            ],
            "support": {
                "issues": "https://github.com/kirki-framework/control-date/issues",
                "source": "https://github.com/kirki-framework/control-date/tree/v1.0.0"
            },
            "time": "2021-10-01T14:29:43+00:00"
        },
        {
            "name": "kirki-framework/control-dimension",
            "version": "v1.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/kirki-framework/control-dimension.git",
                "reference": "3e53137ccce54fb86d40eabdd07923eea2fd693f"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/kirki-framework/control-dimension/zipball/3e53137ccce54fb86d40eabdd07923eea2fd693f",
                "reference": "3e53137ccce54fb86d40eabdd07923eea2fd693f",
                "shasum": ""
            },
            "require": {
                "kirki-framework/control-base": "*",
                "kirki-framework/url-getter": "*",
                "php": ">=5.6"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Kirki\\Control\\": "src/Control",
                    "Kirki\\Field\\": "src/Field"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Ari Stathopoulos",
                    "email": "aristath@gmail.com",
                    "homepage": "http://aristath.github.io",
                    "role": "Developer"
                }
            ],
            "description": "Dimension control for the Kirki Customizer framework.",
            "homepage": "https://aristath.github.io/kirki",
            "keywords": [
                "customizer",
                "framework",
                "wordpress"
            ],
            "support": {
                "issues": "https://github.com/kirki-framework/control-dimension/issues",
                "source": "https://github.com/kirki-framework/control-dimension/tree/v1.0.0"
            },
            "time": "2021-09-24T07:16:46+00:00"
        },
        {
            "name": "kirki-framework/control-editor",
            "version": "v1.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/kirki-framework/control-editor.git",
                "reference": "933fb34ec7bd6a162f437c164480337ddb7c1693"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/kirki-framework/control-editor/zipball/933fb34ec7bd6a162f437c164480337ddb7c1693",
                "reference": "933fb34ec7bd6a162f437c164480337ddb7c1693",
                "shasum": ""
            },
            "require": {
                "kirki-framework/control-base": "*",
                "kirki-framework/url-getter": "*",
                "php": ">=5.6"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Kirki\\Control\\": "src/Control",
                    "Kirki\\Field\\": "src/Field"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Ari Stathopoulos",
                    "email": "aristath@gmail.com",
                    "homepage": "http://aristath.github.io",
                    "role": "Developer"
                }
            ],
            "description": "Editor control for the Kirki Customizer framework.",
            "homepage": "https://aristath.github.io/kirki",
            "keywords": [
                "customizer",
                "framework",
                "wordpress"
            ],
            "support": {
                "issues": "https://github.com/kirki-framework/control-editor/issues",
                "source": "https://github.com/kirki-framework/control-editor/tree/v1.0.0"
            },
            "time": "2021-09-24T07:18:39+00:00"
        },
        {
            "name": "kirki-framework/control-generic",
            "version": "v1.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/kirki-framework/control-generic.git",
                "reference": "c84bf46575df2b635efe3bb3345bf923dfaaa58f"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/kirki-framework/control-generic/zipball/c84bf46575df2b635efe3bb3345bf923dfaaa58f",
                "reference": "c84bf46575df2b635efe3bb3345bf923dfaaa58f",
                "shasum": ""
            },
            "require": {
                "kirki-framework/control-base": "*",
                "kirki-framework/url-getter": "*",
                "php": ">=5.6"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Kirki\\Control\\": "src/Control",
                    "Kirki\\Field\\": "src/Field"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Ari Stathopoulos",
                    "email": "aristath@gmail.com",
                    "homepage": "http://aristath.github.io",
                    "role": "Developer"
                }
            ],
            "description": "Generic control for the Kirki Customizer framework.",
            "homepage": "https://aristath.github.io/kirki",
            "keywords": [
                "customizer",
                "framework",
                "wordpress"
            ],
            "support": {
                "issues": "https://github.com/kirki-framework/control-generic/issues",
                "source": "https://github.com/kirki-framework/control-generic/tree/v1.0.0"
            },
            "time": "2021-09-24T07:19:15+00:00"
        },
        {
            "name": "kirki-framework/control-image",
            "version": "v1.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/kirki-framework/control-image.git",
                "reference": "355fb103d429160d7cf629722b0ee131d82c4ebc"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/kirki-framework/control-image/zipball/355fb103d429160d7cf629722b0ee131d82c4ebc",
                "reference": "355fb103d429160d7cf629722b0ee131d82c4ebc",
                "shasum": ""
            },
            "require": {
                "kirki-framework/control-base": "*",
                "kirki-framework/url-getter": "*",
                "php": ">=5.6"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Kirki\\Control\\": "src/Control",
                    "Kirki\\Field\\": "src/Field"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Ari Stathopoulos",
                    "email": "aristath@gmail.com",
                    "homepage": "http://aristath.github.io",
                    "role": "Developer"
                }
            ],
            "description": "Image control for the Kirki Customizer framework.",
            "homepage": "https://aristath.github.io/kirki",
            "keywords": [
                "customizer",
                "framework",
                "wordpress"
            ],
            "support": {
                "issues": "https://github.com/kirki-framework/control-image/issues",
                "source": "https://github.com/kirki-framework/control-image/tree/v1.0.0"
            },
            "time": "2021-09-24T07:20:07+00:00"
        },
        {
            "name": "kirki-framework/control-multicheck",
            "version": "v1.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/kirki-framework/control-multicheck.git",
                "reference": "59f7a990af47d928f3c34c37c7ce2609bee16573"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/kirki-framework/control-multicheck/zipball/59f7a990af47d928f3c34c37c7ce2609bee16573",
                "reference": "59f7a990af47d928f3c34c37c7ce2609bee16573",
                "shasum": ""
            },
            "require": {
                "kirki-framework/control-base": "*",
                "kirki-framework/url-getter": "*",
                "php": ">=5.6"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Kirki\\Control\\": "src/Control",
                    "Kirki\\Field\\": "src/Field"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Ari Stathopoulos",
                    "email": "aristath@gmail.com",
                    "homepage": "http://aristath.github.io",
                    "role": "Developer"
                }
            ],
            "description": "Multicheck control for the Kirki Customizer framework.",
            "homepage": "https://aristath.github.io/kirki",
            "keywords": [
                "customizer",
                "framework",
                "wordpress"
            ],
            "support": {
                "issues": "https://github.com/kirki-framework/control-multicheck/issues",
                "source": "https://github.com/kirki-framework/control-multicheck/tree/v1.0.0"
            },
            "time": "2021-09-24T07:20:52+00:00"
        },
        {
            "name": "kirki-framework/control-radio",
            "version": "v1.0.1",
            "source": {
                "type": "git",
                "url": "https://github.com/kirki-framework/control-radio.git",
                "reference": "300c4e4ed77a7403ec5b2e10ca7b0215d6b95998"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/kirki-framework/control-radio/zipball/300c4e4ed77a7403ec5b2e10ca7b0215d6b95998",
                "reference": "300c4e4ed77a7403ec5b2e10ca7b0215d6b95998",
                "shasum": ""
            },
            "require": {
                "kirki-framework/control-base": "*",
                "php": ">=5.6"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Kirki\\Control\\": "src/Control",
                    "Kirki\\Field\\": "src/Field"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Ari Stathopoulos",
                    "email": "aristath@gmail.com",
                    "homepage": "http://aristath.github.io",
                    "role": "Developer"
                }
            ],
            "description": "Radio controls for the Kirki Customizer framework.",
            "homepage": "https://aristath.github.io/kirki",
            "keywords": [
                "customizer",
                "framework",
                "wordpress"
            ],
            "support": {
                "issues": "https://github.com/kirki-framework/control-radio/issues",
                "source": "https://github.com/kirki-framework/control-radio/tree/v1.0.1"
            },
            "time": "2021-10-21T13:06:10+00:00"
        },
        {
            "name": "kirki-framework/control-react-colorful",
            "version": "v1.0.1",
            "source": {
                "type": "git",
                "url": "https://github.com/kirki-framework/control-react-colorful.git",
                "reference": "37663cc7a2d1b11c75702afcebcb99cbec944c51"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/kirki-framework/control-react-colorful/zipball/37663cc7a2d1b11c75702afcebcb99cbec944c51",
                "reference": "37663cc7a2d1b11c75702afcebcb99cbec944c51",
                "shasum": ""
            },
            "require": {
                "kirki-framework/control-base": "*",
                "kirki-framework/field": "*",
                "kirki-framework/url-getter": "*",
                "php": ">=5.6"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Kirki\\Control\\": "src/Control",
                    "Kirki\\Field\\": "src/Field"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Kirki",
                    "homepage": "https://kirki.org/",
                    "role": "Organization"
                }
            ],
            "description": "Color control for the Kirki Customizer framework using react-colorful.",
            "homepage": "https://kirki.org/",
            "keywords": [
                "customizer",
                "framework",
                "wordpress"
            ],
            "support": {
                "issues": "https://github.com/kirki-framework/control-react-colorful/issues",
                "source": "https://github.com/kirki-framework/control-react-colorful/tree/v1.0.1"
            },
            "time": "2021-10-21T10:20:35+00:00"
        },
        {
            "name": "kirki-framework/control-react-select",
            "version": "v1.1.1",
            "source": {
                "type": "git",
                "url": "https://github.com/kirki-framework/control-react-select.git",
                "reference": "9b508565398cbecd463251568cc758bcd118df0f"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/kirki-framework/control-react-select/zipball/9b508565398cbecd463251568cc758bcd118df0f",
                "reference": "9b508565398cbecd463251568cc758bcd118df0f",
                "shasum": ""
            },
            "require": {
                "kirki-framework/control-base": "*",
                "kirki-framework/url-getter": "*",
                "php": ">=5.6"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Kirki\\Control\\": "src/Control",
                    "Kirki\\Field\\": "src/Field"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Ari Stathopoulos",
                    "email": "aristath@gmail.com",
                    "homepage": "http://aristath.github.io",
                    "role": "Developer"
                }
            ],
            "description": "Select control for the Kirki Customizer framework.",
            "homepage": "https://aristath.github.io/kirki",
            "keywords": [
                "customizer",
                "framework",
                "wordpress"
            ],
            "support": {
                "issues": "https://github.com/kirki-framework/control-react-select/issues",
                "source": "https://github.com/kirki-framework/control-react-select/tree/v1.1.1"
            },
            "time": "2021-11-03T17:13:22+00:00"
        },
        {
            "name": "kirki-framework/control-repeater",
            "version": "v1.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/kirki-framework/control-repeater.git",
                "reference": "a07a53461ae5632d3a66f6758beea3b579f97b15"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/kirki-framework/control-repeater/zipball/a07a53461ae5632d3a66f6758beea3b579f97b15",
                "reference": "a07a53461ae5632d3a66f6758beea3b579f97b15",
                "shasum": ""
            },
            "require": {
                "kirki-framework/control-checkbox": "*",
                "kirki-framework/control-color": "*",
                "kirki-framework/control-generic": "*",
                "kirki-framework/control-image": "*",
                "kirki-framework/control-radio": "*",
                "kirki-framework/control-select": "*",
                "kirki-framework/url-getter": "*",
                "php": ">=5.6"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Kirki\\Control\\": "src/Control",
                    "Kirki\\Field\\": "src/Field",
                    "Kirki\\Settings\\": "src/Settings"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Ari Stathopoulos",
                    "email": "aristath@gmail.com",
                    "homepage": "http://aristath.github.io",
                    "role": "Developer"
                }
            ],
            "description": "Repeater control for the Kirki Customizer framework.",
            "homepage": "https://aristath.github.io/kirki",
            "keywords": [
                "customizer",
                "framework",
                "wordpress"
            ],
            "support": {
                "issues": "https://github.com/kirki-framework/control-repeater/issues",
                "source": "https://github.com/kirki-framework/control-repeater/tree/v1.0.0"
            },
            "time": "2021-09-16T19:08:10+00:00"
        },
        {
            "name": "kirki-framework/control-select",
            "version": "v1.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/kirki-framework/control-select.git",
                "reference": "1f4abff6dc6549720624bc8a1d0930a61cf52a50"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/kirki-framework/control-select/zipball/1f4abff6dc6549720624bc8a1d0930a61cf52a50",
                "reference": "1f4abff6dc6549720624bc8a1d0930a61cf52a50",
                "shasum": ""
            },
            "require": {
                "kirki-framework/control-base": "*",
                "kirki-framework/url-getter": "*",
                "php": ">=5.6"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Kirki\\Control\\": "src/Control",
                    "Kirki\\Field\\": "src/Field"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Ari Stathopoulos",
                    "email": "aristath@gmail.com",
                    "homepage": "http://aristath.github.io",
                    "role": "Developer"
                }
            ],
            "description": "Select control for the Kirki Customizer framework.",
            "homepage": "https://aristath.github.io/kirki",
            "keywords": [
                "customizer",
                "framework",
                "wordpress"
            ],
            "support": {
                "issues": "https://github.com/kirki-framework/control-select/issues",
                "source": "https://github.com/kirki-framework/control-select/tree/master"
            },
            "time": "2019-10-05T14:12:03+00:00"
        },
        {
            "name": "kirki-framework/control-slider",
            "version": "v1.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/kirki-framework/control-slider.git",
                "reference": "39ec5f5fc043d7d98401d1d7e7f70a33c0c2a30c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/kirki-framework/control-slider/zipball/39ec5f5fc043d7d98401d1d7e7f70a33c0c2a30c",
                "reference": "39ec5f5fc043d7d98401d1d7e7f70a33c0c2a30c",
                "shasum": ""
            },
            "require": {
                "kirki-framework/control-base": "*",
                "php": ">=7"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Kirki\\Control\\": "src/Control",
                    "Kirki\\Field\\": "src/Field"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Kirki Framework",
                    "email": "connect@mapsteps.com"
                }
            ],
            "description": "Range slider control for the Kirki Customizer Framework",
            "support": {
                "issues": "https://github.com/kirki-framework/control-slider/issues",
                "source": "https://github.com/kirki-framework/control-slider/tree/v1.0.0"
            },
            "time": "2021-10-12T16:33:13+00:00"
        },
        {
            "name": "kirki-framework/control-sortable",
            "version": "v1.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/kirki-framework/control-sortable.git",
                "reference": "28b15cb3eb2661be84842b40272ac400118145dc"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/kirki-framework/control-sortable/zipball/28b15cb3eb2661be84842b40272ac400118145dc",
                "reference": "28b15cb3eb2661be84842b40272ac400118145dc",
                "shasum": ""
            },
            "require": {
                "kirki-framework/control-base": "*",
                "kirki-framework/url-getter": "*",
                "php": ">=5.6"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Kirki\\Control\\": "src/Control",
                    "Kirki\\Field\\": "src/Field"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Ari Stathopoulos",
                    "email": "aristath@gmail.com",
                    "homepage": "http://aristath.github.io",
                    "role": "Developer"
                }
            ],
            "description": "Sortable control for the Kirki Customizer framework.",
            "homepage": "https://aristath.github.io/kirki",
            "keywords": [
                "customizer",
                "framework",
                "wordpress"
            ],
            "support": {
                "issues": "https://github.com/kirki-framework/control-sortable/issues",
                "source": "https://github.com/kirki-framework/control-sortable/tree/v1.0.0"
            },
            "time": "2021-09-13T03:39:54+00:00"
        },
        {
            "name": "kirki-framework/control-upload",
            "version": "v1.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/kirki-framework/control-upload.git",
                "reference": "93eb0ab618025e3c6649cad4ced86d976d05c35a"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/kirki-framework/control-upload/zipball/93eb0ab618025e3c6649cad4ced86d976d05c35a",
                "reference": "93eb0ab618025e3c6649cad4ced86d976d05c35a",
                "shasum": ""
            },
            "require": {
                "kirki-framework/control-base": "*",
                "kirki-framework/field": "*",
                "php": ">=5.6"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Kirki\\Field\\": "src/Field"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Ari Stathopoulos",
                    "email": "aristath@gmail.com",
                    "homepage": "http://aristath.github.io",
                    "role": "Developer"
                }
            ],
            "description": "Upload control for the Kirki Customizer framework.",
            "homepage": "https://aristath.github.io/kirki",
            "keywords": [
                "customizer",
                "framework",
                "wordpress"
            ],
            "support": {
                "issues": "https://github.com/kirki-framework/control-upload/issues",
                "source": "https://github.com/kirki-framework/control-upload/tree/v1.0.0"
            },
            "time": "2021-10-14T14:58:39+00:00"
        },
        {
            "name": "kirki-framework/data-option",
            "version": "v1.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/kirki-framework/data-option.git",
                "reference": "ee8efd9a572c8df70e86d068058ad391800a754f"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/kirki-framework/data-option/zipball/ee8efd9a572c8df70e86d068058ad391800a754f",
                "reference": "ee8efd9a572c8df70e86d068058ad391800a754f",
                "shasum": ""
            },
            "require": {
                "php": ">=5.6"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Kirki\\Data\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "aristath",
                    "email": "aristath@gmail.com",
                    "homepage": "https://aristath.github.io",
                    "role": "Developer"
                }
            ],
            "description": "Hooks and tweaks to allow Kirki Fields to save options.",
            "homepage": "https://aristath.github.io/kirki",
            "keywords": [
                "customizer",
                "wordpress"
            ],
            "support": {
                "issues": "https://github.com/kirki-framework/data-option/issues",
                "source": "https://github.com/kirki-framework/data-option/tree/v1.0.0"
            },
            "time": "2021-08-24T13:54:13+00:00"
        },
        {
            "name": "kirki-framework/field",
            "version": "v1.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/kirki-framework/field.git",
                "reference": "aa2acfe588c775328a268a4f092495df6b116773"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/kirki-framework/field/zipball/aa2acfe588c775328a268a4f092495df6b116773",
                "reference": "aa2acfe588c775328a268a4f092495df6b116773",
                "shasum": ""
            },
            "require": {
                "php": ">=5.6"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Kirki\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "aristath",
                    "email": "aristath@gmail.com",
                    "homepage": "https://aristath.github.io",
                    "role": "Developer"
                }
            ],
            "description": "Customizer API abstraction used by Kirki Controls.",
            "homepage": "https://aristath.github.io/kirki",
            "keywords": [
                "customizer",
                "wordpress"
            ],
            "support": {
                "issues": "https://github.com/kirki-framework/field/issues",
                "source": "https://github.com/kirki-framework/field/tree/v1.0.0"
            },
            "time": "2021-09-20T18:48:29+00:00"
        },
        {
            "name": "kirki-framework/field-background",
            "version": "v1.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/kirki-framework/field-background.git",
                "reference": "d16f53564b0b5c0c2f94626098540e86d6aa8e50"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/kirki-framework/field-background/zipball/d16f53564b0b5c0c2f94626098540e86d6aa8e50",
                "reference": "d16f53564b0b5c0c2f94626098540e86d6aa8e50",
                "shasum": ""
            },
            "require": {
                "kirki-framework/control-radio": "*",
                "kirki-framework/control-react-colorful": "*",
                "kirki-framework/control-select": "*",
                "kirki-framework/url-getter": "*",
                "php": ">=5.6"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Kirki\\Field\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Ari Stathopoulos",
                    "email": "aristath@gmail.com",
                    "homepage": "http://aristath.github.io",
                    "role": "Developer"
                }
            ],
            "description": "Background field for the Kirki Customizer framework.",
            "homepage": "https://aristath.github.io/kirki",
            "keywords": [
                "customizer",
                "framework",
                "wordpress"
            ],
            "support": {
                "issues": "https://github.com/kirki-framework/field-background/issues",
                "source": "https://github.com/kirki-framework/field-background/tree/v1.0.0"
            },
            "time": "2021-10-14T17:30:33+00:00"
        },
        {
            "name": "kirki-framework/field-dimensions",
            "version": "v1.0.1",
            "source": {
                "type": "git",
                "url": "https://github.com/kirki-framework/field-dimensions.git",
                "reference": "0f2411214894dcb993c2df0a22e2b8f175f99a5c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/kirki-framework/field-dimensions/zipball/0f2411214894dcb993c2df0a22e2b8f175f99a5c",
                "reference": "0f2411214894dcb993c2df0a22e2b8f175f99a5c",
                "shasum": ""
            },
            "require": {
                "kirki-framework/control-dimension": "*",
                "kirki-framework/url-getter": "*",
                "php": ">=5.6"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Kirki\\Field\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Ari Stathopoulos",
                    "email": "aristath@gmail.com",
                    "homepage": "http://aristath.github.io",
                    "role": "Developer"
                }
            ],
            "description": "Dimensions field for the Kirki Customizer framework.",
            "homepage": "https://aristath.github.io/kirki",
            "keywords": [
                "customizer",
                "framework",
                "wordpress"
            ],
            "support": {
                "issues": "https://github.com/kirki-framework/field-dimensions/issues",
                "source": "https://github.com/kirki-framework/field-dimensions/tree/v1.0.1"
            },
            "time": "2021-10-21T15:39:59+00:00"
        },
        {
            "name": "kirki-framework/field-fontawesome",
            "version": "v1.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/kirki-framework/field-fontawesome.git",
                "reference": "ddcdec292f5d302a39fdb86ca81ce326403bcc27"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/kirki-framework/field-fontawesome/zipball/ddcdec292f5d302a39fdb86ca81ce326403bcc27",
                "reference": "ddcdec292f5d302a39fdb86ca81ce326403bcc27",
                "shasum": ""
            },
            "require": {
                "kirki-framework/control-select": "*",
                "kirki-framework/url-getter": "*",
                "php": ">=5.6"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Kirki\\Field\\": "src/Field"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Ari Stathopoulos",
                    "email": "aristath@gmail.com",
                    "homepage": "http://aristath.github.io",
                    "role": "Developer"
                }
            ],
            "description": "Font-Awesome field for the Kirki Customizer framework.",
            "homepage": "https://aristath.github.io/kirki",
            "keywords": [
                "customizer",
                "framework",
                "wordpress"
            ],
            "support": {
                "issues": "https://github.com/kirki-framework/field-fontawesome/issues",
                "source": "https://github.com/kirki-framework/field-fontawesome/tree/master"
            },
            "time": "2019-06-16T08:30:36+00:00"
        },
        {
            "name": "kirki-framework/field-multicolor",
            "version": "v1.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/kirki-framework/field-multicolor.git",
                "reference": "fb40978fc9617e6c9634eadcb0751d0c71f8cea6"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/kirki-framework/field-multicolor/zipball/fb40978fc9617e6c9634eadcb0751d0c71f8cea6",
                "reference": "fb40978fc9617e6c9634eadcb0751d0c71f8cea6",
                "shasum": ""
            },
            "require": {
                "kirki-framework/control-base": "*",
                "kirki-framework/control-react-colorful": "*",
                "kirki-framework/url-getter": "*",
                "php": ">=5.6"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Kirki\\Control\\": "src/Control",
                    "Kirki\\Field\\": "src/Field"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Ari Stathopoulos",
                    "email": "aristath@gmail.com",
                    "homepage": "http://aristath.github.io",
                    "role": "Developer"
                }
            ],
            "description": "Multicolor control for the Kirki Customizer framework.",
            "homepage": "https://aristath.github.io/kirki",
            "keywords": [
                "customizer",
                "framework",
                "wordpress"
            ],
            "support": {
                "issues": "https://github.com/kirki-framework/field-multicolor/issues",
                "source": "https://github.com/kirki-framework/field-multicolor/tree/v1.0.0"
            },
            "time": "2021-10-14T20:44:09+00:00"
        },
        {
            "name": "kirki-framework/field-typography",
            "version": "v1.0.1",
            "source": {
                "type": "git",
                "url": "https://github.com/kirki-framework/field-typography.git",
                "reference": "ea5913b85574f291e8c244c85f6d42011779747b"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/kirki-framework/field-typography/zipball/ea5913b85574f291e8c244c85f6d42011779747b",
                "reference": "ea5913b85574f291e8c244c85f6d42011779747b",
                "shasum": ""
            },
            "require": {
                "kirki-framework/control-base": "*",
                "kirki-framework/control-custom": "*",
                "kirki-framework/control-generic": "*",
                "kirki-framework/control-react-colorful": "*",
                "kirki-framework/control-react-select": "*",
                "kirki-framework/googlefonts": "*",
                "kirki-framework/module-webfonts": "*",
                "kirki-framework/url-getter": "*",
                "php": ">=5.6"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Kirki\\Control\\": "src/Control",
                    "Kirki\\Field\\": "src/Field"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Ari Stathopoulos",
                    "email": "aristath@gmail.com",
                    "homepage": "http://aristath.github.io",
                    "role": "Developer"
                }
            ],
            "description": "Typography field for the Kirki Customizer framework.",
            "homepage": "https://aristath.github.io/kirki",
            "keywords": [
                "customizer",
                "framework",
                "wordpress"
            ],
            "support": {
                "issues": "https://github.com/kirki-framework/field-typography/issues",
                "source": "https://github.com/kirki-framework/field-typography/tree/v1.0.1"
            },
            "time": "2021-11-02T16:21:20+00:00"
        },
        {
            "name": "kirki-framework/googlefonts",
            "version": "v19.09.22",
            "source": {
                "type": "git",
                "url": "https://github.com/kirki-framework/googlefonts.git",
                "reference": "d943e605c1dfb985dbe2cd1bd94e005a6e5fe65b"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/kirki-framework/googlefonts/zipball/d943e605c1dfb985dbe2cd1bd94e005a6e5fe65b",
                "reference": "d943e605c1dfb985dbe2cd1bd94e005a6e5fe65b",
                "shasum": ""
            },
            "require": {
                "php": ">=5.6"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Kirki\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Ari Stathopoulos",
                    "email": "aristath@gmail.com",
                    "homepage": "http://aristath.github.io",
                    "role": "Developer"
                }
            ],
            "description": "Get a JSON file for all googlefonts. Initially built for the Kirki framework for the WordPress Customizer.",
            "homepage": "https://aristath.github.io/kirki",
            "keywords": [
                "customizer",
                "framework",
                "google-fonts",
                "googlefonts",
                "wordpress"
            ],
            "support": {
                "issues": "https://github.com/kirki-framework/googlefonts/issues",
                "source": "https://github.com/kirki-framework/googlefonts/tree/master"
            },
            "time": "2019-09-22T13:04:19+00:00"
        },
        {
            "name": "kirki-framework/l10n",
            "version": "v1.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/kirki-framework/l10n.git",
                "reference": "6aa25316f3a11f6ec491389cdd7d6dee13edbef8"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/kirki-framework/l10n/zipball/6aa25316f3a11f6ec491389cdd7d6dee13edbef8",
                "reference": "6aa25316f3a11f6ec491389cdd7d6dee13edbef8",
                "shasum": ""
            },
            "require": {
                "php": ">=5.6"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Kirki\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Ari Stathopoulos",
                    "email": "aristath@gmail.com",
                    "homepage": "http://aristath.github.io",
                    "role": "Developer"
                }
            ],
            "description": "Allows loading a 2nd textdomain inside a theme.",
            "homepage": "https://aristath.github.io/kirki",
            "keywords": [
                "customizer",
                "framework",
                "wordpress"
            ],
            "support": {
                "issues": "https://github.com/kirki-framework/l10n/issues",
                "source": "https://github.com/kirki-framework/l10n/tree/master"
            },
            "time": "2019-07-01T18:57:20+00:00"
        },
        {
            "name": "kirki-framework/module-css",
            "version": "v1.0.2",
            "source": {
                "type": "git",
                "url": "https://github.com/kirki-framework/module-css.git",
                "reference": "3afb562272ef44eeb30fe7b5aff9ba41aac657b9"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/kirki-framework/module-css/zipball/3afb562272ef44eeb30fe7b5aff9ba41aac657b9",
                "reference": "3afb562272ef44eeb30fe7b5aff9ba41aac657b9",
                "shasum": ""
            },
            "require": {
                "kirki-framework/util": "*",
                "php": ">=5.6"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Kirki\\Module\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Ari Stathopoulos",
                    "email": "aristath@gmail.com",
                    "homepage": "http://aristath.github.io",
                    "role": "Developer"
                }
            ],
            "description": "CSS Module for the Kirki WordPress plugin.",
            "homepage": "https://aristath.github.io/kirki",
            "keywords": [
                "customizer",
                "framework",
                "wordpress"
            ],
            "support": {
                "issues": "https://github.com/kirki-framework/module-css/issues",
                "source": "https://github.com/kirki-framework/module-css/tree/v1.0.2"
            },
            "time": "2021-11-02T17:09:23+00:00"
        },
        {
            "name": "kirki-framework/module-editor-styles",
            "version": "v1.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/kirki-framework/module-editor-styles.git",
                "reference": "fde4dcc61727bd19c5a7e9dfcc9c079cf7ee3437"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/kirki-framework/module-editor-styles/zipball/fde4dcc61727bd19c5a7e9dfcc9c079cf7ee3437",
                "reference": "fde4dcc61727bd19c5a7e9dfcc9c079cf7ee3437",
                "shasum": ""
            },
            "require": {
                "kirki-framework/module-css": "*",
                "kirki-framework/module-webfonts": "*",
                "kirki-framework/util": "*",
                "php": ">=5.6"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Kirki\\Module\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Ari Stathopoulos",
                    "email": "aristath@gmail.com",
                    "homepage": "http://aristath.github.io",
                    "role": "Developer"
                }
            ],
            "description": "Loading Animation Module for the Kirki WordPress plugin.",
            "homepage": "https://aristath.github.io/kirki",
            "keywords": [
                "customizer",
                "framework",
                "wordpress"
            ],
            "support": {
                "issues": "https://github.com/kirki-framework/module-editor-styles/issues",
                "source": "https://github.com/kirki-framework/module-editor-styles/tree/v1.0.0"
            },
            "time": "2021-09-23T06:55:43+00:00"
        },
        {
            "name": "kirki-framework/module-field-dependencies",
            "version": "v1.0.2",
            "source": {
                "type": "git",
                "url": "https://github.com/kirki-framework/module-field-dependencies.git",
                "reference": "31e1788fbe7bef910698a7362f9ce7bfc78bb304"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/kirki-framework/module-field-dependencies/zipball/31e1788fbe7bef910698a7362f9ce7bfc78bb304",
                "reference": "31e1788fbe7bef910698a7362f9ce7bfc78bb304",
                "shasum": ""
            },
            "require": {
                "kirki-framework/url-getter": "*",
                "php": ">=5.6"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Kirki\\Module\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Ari Stathopoulos",
                    "email": "aristath@gmail.com",
                    "homepage": "http://aristath.github.io",
                    "role": "Developer"
                }
            ],
            "description": "Field-Dependencies Module for the Kirki WordPress plugin.",
            "homepage": "https://aristath.github.io/kirki",
            "keywords": [
                "customizer",
                "framework",
                "wordpress"
            ],
            "support": {
                "issues": "https://github.com/kirki-framework/module-field-dependencies/issues",
                "source": "https://github.com/kirki-framework/module-field-dependencies/tree/v1.0.2"
            },
            "time": "2021-09-23T13:46:04+00:00"
        },
        {
            "name": "kirki-framework/module-panels",
            "version": "v1.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/kirki-framework/module-panels.git",
                "reference": "3e754b04b09ddb38c9e72d7d1d536372152eb0f5"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/kirki-framework/module-panels/zipball/3e754b04b09ddb38c9e72d7d1d536372152eb0f5",
                "reference": "3e754b04b09ddb38c9e72d7d1d536372152eb0f5",
                "shasum": ""
            },
            "require": {
                "kirki-framework/url-getter": "*",
                "php": ">=5.6"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Kirki\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Ari Stathopoulos",
                    "email": "aristath@gmail.com",
                    "homepage": "http://aristath.github.io",
                    "role": "Developer"
                }
            ],
            "description": "Panels API & Custom Panel Types for the Kirki WordPress Plugin.",
            "homepage": "https://aristath.github.io/kirki",
            "keywords": [
                "customizer",
                "framework",
                "wordpress"
            ],
            "support": {
                "issues": "https://github.com/kirki-framework/module-panels/issues",
                "source": "https://github.com/kirki-framework/module-panels/tree/master"
            },
            "time": "2019-07-14T09:28:59+00:00"
        },
        {
            "name": "kirki-framework/module-postmessage",
            "version": "v1.0.2",
            "source": {
                "type": "git",
                "url": "https://github.com/kirki-framework/module-postMessage.git",
                "reference": "fda89740079626acc35f6dd61b89b72b96a38f5b"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/kirki-framework/module-postMessage/zipball/fda89740079626acc35f6dd61b89b72b96a38f5b",
                "reference": "fda89740079626acc35f6dd61b89b72b96a38f5b",
                "shasum": ""
            },
            "require": {
                "kirki-framework/url-getter": "*",
                "kirki-framework/util": "*",
                "php": ">=5.6"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Kirki\\Module\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Ari Stathopoulos",
                    "email": "aristath@gmail.com",
                    "homepage": "http://aristath.github.io",
                    "role": "Developer"
                }
            ],
            "description": "postMessage Module for the Kirki WordPress plugin.",
            "homepage": "https://aristath.github.io/kirki",
            "keywords": [
                "customizer",
                "framework",
                "wordpress"
            ],
            "support": {
                "issues": "https://github.com/kirki-framework/module-postMessage/issues",
                "source": "https://github.com/kirki-framework/module-postMessage/tree/v1.0.2"
            },
            "time": "2021-09-20T18:52:20+00:00"
        },
        {
            "name": "kirki-framework/module-preset",
            "version": "v1.0.2",
            "source": {
                "type": "git",
                "url": "https://github.com/kirki-framework/module-preset.git",
                "reference": "c968bbeae70145409628d7ac624b8ffb6f378652"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/kirki-framework/module-preset/zipball/c968bbeae70145409628d7ac624b8ffb6f378652",
                "reference": "c968bbeae70145409628d7ac624b8ffb6f378652",
                "shasum": ""
            },
            "require": {
                "kirki-framework/url-getter": "*",
                "php": ">=5.6"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Kirki\\Module\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Ari Stathopoulos",
                    "email": "aristath@gmail.com",
                    "homepage": "http://aristath.github.io",
                    "role": "Developer"
                }
            ],
            "description": "Preset Module for the Kirki WordPress plugin.",
            "homepage": "https://aristath.github.io/kirki",
            "keywords": [
                "customizer",
                "framework",
                "wordpress"
            ],
            "support": {
                "issues": "https://github.com/kirki-framework/module-preset/issues",
                "source": "https://github.com/kirki-framework/module-preset/tree/v1.0.2"
            },
            "time": "2019-09-22T14:18:59+00:00"
        },
        {
            "name": "kirki-framework/module-sections",
            "version": "v1.0.1",
            "source": {
                "type": "git",
                "url": "https://github.com/kirki-framework/module-sections.git",
                "reference": "7c042cae27476d539b33c8ce55f7469d3668a6bd"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/kirki-framework/module-sections/zipball/7c042cae27476d539b33c8ce55f7469d3668a6bd",
                "reference": "7c042cae27476d539b33c8ce55f7469d3668a6bd",
                "shasum": ""
            },
            "require": {
                "kirki-framework/url-getter": "*",
                "php": ">=5.6"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Kirki\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Ari Stathopoulos",
                    "email": "aristath@gmail.com",
                    "homepage": "http://aristath.github.io",
                    "role": "Developer"
                }
            ],
            "description": "Sections API & Custom Section Types for the Kirki WordPress Plugin.",
            "homepage": "https://aristath.github.io/kirki",
            "keywords": [
                "customizer",
                "framework",
                "wordpress"
            ],
            "support": {
                "issues": "https://github.com/kirki-framework/module-sections/issues",
                "source": "https://github.com/kirki-framework/module-sections/tree/v1.0.1"
            },
            "time": "2021-08-24T13:58:02+00:00"
        },
        {
            "name": "kirki-framework/module-selective-refresh",
            "version": "v1.0.2",
            "source": {
                "type": "git",
                "url": "https://github.com/kirki-framework/module-selective-refresh.git",
                "reference": "1fe1326c09df7cda2e3b29bae878369c9ef82e11"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/kirki-framework/module-selective-refresh/zipball/1fe1326c09df7cda2e3b29bae878369c9ef82e11",
                "reference": "1fe1326c09df7cda2e3b29bae878369c9ef82e11",
                "shasum": ""
            },
            "require": {
                "php": ">=5.6"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Kirki\\Module\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Ari Stathopoulos",
                    "email": "aristath@gmail.com",
                    "homepage": "http://aristath.github.io",
                    "role": "Developer"
                }
            ],
            "description": "Preset Module for the Kirki WordPress plugin.",
            "homepage": "https://aristath.github.io/kirki",
            "keywords": [
                "customizer",
                "framework",
                "wordpress"
            ],
            "support": {
                "issues": "https://github.com/kirki-framework/module-selective-refresh/issues",
                "source": "https://github.com/kirki-framework/module-selective-refresh/tree/v1.0.2"
            },
            "time": "2021-09-24T13:58:38+00:00"
        },
        {
            "name": "kirki-framework/module-tooltips",
            "version": "v1.0.3",
            "source": {
                "type": "git",
                "url": "https://github.com/kirki-framework/module-tooltips.git",
                "reference": "becd264e50ec81314b6a3e373332629bd9e662ef"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/kirki-framework/module-tooltips/zipball/becd264e50ec81314b6a3e373332629bd9e662ef",
                "reference": "becd264e50ec81314b6a3e373332629bd9e662ef",
                "shasum": ""
            },
            "require": {
                "kirki-framework/url-getter": "*",
                "php": ">=5.6"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Kirki\\Module\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Ari Stathopoulos",
                    "email": "aristath@gmail.com",
                    "homepage": "http://aristath.github.io",
                    "role": "Developer"
                }
            ],
            "description": "Tooltips Module for the Kirki WordPress plugin.",
            "homepage": "https://aristath.github.io/kirki",
            "keywords": [
                "customizer",
                "framework",
                "wordpress"
            ],
            "support": {
                "issues": "https://github.com/kirki-framework/module-tooltips/issues",
                "source": "https://github.com/kirki-framework/module-tooltips/tree/v1.0.3"
            },
            "time": "2021-09-23T11:04:36+00:00"
        },
        {
            "name": "kirki-framework/module-webfonts",
            "version": "v1.0.2",
            "source": {
                "type": "git",
                "url": "https://github.com/kirki-framework/module-webfonts.git",
                "reference": "5fc5a286105c37f9f78c6462b71369d0d2e8f590"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/kirki-framework/module-webfonts/zipball/5fc5a286105c37f9f78c6462b71369d0d2e8f590",
                "reference": "5fc5a286105c37f9f78c6462b71369d0d2e8f590",
                "shasum": ""
            },
            "require": {
                "kirki-framework/googlefonts": "*",
                "php": ">=5.6"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Kirki\\Module\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Ari Stathopoulos",
                    "email": "aristath@gmail.com",
                    "homepage": "http://aristath.github.io",
                    "role": "Developer"
                }
            ],
            "description": "Webfonts Module for the Kirki WordPress plugin.",
            "homepage": "https://aristath.github.io/kirki",
            "keywords": [
                "customizer",
                "framework",
                "wordpress"
            ],
            "support": {
                "issues": "https://github.com/kirki-framework/module-webfonts/issues",
                "source": "https://github.com/kirki-framework/module-webfonts/tree/master"
            },
            "time": "2019-11-11T17:41:38+00:00"
        },
        {
            "name": "kirki-framework/url-getter",
            "version": "v1.0.4",
            "source": {
                "type": "git",
                "url": "https://github.com/kirki-framework/url-getter.git",
                "reference": "2b1b464b4ba7d2a3d37094669dd66f20d39fa9e3"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/kirki-framework/url-getter/zipball/2b1b464b4ba7d2a3d37094669dd66f20d39fa9e3",
                "reference": "2b1b464b4ba7d2a3d37094669dd66f20d39fa9e3",
                "shasum": ""
            },
            "require": {
                "php": ">=5.6"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Kirki\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Ari Stathopoulos",
                    "email": "aristath@gmail.com",
                    "homepage": "http://aristath.github.io",
                    "role": "Developer"
                }
            ],
            "description": "Helper component to get the URL of a file in WordPress.",
            "homepage": "https://aristath.github.io/kirki",
            "keywords": [
                "wordpress"
            ],
            "support": {
                "issues": "https://github.com/kirki-framework/url-getter/issues",
                "source": "https://github.com/kirki-framework/url-getter/tree/master"
            },
            "time": "2019-09-08T18:32:10+00:00"
        },
        {
            "name": "kirki-framework/util",
            "version": "v1.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/kirki-framework/util.git",
                "reference": "7ead5a4bf6875aa1afb96cbb4e747c59c163b2a3"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/kirki-framework/util/zipball/7ead5a4bf6875aa1afb96cbb4e747c59c163b2a3",
                "reference": "7ead5a4bf6875aa1afb96cbb4e747c59c163b2a3",
                "shasum": ""
            },
            "require": {
                "php": ">=5.6"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Kirki\\Util\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Ari Stathopoulos",
                    "email": "aristath@gmail.com",
                    "homepage": "http://aristath.github.io",
                    "role": "Developer"
                }
            ],
            "description": "The Kirki WordPress plugin core classes.",
            "homepage": "https://aristath.github.io/kirki",
            "keywords": [
                "customizer",
                "framework",
                "wordpress"
            ],
            "support": {
                "issues": "https://github.com/kirki-framework/util/issues",
                "source": "https://github.com/kirki-framework/util/tree/v1.0.0"
            },
            "time": "2021-09-09T21:02:44+00:00"
        }
    ],
    "packages-dev": [
        {
            "name": "composer/installers",
            "version": "v2.0.1",
            "source": {
                "type": "git",
                "url": "https://github.com/composer/installers.git",
                "reference": "a241e78aaeb09781f5f5b92ac01ffd13ab43e5e8"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/composer/installers/zipball/a241e78aaeb09781f5f5b92ac01ffd13ab43e5e8",
                "reference": "a241e78aaeb09781f5f5b92ac01ffd13ab43e5e8",
                "shasum": ""
            },
            "require": {
                "composer-plugin-api": "^1.0 || ^2.0",
                "php": "^7.2 || ^8.0"
            },
            "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": "^5.3",
                "symfony/process": "^5"
            },
            "type": "composer-plugin",
            "extra": {
                "class": "Composer\\Installers\\Plugin",
                "branch-alias": {
                    "dev-main": "2.x-dev"
                }
            },
            "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": [
                "Dolibarr",
                "Eliasis",
                "Hurad",
                "ImageCMS",
                "Kanboard",
                "Lan Management System",
                "MODX Evo",
                "MantisBT",
                "Mautic",
                "Maya",
                "OXID",
                "Plentymarkets",
                "Porto",
                "RadPHP",
                "SMF",
                "Starbug",
                "Thelia",
                "Whmcs",
                "WolfCMS",
                "agl",
                "annotatecms",
                "attogram",
                "bitrix",
                "cakephp",
                "chef",
                "cockpit",
                "codeigniter",
                "concrete5",
                "croogo",
                "dokuwiki",
                "drupal",
                "eZ Platform",
                "elgg",
                "expressionengine",
                "fuelphp",
                "grav",
                "installer",
                "itop",
                "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",
                "tastyigniter",
                "wordpress",
                "yawik",
                "zend",
                "zikula"
            ],
            "support": {
                "issues": "https://github.com/composer/installers/issues",
                "source": "https://github.com/composer/installers/tree/v2.0.1"
            },
            "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"
                }
            ],
            "time": "2021-09-13T08:21:20+00:00"
        },
        {
            "name": "dealerdirect/phpcodesniffer-composer-installer",
            "version": "v0.7.1",
            "source": {
                "type": "git",
                "url": "https://github.com/Dealerdirect/phpcodesniffer-composer-installer.git",
                "reference": "fe390591e0241955f22eb9ba327d137e501c771c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Dealerdirect/phpcodesniffer-composer-installer/zipball/fe390591e0241955f22eb9ba327d137e501c771c",
                "reference": "fe390591e0241955f22eb9ba327d137e501c771c",
                "shasum": ""
            },
            "require": {
                "composer-plugin-api": "^1.0 || ^2.0",
                "php": ">=5.3",
                "squizlabs/php_codesniffer": "^2.0 || ^3.0 || ^4.0"
            },
            "require-dev": {
                "composer/composer": "*",
                "phpcompatibility/php-compatibility": "^9.0",
                "sensiolabs/security-checker": "^4.1.0"
            },
            "type": "composer-plugin",
            "extra": {
                "class": "Dealerdirect\\Composer\\Plugin\\Installers\\PHPCodeSniffer\\Plugin"
            },
            "autoload": {
                "psr-4": {
                    "Dealerdirect\\Composer\\Plugin\\Installers\\PHPCodeSniffer\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Franck Nijhof",
                    "email": "franck.nijhof@dealerdirect.com",
                    "homepage": "http://www.frenck.nl",
                    "role": "Developer / IT Manager"
                }
            ],
            "description": "PHP_CodeSniffer Standards Composer Installer Plugin",
            "homepage": "http://www.dealerdirect.com",
            "keywords": [
                "PHPCodeSniffer",
                "PHP_CodeSniffer",
                "code quality",
                "codesniffer",
                "composer",
                "installer",
                "phpcs",
                "plugin",
                "qa",
                "quality",
                "standard",
                "standards",
                "style guide",
                "stylecheck",
                "tests"
            ],
            "support": {
                "issues": "https://github.com/dealerdirect/phpcodesniffer-composer-installer/issues",
                "source": "https://github.com/dealerdirect/phpcodesniffer-composer-installer"
            },
            "time": "2020-12-07T18:04:37+00:00"
        },
        {
            "name": "phpcompatibility/php-compatibility",
            "version": "9.3.5",
            "source": {
                "type": "git",
                "url": "https://github.com/PHPCompatibility/PHPCompatibility.git",
                "reference": "9fb324479acf6f39452e0655d2429cc0d3914243"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/PHPCompatibility/PHPCompatibility/zipball/9fb324479acf6f39452e0655d2429cc0d3914243",
                "reference": "9fb324479acf6f39452e0655d2429cc0d3914243",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3",
                "squizlabs/php_codesniffer": "^2.3 || ^3.0.2"
            },
            "conflict": {
                "squizlabs/php_codesniffer": "2.6.2"
            },
            "require-dev": {
                "phpunit/phpunit": "~4.5 || ^5.0 || ^6.0 || ^7.0"
            },
            "suggest": {
                "dealerdirect/phpcodesniffer-composer-installer": "^0.5 || This Composer plugin will sort out the PHPCS 'installed_paths' automatically.",
                "roave/security-advisories": "dev-master || Helps prevent installing dependencies with known security issues."
            },
            "type": "phpcodesniffer-standard",
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "LGPL-3.0-or-later"
            ],
            "authors": [
                {
                    "name": "Wim Godden",
                    "homepage": "https://github.com/wimg",
                    "role": "lead"
                },
                {
                    "name": "Juliette Reinders Folmer",
                    "homepage": "https://github.com/jrfnl",
                    "role": "lead"
                },
                {
                    "name": "Contributors",
                    "homepage": "https://github.com/PHPCompatibility/PHPCompatibility/graphs/contributors"
                }
            ],
            "description": "A set of sniffs for PHP_CodeSniffer that checks for PHP cross-version compatibility.",
            "homepage": "http://techblog.wimgodden.be/tag/codesniffer/",
            "keywords": [
                "compatibility",
                "phpcs",
                "standards"
            ],
            "support": {
                "issues": "https://github.com/PHPCompatibility/PHPCompatibility/issues",
                "source": "https://github.com/PHPCompatibility/PHPCompatibility"
            },
            "time": "2019-12-27T09:44:58+00:00"
        },
        {
            "name": "phpcompatibility/phpcompatibility-paragonie",
            "version": "1.3.1",
            "source": {
                "type": "git",
                "url": "https://github.com/PHPCompatibility/PHPCompatibilityParagonie.git",
                "reference": "ddabec839cc003651f2ce695c938686d1086cf43"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/PHPCompatibility/PHPCompatibilityParagonie/zipball/ddabec839cc003651f2ce695c938686d1086cf43",
                "reference": "ddabec839cc003651f2ce695c938686d1086cf43",
                "shasum": ""
            },
            "require": {
                "phpcompatibility/php-compatibility": "^9.0"
            },
            "require-dev": {
                "dealerdirect/phpcodesniffer-composer-installer": "^0.7",
                "paragonie/random_compat": "dev-master",
                "paragonie/sodium_compat": "dev-master"
            },
            "suggest": {
                "dealerdirect/phpcodesniffer-composer-installer": "^0.7 || This Composer plugin will sort out the PHP_CodeSniffer 'installed_paths' automatically.",
                "roave/security-advisories": "dev-master || Helps prevent installing dependencies with known security issues."
            },
            "type": "phpcodesniffer-standard",
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "LGPL-3.0-or-later"
            ],
            "authors": [
                {
                    "name": "Wim Godden",
                    "role": "lead"
                },
                {
                    "name": "Juliette Reinders Folmer",
                    "role": "lead"
                }
            ],
            "description": "A set of rulesets for PHP_CodeSniffer to check for PHP cross-version compatibility issues in projects, while accounting for polyfills provided by the Paragonie polyfill libraries.",
            "homepage": "http://phpcompatibility.com/",
            "keywords": [
                "compatibility",
                "paragonie",
                "phpcs",
                "polyfill",
                "standards"
            ],
            "support": {
                "issues": "https://github.com/PHPCompatibility/PHPCompatibilityParagonie/issues",
                "source": "https://github.com/PHPCompatibility/PHPCompatibilityParagonie"
            },
            "time": "2021-02-15T10:24:51+00:00"
        },
        {
            "name": "phpcompatibility/phpcompatibility-wp",
            "version": "2.1.2",
            "source": {
                "type": "git",
                "url": "https://github.com/PHPCompatibility/PHPCompatibilityWP.git",
                "reference": "a792ab623069f0ce971b2417edef8d9632e32f75"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/PHPCompatibility/PHPCompatibilityWP/zipball/a792ab623069f0ce971b2417edef8d9632e32f75",
                "reference": "a792ab623069f0ce971b2417edef8d9632e32f75",
                "shasum": ""
            },
            "require": {
                "phpcompatibility/php-compatibility": "^9.0",
                "phpcompatibility/phpcompatibility-paragonie": "^1.0"
            },
            "require-dev": {
                "dealerdirect/phpcodesniffer-composer-installer": "^0.7"
            },
            "suggest": {
                "dealerdirect/phpcodesniffer-composer-installer": "^0.7 || This Composer plugin will sort out the PHP_CodeSniffer 'installed_paths' automatically.",
                "roave/security-advisories": "dev-master || Helps prevent installing dependencies with known security issues."
            },
            "type": "phpcodesniffer-standard",
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "LGPL-3.0-or-later"
            ],
            "authors": [
                {
                    "name": "Wim Godden",
                    "role": "lead"
                },
                {
                    "name": "Juliette Reinders Folmer",
                    "role": "lead"
                }
            ],
            "description": "A ruleset for PHP_CodeSniffer to check for PHP cross-version compatibility issues in projects, while accounting for polyfills provided by WordPress.",
            "homepage": "http://phpcompatibility.com/",
            "keywords": [
                "compatibility",
                "phpcs",
                "standards",
                "wordpress"
            ],
            "support": {
                "issues": "https://github.com/PHPCompatibility/PHPCompatibilityWP/issues",
                "source": "https://github.com/PHPCompatibility/PHPCompatibilityWP"
            },
            "time": "2021-07-21T11:09:57+00:00"
        },
        {
            "name": "squizlabs/php_codesniffer",
            "version": "3.6.1",
            "source": {
                "type": "git",
                "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
                "reference": "f268ca40d54617c6e06757f83f699775c9b3ff2e"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/f268ca40d54617c6e06757f83f699775c9b3ff2e",
                "reference": "f268ca40d54617c6e06757f83f699775c9b3ff2e",
                "shasum": ""
            },
            "require": {
                "ext-simplexml": "*",
                "ext-tokenizer": "*",
                "ext-xmlwriter": "*",
                "php": ">=5.4.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0"
            },
            "bin": [
                "bin/phpcs",
                "bin/phpcbf"
            ],
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.x-dev"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Greg Sherwood",
                    "role": "lead"
                }
            ],
            "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
            "homepage": "https://github.com/squizlabs/PHP_CodeSniffer",
            "keywords": [
                "phpcs",
                "standards"
            ],
            "support": {
                "issues": "https://github.com/squizlabs/PHP_CodeSniffer/issues",
                "source": "https://github.com/squizlabs/PHP_CodeSniffer",
                "wiki": "https://github.com/squizlabs/PHP_CodeSniffer/wiki"
            },
            "time": "2021-10-11T04:00:11+00:00"
        },
        {
            "name": "wp-coding-standards/wpcs",
            "version": "2.3.0",
            "source": {
                "type": "git",
                "url": "https://github.com/WordPress/WordPress-Coding-Standards.git",
                "reference": "7da1894633f168fe244afc6de00d141f27517b62"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/WordPress/WordPress-Coding-Standards/zipball/7da1894633f168fe244afc6de00d141f27517b62",
                "reference": "7da1894633f168fe244afc6de00d141f27517b62",
                "shasum": ""
            },
            "require": {
                "php": ">=5.4",
                "squizlabs/php_codesniffer": "^3.3.1"
            },
            "require-dev": {
                "dealerdirect/phpcodesniffer-composer-installer": "^0.5 || ^0.6",
                "phpcompatibility/php-compatibility": "^9.0",
                "phpcsstandards/phpcsdevtools": "^1.0",
                "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0"
            },
            "suggest": {
                "dealerdirect/phpcodesniffer-composer-installer": "^0.6 || This Composer plugin will sort out the PHPCS 'installed_paths' automatically."
            },
            "type": "phpcodesniffer-standard",
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Contributors",
                    "homepage": "https://github.com/WordPress/WordPress-Coding-Standards/graphs/contributors"
                }
            ],
            "description": "PHP_CodeSniffer rules (sniffs) to enforce WordPress coding conventions",
            "keywords": [
                "phpcs",
                "standards",
                "wordpress"
            ],
            "support": {
                "issues": "https://github.com/WordPress/WordPress-Coding-Standards/issues",
                "source": "https://github.com/WordPress/WordPress-Coding-Standards",
                "wiki": "https://github.com/WordPress/WordPress-Coding-Standards/wiki"
            },
            "time": "2020-05-13T23:57:56+00:00"
        },
        {
            "name": "wptrt/wpthemereview",
            "version": "dev-develop",
            "source": {
                "type": "git",
                "url": "https://github.com/WPTT/WPThemeReview.git",
                "reference": "15684d0852fe90d807c2ae7746dea1302b74b4bd"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/WPTT/WPThemeReview/zipball/15684d0852fe90d807c2ae7746dea1302b74b4bd",
                "reference": "15684d0852fe90d807c2ae7746dea1302b74b4bd",
                "shasum": ""
            },
            "require": {
                "php": ">=5.4",
                "phpcompatibility/phpcompatibility-wp": "^2.0",
                "squizlabs/php_codesniffer": "^3.3.1",
                "wp-coding-standards/wpcs": "^2.2.0"
            },
            "require-dev": {
                "dealerdirect/phpcodesniffer-composer-installer": "^0.7",
                "php-parallel-lint/php-console-highlighter": "^0.5",
                "php-parallel-lint/php-parallel-lint": "^1.0",
                "phpcompatibility/php-compatibility": "^9.0",
                "phpcsstandards/phpcsdevtools": "^1.0",
                "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0",
                "roave/security-advisories": "dev-master"
            },
            "suggest": {
                "dealerdirect/phpcodesniffer-composer-installer": "^0.7 || This Composer plugin will sort out the PHPCS 'installed_paths' automatically."
            },
            "default-branch": true,
            "type": "phpcodesniffer-standard",
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Theme Review Team",
                    "homepage": "https://make.wordpress.org/themes/handbook/",
                    "role": "Strategy and rule setting"
                },
                {
                    "name": "Ulrich Pogson",
                    "homepage": "https://github.com/grappler",
                    "role": "Lead developer"
                },
                {
                    "name": "Juliette Reinders Folmer",
                    "homepage": "https://github.com/jrfnl",
                    "role": "Lead developer"
                },
                {
                    "name": "Denis Žoljom",
                    "homepage": "https://github.com/dingo-d",
                    "role": "Plugin integration lead"
                },
                {
                    "name": "Contributors",
                    "homepage": "https://github.com/WPTRT/WPThemeReview/graphs/contributors"
                }
            ],
            "description": "PHP_CodeSniffer rules (sniffs) to verify theme compliance with the rules for theme hosting on wordpress.org",
            "homepage": "https://make.wordpress.org/themes/handbook/review/",
            "keywords": [
                "phpcs",
                "standards",
                "themes",
                "wordpress"
            ],
            "support": {
                "issues": "https://github.com/WPTRT/WPThemeReview/issues",
                "source": "https://github.com/WPTRT/WPThemeReview"
            },
            "time": "2021-06-22T06:10:49+00:00"
        }
    ],
    "aliases": [],
    "minimum-stability": "stable",
    "stability-flags": {
        "wptrt/wpthemereview": 20
    },
    "prefer-stable": false,
    "prefer-lowest": false,
    "platform": {
        "php": ">=5.6"
    },
    "platform-dev": [],
    "plugin-api-version": "2.1.0"
}