installed.json 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365
  1. {
  2. "packages": [
  3. {
  4. "name": "matthiasmullie/minify",
  5. "version": "1.3.66",
  6. "version_normalized": "1.3.66.0",
  7. "source": {
  8. "type": "git",
  9. "url": "https://github.com/matthiasmullie/minify.git",
  10. "reference": "45fd3b0f1dfa2c965857c6d4a470bea52adc31a6"
  11. },
  12. "dist": {
  13. "type": "zip",
  14. "url": "https://api.github.com/repos/matthiasmullie/minify/zipball/45fd3b0f1dfa2c965857c6d4a470bea52adc31a6",
  15. "reference": "45fd3b0f1dfa2c965857c6d4a470bea52adc31a6",
  16. "shasum": ""
  17. },
  18. "require": {
  19. "ext-pcre": "*",
  20. "matthiasmullie/path-converter": "~1.1",
  21. "php": ">=5.3.0"
  22. },
  23. "require-dev": {
  24. "friendsofphp/php-cs-fixer": "~2.0",
  25. "matthiasmullie/scrapbook": "dev-master",
  26. "phpunit/phpunit": ">=4.8"
  27. },
  28. "suggest": {
  29. "psr/cache-implementation": "Cache implementation to use with Minify::cache"
  30. },
  31. "time": "2021-01-06T15:18:10+00:00",
  32. "bin": [
  33. "bin/minifycss",
  34. "bin/minifyjs"
  35. ],
  36. "type": "library",
  37. "installation-source": "dist",
  38. "autoload": {
  39. "psr-4": {
  40. "MatthiasMullie\\Minify\\": "src/"
  41. }
  42. },
  43. "notification-url": "https://packagist.org/downloads/",
  44. "license": [
  45. "MIT"
  46. ],
  47. "authors": [
  48. {
  49. "name": "Matthias Mullie",
  50. "email": "minify@mullie.eu",
  51. "homepage": "http://www.mullie.eu",
  52. "role": "Developer"
  53. }
  54. ],
  55. "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.",
  56. "homepage": "http://www.minifier.org",
  57. "keywords": [
  58. "JS",
  59. "css",
  60. "javascript",
  61. "minifier",
  62. "minify"
  63. ],
  64. "support": {
  65. "issues": "https://github.com/matthiasmullie/minify/issues",
  66. "source": "https://github.com/matthiasmullie/minify/tree/1.3.66"
  67. },
  68. "funding": [
  69. {
  70. "url": "https://github.com/[user1",
  71. "type": "github"
  72. },
  73. {
  74. "url": "https://github.com/matthiasmullie] # Replace with up to 4 GitHub Sponsors-enabled usernames e.g.",
  75. "type": "github"
  76. },
  77. {
  78. "url": "https://github.com/user2",
  79. "type": "github"
  80. }
  81. ],
  82. "install-path": "../matthiasmullie/minify"
  83. },
  84. {
  85. "name": "matthiasmullie/path-converter",
  86. "version": "1.1.3",
  87. "version_normalized": "1.1.3.0",
  88. "source": {
  89. "type": "git",
  90. "url": "https://github.com/matthiasmullie/path-converter.git",
  91. "reference": "e7d13b2c7e2f2268e1424aaed02085518afa02d9"
  92. },
  93. "dist": {
  94. "type": "zip",
  95. "url": "https://api.github.com/repos/matthiasmullie/path-converter/zipball/e7d13b2c7e2f2268e1424aaed02085518afa02d9",
  96. "reference": "e7d13b2c7e2f2268e1424aaed02085518afa02d9",
  97. "shasum": ""
  98. },
  99. "require": {
  100. "ext-pcre": "*",
  101. "php": ">=5.3.0"
  102. },
  103. "require-dev": {
  104. "phpunit/phpunit": "~4.8"
  105. },
  106. "time": "2019-02-05T23:41:09+00:00",
  107. "type": "library",
  108. "installation-source": "dist",
  109. "autoload": {
  110. "psr-4": {
  111. "MatthiasMullie\\PathConverter\\": "src/"
  112. }
  113. },
  114. "notification-url": "https://packagist.org/downloads/",
  115. "license": [
  116. "MIT"
  117. ],
  118. "authors": [
  119. {
  120. "name": "Matthias Mullie",
  121. "email": "pathconverter@mullie.eu",
  122. "homepage": "http://www.mullie.eu",
  123. "role": "Developer"
  124. }
  125. ],
  126. "description": "Relative path converter",
  127. "homepage": "http://github.com/matthiasmullie/path-converter",
  128. "keywords": [
  129. "converter",
  130. "path",
  131. "paths",
  132. "relative"
  133. ],
  134. "support": {
  135. "issues": "https://github.com/matthiasmullie/path-converter/issues",
  136. "source": "https://github.com/matthiasmullie/path-converter/tree/1.1.3"
  137. },
  138. "install-path": "../matthiasmullie/path-converter"
  139. },
  140. {
  141. "name": "symfony/css-selector",
  142. "version": "v5.2.4",
  143. "version_normalized": "5.2.4.0",
  144. "source": {
  145. "type": "git",
  146. "url": "https://github.com/symfony/css-selector.git",
  147. "reference": "f65f217b3314504a1ec99c2d6ef69016bb13490f"
  148. },
  149. "dist": {
  150. "type": "zip",
  151. "url": "https://api.github.com/repos/symfony/css-selector/zipball/f65f217b3314504a1ec99c2d6ef69016bb13490f",
  152. "reference": "f65f217b3314504a1ec99c2d6ef69016bb13490f",
  153. "shasum": ""
  154. },
  155. "require": {
  156. "php": ">=7.2.5"
  157. },
  158. "time": "2021-01-27T10:01:46+00:00",
  159. "type": "library",
  160. "installation-source": "dist",
  161. "autoload": {
  162. "psr-4": {
  163. "Symfony\\Component\\CssSelector\\": ""
  164. },
  165. "exclude-from-classmap": [
  166. "/Tests/"
  167. ]
  168. },
  169. "notification-url": "https://packagist.org/downloads/",
  170. "license": [
  171. "MIT"
  172. ],
  173. "authors": [
  174. {
  175. "name": "Fabien Potencier",
  176. "email": "fabien@symfony.com"
  177. },
  178. {
  179. "name": "Jean-François Simon",
  180. "email": "jeanfrancois.simon@sensiolabs.com"
  181. },
  182. {
  183. "name": "Symfony Community",
  184. "homepage": "https://symfony.com/contributors"
  185. }
  186. ],
  187. "description": "Converts CSS selectors to XPath expressions",
  188. "homepage": "https://symfony.com",
  189. "support": {
  190. "source": "https://github.com/symfony/css-selector/tree/v5.2.4"
  191. },
  192. "funding": [
  193. {
  194. "url": "https://symfony.com/sponsor",
  195. "type": "custom"
  196. },
  197. {
  198. "url": "https://github.com/fabpot",
  199. "type": "github"
  200. },
  201. {
  202. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  203. "type": "tidelift"
  204. }
  205. ],
  206. "install-path": "../symfony/css-selector"
  207. },
  208. {
  209. "name": "voku/html-min",
  210. "version": "4.4.8",
  211. "version_normalized": "4.4.8.0",
  212. "source": {
  213. "type": "git",
  214. "url": "https://github.com/voku/HtmlMin.git",
  215. "reference": "4f700584abd70b308b7d06b8e4cfcc31711faaf9"
  216. },
  217. "dist": {
  218. "type": "zip",
  219. "url": "https://api.github.com/repos/voku/HtmlMin/zipball/4f700584abd70b308b7d06b8e4cfcc31711faaf9",
  220. "reference": "4f700584abd70b308b7d06b8e4cfcc31711faaf9",
  221. "shasum": ""
  222. },
  223. "require": {
  224. "ext-dom": "*",
  225. "php": ">=7.0.0",
  226. "voku/simple_html_dom": "~4.7.23"
  227. },
  228. "require-dev": {
  229. "phpunit/phpunit": "~6.0 || ~7.0"
  230. },
  231. "time": "2020-08-11T22:13:23+00:00",
  232. "type": "library",
  233. "installation-source": "dist",
  234. "autoload": {
  235. "psr-4": {
  236. "voku\\": "src/voku/"
  237. }
  238. },
  239. "notification-url": "https://packagist.org/downloads/",
  240. "license": [
  241. "MIT"
  242. ],
  243. "authors": [
  244. {
  245. "name": "Lars Moelleken",
  246. "homepage": "http://www.moelleken.org/"
  247. }
  248. ],
  249. "description": "HTML Compressor and Minifier",
  250. "homepage": "https://github.com/voku/HtmlMin",
  251. "keywords": [
  252. "compress",
  253. "compression",
  254. "compressor",
  255. "html",
  256. "minifier"
  257. ],
  258. "support": {
  259. "issues": "https://github.com/voku/HtmlMin/issues",
  260. "source": "https://github.com/voku/HtmlMin/tree/master"
  261. },
  262. "funding": [
  263. {
  264. "url": "https://www.paypal.me/moelleken",
  265. "type": "custom"
  266. },
  267. {
  268. "url": "https://github.com/voku",
  269. "type": "github"
  270. },
  271. {
  272. "url": "https://www.patreon.com/voku",
  273. "type": "patreon"
  274. }
  275. ],
  276. "install-path": "../voku/html-min"
  277. },
  278. {
  279. "name": "voku/simple_html_dom",
  280. "version": "4.7.29",
  281. "version_normalized": "4.7.29.0",
  282. "source": {
  283. "type": "git",
  284. "url": "https://github.com/voku/simple_html_dom.git",
  285. "reference": "079067c704b714b7c2813971297bb340307813e7"
  286. },
  287. "dist": {
  288. "type": "zip",
  289. "url": "https://api.github.com/repos/voku/simple_html_dom/zipball/079067c704b714b7c2813971297bb340307813e7",
  290. "reference": "079067c704b714b7c2813971297bb340307813e7",
  291. "shasum": ""
  292. },
  293. "require": {
  294. "ext-dom": "*",
  295. "ext-libxml": "*",
  296. "ext-simplexml": "*",
  297. "php": ">=7.0.0",
  298. "symfony/css-selector": "~3.0 || ~4.0 || ~5.0"
  299. },
  300. "require-dev": {
  301. "phpunit/phpunit": "~6.0 || ~7.0 || ~9.0"
  302. },
  303. "suggest": {
  304. "voku/portable-utf8": "If you need e.g. UTF-8 fixed output."
  305. },
  306. "time": "2021-03-29T14:56:56+00:00",
  307. "type": "library",
  308. "installation-source": "dist",
  309. "autoload": {
  310. "psr-4": {
  311. "voku\\helper\\": "src/voku/helper/"
  312. }
  313. },
  314. "notification-url": "https://packagist.org/downloads/",
  315. "license": [
  316. "MIT"
  317. ],
  318. "authors": [
  319. {
  320. "name": "dimabdc",
  321. "email": "support@titor.ru",
  322. "homepage": "http://github.com/dimabdc",
  323. "role": "Developer"
  324. },
  325. {
  326. "name": "Lars Moelleken",
  327. "homepage": "http://www.moelleken.org/",
  328. "role": "Developer"
  329. }
  330. ],
  331. "description": "Simple HTML DOM package.",
  332. "homepage": "http://simplehtmldom.sourceforge.net/",
  333. "keywords": [
  334. "HTML Parser",
  335. "dom",
  336. "php dom"
  337. ],
  338. "support": {
  339. "issues": "https://github.com/voku/simple_html_dom/issues",
  340. "source": "https://github.com/voku/simple_html_dom/tree/4.7.29"
  341. },
  342. "funding": [
  343. {
  344. "url": "https://www.paypal.me/moelleken",
  345. "type": "custom"
  346. },
  347. {
  348. "url": "https://github.com/voku",
  349. "type": "github"
  350. },
  351. {
  352. "url": "https://www.patreon.com/voku",
  353. "type": "patreon"
  354. },
  355. {
  356. "url": "https://tidelift.com/funding/github/packagist/voku/simple_html_dom",
  357. "type": "tidelift"
  358. }
  359. ],
  360. "install-path": "../voku/simple_html_dom"
  361. }
  362. ],
  363. "dev": true,
  364. "dev-package-names": []
  365. }