Skip to content
Snippets Groups Projects
installed.json 343 KiB
Newer Older
                "datestamp": "1507706044",
                "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": "Tommy Lynge Jørgensen",
                "homepage": "https://www.drupal.org/u/tlyngej",
                "email": "tlyngej@gmail.com",
                "role": "Maintainer"
            },
            {
                "name": "Fabian Bircher",
                "homepage": "https://www.drupal.org/u/bircher",
                "role": "Maintainer"
            }
        ],
        "description": "Ignore certain configuration during import.",
        "homepage": "http://drupal.org/project/config_ignore",
        "support": {
            "source": "http://cgit.drupalcode.org/config_ignore",
            "issues": "http://drupal.org/project/config_ignore",
            "irc": "irc://irc.freenode.org/drupal-contribute"
        }
    },
bcweaver's avatar
bcweaver committed
    {
        "name": "drupal/config_installer",
        "version": "1.8.0",
        "version_normalized": "1.8.0.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"
                }
            }
        },
        "installation-source": "dist",
        "notification-url": "https://packages.drupal.org/8/downloads",
        "license": [
            "GPL-2.0-or-later"
        ],
        "authors": [
            {
                "name": "alexpott",
                "homepage": "https://www.drupal.org/user/157725"
            }
        ],
        "homepage": "https://www.drupal.org/project/config_installer",
        "support": {
            "source": "http://cgit.drupalcode.org/config_installer"
        }
    },
    {
        "name": "drupal/config_update",
        "version": "1.5.0",
        "version_normalized": "1.5.0.0",
        "source": {
            "type": "git",
            "url": "https://git.drupal.org/project/config_update",
            "reference": "8.x-1.5"
        },
        "dist": {
            "type": "zip",
            "url": "https://ftp.drupal.org/files/projects/config_update-8.x-1.5.zip",
            "reference": "8.x-1.5",
            "shasum": "2f7ae5f90b1c0ab8edf84680d2651e81fab6a126"
        },
        "require": {
            "drupal/core": "*"
        },
        "type": "drupal-module",
        "extra": {
            "branch-alias": {
                "dev-1.x": "1.x-dev"
            },
            "drupal": {
                "version": "8.x-1.5",
                "datestamp": "1512587912",
                "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": "jhodgdon",
                "homepage": "https://www.drupal.org/user/155601"
            },
            {
                "name": "nedjo",
                "homepage": "https://www.drupal.org/user/4481"
            }
        ],
        "description": "Provides basic revert and update functionality for other modules",
        "homepage": "https://www.drupal.org/project/config_update",
        "support": {
            "source": "http://cgit.drupalcode.org/config_update"
        }
    },
bcweaver's avatar
bcweaver committed
2135 2136 2137 2138 2139 2140 2141 2142 2143 2144 2145 2146 2147 2148 2149 2150 2151 2152 2153 2154 2155 2156 2157 2158 2159 2160 2161 2162 2163 2164 2165 2166 2167 2168 2169 2170 2171 2172 2173 2174 2175 2176 2177 2178 2179 2180 2181 2182 2183 2184 2185 2186 2187 2188 2189 2190 2191 2192 2193 2194 2195 2196 2197 2198 2199 2200 2201 2202 2203 2204 2205 2206 2207 2208 2209 2210 2211 2212 2213 2214 2215 2216 2217 2218 2219 2220 2221 2222 2223 2224 2225 2226 2227 2228 2229 2230 2231 2232 2233 2234 2235 2236 2237 2238 2239 2240 2241 2242 2243 2244 2245 2246 2247 2248 2249 2250 2251 2252 2253 2254 2255 2256 2257 2258 2259 2260 2261 2262 2263 2264 2265 2266 2267 2268 2269 2270 2271 2272 2273 2274 2275 2276 2277 2278 2279 2280 2281 2282 2283 2284 2285 2286 2287 2288 2289 2290 2291 2292 2293 2294 2295 2296 2297 2298 2299 2300 2301 2302 2303 2304 2305 2306 2307 2308 2309 2310 2311 2312 2313 2314 2315 2316 2317 2318 2319 2320 2321 2322 2323 2324 2325 2326 2327 2328 2329 2330 2331 2332 2333 2334 2335 2336 2337 2338 2339 2340 2341 2342 2343 2344 2345 2346 2347 2348 2349 2350 2351 2352 2353 2354 2355 2356 2357 2358 2359 2360 2361 2362 2363 2364 2365 2366 2367 2368 2369 2370 2371 2372 2373 2374 2375 2376 2377 2378 2379 2380 2381 2382 2383 2384 2385 2386 2387 2388 2389 2390 2391 2392 2393 2394 2395 2396 2397 2398 2399 2400 2401 2402 2403 2404 2405 2406 2407 2408 2409 2410 2411 2412 2413 2414 2415 2416 2417 2418 2419 2420 2421 2422 2423 2424 2425 2426 2427 2428 2429 2430 2431 2432 2433 2434 2435 2436 2437 2438 2439 2440 2441 2442 2443 2444 2445 2446 2447 2448 2449 2450 2451 2452 2453 2454 2455 2456 2457
    {
        "name": "drupal/console",
        "version": "1.8.0",
        "version_normalized": "1.8.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/hechoendrupal/drupal-console.git",
            "reference": "368bbfa44dc6b957eb4db01977f7c39e83032d18"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/hechoendrupal/drupal-console/zipball/368bbfa44dc6b957eb4db01977f7c39e83032d18",
            "reference": "368bbfa44dc6b957eb4db01977f7c39e83032d18",
            "shasum": ""
        },
        "require": {
            "alchemy/zippy": "0.4.3",
            "composer/installers": "~1.0",
            "doctrine/annotations": "^1.2",
            "doctrine/collections": "^1.3",
            "drupal/console-core": "1.8.0",
            "drupal/console-extend-plugin": "~0",
            "guzzlehttp/guzzle": "~6.1",
            "php": "^5.5.9 || ^7.0",
            "psy/psysh": "0.6.* || ~0.8",
            "symfony/css-selector": "~2.8|~3.0",
            "symfony/dom-crawler": "~2.8|~3.0",
            "symfony/http-foundation": "~2.8|~3.0"
        },
        "suggest": {
            "symfony/thanks": "Thank your favorite PHP projects on Github using the CLI!",
            "vlucas/phpdotenv": "Loads environment variables from .env to getenv(), $_ENV and $_SERVER automagically."
        },
        "time": "2018-03-21T20:50:16+00:00",
        "bin": [
            "bin/drupal"
        ],
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Drupal\\Console\\": "src"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "GPL-2.0-or-later"
        ],
        "authors": [
            {
                "name": "David Flores",
                "email": "dmousex@gmail.com",
                "homepage": "http://dmouse.net"
            },
            {
                "name": "Jesus Manuel Olivas",
                "email": "jesus.olivas@gmail.com",
                "homepage": "http://jmolivas.com"
            },
            {
                "name": "Eduardo Garcia",
                "email": "enzo@enzolutions.com",
                "homepage": "http://enzolutions.com/"
            },
            {
                "name": "Omar Aguirre",
                "email": "omersguchigu@gmail.com"
            },
            {
                "name": "Drupal Console Contributors",
                "homepage": "https://github.com/hechoendrupal/drupal-console/graphs/contributors"
            }
        ],
        "description": "The Drupal CLI. A tool to generate boilerplate code, interact with and debug Drupal.",
        "homepage": "http://drupalconsole.com/",
        "keywords": [
            "console",
            "development",
            "drupal",
            "symfony"
        ]
    },
    {
        "name": "drupal/console-core",
        "version": "1.8.0",
        "version_normalized": "1.8.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/hechoendrupal/drupal-console-core.git",
            "reference": "bf1fb4a6f689377acec1694267f674178d28e5d1"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/hechoendrupal/drupal-console-core/zipball/bf1fb4a6f689377acec1694267f674178d28e5d1",
            "reference": "bf1fb4a6f689377acec1694267f674178d28e5d1",
            "shasum": ""
        },
        "require": {
            "dflydev/dot-access-configuration": "^1.0",
            "drupal/console-en": "1.8.0",
            "php": "^5.5.9 || ^7.0",
            "stecman/symfony-console-completion": "~0.7",
            "symfony/config": "~2.8|~3.0",
            "symfony/console": "~2.8|~3.0",
            "symfony/debug": "~2.8|~3.0",
            "symfony/dependency-injection": "~2.8|~3.0",
            "symfony/event-dispatcher": "~2.8|~3.0",
            "symfony/filesystem": "~2.8|~3.0",
            "symfony/finder": "~2.8|~3.0",
            "symfony/process": "~2.8|~3.0",
            "symfony/translation": "~2.8|~3.0",
            "symfony/yaml": "~2.8|~3.0",
            "twig/twig": "^1.23.1",
            "webflo/drupal-finder": "^1.0",
            "webmozart/path-util": "^2.3"
        },
        "time": "2018-03-21T19:33:23+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "files": [
                "src/functions.php"
            ],
            "psr-4": {
                "Drupal\\Console\\Core\\": "src"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "GPL-2.0-or-later"
        ],
        "authors": [
            {
                "name": "David Flores",
                "email": "dmousex@gmail.com",
                "homepage": "http://dmouse.net"
            },
            {
                "name": "Jesus Manuel Olivas",
                "email": "jesus.olivas@gmail.com",
                "homepage": "http://jmolivas.com"
            },
            {
                "name": "Drupal Console Contributors",
                "homepage": "https://github.com/hechoendrupal/DrupalConsole/graphs/contributors"
            },
            {
                "name": "Eduardo Garcia",
                "email": "enzo@enzolutions.com",
                "homepage": "http://enzolutions.com/"
            },
            {
                "name": "Omar Aguirre",
                "email": "omersguchigu@gmail.com"
            }
        ],
        "description": "Drupal Console Core",
        "homepage": "http://drupalconsole.com/",
        "keywords": [
            "console",
            "development",
            "drupal",
            "symfony"
        ]
    },
    {
        "name": "drupal/console-en",
        "version": "1.8.0",
        "version_normalized": "1.8.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/hechoendrupal/drupal-console-en.git",
            "reference": "ea956ddffab04f519a89858810e5f695b9def92b"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/hechoendrupal/drupal-console-en/zipball/ea956ddffab04f519a89858810e5f695b9def92b",
            "reference": "ea956ddffab04f519a89858810e5f695b9def92b",
            "shasum": ""
        },
        "time": "2018-03-21T19:16:27+00:00",
        "type": "drupal-console-language",
        "installation-source": "dist",
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "GPL-2.0-or-later"
        ],
        "authors": [
            {
                "name": "David Flores",
                "email": "dmousex@gmail.com",
                "homepage": "http://dmouse.net"
            },
            {
                "name": "Jesus Manuel Olivas",
                "email": "jesus.olivas@gmail.com",
                "homepage": "http://jmolivas.com"
            },
            {
                "name": "Drupal Console Contributors",
                "homepage": "https://github.com/hechoendrupal/DrupalConsole/graphs/contributors"
            },
            {
                "name": "Eduardo Garcia",
                "email": "enzo@enzolutions.com",
                "homepage": "http://enzolutions.com/"
            },
            {
                "name": "Omar Aguirre",
                "email": "omersguchigu@gmail.com"
            }
        ],
        "description": "Drupal Console English Language",
        "homepage": "http://drupalconsole.com/",
        "keywords": [
            "console",
            "development",
            "drupal",
            "symfony"
        ]
    },
    {
        "name": "drupal/console-extend-plugin",
        "version": "0.9.2",
        "version_normalized": "0.9.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/hechoendrupal/drupal-console-extend-plugin.git",
            "reference": "f3bac233fd305359c33e96621443b3bd065555cc"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/hechoendrupal/drupal-console-extend-plugin/zipball/f3bac233fd305359c33e96621443b3bd065555cc",
            "reference": "f3bac233fd305359c33e96621443b3bd065555cc",
            "shasum": ""
        },
        "require": {
            "composer-plugin-api": "^1.0",
            "symfony/finder": "~2.7|~3.0",
            "symfony/yaml": "~2.7|~3.0"
        },
        "time": "2017-07-28T17:11:54+00:00",
        "type": "composer-plugin",
        "extra": {
            "class": "Drupal\\Console\\Composer\\Plugin\\Extender"
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Drupal\\Console\\Composer\\Plugin\\": "src"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "GPL-2.0+"
        ],
        "authors": [
            {
                "name": "Jesus Manuel Olivas",
                "email": "jesus.olivas@gmail.com"
            }
        ],
        "description": "Drupal Console Extend Plugin"
    },
    {
        "name": "drupal/content_access",
        "version": "1.0.0-alpha1",
        "version_normalized": "1.0.0.0-alpha1",
        "source": {
            "type": "git",
            "url": "https://git.drupal.org/project/content_access",
            "reference": "8.x-1.0-alpha1"
        },
        "dist": {
            "type": "zip",
            "url": "https://ftp.drupal.org/files/projects/content_access-8.x-1.0-alpha1.zip",
            "reference": "8.x-1.0-alpha1",
            "shasum": "8ead8bd29ac8cb26731710fc03a5bde288e37bbd"
        },
        "require": {
            "drupal/core": "*"
        },
        "type": "drupal-module",
        "extra": {
            "branch-alias": {
                "dev-1.x": "1.x-dev"
            },
            "drupal": {
                "version": "8.x-1.0-alpha1",
                "datestamp": "1510069084",
                "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": "fago",
                "homepage": "https://www.drupal.org/user/16747"
            },
            {
                "name": "good_man",
                "homepage": "https://www.drupal.org/user/265439"
            },
            {
                "name": "id.tarzanych",
                "homepage": "https://www.drupal.org/user/2776543"
            }
        ],
        "description": "Provides flexible content access control.",
        "homepage": "https://www.drupal.org/project/content_access",
        "support": {
            "source": "http://cgit.drupalcode.org/content_access"
        }
    },
    {
        "name": "drupal/core",
        "version": "8.6.2",
        "version_normalized": "8.6.2.0",
bcweaver's avatar
bcweaver committed
        "source": {
            "type": "git",
            "url": "https://github.com/drupal/core.git",
            "reference": "356292934802bb1aecc478e88a3cba77442d7c62"
bcweaver's avatar
bcweaver committed
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/drupal/core/zipball/356292934802bb1aecc478e88a3cba77442d7c62",
            "reference": "356292934802bb1aecc478e88a3cba77442d7c62",
bcweaver's avatar
bcweaver committed
            "shasum": ""
        },
        "require": {
            "asm89/stack-cors": "^1.1",
            "composer/semver": "^1.0",
            "doctrine/annotations": "^1.2",
            "doctrine/common": "^2.5",
            "easyrdf/easyrdf": "^0.9",
            "egulias/email-validator": "^1.2",
            "ext-date": "*",
            "ext-dom": "*",
            "ext-filter": "*",
            "ext-gd": "*",
            "ext-hash": "*",
            "ext-json": "*",
            "ext-pcre": "*",
            "ext-pdo": "*",
            "ext-session": "*",
            "ext-simplexml": "*",
            "ext-spl": "*",
            "ext-tokenizer": "*",
            "ext-xml": "*",
            "guzzlehttp/guzzle": "^6.2.1",
            "masterminds/html5": "^2.1",
            "paragonie/random_compat": "^1.0|^2.0",
            "php": "^5.5.9|>=7.0.8",
            "stack/builder": "^1.0",
            "symfony-cmf/routing": "^1.4",
            "symfony/class-loader": "~3.4.0",
            "symfony/console": "~3.4.0",
            "symfony/dependency-injection": "~3.4.0",
            "symfony/event-dispatcher": "~3.4.0",
bcweaver's avatar
bcweaver committed
            "symfony/http-foundation": "~3.4.14",
            "symfony/http-kernel": "~3.4.14",
bcweaver's avatar
bcweaver committed
            "symfony/polyfill-iconv": "^1.0",
            "symfony/process": "~3.4.0",
            "symfony/psr-http-message-bridge": "^1.0",
            "symfony/routing": "~3.4.0",
            "symfony/serializer": "~3.4.0",
            "symfony/translation": "~3.4.0",
            "symfony/validator": "~3.4.0",
            "symfony/yaml": "~3.4.5",
            "twig/twig": "^1.35.0",
            "zendframework/zend-diactoros": "^1.1",
            "zendframework/zend-feed": "^2.4"
        },
        "conflict": {
            "drush/drush": "<8.1.10"
        },
        "replace": {
            "drupal/action": "self.version",
            "drupal/aggregator": "self.version",
            "drupal/automated_cron": "self.version",
            "drupal/ban": "self.version",
            "drupal/bartik": "self.version",
            "drupal/basic_auth": "self.version",
            "drupal/big_pipe": "self.version",
            "drupal/block": "self.version",
            "drupal/block_content": "self.version",
            "drupal/block_place": "self.version",
            "drupal/book": "self.version",
            "drupal/breakpoint": "self.version",
            "drupal/ckeditor": "self.version",
            "drupal/classy": "self.version",
            "drupal/color": "self.version",
            "drupal/comment": "self.version",
            "drupal/config": "self.version",
            "drupal/config_translation": "self.version",
            "drupal/contact": "self.version",
            "drupal/content_moderation": "self.version",
            "drupal/content_translation": "self.version",
            "drupal/contextual": "self.version",
            "drupal/core-annotation": "self.version",
            "drupal/core-assertion": "self.version",
            "drupal/core-bridge": "self.version",
            "drupal/core-class-finder": "self.version",
            "drupal/core-datetime": "self.version",
            "drupal/core-dependency-injection": "self.version",
            "drupal/core-diff": "self.version",
            "drupal/core-discovery": "self.version",
            "drupal/core-event-dispatcher": "self.version",
            "drupal/core-file-cache": "self.version",
            "drupal/core-filesystem": "self.version",
            "drupal/core-gettext": "self.version",
            "drupal/core-graph": "self.version",
            "drupal/core-http-foundation": "self.version",
            "drupal/core-php-storage": "self.version",
            "drupal/core-plugin": "self.version",
            "drupal/core-proxy-builder": "self.version",
            "drupal/core-render": "self.version",
            "drupal/core-serialization": "self.version",
            "drupal/core-transliteration": "self.version",
            "drupal/core-utility": "self.version",
            "drupal/core-uuid": "self.version",
            "drupal/datetime": "self.version",
            "drupal/datetime_range": "self.version",
            "drupal/dblog": "self.version",
            "drupal/dynamic_page_cache": "self.version",
            "drupal/editor": "self.version",
            "drupal/entity_reference": "self.version",
            "drupal/field": "self.version",
            "drupal/field_layout": "self.version",
            "drupal/field_ui": "self.version",
            "drupal/file": "self.version",
            "drupal/filter": "self.version",
            "drupal/forum": "self.version",
            "drupal/hal": "self.version",
            "drupal/help": "self.version",
            "drupal/history": "self.version",
            "drupal/image": "self.version",
            "drupal/inline_form_errors": "self.version",
            "drupal/language": "self.version",
            "drupal/layout_builder": "self.version",
            "drupal/layout_discovery": "self.version",
            "drupal/link": "self.version",
            "drupal/locale": "self.version",
            "drupal/media": "self.version",
            "drupal/media_library": "self.version",
bcweaver's avatar
bcweaver committed
            "drupal/menu_link_content": "self.version",
            "drupal/menu_ui": "self.version",
            "drupal/migrate": "self.version",
            "drupal/migrate_drupal": "self.version",
            "drupal/migrate_drupal_multilingual": "self.version",
bcweaver's avatar
bcweaver committed
            "drupal/migrate_drupal_ui": "self.version",
            "drupal/minimal": "self.version",
            "drupal/node": "self.version",
            "drupal/options": "self.version",
            "drupal/page_cache": "self.version",
            "drupal/path": "self.version",
            "drupal/quickedit": "self.version",
            "drupal/rdf": "self.version",
            "drupal/responsive_image": "self.version",
            "drupal/rest": "self.version",
            "drupal/search": "self.version",
            "drupal/serialization": "self.version",
            "drupal/settings_tray": "self.version",
            "drupal/seven": "self.version",
            "drupal/shortcut": "self.version",
            "drupal/simpletest": "self.version",
            "drupal/standard": "self.version",
            "drupal/stark": "self.version",
            "drupal/statistics": "self.version",
            "drupal/syslog": "self.version",
            "drupal/system": "self.version",
            "drupal/taxonomy": "self.version",
            "drupal/telephone": "self.version",
            "drupal/text": "self.version",
            "drupal/toolbar": "self.version",
            "drupal/tour": "self.version",
            "drupal/tracker": "self.version",
            "drupal/update": "self.version",
            "drupal/user": "self.version",
            "drupal/views": "self.version",
            "drupal/views_ui": "self.version",
            "drupal/workflows": "self.version",
            "drupal/workspaces": "self.version"
bcweaver's avatar
bcweaver committed
        },
        "require-dev": {
            "behat/mink": "1.7.x-dev",
            "behat/mink-goutte-driver": "^1.2",
            "behat/mink-selenium2-driver": "1.3.x-dev",
            "drupal/coder": "^8.2.12",
            "jcalderonzumba/gastonjs": "^1.0.2",
            "jcalderonzumba/mink-phantomjs-driver": "^0.3.1",
            "mikey179/vfsstream": "^1.2",
            "phpspec/prophecy": "^1.4",
            "phpunit/phpunit": "^4.8.35 || ^6.5",
bcweaver's avatar
bcweaver committed
            "symfony/css-selector": "^3.4.0",
            "symfony/debug": "^3.4.0",
            "symfony/phpunit-bridge": "^3.4.3"
        },
        "time": "2018-10-17T22:19:50+00:00",
bcweaver's avatar
bcweaver committed
        "type": "drupal-core",
        "extra": {
            "merge-plugin": {
                "require": [
                    "core/lib/Drupal/Component/Annotation/composer.json",
                    "core/lib/Drupal/Component/Assertion/composer.json",
                    "core/lib/Drupal/Component/Bridge/composer.json",
                    "core/lib/Drupal/Component/ClassFinder/composer.json",
                    "core/lib/Drupal/Component/Datetime/composer.json",
                    "core/lib/Drupal/Component/DependencyInjection/composer.json",
                    "core/lib/Drupal/Component/Diff/composer.json",
                    "core/lib/Drupal/Component/Discovery/composer.json",
                    "core/lib/Drupal/Component/EventDispatcher/composer.json",
                    "core/lib/Drupal/Component/FileCache/composer.json",
                    "core/lib/Drupal/Component/FileSystem/composer.json",
                    "core/lib/Drupal/Component/Gettext/composer.json",
                    "core/lib/Drupal/Component/Graph/composer.json",
                    "core/lib/Drupal/Component/HttpFoundation/composer.json",
                    "core/lib/Drupal/Component/PhpStorage/composer.json",
                    "core/lib/Drupal/Component/Plugin/composer.json",
                    "core/lib/Drupal/Component/ProxyBuilder/composer.json",
                    "core/lib/Drupal/Component/Render/composer.json",
                    "core/lib/Drupal/Component/Serialization/composer.json",
                    "core/lib/Drupal/Component/Transliteration/composer.json",
                    "core/lib/Drupal/Component/Utility/composer.json",
                    "core/lib/Drupal/Component/Uuid/composer.json"
                ],
                "recurse": false,
                "replace": false,
                "merge-extra": false
            },
            "patches_applied": {
                "2799049": "patches/role_based_email_access-2799049-d86.patch"
bcweaver's avatar
bcweaver committed
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Drupal\\Core\\": "lib/Drupal/Core",
                "Drupal\\Component\\": "lib/Drupal/Component",
                "Drupal\\Driver\\": "../drivers/lib/Drupal/Driver"
            },
            "classmap": [
                "lib/Drupal.php",
                "lib/Drupal/Component/Utility/Timer.php",
                "lib/Drupal/Component/Utility/Unicode.php",
                "lib/Drupal/Core/Database/Database.php",
                "lib/Drupal/Core/DrupalKernel.php",
                "lib/Drupal/Core/DrupalKernelInterface.php",
                "lib/Drupal/Core/Site/Settings.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "GPL-2.0-or-later"
        ],
        "description": "Drupal is an open source content management platform powering millions of websites and applications."
    },
    {
        "name": "drupal/crop",
        "version": "2.0.0-rc1",
        "version_normalized": "2.0.0.0-RC1",
        "source": {
            "type": "git",
            "url": "https://git.drupal.org/project/crop",
            "reference": "8.x-2.0-rc1"
        },
        "dist": {
            "type": "zip",
            "url": "https://ftp.drupal.org/files/projects/crop-8.x-2.0-rc1.zip",
            "reference": "8.x-2.0-rc1",
            "shasum": "ba84fa73e5c4df4caffcfa4a4cfb44c2c7d033d7"
        },
        "require": {
            "drupal/core": "*"
        },
        "type": "drupal-module",
        "extra": {
            "branch-alias": {
                "dev-2.x": "2.x-dev"
            },
            "drupal": {
                "version": "8.x-2.0-rc1",
                "datestamp": "1516298515",
                "security-coverage": {
                    "status": "not-covered",
                    "message": "RC releases are not covered by Drupal security advisories."
                }
            }
        },
        "installation-source": "dist",
        "notification-url": "https://packages.drupal.org/8/downloads",
        "license": [
            "GPL-2.0+"
        ],
        "authors": [
            {
                "name": "Drupal Media Team",
                "homepage": "https://www.drupal.org/user/3260690"
            },
            {
                "name": "slashrsm",
                "homepage": "https://www.drupal.org/user/744628"
            },
            {
                "name": "woprrr",
                "homepage": "https://www.drupal.org/user/858604"
            }
        ],
        "description": "Provides storage and API for image crops.",
        "homepage": "https://www.drupal.org/project/crop",
        "support": {
            "source": "http://cgit.drupalcode.org/crop",
            "issues": "https://www.drupal.org/project/issues/crop"
        }
    },
    {
        "name": "drupal/ctools",
        "version": "3.0.0",
        "version_normalized": "3.0.0.0",
        "source": {
            "type": "git",
            "url": "https://git.drupal.org/project/ctools",
            "reference": "8.x-3.0"
        },
        "dist": {
            "type": "zip",
            "url": "https://ftp.drupal.org/files/projects/ctools-8.x-3.0.zip",
            "reference": "8.x-3.0",
            "shasum": "302e869ecd1e59fe55663673999fee2ccac5daa8"
        },
        "require": {
            "drupal/core": "~8.0"
        },
        "type": "drupal-module",
        "extra": {
            "branch-alias": {
                "dev-3.x": "3.x-dev"
            },
            "drupal": {
                "version": "8.x-3.0",
                "datestamp": "1493401742",
                "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": "Kris Vanderwater (EclipseGc)",
                "homepage": "https://www.drupal.org/u/eclipsegc",
                "role": "Maintainer"
            },
            {
                "name": "Jakob Perry (japerry)",
                "homepage": "https://www.drupal.org/u/japerry",
                "role": "Maintainer"
            },
            {
                "name": "Tim Plunkett (tim.plunkett)",
                "homepage": "https://www.drupal.org/u/timplunkett",
                "role": "Maintainer"
            },
            {
                "name": "James Gilliland (neclimdul)",
                "homepage": "https://www.drupal.org/u/neclimdul",
                "role": "Maintainer"
            },
            {
                "name": "Daniel Wehner (dawehner)",
                "homepage": "https://www.drupal.org/u/dawehner",
                "role": "Maintainer"
            },
            {
                "name": "joelpittet",
                "homepage": "https://www.drupal.org/user/160302"
            },
            {
                "name": "merlinofchaos",
                "homepage": "https://www.drupal.org/user/26979"
            },
            {
                "name": "neclimdul",
                "homepage": "https://www.drupal.org/user/48673"
            },
            {
                "name": "sdboyer",
                "homepage": "https://www.drupal.org/user/146719"
            },
            {
                "name": "sun",
                "homepage": "https://www.drupal.org/user/54136"
            },
            {
                "name": "tim.plunkett",
                "homepage": "https://www.drupal.org/user/241634"
            }
        ],
        "description": "Provides a number of utility and helper APIs for Drupal developers and site builders.",
        "homepage": "https://www.drupal.org/project/ctools",
        "support": {
            "source": "http://cgit.drupalcode.org/ctools",
            "issues": "https://www.drupal.org/project/issues/ctools"
        }
    },
    {
        "name": "drupal/ctools_views",
        "version": "3.0.0",
        "version_normalized": "3.0.0.0",
        "require": {
            "drupal/core": "*",
            "drupal/ctools": "self.version"
        },
        "type": "metapackage",
        "extra": {
            "branch-alias": {
                "dev-3.x": "3.x-dev"
            },
            "drupal": {
                "version": "8.x-3.0",
                "datestamp": "1493401742",
                "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": "EclipseGc",
                "homepage": "https://www.drupal.org/user/61203"
            },
            {
                "name": "damiankloip",
                "homepage": "https://www.drupal.org/user/1037976"
            },
            {
                "name": "dawehner",
                "homepage": "https://www.drupal.org/user/99340"
            },
            {
                "name": "esmerel",
                "homepage": "https://www.drupal.org/user/164022"
            },
            {
                "name": "japerry",
                "homepage": "https://www.drupal.org/user/45640"
            },
            {
                "name": "joelpittet",
                "homepage": "https://www.drupal.org/user/160302"
            },
            {
                "name": "merlinofchaos",
                "homepage": "https://www.drupal.org/user/26979"
            },
            {
                "name": "neclimdul",
                "homepage": "https://www.drupal.org/user/48673"
            },
            {
                "name": "sdboyer",
                "homepage": "https://www.drupal.org/user/146719"
            },
            {
                "name": "sun",
                "homepage": "https://www.drupal.org/user/54136"
            },
            {
                "name": "tim.plunkett",
                "homepage": "https://www.drupal.org/user/241634"
            }
        ],
        "description": "A set of improvements to the core Views code that allows for greater control over Blocks.",
        "homepage": "https://www.drupal.org/project/ctools",
        "support": {
            "source": "http://cgit.drupalcode.org/ctools"
        }
    },
    {
        "name": "drupal/devel",
        "version": "1.2.0",
        "version_normalized": "1.2.0.0",
bcweaver's avatar
bcweaver committed
        "source": {
            "type": "git",
            "url": "https://git.drupal.org/project/devel",
            "reference": "8.x-1.2"
bcweaver's avatar
bcweaver committed
        },
        "dist": {
            "type": "zip",
            "url": "https://ftp.drupal.org/files/projects/devel-8.x-1.2.zip",
            "reference": "8.x-1.2",
            "shasum": "01f3349ef75f6e21fceef24be9d3d6506ca29647"
bcweaver's avatar
bcweaver committed
        },
        "require": {
            "drupal/core": "~8.0"
        },
        "suggest": {
            "symfony/var-dumper": "Pretty print complex values better with var-dumper available"
        },
        "type": "drupal-module",
        "extra": {
            "branch-alias": {
                "dev-1.x": "1.x-dev"
            },
            "drupal": {
                "version": "8.x-1.2",
                "datestamp": "1507197844",
bcweaver's avatar
bcweaver committed
                "security-coverage": {
                    "status": "covered",
                    "message": "Covered by Drupal's security advisory policy"
bcweaver's avatar
bcweaver committed
                }
            }
        },
        "installation-source": "dist",
        "notification-url": "https://packages.drupal.org/8/downloads",
        "license": [
            "GPL-2.0+"
        ],
        "authors": [
            {
                "name": "Moshe Weitzman",
                "homepage": "https://github.com/weitzman",
                "email": "weitzman@tejasa.com",
                "role": "Maintainer"
            },
            {
                "name": "Hans Salvisberg",
                "homepage": "https://www.drupal.org/u/salvis",
                "email": "drupal@salvisberg.com",
                "role": "Maintainer"
            },
            {
                "name": "Luca Lusso",
                "homepage": "https://www.drupal.org/u/lussoluca",
                "role": "Maintainer"
            },
            {
                "name": "Marco (willzyx)",
                "homepage": "https://www.drupal.org/u/willzyx",
                "role": "Maintainer"
            },
            {
                "name": "See contributors",
                "homepage": "https://www.drupal.org/node/3236/committers"
            },
            {
                "name": "salvis",
                "homepage": "https://www.drupal.org/user/82964"
            },