Skip to content
Snippets Groups Projects
installed.json 343 KiB
Newer Older
bcweaver's avatar
bcweaver committed
            "php": ">=5.3.2"
        },
        "require-dev": {
            "phpunit/phpunit": "~4.0"
        },
        "time": "2015-04-14T22:21:58+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.2.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Doctrine\\Common\\Collections\\": "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": "Collections Abstraction library",
        "homepage": "http://www.doctrine-project.org",
        "keywords": [
            "array",
            "collections",
            "iterator"
        ]
    },
    {
        "name": "doctrine/common",
        "version": "v2.6.2",
        "version_normalized": "2.6.2.0",
        "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"
        },
        "time": "2016-11-30T16:50:46+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.7.x-dev"
            }
        },
        "installation-source": "dist",
        "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"
        ]
    },
    {
        "name": "doctrine/inflector",
        "version": "v1.1.0",
        "version_normalized": "1.1.0.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.*"
        },
        "time": "2015-11-06T14:35:42+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.1.x-dev"
            }
        },
        "installation-source": "dist",
        "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"
        ]
    },
    {
        "name": "doctrine/lexer",
        "version": "v1.0.1",
        "version_normalized": "1.0.1.0",
        "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"
        },
        "time": "2014-09-09T13:34:57+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev"
            }
        },
        "installation-source": "dist",
        "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"
        ]
    },
    {
        "name": "drupal-composer/drupal-scaffold",
        "version": "2.5.4",
        "version_normalized": "2.5.4.0",
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"
        },
        "time": "2018-07-27T10:07:07+00:00",
bcweaver's avatar
bcweaver committed
        "type": "composer-plugin",
        "extra": {
            "class": "DrupalComposer\\DrupalScaffold\\Plugin",
            "branch-alias": {
                "dev-master": "2.0.x-dev"
            }
        },
        "installation-source": "dist",
        "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"
    },
    {
        "name": "drupal/address",
        "version": "1.1.0",
        "version_normalized": "1.1.0.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"
                }
            }
        },
        "installation-source": "dist",
        "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",
        "version_normalized": "3.1.0.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"
                }
            },
            "patches_applied": {
                "UTC Time Adjustment": "patches/utc-time-adjustment.patch"
bcweaver's avatar
bcweaver committed
            }
        },
        "installation-source": "dist",
        "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",
        "version_normalized": "1.24.0.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"
                }
            }
        },
        "installation-source": "dist",
        "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/administerusersbyrole",
        "version": "2.0.0-alpha6",
        "version_normalized": "2.0.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."
                }
            }
        },
        "installation-source": "dist",
        "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",
        "version_normalized": "1.1.0.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"
                }
            }
        },
        "installation-source": "dist",
        "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-alpha4",
        "version_normalized": "3.0.0.0-alpha4",
bcweaver's avatar
bcweaver committed
        "source": {
            "type": "git",
            "url": "https://git.drupal.org/project/better_exposed_filters",
bcweaver's avatar
bcweaver committed
        },
        "dist": {
            "type": "zip",
            "url": "https://ftp.drupal.org/files/projects/better_exposed_filters-8.x-3.0-alpha4.zip",
            "reference": "8.x-3.0-alpha4",
            "shasum": "f42013d1fc36d45212d582e18afc59bc2c364719"
bcweaver's avatar
bcweaver committed
        },
        "require": {
            "drupal/core": "*"
        },
        "type": "drupal-module",
        "extra": {
            "branch-alias": {
                "dev-3.x": "3.x-dev"
            },
            "drupal": {
bcweaver's avatar
bcweaver committed
                "datestamp": "1525044484",
                "security-coverage": {
                    "status": "not-covered",
                    "message": "Alpha releases are not covered by Drupal security advisories."
                }
            },
            "patches_applied": {
                "2961022": "https://www.drupal.org/files/issues/2018-09-27/better_exposed_filters-autosubmit-fix-2961022-4.patch"
bcweaver's avatar
bcweaver committed
            }
        },
        "installation-source": "dist",
        "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/block_permissions",
        "version": "1.0.0",
        "version_normalized": "1.0.0.0",
        "source": {
            "type": "git",
            "url": "https://git.drupal.org/project/block_permissions",
            "reference": "8.x-1.0"
        },
        "dist": {
            "type": "zip",
            "url": "https://ftp.drupal.org/files/projects/block_permissions-8.x-1.0.zip",
            "reference": "8.x-1.0",
            "shasum": "3f1cb219379fc88a80445d494f66dd4fb2a5befa"
        },
        "require": {
            "drupal/core": "~8.0"
        },
        "type": "drupal-module",
        "extra": {
            "branch-alias": {
                "dev-1.x": "1.x-dev"
            },
            "drupal": {
                "version": "8.x-1.0",
                "datestamp": "1478790983",
                "security-coverage": {
                    "status": "covered",
                    "message": "Covered by Drupal's security advisory policy"
                }
            },
            "patches_applied": {
                "2962965": "https://www.drupal.org/files/issues/2018-09-01/block-permissions-2962965-4.patch"
            }
        },
        "installation-source": "dist",
        "notification-url": "https://packages.drupal.org/8/downloads",
        "license": [
            "GPL-2.0-or-later"
        ],
        "authors": [
            {
                "name": "jefuri",
                "homepage": "https://www.drupal.org/user/2733365"
            },
            {
                "name": "michielnugter",
                "homepage": "https://www.drupal.org/user/1023784"
            }
        ],
        "description": "Adds specific permissions for administering blocks.",
        "homepage": "https://www.drupal.org/project/block_permissions",
        "support": {
            "source": "http://cgit.drupalcode.org/block_permissions"
        }
    },
    {
        "name": "drupal/block_region_permissions",
        "version": "1.2.0",
        "version_normalized": "1.2.0.0",
        "source": {
            "type": "git",
            "url": "https://git.drupal.org/project/block_region_permissions",
            "reference": "8.x-1.2"
        },
        "dist": {
            "type": "zip",
            "url": "https://ftp.drupal.org/files/projects/block_region_permissions-8.x-1.2.zip",
            "reference": "8.x-1.2",
            "shasum": "9776b2be5af7b9ebe7777f17487ef31e48f76c78"
        },
        "require": {
            "drupal/core": "~8.0"
        },
        "type": "drupal-module",
        "extra": {
            "branch-alias": {
                "dev-1.x": "1.x-dev"
            },
            "drupal": {
                "version": "8.x-1.2",
                "datestamp": "1507771445",
                "security-coverage": {
                    "status": "not-covered",
                    "message": "Project has not opted into security advisory coverage!"
                }
            }
        },
        "installation-source": "dist",
        "notification-url": "https://packages.drupal.org/8/downloads",
        "license": [
            "GPL-2.0-or-later"
        ],
        "authors": [
            {
                "name": "joshua.roberson",
                "homepage": "https://www.drupal.org/user/2999235"
            }
        ],
        "description": "Adds specific permissions for administering blocks for each theme's regions.",
        "homepage": "https://www.drupal.org/project/block_region_permissions",
        "support": {
            "source": "http://cgit.drupalcode.org/block_region_permissions"
        }
    },
bcweaver's avatar
bcweaver committed
    {
        "name": "drupal/bootstrap",
        "version": "3.5.0",
        "version_normalized": "3.5.0.0",
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"
                }
            }
        },
        "installation-source": "dist",
        "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/config_direct_save",
        "version": "1.0.0",
        "version_normalized": "1.0.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"
                }
            }
        },
        "installation-source": "dist",
        "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_filter",
        "version": "1.3.0",
        "version_normalized": "1.3.0.0",
        "source": {
            "type": "git",
            "url": "https://git.drupal.org/project/config_filter",
            "reference": "8.x-1.3"
        },
        "dist": {
            "type": "zip",
            "url": "https://ftp.drupal.org/files/projects/config_filter-8.x-1.3.zip",
            "reference": "8.x-1.3",
            "shasum": "56255a17c45dcbb0af713215885a8d74214d2ebc"
        },
        "require": {
            "drupal/core": "~8.0"
        },
        "suggest": {
            "drupal/config_split": "Split site configuration for different environments."
        },
        "type": "drupal-module",
        "extra": {
            "branch-alias": {
                "dev-1.x": "1.x-dev"
            },
            "drupal": {
                "version": "8.x-1.3",
                "datestamp": "1537978080",
                "security-coverage": {
                    "status": "covered",
                    "message": "Covered by Drupal's security advisory policy"
                }
            }
        },
        "installation-source": "dist",
        "notification-url": "https://packages.drupal.org/8/downloads",
        "license": [
            "GPL-2.0+"
        ],
        "authors": [
            {
                "name": "Fabian Bircher",
                "homepage": "https://www.drupal.org/u/bircher",
                "email": "opensource@fabianbircher.com",
                "role": "Maintainer"
            },
            {
                "name": "Nuvole Web",
                "homepage": "http://nuvole.org",
                "email": "info@nuvole.org",
                "role": "Maintainer"
            },
            {
                "name": "pescetti",
                "homepage": "https://www.drupal.org/user/436244"
            }
        ],
        "description": "Config Filter allows other modules to interact with a ConfigStorage through filter plugins.",
        "homepage": "https://www.drupal.org/project/config_filter",
        "keywords": [
            "Drupal",
            "configuration",
            "configuration management"
        ],
        "support": {
            "source": "http://cgit.drupalcode.org/config_filter",
            "issues": "https://www.drupal.org/project/issues/config_filter",
            "irc": "irc://irc.freenode.org/drupal-contribute"
        }
    },
    {
        "name": "drupal/config_ignore",
        "version": "2.1.0",
        "version_normalized": "2.1.0.0",
        "source": {
            "type": "git",
            "url": "https://git.drupal.org/project/config_ignore",
            "reference": "8.x-2.1"
        },
        "dist": {
            "type": "zip",
            "url": "https://ftp.drupal.org/files/projects/config_ignore-8.x-2.1.zip",
            "reference": "8.x-2.1",
            "shasum": "07e00684930706632b3f2fc2a7433ffdae57cde7"
        },
        "require": {
            "drupal/config_filter": "1.*",
            "drupal/core": "~8.0"
        },
        "type": "drupal-module",
        "extra": {
            "branch-alias": {
                "dev-2.x": "2.x-dev"
            },
            "drupal": {
                "version": "8.x-2.1",