Skip to content
Snippets Groups Projects
composer.lock 394 KiB
Newer Older
bcweaver's avatar
bcweaver committed
                },
                {
                    "name": "Jonathan Wage",
                    "email": "jonwage@gmail.com"
                },
                {
                    "name": "Johannes Schmitt",
                    "email": "schmittjoh@gmail.com"
                }
            ],
            "description": "Collections Abstraction library",
            "homepage": "http://www.doctrine-project.org",
            "keywords": [
                "array",
                "collections",
                "iterator"
            ],
            "time": "2015-04-14T22:21:58+00:00"
        },
        {
            "name": "doctrine/common",
            "version": "v2.6.2",
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/common.git",
                "reference": "7bce00698899aa2c06fe7365c76e4d78ddb15fa3"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/common/zipball/7bce00698899aa2c06fe7365c76e4d78ddb15fa3",
                "reference": "7bce00698899aa2c06fe7365c76e4d78ddb15fa3",
                "shasum": ""
            },
            "require": {
                "doctrine/annotations": "1.*",
                "doctrine/cache": "1.*",
                "doctrine/collections": "1.*",
                "doctrine/inflector": "1.*",
                "doctrine/lexer": "1.*",
                "php": "~5.5|~7.0"
            },
            "require-dev": {
                "phpunit/phpunit": "~4.8|~5.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.7.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Doctrine\\Common\\": "lib/Doctrine/Common"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Roman Borschel",
                    "email": "roman@code-factory.org"
                },
                {
                    "name": "Benjamin Eberlei",
                    "email": "kontakt@beberlei.de"
                },
                {
                    "name": "Guilherme Blanco",
                    "email": "guilhermeblanco@gmail.com"
                },
                {
                    "name": "Jonathan Wage",
                    "email": "jonwage@gmail.com"
                },
                {
                    "name": "Johannes Schmitt",
                    "email": "schmittjoh@gmail.com"
                }
            ],
            "description": "Common Library for Doctrine projects",
            "homepage": "http://www.doctrine-project.org",
            "keywords": [
                "annotations",
                "collections",
                "eventmanager",
                "persistence",
                "spl"
            ],
            "time": "2016-11-30T16:50:46+00:00"
        },
        {
            "name": "doctrine/inflector",
            "version": "v1.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/inflector.git",
                "reference": "90b2128806bfde671b6952ab8bea493942c1fdae"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/inflector/zipball/90b2128806bfde671b6952ab8bea493942c1fdae",
                "reference": "90b2128806bfde671b6952ab8bea493942c1fdae",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.2"
            },
            "require-dev": {
                "phpunit/phpunit": "4.*"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.1.x-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Doctrine\\Common\\Inflector\\": "lib/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Roman Borschel",
                    "email": "roman@code-factory.org"
                },
                {
                    "name": "Benjamin Eberlei",
                    "email": "kontakt@beberlei.de"
                },
                {
                    "name": "Guilherme Blanco",
                    "email": "guilhermeblanco@gmail.com"
                },
                {
                    "name": "Jonathan Wage",
                    "email": "jonwage@gmail.com"
                },
                {
                    "name": "Johannes Schmitt",
                    "email": "schmittjoh@gmail.com"
                }
            ],
            "description": "Common String Manipulations with regard to casing and singular/plural rules.",
            "homepage": "http://www.doctrine-project.org",
            "keywords": [
                "inflection",
                "pluralize",
                "singularize",
                "string"
            ],
            "time": "2015-11-06T14:35:42+00:00"
        },
        {
            "name": "doctrine/lexer",
            "version": "v1.0.1",
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/lexer.git",
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c",
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.2"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Doctrine\\Common\\Lexer\\": "lib/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Roman Borschel",
                    "email": "roman@code-factory.org"
                },
                {
                    "name": "Guilherme Blanco",
                    "email": "guilhermeblanco@gmail.com"
                },
                {
                    "name": "Johannes Schmitt",
                    "email": "schmittjoh@gmail.com"
                }
            ],
            "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
            "homepage": "http://www.doctrine-project.org",
            "keywords": [
                "lexer",
                "parser"
            ],
            "time": "2014-09-09T13:34:57+00:00"
        },
        {
            "name": "drupal-composer/drupal-scaffold",
            "version": "2.5.4",
bcweaver's avatar
bcweaver committed
            "source": {
                "type": "git",
                "url": "https://github.com/drupal-composer/drupal-scaffold.git",
                "reference": "fc6bf4ceecb5d47327f54d48d4d4f67b17da956d"
bcweaver's avatar
bcweaver committed
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/drupal-composer/drupal-scaffold/zipball/fc6bf4ceecb5d47327f54d48d4d4f67b17da956d",
                "reference": "fc6bf4ceecb5d47327f54d48d4d4f67b17da956d",
bcweaver's avatar
bcweaver committed
                "shasum": ""
            },
            "require": {
                "composer-plugin-api": "^1.0.0",
                "composer/semver": "^1.4",
                "php": ">=5.4.5"
            },
            "require-dev": {
                "composer/composer": "dev-master",
                "g1a/composer-test-scenarios": "^2.1.0",
                "phpunit/phpunit": "^6",
                "squizlabs/php_codesniffer": "^2.8"
            },
            "type": "composer-plugin",
            "extra": {
                "class": "DrupalComposer\\DrupalScaffold\\Plugin",
                "branch-alias": {
                    "dev-master": "2.0.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "DrupalComposer\\DrupalScaffold\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0-or-later"
            ],
            "description": "Composer Plugin for updating the Drupal scaffold files when using drupal/core",
            "time": "2018-07-27T10:07:07+00:00"
bcweaver's avatar
bcweaver committed
        },
        {
            "name": "drupal/address",
            "version": "1.1.0",
            "source": {
                "type": "git",
                "url": "https://git.drupal.org/project/address",
                "reference": "8.x-1.1"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/address-8.x-1.1.zip",
                "reference": "8.x-1.1",
                "shasum": "b669af5f16b92a0f7df334a3c4118bd2334f2ed2"
            },
            "require": {
                "commerceguys/addressing": "~1.0",
                "commerceguys/intl": "~0.7",
                "drupal/core": "*"
            },
            "type": "drupal-module",
            "extra": {
                "branch-alias": {
                    "dev-1.x": "1.x-dev"
                },
                "drupal": {
                    "version": "8.x-1.1",
                    "datestamp": "1505896144",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0+"
            ],
            "authors": [
                {
                    "name": "bojanz",
                    "homepage": "https://www.drupal.org/user/86106"
                },
                {
                    "name": "googletorp",
                    "homepage": "https://www.drupal.org/user/386230"
                },
                {
                    "name": "rszrama",
                    "homepage": "https://www.drupal.org/user/49344"
                }
            ],
            "description": "Provides functionality for storing, validating and displaying international postal addresses.",
            "homepage": "http://drupal.org/project/address",
            "support": {
                "source": "http://cgit.drupalcode.org/address"
            }
        },
        {
            "name": "drupal/addtocalendar",
            "version": "3.1.0",
            "source": {
                "type": "git",
                "url": "https://git.drupal.org/project/addtocalendar",
                "reference": "8.x-3.1"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/addtocalendar-8.x-3.1.zip",
                "reference": "8.x-3.1",
                "shasum": "c384df6017790173908ee7566e2af22ab5234b9d"
            },
            "require": {
                "drupal/core": "*"
            },
            "type": "drupal-module",
            "extra": {
                "branch-alias": {
                    "dev-3.x": "3.x-dev"
                },
                "drupal": {
                    "version": "8.x-3.1",
                    "datestamp": "1511952790",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "anand.toshniwal93",
                    "homepage": "https://www.drupal.org/user/3345088"
                },
                {
                    "name": "gagarine",
                    "homepage": "https://www.drupal.org/user/162439"
                },
                {
                    "name": "gg24",
                    "homepage": "https://www.drupal.org/user/3389212"
                },
                {
                    "name": "guptahemant",
                    "homepage": "https://www.drupal.org/user/3278073"
                },
                {
                    "name": "purushotam.rai",
                    "homepage": "https://www.drupal.org/user/3193859"
                },
                {
                    "name": "sonvir249",
                    "homepage": "https://www.drupal.org/user/3225171"
                }
            ],
            "description": "Add to calendar button to be used for event page.",
            "homepage": "https://www.drupal.org/project/addtocalendar",
            "support": {
                "source": "http://cgit.drupalcode.org/addtocalendar"
            }
        },
        {
            "name": "drupal/admin_toolbar",
            "version": "1.24.0",
bcweaver's avatar
bcweaver committed
            "source": {
                "type": "git",
                "url": "https://git.drupal.org/project/admin_toolbar",
                "reference": "8.x-1.24"
bcweaver's avatar
bcweaver committed
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/admin_toolbar-8.x-1.24.zip",
                "reference": "8.x-1.24",
                "shasum": "682ffa443a1e339583022eb6adbb00c1103ea6d4"
bcweaver's avatar
bcweaver committed
            },
            "require": {
                "drupal/core": "*"
            },
            "type": "drupal-module",
            "extra": {
                "branch-alias": {
                    "dev-1.x": "1.x-dev"
                },
                "drupal": {
                    "version": "8.x-1.24",
                    "datestamp": "1527523080",
bcweaver's avatar
bcweaver committed
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0+"
            ],
            "authors": [
                {
                    "name": "Wilfrid Roze (eme)",
                    "homepage": "https://www.drupal.org/u/eme",
                    "role": "Maintainer"
bcweaver's avatar
bcweaver committed
                },
                {
                    "name": "Romain Jarraud (romainj)",
                    "homepage": "https://www.drupal.org/u/romainj",
                    "role": "Maintainer"
bcweaver's avatar
bcweaver committed
                },
                {
                    "name": "Adrian Cid Almaguer (adriancid)",
                    "homepage": "https://www.drupal.org/u/adriancid",
                    "email": "adriancid@gmail.com",
                    "role": "Maintainer"
bcweaver's avatar
bcweaver committed
                },
                {
                    "name": "Mohamed Anis Taktak (matio89)",
                    "homepage": "https://www.drupal.org/u/matio89",
                    "role": "Maintainer"
bcweaver's avatar
bcweaver committed
                },
                {
                    "name": "fethi.krout",
                    "homepage": "https://www.drupal.org/user/3206765"
                },
                {
                    "name": "matio89",
                    "homepage": "https://www.drupal.org/user/2320090"
                },
                {
                    "name": "romainj",
                    "homepage": "https://www.drupal.org/user/370706"
                }
            ],
            "description": "Provides a drop-down menu interface to the core Drupal Toolbar.",
bcweaver's avatar
bcweaver committed
            "homepage": "http://drupal.org/project/admin_toolbar",
            "keywords": [
                "Drupal",
                "Toolbar"
            ],
bcweaver's avatar
bcweaver committed
            "support": {
                "source": "http://cgit.drupalcode.org/admin_toolbar",
                "issues": "https://www.drupal.org/project/issues/admin_toolbar"
            }
        },
        {
            "name": "drupal/adminimal_theme",
            "version": "dev-1.x",
            "source": {
                "type": "git",
                "url": "https://git.drupal.org/project/adminimal_theme",
                "reference": "15ce3977e7bc017e6d32ec6c4258d04532640b7d"
            },
            "require": {
                "drupal/core": "~8.0"
            },
            "type": "drupal-theme",
            "extra": {
                "branch-alias": {
                    "dev-1.x": "1.x-dev"
                },
                "drupal": {
                    "version": "8.x-1.3+5-dev",
                    "datestamp": "1499536441",
                    "security-coverage": {
                        "status": "not-covered",
                        "message": "Dev releases are not covered by Drupal security advisories."
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "ANDiTKO",
                    "homepage": "https://www.drupal.org/user/1428124"
                },
                {
                    "name": "realityloop",
                    "homepage": "https://www.drupal.org/user/139189"
                }
            ],
            "description": "Drupal administration theme with modern minimalist design.",
            "homepage": "https://www.drupal.org/project/adminimal_theme",
            "support": {
                "source": "http://cgit.drupalcode.org/adminimal_theme"
            }
        },
        {
            "name": "drupal/administerusersbyrole",
            "version": "2.0.0-alpha6",
            "source": {
                "type": "git",
                "url": "https://git.drupal.org/project/administerusersbyrole",
                "reference": "8.x-2.0-alpha6"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/administerusersbyrole-8.x-2.0-alpha6.zip",
                "reference": "8.x-2.0-alpha6",
                "shasum": "08c6bb6ac8aa6e7f9e089b134da636fa8b03c338"
            },
            "require": {
                "drupal/core": "~8.0"
            },
            "type": "drupal-module",
            "extra": {
                "branch-alias": {
                    "dev-2.x": "2.x-dev"
                },
                "drupal": {
                    "version": "8.x-2.0-alpha6",
                    "datestamp": "1527757985",
                    "security-coverage": {
                        "status": "not-covered",
                        "message": "Alpha releases are not covered by Drupal security advisories."
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "AdamPS",
                    "homepage": "https://www.drupal.org/user/2650563"
                },
                {
                    "name": "mrfelton",
                    "homepage": "https://www.drupal.org/user/305669"
                },
                {
                    "name": "smokris",
                    "homepage": "https://www.drupal.org/user/161913"
                }
            ],
            "description": "Allows users with 'administer users' permission and a role (specified in 'Permissions') to edit/delete other users with a specified role.  Also provides control over user creation.",
            "homepage": "https://www.drupal.org/project/administerusersbyrole",
            "support": {
                "source": "http://cgit.drupalcode.org/administerusersbyrole"
            }
        },
        {
            "name": "drupal/allowed_formats",
            "version": "1.1.0",
            "source": {
                "type": "git",
                "url": "https://git.drupal.org/project/allowed_formats",
                "reference": "8.x-1.1"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/allowed_formats-8.x-1.1.zip",
                "reference": "8.x-1.1",
                "shasum": "b7bfc78d7e64f1df37ca6cad118a1ff8f7228b64"
            },
            "require": {
                "drupal/core": "*"
            },
            "type": "drupal-module",
            "extra": {
                "branch-alias": {
                    "dev-1.x": "1.x-dev"
                },
                "drupal": {
                    "version": "8.x-1.1",
                    "datestamp": "1492709942",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "floretan",
                    "homepage": "https://www.drupal.org/user/66163"
                }
            ],
            "description": "Limit which text formats are available for each field instance.",
            "homepage": "https://www.drupal.org/project/allowed_formats",
            "support": {
                "source": "http://cgit.drupalcode.org/allowed_formats"
            }
        },
        {
            "name": "drupal/better_exposed_filters",
            "version": "3.0.0-alpha3",
            "source": {
                "type": "git",
                "url": "https://git.drupal.org/project/better_exposed_filters",
                "reference": "8.x-3.0-alpha3"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/better_exposed_filters-8.x-3.0-alpha3.zip",
                "reference": "8.x-3.0-alpha3",
                "shasum": "0268a42ea5a4ab170c8f4aefecd26b6f3c7448d2"
            },
            "require": {
                "drupal/core": "*"
            },
            "type": "drupal-module",
            "extra": {
                "branch-alias": {
                    "dev-3.x": "3.x-dev"
                },
                "drupal": {
                    "version": "8.x-3.0-alpha3",
                    "datestamp": "1525044484",
                    "security-coverage": {
                        "status": "not-covered",
                        "message": "Alpha releases are not covered by Drupal security advisories."
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "jkopel",
                    "homepage": "https://www.drupal.org/user/66207"
                },
                {
                    "name": "mikeker",
                    "homepage": "https://www.drupal.org/user/192273"
                },
                {
                    "name": "mortona2k",
                    "homepage": "https://www.drupal.org/user/1029484"
                },
                {
                    "name": "rlhawk",
                    "homepage": "https://www.drupal.org/user/352283"
                }
            ],
            "description": "Provides advanced options (such as links, checkboxes, or jQueryUI widgets) for exposed Views elements.",
            "homepage": "https://www.drupal.org/project/better_exposed_filters",
            "support": {
                "source": "http://cgit.drupalcode.org/better_exposed_filters"
            }
        },
        {
            "name": "drupal/bootstrap",
bcweaver's avatar
bcweaver committed
            "source": {
                "type": "git",
                "url": "https://git.drupal.org/project/bootstrap",
                "reference": "8.x-3.5"
bcweaver's avatar
bcweaver committed
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/bootstrap-8.x-3.5.zip",
                "reference": "8.x-3.5",
                "shasum": "569f8a243ad6a2e04a86123a0b2a594783a09860"
bcweaver's avatar
bcweaver committed
            },
            "require": {
                "drupal/core": "~8.0"
            },
            "type": "drupal-theme",
            "extra": {
                "branch-alias": {
                    "dev-3.x": "3.x-dev"
                },
                "drupal": {
                    "version": "8.x-3.5",
                    "datestamp": "1506357844",
bcweaver's avatar
bcweaver committed
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0"
            ],
            "authors": [
                {
                    "name": "Mark Carver (markcarver)",
                    "homepage": "https://www.drupal.org/u/markcarver",
                    "role": "Maintainer"
                },
                {
                    "name": "John McCormick (neardark)",
                    "homepage": "https://www.drupal.org/u/neardark",
                    "role": "Co-maintainer"
                },
                {
                    "name": "Fabiano Sant'Ana (wundo)",
                    "homepage": "https://www.drupal.org/u/wundo",
                    "role": "Co-maintainer"
                },
                {
                    "name": "wundo",
                    "homepage": "https://www.drupal.org/user/25523"
                }
            ],
            "description": "Built to use Bootstrap, a sleek, intuitive, and powerful front-end framework for faster and easier web development.",
            "homepage": "http://drupal.org/project/bootstrap",
bcweaver's avatar
bcweaver committed
            "support": {
                "source": "http://cgit.drupalcode.org/bootstrap",
                "docs": "http://drupal-bootstrap.org",
bcweaver's avatar
bcweaver committed
                "issues": "https://www.drupal.org/project/issues/bootstrap",
                "irc": "irc://irc.freenode.org/drupal-bootstrap"
            }
        },
        {
            "name": "drupal/calendar",
            "version": "dev-1.x",
            "source": {
                "type": "git",
                "url": "https://git.drupal.org/project/calendar",
                "reference": "1ef5b86b11bf69641cc6539bcc93f73e7afb8ebf"
            },
            "require": {
                "drupal/calendar_datetime": "*",
                "drupal/core": "*",
                "drupal/views_templates": "1.*"
            },
            "type": "drupal-module",
            "extra": {
                "branch-alias": {
                    "dev-1.x": "1.x-dev"
                },
                "drupal": {
                    "version": "8.x-1.x-dev",
                    "datestamp": "1530790124",
                    "security-coverage": {
                        "status": "not-covered",
                        "message": "Dev releases are not covered by Drupal security advisories."
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0+"
            ],
            "authors": [
                {
                    "name": "KarenS",
                    "homepage": "https://www.drupal.org/user/45874"
                },
                {
                    "name": "fizk",
                    "homepage": "https://www.drupal.org/user/473174"
                },
                {
                    "name": "geertvd",
                    "homepage": "https://www.drupal.org/user/536694"
                },
                {
                    "name": "pjonckiere",
                    "homepage": "https://www.drupal.org/user/2442998"
                },
                {
                    "name": "tedbow",
                    "homepage": "https://www.drupal.org/user/240860"
                }
            ],
            "description": "Provides a Views plugin to display views containing dates as Calendars.",
            "homepage": "http://drupal.org/project/calendar",
            "keywords": [
                "Drupal"
            ],
            "support": {
                "source": "http://cgit.drupalcode.org/calendar",
                "issues": "https://www.drupal.org/project/issues/calendar"
            },
            "time": "2018-07-05T11:35:40+00:00"
        },
        {
            "name": "drupal/calendar_datetime",
            "version": "dev-1.x",
            "require": {
                "drupal/calendar": "self.version",
                "drupal/core": "~8.0"
            },
            "type": "metapackage",
            "extra": {
                "branch-alias": {
                    "dev-1.x": "1.x-dev"
                },
                "drupal": {
                    "version": "8.x-1.x-dev",
                    "datestamp": "1515077885",
                    "security-coverage": {
                        "status": "not-covered",
                        "message": "Dev releases are not covered by Drupal security advisories."
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "KarenS",
                    "homepage": "https://www.drupal.org/user/45874"
                },
                {
                    "name": "fizk",
                    "homepage": "https://www.drupal.org/user/473174"
                },
                {
                    "name": "geertvd",
                    "homepage": "https://www.drupal.org/user/536694"
                },
                {
                    "name": "pjonckiere",
                    "homepage": "https://www.drupal.org/user/2442998"
                },
                {
                    "name": "tedbow",
                    "homepage": "https://www.drupal.org/user/240860"
                }
            ],
            "description": "Provides a calendar specific date time.",
            "homepage": "https://www.drupal.org/project/calendar",
            "support": {
                "source": "http://cgit.drupalcode.org/calendar"
            }
        },
        {
            "name": "drupal/cog",
            "version": "1.13.0",
            "source": {
                "type": "git",
                "url": "https://git.drupal.org/project/cog",
                "reference": "8.x-1.13"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/cog-8.x-1.13.zip",
                "reference": "8.x-1.13",
                "shasum": "3eaa27fc8e4aa9cf1249f49d941ee34d8dc75e1a"
            },
            "require": {
                "drupal/core": "~8.0"
            },
            "type": "drupal-theme",
            "extra": {
                "branch-alias": {
                    "dev-1.x": "1.x-dev"
                },
                "drupal": {
                    "version": "8.x-1.13",
                    "datestamp": "1516296784",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0+"
            ],
            "authors": [
                {
                    "name": "aellison",
                    "homepage": "https://www.drupal.org/user/277818"
                },
                {
                    "name": "elm45",
                    "homepage": "https://www.drupal.org/user/805178"
                },
                {
                    "name": "grasmash",
                    "homepage": "https://www.drupal.org/user/455714"
                },
                {
                    "name": "jenter",
                    "homepage": "https://www.drupal.org/user/186584"
                },
                {
                    "name": "littlekope0903",
                    "homepage": "https://www.drupal.org/user/2867321"
                },
                {
                    "name": "sarahjean",
                    "homepage": "https://www.drupal.org/user/553728"
                }
            ],
            "description": "Acquia maintained starter theme.",
            "homepage": "https://github.com/acquia-pso/cog",
            "keywords": [
                "Drupal"
            ],
            "support": {
                "source": "https://github.com/acquia-pso/cog",
                "issues": "https://github.com/acquia-pso/cog/issues"
            }
        },
        {
            "name": "drupal/config_direct_save",
            "version": "1.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupal.org/project/config_direct_save",
                "reference": "8.x-1.0"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/config_direct_save-8.x-1.0.zip",
                "reference": "8.x-1.0",
                "shasum": "dae776d96310aa01aa6e3c536821a1b496ffae1f"
            },
            "require": {
                "drupal/core": "~8.0"
            },
            "type": "drupal-module",
            "extra": {
                "branch-alias": {
                    "dev-1.x": "1.x-dev"
                },
                "drupal": {
                    "version": "8.x-1.0",
                    "datestamp": "1476108239",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "matio89",
                    "homepage": "https://www.drupal.org/user/2320090"
                }
            ],
            "description": "This module allow you to export configuration after changes",
            "homepage": "https://www.drupal.org/project/config_direct_save",
            "support": {
                "source": "http://cgit.drupalcode.org/config_direct_save"
            }
        },
        {
            "name": "drupal/config_installer",
            "version": "1.8.0",
            "source": {
                "type": "git",
                "url": "https://git.drupal.org/project/config_installer",
                "reference": "8.x-1.8"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/config_installer-8.x-1.8.zip",
                "reference": "8.x-1.8",
                "shasum": "43d7af76a3f00d074161e242ddf94d942d256250"
            },
            "require": {
                "drupal/core": "~8.0"
            },
            "type": "drupal-profile",
            "extra": {
                "branch-alias": {
                    "dev-1.x": "1.x-dev"
                },
                "drupal": {
                    "version": "8.x-1.8",
                    "datestamp": "1524572284",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",