| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365 |
- {
- "packages": [
- {
- "name": "matthiasmullie/minify",
- "version": "1.3.66",
- "version_normalized": "1.3.66.0",
- "source": {
- "type": "git",
- "url": "https://github.com/matthiasmullie/minify.git",
- "reference": "45fd3b0f1dfa2c965857c6d4a470bea52adc31a6"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/matthiasmullie/minify/zipball/45fd3b0f1dfa2c965857c6d4a470bea52adc31a6",
- "reference": "45fd3b0f1dfa2c965857c6d4a470bea52adc31a6",
- "shasum": ""
- },
- "require": {
- "ext-pcre": "*",
- "matthiasmullie/path-converter": "~1.1",
- "php": ">=5.3.0"
- },
- "require-dev": {
- "friendsofphp/php-cs-fixer": "~2.0",
- "matthiasmullie/scrapbook": "dev-master",
- "phpunit/phpunit": ">=4.8"
- },
- "suggest": {
- "psr/cache-implementation": "Cache implementation to use with Minify::cache"
- },
- "time": "2021-01-06T15:18:10+00:00",
- "bin": [
- "bin/minifycss",
- "bin/minifyjs"
- ],
- "type": "library",
- "installation-source": "dist",
- "autoload": {
- "psr-4": {
- "MatthiasMullie\\Minify\\": "src/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Matthias Mullie",
- "email": "minify@mullie.eu",
- "homepage": "http://www.mullie.eu",
- "role": "Developer"
- }
- ],
- "description": "CSS & JavaScript minifier, in PHP. Removes whitespace, strips comments, combines files (incl. @import statements and small assets in CSS files), and optimizes/shortens a few common programming patterns.",
- "homepage": "http://www.minifier.org",
- "keywords": [
- "JS",
- "css",
- "javascript",
- "minifier",
- "minify"
- ],
- "support": {
- "issues": "https://github.com/matthiasmullie/minify/issues",
- "source": "https://github.com/matthiasmullie/minify/tree/1.3.66"
- },
- "funding": [
- {
- "url": "https://github.com/[user1",
- "type": "github"
- },
- {
- "url": "https://github.com/matthiasmullie] # Replace with up to 4 GitHub Sponsors-enabled usernames e.g.",
- "type": "github"
- },
- {
- "url": "https://github.com/user2",
- "type": "github"
- }
- ],
- "install-path": "../matthiasmullie/minify"
- },
- {
- "name": "matthiasmullie/path-converter",
- "version": "1.1.3",
- "version_normalized": "1.1.3.0",
- "source": {
- "type": "git",
- "url": "https://github.com/matthiasmullie/path-converter.git",
- "reference": "e7d13b2c7e2f2268e1424aaed02085518afa02d9"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/matthiasmullie/path-converter/zipball/e7d13b2c7e2f2268e1424aaed02085518afa02d9",
- "reference": "e7d13b2c7e2f2268e1424aaed02085518afa02d9",
- "shasum": ""
- },
- "require": {
- "ext-pcre": "*",
- "php": ">=5.3.0"
- },
- "require-dev": {
- "phpunit/phpunit": "~4.8"
- },
- "time": "2019-02-05T23:41:09+00:00",
- "type": "library",
- "installation-source": "dist",
- "autoload": {
- "psr-4": {
- "MatthiasMullie\\PathConverter\\": "src/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Matthias Mullie",
- "email": "pathconverter@mullie.eu",
- "homepage": "http://www.mullie.eu",
- "role": "Developer"
- }
- ],
- "description": "Relative path converter",
- "homepage": "http://github.com/matthiasmullie/path-converter",
- "keywords": [
- "converter",
- "path",
- "paths",
- "relative"
- ],
- "support": {
- "issues": "https://github.com/matthiasmullie/path-converter/issues",
- "source": "https://github.com/matthiasmullie/path-converter/tree/1.1.3"
- },
- "install-path": "../matthiasmullie/path-converter"
- },
- {
- "name": "symfony/css-selector",
- "version": "v5.2.4",
- "version_normalized": "5.2.4.0",
- "source": {
- "type": "git",
- "url": "https://github.com/symfony/css-selector.git",
- "reference": "f65f217b3314504a1ec99c2d6ef69016bb13490f"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/symfony/css-selector/zipball/f65f217b3314504a1ec99c2d6ef69016bb13490f",
- "reference": "f65f217b3314504a1ec99c2d6ef69016bb13490f",
- "shasum": ""
- },
- "require": {
- "php": ">=7.2.5"
- },
- "time": "2021-01-27T10:01:46+00:00",
- "type": "library",
- "installation-source": "dist",
- "autoload": {
- "psr-4": {
- "Symfony\\Component\\CssSelector\\": ""
- },
- "exclude-from-classmap": [
- "/Tests/"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Fabien Potencier",
- "email": "fabien@symfony.com"
- },
- {
- "name": "Jean-François Simon",
- "email": "jeanfrancois.simon@sensiolabs.com"
- },
- {
- "name": "Symfony Community",
- "homepage": "https://symfony.com/contributors"
- }
- ],
- "description": "Converts CSS selectors to XPath expressions",
- "homepage": "https://symfony.com",
- "support": {
- "source": "https://github.com/symfony/css-selector/tree/v5.2.4"
- },
- "funding": [
- {
- "url": "https://symfony.com/sponsor",
- "type": "custom"
- },
- {
- "url": "https://github.com/fabpot",
- "type": "github"
- },
- {
- "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
- "type": "tidelift"
- }
- ],
- "install-path": "../symfony/css-selector"
- },
- {
- "name": "voku/html-min",
- "version": "4.4.8",
- "version_normalized": "4.4.8.0",
- "source": {
- "type": "git",
- "url": "https://github.com/voku/HtmlMin.git",
- "reference": "4f700584abd70b308b7d06b8e4cfcc31711faaf9"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/voku/HtmlMin/zipball/4f700584abd70b308b7d06b8e4cfcc31711faaf9",
- "reference": "4f700584abd70b308b7d06b8e4cfcc31711faaf9",
- "shasum": ""
- },
- "require": {
- "ext-dom": "*",
- "php": ">=7.0.0",
- "voku/simple_html_dom": "~4.7.23"
- },
- "require-dev": {
- "phpunit/phpunit": "~6.0 || ~7.0"
- },
- "time": "2020-08-11T22:13:23+00:00",
- "type": "library",
- "installation-source": "dist",
- "autoload": {
- "psr-4": {
- "voku\\": "src/voku/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Lars Moelleken",
- "homepage": "http://www.moelleken.org/"
- }
- ],
- "description": "HTML Compressor and Minifier",
- "homepage": "https://github.com/voku/HtmlMin",
- "keywords": [
- "compress",
- "compression",
- "compressor",
- "html",
- "minifier"
- ],
- "support": {
- "issues": "https://github.com/voku/HtmlMin/issues",
- "source": "https://github.com/voku/HtmlMin/tree/master"
- },
- "funding": [
- {
- "url": "https://www.paypal.me/moelleken",
- "type": "custom"
- },
- {
- "url": "https://github.com/voku",
- "type": "github"
- },
- {
- "url": "https://www.patreon.com/voku",
- "type": "patreon"
- }
- ],
- "install-path": "../voku/html-min"
- },
- {
- "name": "voku/simple_html_dom",
- "version": "4.7.29",
- "version_normalized": "4.7.29.0",
- "source": {
- "type": "git",
- "url": "https://github.com/voku/simple_html_dom.git",
- "reference": "079067c704b714b7c2813971297bb340307813e7"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/voku/simple_html_dom/zipball/079067c704b714b7c2813971297bb340307813e7",
- "reference": "079067c704b714b7c2813971297bb340307813e7",
- "shasum": ""
- },
- "require": {
- "ext-dom": "*",
- "ext-libxml": "*",
- "ext-simplexml": "*",
- "php": ">=7.0.0",
- "symfony/css-selector": "~3.0 || ~4.0 || ~5.0"
- },
- "require-dev": {
- "phpunit/phpunit": "~6.0 || ~7.0 || ~9.0"
- },
- "suggest": {
- "voku/portable-utf8": "If you need e.g. UTF-8 fixed output."
- },
- "time": "2021-03-29T14:56:56+00:00",
- "type": "library",
- "installation-source": "dist",
- "autoload": {
- "psr-4": {
- "voku\\helper\\": "src/voku/helper/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "dimabdc",
- "email": "support@titor.ru",
- "homepage": "http://github.com/dimabdc",
- "role": "Developer"
- },
- {
- "name": "Lars Moelleken",
- "homepage": "http://www.moelleken.org/",
- "role": "Developer"
- }
- ],
- "description": "Simple HTML DOM package.",
- "homepage": "http://simplehtmldom.sourceforge.net/",
- "keywords": [
- "HTML Parser",
- "dom",
- "php dom"
- ],
- "support": {
- "issues": "https://github.com/voku/simple_html_dom/issues",
- "source": "https://github.com/voku/simple_html_dom/tree/4.7.29"
- },
- "funding": [
- {
- "url": "https://www.paypal.me/moelleken",
- "type": "custom"
- },
- {
- "url": "https://github.com/voku",
- "type": "github"
- },
- {
- "url": "https://www.patreon.com/voku",
- "type": "patreon"
- },
- {
- "url": "https://tidelift.com/funding/github/packagist/voku/simple_html_dom",
- "type": "tidelift"
- }
- ],
- "install-path": "../voku/simple_html_dom"
- }
- ],
- "dev": true,
- "dev-package-names": []
- }
|