{ "_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#installing-dependencies", "This file is @generated automatically" ], "content-hash": "6da8d70b736496804cdf0eb447297b8b", "packages": [ { "name": "hexydec/cssdoc", "version": "1.1.1", "source": { "type": "git", "url": "https://github.com/hexydec/cssdoc.git", "reference": "3ebf108bb73273269f3dce1158582974646c7511" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/hexydec/cssdoc/zipball/3ebf108bb73273269f3dce1158582974646c7511", "reference": "3ebf108bb73273269f3dce1158582974646c7511", "shasum": "" }, "require": { "hexydec/tokenise": "1.0.1", "php": ">=8.0" }, "require-dev": { "phpunit/phpunit": "9.5.24" }, "type": "library", "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Will Earp", "email": "will@hexydec.com", "homepage": "https://github.com/hexydec" } ], "description": "A token based CSS Document parser and minifier written in PHP", "homepage": "https://github.com/hexydec/cssdoc", "keywords": [ "compiler", "css", "minifier", "minify", "parser", "stylesheet" ], "support": { "issues": "https://github.com/hexydec/cssdoc/issues", "source": "https://github.com/hexydec/cssdoc/tree/1.1.1" }, "time": "2023-05-15T16:49:13+00:00" }, { "name": "hexydec/htmldoc", "version": "1.8.1", "source": { "type": "git", "url": "https://github.com/hexydec/htmldoc.git", "reference": "2636850297cc189962a99c63ed78dbb66209f5ac" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/hexydec/htmldoc/zipball/2636850297cc189962a99c63ed78dbb66209f5ac", "reference": "2636850297cc189962a99c63ed78dbb66209f5ac", "shasum": "" }, "require": { "hexydec/cssdoc": "1.1.1", "hexydec/jslite": "1.0.1", "hexydec/tokenise": "1.0.1", "php": ">=8.0" }, "require-dev": { "phpunit/phpunit": "10.1.2" }, "type": "library", "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Will Earp", "email": "will@hexydec.com", "homepage": "https://github.com/hexydec" } ], "description": "A token based HTML document parser and minifier. Minify HTML documents including inline CSS, Javascript, and SVG's on the fly. Extract document text, attributes, and fragments. Full test suite.", "homepage": "https://github.com/hexydec/htmldoc", "keywords": [ "compiler", "css", "dom", "html", "javascript", "minifier", "minify", "parser", "simplehtmldom", "svg", "xml" ], "support": { "issues": "https://github.com/hexydec/htmldoc/issues", "source": "https://github.com/hexydec/htmldoc/tree/1.8.1" }, "time": "2023-05-21T14:47:23+00:00" }, { "name": "hexydec/jslite", "version": "1.0.1", "source": { "type": "git", "url": "https://github.com/hexydec/jslite.git", "reference": "c6c7051d2c52083acead468e4760c19e3f3da448" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/hexydec/jslite/zipball/c6c7051d2c52083acead468e4760c19e3f3da448", "reference": "c6c7051d2c52083acead468e4760c19e3f3da448", "shasum": "" }, "require": { "hexydec/tokenise": "1.0.1", "php": ">=8.0" }, "require-dev": { "phpunit/phpunit": "9.5.24" }, "type": "library", "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Will Earp", "email": "will@hexydec.com", "homepage": "https://github.com/hexydec" } ], "description": "A token based Javascript parser/minifier designed for compressing inline scripts on the fly, written in PHP", "homepage": "https://github.com/hexydec/jslite", "keywords": [ "JS", "compiler", "javascript", "minifier", "minify", "parser" ], "support": { "issues": "https://github.com/hexydec/jslite/issues", "source": "https://github.com/hexydec/jslite/tree/1.0.1" }, "time": "2023-05-15T16:40:47+00:00" }, { "name": "hexydec/tokenise", "version": "1.0.1", "source": { "type": "git", "url": "https://github.com/hexydec/tokenise.git", "reference": "51f2f476fabb77c0033df3fd51d6e36dae446a97" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/hexydec/tokenise/zipball/51f2f476fabb77c0033df3fd51d6e36dae446a97", "reference": "51f2f476fabb77c0033df3fd51d6e36dae446a97", "shasum": "" }, "require": { "php": ">=7.4" }, "require-dev": { "phpunit/phpunit": "9.5" }, "type": "library", "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Will Earp", "email": "will@hexydec.com", "homepage": "https://github.com/hexydec" } ], "description": "A program for performing lexical analysis, written in PHP", "support": { "issues": "https://github.com/hexydec/tokenise/issues", "source": "https://github.com/hexydec/tokenise/tree/1.0.1" }, "time": "2022-09-15T19:52:08+00:00" } ], "packages-dev": [], "aliases": [], "minimum-stability": "stable", "stability-flags": [], "prefer-stable": false, "prefer-lowest": false, "platform": [], "platform-dev": [], "plugin-api-version": "2.3.0" }