-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.lock
145 lines (145 loc) · 5.1 KB
/
composer.lock
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
{
"_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": "689ae3e6c0d5a4595825429899185dc2",
"packages": [
{
"name": "deruli/html-minifier",
"version": "0.5.2",
"source": {
"type": "git",
"url": "https://github.com/derUli/html-minifier.git",
"reference": "f47527ccd3ed8ffe461dccb660f5477d7f4be314"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/derUli/html-minifier/zipball/f47527ccd3ed8ffe461dccb660f5477d7f4be314",
"reference": "f47527ccd3ed8ffe461dccb660f5477d7f4be314",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"require-dev": {
"satooshi/php-coveralls": "v2.0.0"
},
"type": "library",
"autoload": {
"psr-0": {
"zz": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Google inc",
"homepage": "http://www.chromium.org/blink",
"role": "Author"
},
{
"name": "zaininnari",
"homepage": "https://github.com/zaininnari/",
"role": "Developer"
},
{
"name": "raivisdejus",
"homepage": "https://github.com/raivisdejus/",
"role": "Developer"
},
{
"name": "derUli",
"homepage": "https://github.com/derUli/",
"role": "Developer"
}
],
"description": "The Blink HTMLTokenizer ported to PHP. Fork by derUli.",
"homepage": "https://github.com/derUli/html-minifier",
"keywords": [
"Blink",
"HTML minify",
"php"
],
"support": {
"source": "https://github.com/derUli/html-minifier/tree/0.5.2"
},
"time": "2023-01-05T13:00:22+00:00"
},
{
"name": "mf2/mf2",
"version": "v0.5.0",
"source": {
"type": "git",
"url": "https://github.com/microformats/php-mf2.git",
"reference": "ddc56de6be62ed4a21f569de9b80e17af678ca50"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/microformats/php-mf2/zipball/ddc56de6be62ed4a21f569de9b80e17af678ca50",
"reference": "ddc56de6be62ed4a21f569de9b80e17af678ca50",
"shasum": ""
},
"require": {
"php": ">=5.6.0"
},
"require-dev": {
"dealerdirect/phpcodesniffer-composer-installer": "^0.7",
"mf2/tests": "dev-master#e9e2b905821ba0a5b59dab1a8eaf40634ce9cd49",
"phpcompatibility/php-compatibility": "^9.3",
"phpunit/phpunit": "^5.7",
"squizlabs/php_codesniffer": "^3.6.2"
},
"suggest": {
"barnabywalters/mf-cleaner": "To more easily handle the canonical data php-mf2 gives you",
"masterminds/html5": "Alternative HTML parser for PHP, for better HTML5 support."
},
"bin": [
"bin/fetch-mf2",
"bin/parse-mf2"
],
"type": "library",
"autoload": {
"files": [
"Mf2/Parser.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"CC0-1.0"
],
"authors": [
{
"name": "Barnaby Walters",
"homepage": "http://waterpigs.co.uk"
}
],
"description": "A pure, generic microformats2 parser — makes HTML as easy to consume as a JSON API",
"keywords": [
"html",
"microformats",
"microformats 2",
"parser",
"semantic"
],
"support": {
"issues": "https://github.com/microformats/php-mf2/issues",
"source": "https://github.com/microformats/php-mf2/tree/v0.5.0"
},
"time": "2022-02-10T01:05:27+00:00"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": [],
"prefer-stable": false,
"prefer-lowest": false,
"platform": [],
"platform-dev": [],
"plugin-api-version": "2.6.0"
}