UNPKG

@pegakit/pegakit

Version:

The living styleguide, pattern library, UI ToolKit, and front-end build tools that power Pega's digital web properties.

1,393 lines (1,392 loc) 61.4 kB
{ "_readme": [ "This file locks the dependencies of your project to a known state", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], "content-hash": "9c126d77f92d16003cbe1c62d0b9baf3", "packages": [ { "name": "alchemy/zippy", "version": "0.3.5", "source": { "type": "git", "url": "https://github.com/alchemy-fr/Zippy.git", "reference": "92c773f7bbe47fdb30c61dbaea3dcbf4dd13a40a" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/alchemy-fr/Zippy/zipball/92c773f7bbe47fdb30c61dbaea3dcbf4dd13a40a", "reference": "92c773f7bbe47fdb30c61dbaea3dcbf4dd13a40a", "shasum": "" }, "require": { "doctrine/collections": "~1.0", "ext-mbstring": "*", "php": ">=5.3.3", "symfony/filesystem": "^2.0.5|^3.0", "symfony/process": "^2.1|^3.0" }, "require-dev": { "ext-zip": "*", "guzzle/guzzle": "~3.0", "phpunit/phpunit": "^4.0|^5.0", "symfony/finder": "^2.0.5|^3.0" }, "suggest": { "ext-zip": "To use the ZipExtensionAdapter", "guzzle/guzzle": "To use the GuzzleTeleporter" }, "type": "library", "extra": { "branch-alias": { "dev-master": "0.2.x-dev" } }, "autoload": { "psr-4": { "Alchemy\\Zippy\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Alchemy", "email": "dev.team@alchemy.fr", "homepage": "http://www.alchemy.fr/" } ], "description": "Zippy, the archive manager companion", "keywords": [ "bzip", "compression", "tar", "zip" ], "time": "2016-02-15T22:46:40+00:00" }, { "name": "aptoma/twig-markdown", "version": "2.0.0", "source": { "type": "git", "url": "https://github.com/aptoma/twig-markdown.git", "reference": "64a9c5c7418c08faf91c4410b34bdb65fb25c23d" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/aptoma/twig-markdown/zipball/64a9c5c7418c08faf91c4410b34bdb65fb25c23d", "reference": "64a9c5c7418c08faf91c4410b34bdb65fb25c23d", "shasum": "" }, "require": { "twig/twig": "~1.12" }, "require-dev": { "codeclimate/php-test-reporter": "dev-master", "erusev/parsedown": "^1.6", "knplabs/github-api": "~1.2", "league/commonmark": "~0.5", "michelf/php-markdown": "~1", "phpunit/phpunit": "~4.0", "satooshi/php-coveralls": "~0.6" }, "suggest": { "knplabs/github-api": "Needed for using GitHub's Markdown engine provided through their API.", "michelf/php-markdown": "Original Markdown engine with MarkdownExtra." }, "type": "library", "autoload": { "psr-0": { "Aptoma": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Joris Berthelot", "email": "joris@berthelot.tel" }, { "name": "Gunnar Lium", "email": "gunnar@aptoma.com" } ], "description": "Twig extension to work with Markdown content", "keywords": [ "markdown", "twig" ], "time": "2015-10-23T20:27:08+00:00" }, { "name": "doctrine/collections", "version": "v1.4.0", "source": { "type": "git", "url": "https://github.com/doctrine/collections.git", "reference": "1a4fb7e902202c33cce8c55989b945612943c2ba" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/doctrine/collections/zipball/1a4fb7e902202c33cce8c55989b945612943c2ba", "reference": "1a4fb7e902202c33cce8c55989b945612943c2ba", "shasum": "" }, "require": { "php": "^5.6 || ^7.0" }, "require-dev": { "doctrine/coding-standard": "~0.1@dev", "phpunit/phpunit": "^5.7" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.3.x-dev" } }, "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" ], "time": "2017-01-03T10:49:41+00:00" }, { "name": "fzaninotto/faker", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/fzaninotto/Faker.git", "reference": "3366f1bcf7369e65fa2bf3d46bacf82ecc19d63f" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/fzaninotto/Faker/zipball/3366f1bcf7369e65fa2bf3d46bacf82ecc19d63f", "reference": "3366f1bcf7369e65fa2bf3d46bacf82ecc19d63f", "shasum": "" }, "require": { "php": "^5.3.3|^7.0" }, "require-dev": { "ext-intl": "*", "phpunit/phpunit": "~4.0||~5.0", "squizlabs/php_codesniffer": "~1.5" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.6.x-dev" } }, "autoload": { "psr-4": { "Faker\\": "src/Faker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "François Zaninotto" } ], "description": "Faker is a PHP library that generates fake data for you.", "keywords": [ "data", "faker", "fixtures" ], "time": "2017-04-05 15:14:56" }, { "name": "gregwar/cache", "version": "v1.0.12", "target-dir": "Gregwar/Cache", "source": { "type": "git", "url": "https://github.com/Gregwar/Cache.git", "reference": "305d0f5a12c0beecbbd7e1de236f59f39e0c0ac3" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Gregwar/Cache/zipball/305d0f5a12c0beecbbd7e1de236f59f39e0c0ac3", "reference": "305d0f5a12c0beecbbd7e1de236f59f39e0c0ac3", "shasum": "" }, "require": { "php": ">=5.3" }, "type": "library", "autoload": { "psr-0": { "Gregwar\\Cache": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Gregwar", "email": "g.passault@gmail.com" } ], "description": "A lightweight file-system cache system", "keywords": [ "cache", "caching", "file-system", "system" ], "time": "2016-09-23T08:16:04+00:00" }, { "name": "gregwar/image", "version": "dev-master", "target-dir": "Gregwar/Image", "source": { "type": "git", "url": "https://github.com/Gregwar/Image.git", "reference": "a53c77a0449eb9ee3e9cbcabcedfeb8637457670" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Gregwar/Image/zipball/a53c77a0449eb9ee3e9cbcabcedfeb8637457670", "reference": "a53c77a0449eb9ee3e9cbcabcedfeb8637457670", "shasum": "" }, "require": { "ext-gd": "*", "gregwar/cache": "^1.0.6", "php": "^5.3 || ^7.0" }, "require-dev": { "sllh/php-cs-fixer-styleci-bridge": "~1.0", "symfony/phpunit-bridge": "^2.7.4 || ^3.0" }, "suggest": { "behat/transliterator": "Transliterator provides ability to set non-latin1 pretty names" }, "type": "library", "autoload": { "psr-0": { "Gregwar\\Image": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Grégoire Passault", "email": "g.passault@gmail.com", "homepage": "http://www.gregwar.com/" } ], "description": "Image handling", "homepage": "https://github.com/Gregwar/Image", "keywords": [ "gd", "image" ], "time": "2017-03-07 18:31:22" }, { "name": "kevinlebrun/colors.php", "version": "1.0.2", "source": { "type": "git", "url": "https://github.com/kevinlebrun/colors.php.git", "reference": "6d7140aeedef46c97c2324f09b752c599ef17dac" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/kevinlebrun/colors.php/zipball/6d7140aeedef46c97c2324f09b752c599ef17dac", "reference": "6d7140aeedef46c97c2324f09b752c599ef17dac", "shasum": "" }, "require": { "php": ">=5.3.0" }, "require-dev": { "phpunit/phpunit": "3.7.*", "satooshi/php-coveralls": "1.0.*", "squizlabs/php_codesniffer": "1.*" }, "type": "library", "autoload": { "psr-0": { "Colors": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Kevin Le Brun", "email": "lebrun.k@gmail.com", "homepage": "http://kevinlebrun.fr", "role": "developer" } ], "description": "Colors for PHP CLI scripts", "homepage": "https://github.com/kevinlebrun/colors.php", "keywords": [ "cli", "color", "colors", "console", "shell" ], "time": "2016-04-12T20:58:34+00:00" }, { "name": "ksubileau/color-thief-php", "version": "v1.3.1", "source": { "type": "git", "url": "https://github.com/ksubileau/color-thief-php.git", "reference": "a673d7d3fa815c70fa4bebdee74d337e9e6944fa" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/ksubileau/color-thief-php/zipball/a673d7d3fa815c70fa4bebdee74d337e9e6944fa", "reference": "a673d7d3fa815c70fa4bebdee74d337e9e6944fa", "shasum": "" }, "require": { "php": ">=5.3.0" }, "require-dev": { "phpunit/phpunit": "~4.8|~5.7", "squizlabs/php_codesniffer": "~2.7" }, "suggest": { "ext-gd": "to use the GD image adapter.", "ext-gmagick": "to use the Gmagick image adapter.", "ext-imagick": "to use the Imagick image adapter." }, "type": "library", "autoload": { "psr-4": { "ColorThief\\": "lib/ColorThief" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "CC-BY-2.5" ], "authors": [ { "name": "Kevin Subileau", "homepage": "http://www.kevinsubileau.fr" } ], "description": "Grabs the dominant color or a representative color palette from an image.", "homepage": "http://www.kevinsubileau.fr/projets/color-thief-php", "keywords": [ "color", "dominant", "palette", "php", "thief" ], "time": "2016-12-18T03:12:25+00:00" }, { "name": "mexitek/phpcolors", "version": "v0.4", "source": { "type": "git", "url": "https://github.com/mexitek/phpColors.git", "reference": "89bf30473a68dc8845e46e9db3e536b969e18c11" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/mexitek/phpColors/zipball/89bf30473a68dc8845e46e9db3e536b969e18c11", "reference": "89bf30473a68dc8845e46e9db3e536b969e18c11", "shasum": "" }, "require": { "php": ">=5.3.0" }, "type": "library", "autoload": { "classmap": [ "src" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Arlo Carreon", "homepage": "http://arlocarreon.com", "role": "creator" } ], "description": "A series of methods that let you manipulate colors. Just incase you ever need different shades of one color on the fly.", "homepage": "http://mexitek.github.com/phpColors/", "keywords": [ "color", "css", "design", "frontend", "ui" ], "time": "2015-09-09T15:43:06+00:00" }, { "name": "michelf/php-markdown", "version": "1.7.0", "source": { "type": "git", "url": "https://github.com/michelf/php-markdown.git", "reference": "1f51cc520948f66cd2af8cbc45a5ee175e774220" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/michelf/php-markdown/zipball/1f51cc520948f66cd2af8cbc45a5ee175e774220", "reference": "1f51cc520948f66cd2af8cbc45a5ee175e774220", "shasum": "" }, "require": { "php": ">=5.3.0" }, "type": "library", "extra": { "branch-alias": { "dev-lib": "1.4.x-dev" } }, "autoload": { "psr-0": { "Michelf": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Michel Fortin", "email": "michel.fortin@michelf.ca", "homepage": "https://michelf.ca/", "role": "Developer" }, { "name": "John Gruber", "homepage": "https://daringfireball.net/" } ], "description": "PHP Markdown", "homepage": "https://michelf.ca/projects/php-markdown/", "keywords": [ "markdown" ], "time": "2016-10-29T18:58:20+00:00" }, { "name": "pattern-lab/core", "version": "dev-patch-2", "source": { "type": "git", "url": "https://github.com/rocketeerbkw/patternlab-php-core.git", "reference": "b0bf35e36c2986110204f8cb2f34533decab73bc" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/rocketeerbkw/patternlab-php-core/zipball/b0bf35e36c2986110204f8cb2f34533decab73bc", "reference": "b0bf35e36c2986110204f8cb2f34533decab73bc", "shasum": "" }, "require": { "alchemy/zippy": "^0.3", "kevinlebrun/colors.php": "^1.0", "michelf/php-markdown": "^1.6", "php": ">=5.4", "seld/jsonlint": "^1.0", "shudrum/array-finder": "^1.0", "symfony/event-dispatcher": "^3.0", "symfony/filesystem": "^3.0", "symfony/finder": "^3.0", "symfony/process": "^3.1", "symfony/yaml": "^3.0" }, "type": "library", "autoload": { "psr-0": { "PatternLab": "src/" } }, "license": [ "MIT" ], "authors": [ { "name": "Dave Olsen", "email": "dmolsen@gmail.com", "homepage": "http://dmolsen.com", "role": "Lead Developer" }, { "name": "Brad Frost", "homepage": "http://bradfrostweb.com", "role": "Creator" } ], "description": "The core functionality for Pattern Lab.", "homepage": "http://patternlab.io", "keywords": [ "atomic", "atomic design", "pattern lab", "style guide", "styleguide" ], "support": { "issues": "https://github.com/pattern-lab/patternlab-php-core/issues", "wiki": "http://patternlab.io/docs/", "source": "https://github.com/pattern-lab/patternlab-php-core/releases" }, "time": "2016-08-09 14:50:47" }, { "name": "pattern-lab/drupal-twig-components", "version": "v2.2.0", "source": { "type": "git", "url": "https://github.com/pattern-lab/plugin-drupal-twig-components.git", "reference": "3f4e2ad80051ac66950c97e6a07e08376b001614" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/pattern-lab/plugin-drupal-twig-components/zipball/3f4e2ad80051ac66950c97e6a07e08376b001614", "reference": "3f4e2ad80051ac66950c97e6a07e08376b001614", "shasum": "" }, "type": "patternlab-plugin", "extra": { "patternlab": { "dist": { "sourceDir": [ { "filters/*": "_twig-components/filters/*" }, { "functions/*": "_twig-components/functions/*" }, { "tags/*": "_twig-components/tags/*" }, { "tests/*": "_twig-components/tests/*" } ] } } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Dave Olsen", "email": "dmolsen@gmail.com", "homepage": "http://dmolsen.com", "role": "Lead Developer" } ], "description": "A collection of Twig components to be used with Drupal- and Twig-related StarterKits.", "homepage": "http://patternlab.io", "keywords": [ "drupal", "pattern lab", "twig" ], "time": "2016-09-07T19:28:17+00:00" }, { "name": "pattern-lab/patternengine-twig", "version": "dev-dev", "source": { "type": "git", "url": "https://github.com/pega-digital/patternengine-php-twig.git", "reference": "c8416b78979cc5c3f6f897a94fd4b7da87d52076" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/pega-digital/patternengine-php-twig/zipball/c8416b78979cc5c3f6f897a94fd4b7da87d52076", "reference": "c8416b78979cc5c3f6f897a94fd4b7da87d52076", "shasum": "" }, "require": { "pattern-lab/core": "dev-dev", "twig/twig": "~1.0" }, "type": "patternlab-patternengine", "extra": { "patternlab": { "config": { "lineageMatch": "{%([ ]+)?include( |\\()[&quot;\\&#039;]([A-Za-z0-9-_]+)[&quot;\\&#039;](\\))?(.*)%}", "lineageMatchKey": 3, "patternExtension": "twig", "twigDebug": false, "twigAutoescape": "html", "twigDefaultDateFormat": "", "twigDefaultIntervalFormat": "", "twigMacroExt": "macro.twig", "twigFilterExt": "filter.php", "twigFunctionExt": "function.php", "twigTagExt": "tag.php", "twigTestExt": "test.php" } } }, "autoload": { "psr-0": { "PatternLab\\PatternEngine\\Twig": "src/" } }, "license": [ "MIT" ], "authors": [ { "name": "Dave Olsen", "email": "dmolsen@gmail.com", "homepage": "http://dmolsen.com", "role": "Lead Developer" } ], "description": "Twig-based PatternEngine for Pattern Lab.", "homepage": "http://patternlab.io", "keywords": [ "pattern engine", "pattern lab", "twig" ], "support": { "issues": "https://github.com/pattern-lab/patternengine-php-twig/issues", "wiki": "http://patternlab.io/docs/", "source": "https://github.com/pattern-lab/patternengine-php-twig/releases" }, "time": "2016-10-13 17:42:17" }, { "name": "pattern-lab/plugin-data-inheritance", "version": "dev-dev", "source": { "type": "git", "url": "https://github.com/pattern-lab/plugin-php-data-inheritance.git", "reference": "17fa9111820b149fd52ec5b196924bd4d46a2205" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/pattern-lab/plugin-php-data-inheritance/zipball/17fa9111820b149fd52ec5b196924bd4d46a2205", "reference": "17fa9111820b149fd52ec5b196924bd4d46a2205", "shasum": "" }, "require": { "pattern-lab/core": "dev-dev", "php": ">=5.4" }, "type": "patternlab-plugin", "extra": { "patternlab": { "config": { "plugins": { "dataInheritance": { "enabled": true } } } } }, "autoload": { "psr-0": { "PatternLab\\DataInheritance": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Dave Olsen", "email": "dmolsen@gmail.com", "homepage": "http://dmolsen.com", "role": "Lead Developer" } ], "description": "Data inheritance based on pattern lineage for Pattern Lab.", "homepage": "http://patternlab.io", "keywords": [ "data", "inheritance", "lineage", "pattern lab" ], "time": "2016-07-07 01:49:15" }, { "name": "pattern-lab/plugin-faker", "version": "dev-dev", "source": { "type": "git", "url": "https://github.com/pattern-lab/plugin-php-faker.git", "reference": "dada8d93a47b94cdbc26d9441afe6e99f13d6dc4" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/pattern-lab/plugin-php-faker/zipball/dada8d93a47b94cdbc26d9441afe6e99f13d6dc4", "reference": "dada8d93a47b94cdbc26d9441afe6e99f13d6dc4", "shasum": "" }, "require": { "fzaninotto/faker": "^1.0.0", "pattern-lab/core": "dev-dev", "php": ">=5.4" }, "type": "patternlab-plugin", "extra": { "patternlab": { "config": { "plugins": { "faker": { "enabled": true, "locale": "en_US" } } } } }, "autoload": { "psr-0": { "PatternLab\\Faker": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Dave Olsen", "email": "dmolsen@gmail.com", "homepage": "http://dmolsen.com", "role": "Lead Developer" } ], "description": "Faker Support for Pattern Lab", "homepage": "http://patternlab.io", "keywords": [ "faker", "pattern lab" ], "time": "2016-06-30 00:29:21" }, { "name": "pattern-lab/plugin-twig-extensions", "version": "dev-develop", "source": { "type": "git", "url": "https://github.com/pega-digital/patternlab-php-twig-extensions.git", "reference": "b27452715a8a831d4944009f8fa20f23d61f605f" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/pega-digital/patternlab-php-twig-extensions/zipball/b27452715a8a831d4944009f8fa20f23d61f605f", "reference": "b27452715a8a831d4944009f8fa20f23d61f605f", "shasum": "" }, "require": { "aptoma/twig-markdown": "~2.0", "michelf/php-markdown": "~1.3", "pattern-lab/core": "*", "php": "*", "twig/extensions": "~1.2" }, "type": "patternlab-plugin", "autoload": { "psr-0": { "PatternLab\\TwigExtensions": "src/", "Drupal\\Component\\Render\\": "src/", "Drupal\\Component\\Utility\\": "src/", "Drupal\\Core\\": "src/", "Drupal\\Core\\Template\\": "src/" } }, "license": [ "MIT" ], "authors": [ { "name": "Dave Olsen", "email": "dmolsen@gmail.com", "homepage": "http://dmolsen.com", "role": "Lead Developer" } ], "description": "Twig Extensions for the PHP version of Pattern Lab", "homepage": "http://patternlab.io", "keywords": [ "pattern lab", "twig" ], "support": { "issues": "https://github.com/pattern-lab/mustachehelper-php-verbatim/issues", "wiki": "http://patternlab.io/docs/", "source": "https://github.com/pattern-lab/mustachehelper-php-verbatim/releases" }, "time": "2017-01-10 15:34:40" }, { "name": "pattern-lab/styleguidekit-assets-default", "version": "v3.4.0", "source": { "type": "git", "url": "https://github.com/pattern-lab/styleguidekit-assets-default.git", "reference": "e6017ed4b958fd01094cb2f74259299fb1f713df" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/pattern-lab/styleguidekit-assets-default/zipball/e6017ed4b958fd01094cb2f74259299fb1f713df", "reference": "e6017ed4b958fd01094cb2f74259299fb1f713df", "shasum": "" }, "type": "patternlab-styleguidekit", "extra": { "patternlab": { "dist": { "publicDir": [ { "*": "*" } ] }, "config": { "ishMinimum": "240", "ishMaximum": "2600", "ishControlsHide": [ "hay" ] } } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Dave Olsen", "email": "dmolsen@gmail.com", "homepage": "http://dmolsen.com", "role": "Lead Developer" }, { "name": "Brad Frost", "homepage": "http://bradfrostweb.com", "role": "Creator" } ], "description": "The assets for the default StyleguideKit for Pattern Lab. Contains styles and mark-up for Pattern Lab's front-end.", "homepage": "http://patternlab.io", "keywords": [ "mustache", "pattern lab", "styleguide" ], "time": "2016-12-22T15:55:50+00:00" }, { "name": "pattern-lab/styleguidekit-twig-default", "version": "v3.0.0", "source": { "type": "git", "url": "https://github.com/pattern-lab/styleguidekit-twig-default.git", "reference": "7b38bfe2fb60cde3850cfe8f4f948cdc206d7188" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/pattern-lab/styleguidekit-twig-default/zipball/7b38bfe2fb60cde3850cfe8f4f948cdc206d7188", "reference": "7b38bfe2fb60cde3850cfe8f4f948cdc206d7188", "shasum": "" }, "require": { "pattern-lab/styleguidekit-assets-default": "^3.0.0" }, "type": "patternlab-styleguidekit", "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Dave Olsen", "email": "dmolsen@gmail.com", "homepage": "http://dmolsen.com", "role": "Lead Developer" }, { "name": "Brad Frost", "homepage": "http://bradfrostweb.com", "role": "Creator" } ], "description": "The default Twig-based StyleguideKit for Pattern Lab. Contains styles and mark-up for Pattern Lab's front-end.", "homepage": "http://patternlab.io", "keywords": [ "pattern lab", "styleguide", "twig" ], "time": "2016-07-04T01:24:27+00:00" }, { "name": "phpfastcache/phpfastcache", "version": "5.0.15", "source": { "type": "git", "url": "https://github.com/PHPSocialNetwork/phpfastcache.git", "reference": "f9c09668b313dd53a6417be42e4af02649914a89" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/PHPSocialNetwork/phpfastcache/zipball/f9c09668b313dd53a6417be42e4af02649914a89", "reference": "f9c09668b313dd53a6417be42e4af02649914a89", "shasum": "" }, "require": { "ext-json": "*", "php": ">=5.5.0", "phpfastcache/phpssdb": "~1.0.0", "predis/predis": "~1.1.0", "psr/cache": "~1.0.0" }, "suggest": { "ext-apc": "*", "ext-intl": "*", "ext-mbstring": "*", "ext-memcache": "*", "ext-memcached": "*", "ext-predis": "*", "ext-redis": "*", "ext-sqlite": "*" }, "type": "library", "autoload": { "psr-4": { "phpFastCache\\": "src/phpFastCache/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Khoa Bui", "email": "khoaofgod@gmail.com", "homepage": "http://www.phpfastcache.com", "role": "Developer" }, { "name": "Georges.L", "email": "contact@geolim4.com", "homepage": "https://github.com/Geolim4", "role": "Developer" } ], "description": "PHP Cache Class - Reduce your database call using cache system. PhpFastCache handles a lot of drivers such as Apc(u), CouchBase, Mongodb, Files, (P)redis, Leveldb, Memcache(d), Ssdb, Sqlite, Wincache, Xcache, Zend Data Cache.", "homepage": "http://www.phpfastcache.com", "keywords": [ "LevelDb", "apc", "apcu", "cache", "cache class", "caching", "cookie", "couchbase", "files cache", "memcache", "memcached", "mongodb", "mysql cache", "pdo cache", "php cache", "predis", "redis", "ssdb", "wincache", "xcache", "zend", "zend data cache", "zend disk cache", "zend memory cache", "zend server" ], "time": "2017-02-04T01:09:40+00:00" }, { "name": "phpfastcache/phpssdb", "version": "1.0.0", "source": { "type": "git", "url": "https://github.com/PHPSocialNetwork/phpssdb.git", "reference": "6755b00200d28ce59cfabde2274d41b045acae98" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/PHPSocialNetwork/phpssdb/zipball/6755b00200d28ce59cfabde2274d41b045acae98", "reference": "6755b00200d28ce59cfabde2274d41b045acae98", "shasum": "" }, "require": { "php": ">=5.4.0" }, "type": "library", "autoload": { "psr-4": { "phpssdb\\": "src/phpssdb/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Khoa Bui", "email": "khoaofgod@gmail.com", "homepage": "http://www.phpfastcache.com", "role": "Developer" }, { "name": "Georges.L", "email": "contact@geolim4.com", "homepage": "https://github.com/Geolim4", "role": "Developer" } ], "description": "PHP SSDB Driver for phpFastCache", "homepage": "http://www.phpfastcache.com", "keywords": [ "cache", "driver", "ssdb" ], "time": "2016-07-02T12:58:46+00:00" }, { "name": "predis/predis", "version": "v1.1.x-dev", "source": { "type": "git", "url": "https://github.com/nrk/predis.git", "reference": "98ec0cc27efc1efab32b369962f97e29ecc0464a" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/nrk/predis/zipball/98ec0cc27efc1efab32b369962f97e29ecc0464a", "reference": "98ec0cc27efc1efab32b369962f97e29ecc0464a", "shasum": "" }, "require": { "php": ">=5.3.9" }, "require-dev": { "phpunit/phpunit": "~4.8" }, "suggest": { "ext-curl": "Allows access to Webdis when paired with phpiredis", "ext-phpiredis": "Allows faster serialization and deserialization of the Redis protocol" }, "type": "library", "autoload": { "psr-4": { "Predis\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Daniele Alessandri", "email": "suppakilla@gmail.com", "homepage": "http://clorophilla.net" } ], "description": "Flexible and feature-complete Redis client for PHP and HHVM", "homepage": "http://github.com/nrk/predis", "keywords": [ "nosql", "predis", "redis" ], "time": "2016-11-22 14:32:30" }, { "name": "psr/cache", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/php-fig/cache.git", "reference": "78c5a01ddbf11cf731f1338a4f5aba23b14d5b47" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-fig/cache/zipball/78c5a01ddbf11cf731f1338a4f5aba23b14d5b47", "reference": "78c5a01ddbf11cf731f1338a4f5aba23b14d5b47", "shasum": "" }, "require": { "php": ">=5.3.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { "Psr\\Cache\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "PHP-FIG", "homepage": "http://www.php-fig.org/" } ], "description": "Common interface for caching libraries", "keywords": [ "cache", "psr", "psr-6" ], "time": "2016-10-13 14:48:10" }, { "name": "seld/jsonlint", "version": "1.6.0", "source": { "type": "git", "url": "https://github.com/Seldaek/jsonlint.git", "reference": "791f8c594f300d246cdf01c6b3e1e19611e301d8" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Seldaek/jsonlint/zipball/791f8c594f300d246cdf01c6b3e1e19611e301d8", "reference": "791f8c594f300d246cdf01c6b3e1e19611e301d8", "shasum": "" }, "require": { "php": "^5.3 || ^7.0" }, "require-dev": { "phpunit/phpunit": "^4.5" }, "bin": [ "bin/jsonlint" ], "type": "library", "autoload": { "psr-4": { "Seld\\JsonLint\\": "src/Seld/JsonLint/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Jordi Boggiano", "email": "j.boggiano@seld.be", "homepage": "http://seld.be" } ], "description": "JSON Linter", "keywords": [ "json", "linter", "parser", "validator" ], "time": "2017-03-06T16:42:24+00:00" }, { "name": "shudrum/array-finder", "version": "v1.1.0", "source": { "type": "git", "url": "https://github.com/Shudrum/ArrayFinder.git", "reference": "42380f01017371b7a1e8e02b0bf12cb534e454d7" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Shudrum/ArrayFinder/zipball/42380f01017371b7a1e8e02b0bf12cb534e454d7", "reference": "42380f01017371b7a1e8e02b0bf12cb534e454d7", "shasum": "" }, "require": { "php": ">=5.4" }, "type": "library", "autoload": { "psr-4": { "Shudrum\\Component\\ArrayFinder\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Julien Martin", "email": "martin.julien82@gmail.com" } ], "description": "ArrayFinder component", "homepage": "https://github.com/Shudrum/ArrayFinder", "time": "2016-02-01T12:23:32+00:00" }, { "name": "symfony/event-dispatcher", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/symfony/event-dispatcher.git", "reference": "c4556af177973c51806894cb6e56e206698132d6" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/c4556af177973c51806894cb6e56e206698132d6", "reference": "c4556af177973c51806894cb6e56e206698132d6", "shasum": "" }, "require": { "php": ">=5.5.9" }, "conflict": { "symfony/dependency-injection": "<3.3" }, "require-dev": { "psr/log": "~1.0", "symfony/config": "~2.8|~3.0", "symfony/dependency-injection": "~3.3", "symfony/expression-language": "~2.8|~3.0", "symfony/stopwatch": "~2.8|~3.0" }, "suggest": { "symfony/dependency-injection": "", "symfony/http-kernel": "" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.3-dev" } }, "autoload": { "psr-4": { "Symfony\\Component\\EventDispatcher\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony EventDispatcher Component", "homepage": "https://symfony.com", "time": "2017-04-04 07:47:41" }, { "name": "symfony/filesystem", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/symfony/filesystem.git", "reference": "8de513746fdb61ad61094ee5c2bfdcd7cc7097ad" }, "dist": {