PluginProbe ʕ •ᴥ•ʔ
Independent Analytics – WordPress Analytics Plugin / 1.18
Independent Analytics – WordPress Analytics Plugin v1.18
2.15.0 2.14.10 trunk 1.1 1.10 1.10.1 1.11 1.12 1.13 1.14 1.15 1.16 1.17 1.17.1 1.17.2 1.17.3 1.17.4 1.18 1.18.1 1.19.0 1.19.1 1.2 1.20.0 1.21.0 1.22.0 1.22.1 1.23.0 1.23.1 1.24.0 1.24.1 1.25.0 1.25.1 1.26.0 1.27.0 1.28.0 1.28.1 1.28.2 1.28.3 1.29.0 1.3 1.30.0 1.30.1 1.4 1.5 1.6 1.7 1.8 1.9 2.0.0 2.0.1 2.1.4 2.1.5 2.1.6 2.10.0 2.10.1 2.10.2 2.10.3 2.10.4 2.11.0 2.11.1 2.11.10 2.11.2 2.11.3 2.11.4 2.11.5 2.11.6 2.11.7 2.11.8 2.11.9 2.12.0 2.12.1 2.12.2 2.13.1 2.13.2 2.13.5 2.13.6 2.14.0 2.14.1 2.14.2 2.14.4 2.14.6 2.14.7 2.14.8 2.14.9 2.2.0 2.2.1 2.3.1 2.3.2 2.4.2 2.4.3 2.5.0 2.5.1 2.6.0 2.6.1 2.6.2 2.6.3 2.6.4 2.7.0 2.7.1 2.7.2 2.7.3 2.8.2 2.8.3 2.8.4 2.8.5 2.8.6 2.8.7 2.8.8 2.8.9 2.9.2 2.9.3 2.9.4 2.9.5 2.9.6 2.9.7
independent-analytics / vendor / composer / installed.json
independent-analytics / vendor / composer Last commit date
ClassLoader.php 3 years ago InstalledVersions.php 3 years ago LICENSE 3 years ago autoload_classmap.php 3 years ago autoload_namespaces.php 3 years ago autoload_psr4.php 3 years ago autoload_real.php 3 years ago autoload_static.php 3 years ago installed.json 3 years ago installed.php 3 years ago platform_check.php 3 years ago
installed.json
659 lines
1 {
2 "packages": [
3 {
4 "name": "dompdf\/dompdf",
5 "version": "v2.0.1",
6 "version_normalized": "2.0.1.0",
7 "source": {
8 "type": "git",
9 "url": "https:\/\/github.com\/dompdf\/dompdf.git",
10 "reference": "c5310df0e22c758c85ea5288175fc6cd777bc085"
11 },
12 "dist": {
13 "type": "zip",
14 "url": "https:\/\/api.github.com\/repos\/dompdf\/dompdf\/zipball\/c5310df0e22c758c85ea5288175fc6cd777bc085",
15 "reference": "c5310df0e22c758c85ea5288175fc6cd777bc085",
16 "shasum": ""
17 },
18 "require": {
19 "ext-dom": "*",
20 "ext-mbstring": "*",
21 "masterminds\/html5": "^2.0",
22 "phenx\/php-font-lib": ">=0.5.4 <1.0.0",
23 "phenx\/php-svg-lib": ">=0.3.3 <1.0.0",
24 "php": "^7.1 || ^8.0"
25 },
26 "require-dev": {
27 "ext-json": "*",
28 "ext-zip": "*",
29 "mockery\/mockery": "^1.3",
30 "phpunit\/phpunit": "^7.5 || ^8 || ^9",
31 "squizlabs\/php_codesniffer": "^3.5"
32 },
33 "suggest": {
34 "ext-gd": "Needed to process images",
35 "ext-gmagick": "Improves image processing performance",
36 "ext-imagick": "Improves image processing performance",
37 "ext-zlib": "Needed for pdf stream compression"
38 },
39 "time": "2022-09-22T13:43:41+00:00",
40 "type": "library",
41 "installation-source": "dist",
42 "autoload": {
43 "psr-4": {
44 "IAWP\\Dompdf\\": "src\/"
45 },
46 "classmap": [
47 "lib\/"
48 ]
49 },
50 "notification-url": "https:\/\/packagist.org\/downloads\/",
51 "license": [
52 "LGPL-2.1"
53 ],
54 "authors": [
55 {
56 "name": "The Dompdf Community",
57 "homepage": "https:\/\/github.com\/dompdf\/dompdf\/blob\/master\/AUTHORS.md"
58 }
59 ],
60 "description": "DOMPDF is a CSS 2.1 compliant HTML to PDF converter",
61 "homepage": "https:\/\/github.com\/dompdf\/dompdf",
62 "support": {
63 "issues": "https:\/\/github.com\/dompdf\/dompdf\/issues",
64 "source": "https:\/\/github.com\/dompdf\/dompdf\/tree\/v2.0.1"
65 },
66 "install-path": "..\/dompdf\/dompdf"
67 },
68 {
69 "name": "league\/plates",
70 "version": "v3.4.0",
71 "version_normalized": "3.4.0.0",
72 "source": {
73 "type": "git",
74 "url": "https:\/\/github.com\/thephpleague\/plates.git",
75 "reference": "6d3ee31199b536a4e003b34a356ca20f6f75496a"
76 },
77 "dist": {
78 "type": "zip",
79 "url": "https:\/\/api.github.com\/repos\/thephpleague\/plates\/zipball\/6d3ee31199b536a4e003b34a356ca20f6f75496a",
80 "reference": "6d3ee31199b536a4e003b34a356ca20f6f75496a",
81 "shasum": ""
82 },
83 "require": {
84 "php": "^7.0|^8.0"
85 },
86 "require-dev": {
87 "mikey179\/vfsstream": "^1.6",
88 "phpunit\/phpunit": "^9.5",
89 "squizlabs\/php_codesniffer": "^3.5"
90 },
91 "time": "2020-12-25T05:00:37+00:00",
92 "type": "library",
93 "extra": {
94 "branch-alias": {
95 "dev-master": "3.0-dev"
96 }
97 },
98 "installation-source": "dist",
99 "autoload": {
100 "psr-4": {
101 "IAWP\\League\\Plates\\": "src"
102 }
103 },
104 "notification-url": "https:\/\/packagist.org\/downloads\/",
105 "license": [
106 "MIT"
107 ],
108 "authors": [
109 {
110 "name": "Jonathan Reinink",
111 "email": "jonathan@reinink.ca",
112 "role": "Developer"
113 },
114 {
115 "name": "RJ Garcia",
116 "email": "ragboyjr@icloud.com",
117 "role": "Developer"
118 }
119 ],
120 "description": "Plates, the native PHP template system that's fast, easy to use and easy to extend.",
121 "homepage": "https:\/\/platesphp.com",
122 "keywords": [
123 "league",
124 "package",
125 "templates",
126 "templating",
127 "views"
128 ],
129 "support": {
130 "issues": "https:\/\/github.com\/thephpleague\/plates\/issues",
131 "source": "https:\/\/github.com\/thephpleague\/plates\/tree\/v3.4.0"
132 },
133 "install-path": "..\/league\/plates"
134 },
135 {
136 "name": "league\/uri",
137 "version": "6.5.0",
138 "version_normalized": "6.5.0.0",
139 "source": {
140 "type": "git",
141 "url": "https:\/\/github.com\/thephpleague\/uri.git",
142 "reference": "c68ca445abb04817d740ddd6d0b3551826ef0c5a"
143 },
144 "dist": {
145 "type": "zip",
146 "url": "https:\/\/api.github.com\/repos\/thephpleague\/uri\/zipball\/c68ca445abb04817d740ddd6d0b3551826ef0c5a",
147 "reference": "c68ca445abb04817d740ddd6d0b3551826ef0c5a",
148 "shasum": ""
149 },
150 "require": {
151 "ext-json": "*",
152 "league\/uri-interfaces": "^2.3",
153 "php": "^7.3 || ^8.0",
154 "psr\/http-message": "^1.0"
155 },
156 "conflict": {
157 "league\/uri-schemes": "^1.0"
158 },
159 "require-dev": {
160 "friendsofphp\/php-cs-fixer": "^2.19 || ^3.0",
161 "phpstan\/phpstan": "^0.12.90",
162 "phpstan\/phpstan-phpunit": "^0.12.22",
163 "phpstan\/phpstan-strict-rules": "^0.12.11",
164 "phpunit\/phpunit": "^8.0 || ^9.0",
165 "psr\/http-factory": "^1.0"
166 },
167 "suggest": {
168 "ext-fileinfo": "Needed to create Data URI from a filepath",
169 "ext-intl": "Needed to improve host validation",
170 "league\/uri-components": "Needed to easily manipulate URI objects",
171 "psr\/http-factory": "Needed to use the URI factory"
172 },
173 "time": "2021-08-27T09:54:07+00:00",
174 "type": "library",
175 "extra": {
176 "branch-alias": {
177 "dev-master": "6.x-dev"
178 }
179 },
180 "installation-source": "dist",
181 "autoload": {
182 "psr-4": {
183 "IAWP\\League\\Uri\\": "src"
184 }
185 },
186 "notification-url": "https:\/\/packagist.org\/downloads\/",
187 "license": [
188 "MIT"
189 ],
190 "authors": [
191 {
192 "name": "Ignace Nyamagana Butera",
193 "email": "nyamsprod@gmail.com",
194 "homepage": "https:\/\/nyamsprod.com"
195 }
196 ],
197 "description": "URI manipulation library",
198 "homepage": "http:\/\/uri.thephpleague.com",
199 "keywords": [
200 "data-uri",
201 "file-uri",
202 "ftp",
203 "hostname",
204 "http",
205 "https",
206 "middleware",
207 "parse_str",
208 "parse_url",
209 "psr-7",
210 "query-string",
211 "querystring",
212 "rfc3986",
213 "rfc3987",
214 "rfc6570",
215 "uri",
216 "uri-template",
217 "url",
218 "ws"
219 ],
220 "support": {
221 "docs": "https:\/\/uri.thephpleague.com",
222 "forum": "https:\/\/thephpleague.slack.com",
223 "issues": "https:\/\/github.com\/thephpleague\/uri\/issues",
224 "source": "https:\/\/github.com\/thephpleague\/uri\/tree\/6.5.0"
225 },
226 "funding": [
227 {
228 "url": "https:\/\/github.com\/sponsors\/nyamsprod",
229 "type": "github"
230 }
231 ],
232 "install-path": "..\/league\/uri"
233 },
234 {
235 "name": "league\/uri-interfaces",
236 "version": "2.3.0",
237 "version_normalized": "2.3.0.0",
238 "source": {
239 "type": "git",
240 "url": "https:\/\/github.com\/thephpleague\/uri-interfaces.git",
241 "reference": "00e7e2943f76d8cb50c7dfdc2f6dee356e15e383"
242 },
243 "dist": {
244 "type": "zip",
245 "url": "https:\/\/api.github.com\/repos\/thephpleague\/uri-interfaces\/zipball\/00e7e2943f76d8cb50c7dfdc2f6dee356e15e383",
246 "reference": "00e7e2943f76d8cb50c7dfdc2f6dee356e15e383",
247 "shasum": ""
248 },
249 "require": {
250 "ext-json": "*",
251 "php": "^7.2 || ^8.0"
252 },
253 "require-dev": {
254 "friendsofphp\/php-cs-fixer": "^2.19",
255 "phpstan\/phpstan": "^0.12.90",
256 "phpstan\/phpstan-phpunit": "^0.12.19",
257 "phpstan\/phpstan-strict-rules": "^0.12.9",
258 "phpunit\/phpunit": "^8.5.15 || ^9.5"
259 },
260 "suggest": {
261 "ext-intl": "to use the IDNA feature",
262 "symfony\/intl": "to use the IDNA feature via Symfony Polyfill"
263 },
264 "time": "2021-06-28T04:27:21+00:00",
265 "type": "library",
266 "extra": {
267 "branch-alias": {
268 "dev-master": "2.x-dev"
269 }
270 },
271 "installation-source": "dist",
272 "autoload": {
273 "psr-4": {
274 "IAWP\\League\\Uri\\": "src\/"
275 }
276 },
277 "notification-url": "https:\/\/packagist.org\/downloads\/",
278 "license": [
279 "MIT"
280 ],
281 "authors": [
282 {
283 "name": "Ignace Nyamagana Butera",
284 "email": "nyamsprod@gmail.com",
285 "homepage": "https:\/\/nyamsprod.com"
286 }
287 ],
288 "description": "Common interface for URI representation",
289 "homepage": "http:\/\/github.com\/thephpleague\/uri-interfaces",
290 "keywords": [
291 "rfc3986",
292 "rfc3987",
293 "uri",
294 "url"
295 ],
296 "support": {
297 "issues": "https:\/\/github.com\/thephpleague\/uri-interfaces\/issues",
298 "source": "https:\/\/github.com\/thephpleague\/uri-interfaces\/tree\/2.3.0"
299 },
300 "funding": [
301 {
302 "url": "https:\/\/github.com\/sponsors\/nyamsprod",
303 "type": "github"
304 }
305 ],
306 "install-path": "..\/league\/uri-interfaces"
307 },
308 {
309 "name": "masterminds\/html5",
310 "version": "2.7.6",
311 "version_normalized": "2.7.6.0",
312 "source": {
313 "type": "git",
314 "url": "https:\/\/github.com\/Masterminds\/html5-php.git",
315 "reference": "897eb517a343a2281f11bc5556d6548db7d93947"
316 },
317 "dist": {
318 "type": "zip",
319 "url": "https:\/\/api.github.com\/repos\/Masterminds\/html5-php\/zipball\/897eb517a343a2281f11bc5556d6548db7d93947",
320 "reference": "897eb517a343a2281f11bc5556d6548db7d93947",
321 "shasum": ""
322 },
323 "require": {
324 "ext-ctype": "*",
325 "ext-dom": "*",
326 "ext-libxml": "*",
327 "php": ">=5.3.0"
328 },
329 "require-dev": {
330 "phpunit\/phpunit": "^4.8.35 || ^5.7.21 || ^6 || ^7"
331 },
332 "time": "2022-08-18T16:18:26+00:00",
333 "type": "library",
334 "extra": {
335 "branch-alias": {
336 "dev-master": "2.7-dev"
337 }
338 },
339 "installation-source": "dist",
340 "autoload": {
341 "psr-4": {
342 "IAWP\\Masterminds\\": "src"
343 }
344 },
345 "notification-url": "https:\/\/packagist.org\/downloads\/",
346 "license": [
347 "MIT"
348 ],
349 "authors": [
350 {
351 "name": "Matt Butcher",
352 "email": "technosophos@gmail.com"
353 },
354 {
355 "name": "Matt Farina",
356 "email": "matt@mattfarina.com"
357 },
358 {
359 "name": "Asmir Mustafic",
360 "email": "goetas@gmail.com"
361 }
362 ],
363 "description": "An HTML5 parser and serializer.",
364 "homepage": "http:\/\/masterminds.github.io\/html5-php",
365 "keywords": [
366 "HTML5",
367 "dom",
368 "html",
369 "parser",
370 "querypath",
371 "serializer",
372 "xml"
373 ],
374 "support": {
375 "issues": "https:\/\/github.com\/Masterminds\/html5-php\/issues",
376 "source": "https:\/\/github.com\/Masterminds\/html5-php\/tree\/2.7.6"
377 },
378 "install-path": "..\/masterminds\/html5"
379 },
380 {
381 "name": "maxmind-db\/reader",
382 "version": "v1.11.0",
383 "version_normalized": "1.11.0.0",
384 "source": {
385 "type": "git",
386 "url": "https:\/\/github.com\/maxmind\/MaxMind-DB-Reader-php.git",
387 "reference": "b1f3c0699525336d09cc5161a2861268d9f2ae5b"
388 },
389 "dist": {
390 "type": "zip",
391 "url": "https:\/\/api.github.com\/repos\/maxmind\/MaxMind-DB-Reader-php\/zipball\/b1f3c0699525336d09cc5161a2861268d9f2ae5b",
392 "reference": "b1f3c0699525336d09cc5161a2861268d9f2ae5b",
393 "shasum": ""
394 },
395 "require": {
396 "php": ">=7.2"
397 },
398 "conflict": {
399 "ext-maxminddb": "<1.10.1,>=2.0.0"
400 },
401 "require-dev": {
402 "friendsofphp\/php-cs-fixer": "3.*",
403 "php-coveralls\/php-coveralls": "^2.1",
404 "phpstan\/phpstan": "*",
405 "phpunit\/phpcov": ">=6.0.0",
406 "phpunit\/phpunit": ">=8.0.0,<10.0.0",
407 "squizlabs\/php_codesniffer": "3.*"
408 },
409 "suggest": {
410 "ext-bcmath": "bcmath or gmp is required for decoding larger integers with the pure PHP decoder",
411 "ext-gmp": "bcmath or gmp is required for decoding larger integers with the pure PHP decoder",
412 "ext-maxminddb": "A C-based database decoder that provides significantly faster lookups"
413 },
414 "time": "2021-10-18T15:23:10+00:00",
415 "type": "library",
416 "installation-source": "dist",
417 "autoload": {
418 "psr-4": {
419 "IAWP\\MaxMind\\Db\\": "src\/MaxMind\/Db"
420 }
421 },
422 "notification-url": "https:\/\/packagist.org\/downloads\/",
423 "license": [
424 "Apache-2.0"
425 ],
426 "authors": [
427 {
428 "name": "Gregory J. Oschwald",
429 "email": "goschwald@maxmind.com",
430 "homepage": "https:\/\/www.maxmind.com\/"
431 }
432 ],
433 "description": "MaxMind DB Reader API",
434 "homepage": "https:\/\/github.com\/maxmind\/MaxMind-DB-Reader-php",
435 "keywords": [
436 "database",
437 "geoip",
438 "geoip2",
439 "geolocation",
440 "maxmind"
441 ],
442 "support": {
443 "issues": "https:\/\/github.com\/maxmind\/MaxMind-DB-Reader-php\/issues",
444 "source": "https:\/\/github.com\/maxmind\/MaxMind-DB-Reader-php\/tree\/v1.11.0"
445 },
446 "install-path": "..\/maxmind-db\/reader"
447 },
448 {
449 "name": "phenx\/php-font-lib",
450 "version": "0.5.4",
451 "version_normalized": "0.5.4.0",
452 "source": {
453 "type": "git",
454 "url": "https:\/\/github.com\/dompdf\/php-font-lib.git",
455 "reference": "dd448ad1ce34c63d09baccd05415e361300c35b4"
456 },
457 "dist": {
458 "type": "zip",
459 "url": "https:\/\/api.github.com\/repos\/dompdf\/php-font-lib\/zipball\/dd448ad1ce34c63d09baccd05415e361300c35b4",
460 "reference": "dd448ad1ce34c63d09baccd05415e361300c35b4",
461 "shasum": ""
462 },
463 "require": {
464 "ext-mbstring": "*"
465 },
466 "require-dev": {
467 "symfony\/phpunit-bridge": "^3 || ^4 || ^5"
468 },
469 "time": "2021-12-17T19:44:54+00:00",
470 "type": "library",
471 "installation-source": "dist",
472 "autoload": {
473 "psr-4": {
474 "IAWP\\FontLib\\": "src\/FontLib"
475 }
476 },
477 "notification-url": "https:\/\/packagist.org\/downloads\/",
478 "license": [
479 "LGPL-3.0"
480 ],
481 "authors": [
482 {
483 "name": "Fabien M\u00e9nager",
484 "email": "fabien.menager@gmail.com"
485 }
486 ],
487 "description": "A library to read, parse, export and make subsets of different types of font files.",
488 "homepage": "https:\/\/github.com\/PhenX\/php-font-lib",
489 "support": {
490 "issues": "https:\/\/github.com\/dompdf\/php-font-lib\/issues",
491 "source": "https:\/\/github.com\/dompdf\/php-font-lib\/tree\/0.5.4"
492 },
493 "install-path": "..\/phenx\/php-font-lib"
494 },
495 {
496 "name": "phenx\/php-svg-lib",
497 "version": "0.5.0",
498 "version_normalized": "0.5.0.0",
499 "source": {
500 "type": "git",
501 "url": "https:\/\/github.com\/dompdf\/php-svg-lib.git",
502 "reference": "76876c6cf3080bcb6f249d7d59705108166a6685"
503 },
504 "dist": {
505 "type": "zip",
506 "url": "https:\/\/api.github.com\/repos\/dompdf\/php-svg-lib\/zipball\/76876c6cf3080bcb6f249d7d59705108166a6685",
507 "reference": "76876c6cf3080bcb6f249d7d59705108166a6685",
508 "shasum": ""
509 },
510 "require": {
511 "ext-mbstring": "*",
512 "php": "^7.1 || ^8.0",
513 "sabberworm\/php-css-parser": "^8.4"
514 },
515 "require-dev": {
516 "phpunit\/phpunit": "^7.5 || ^8.5 || ^9.5"
517 },
518 "time": "2022-09-06T12:16:56+00:00",
519 "type": "library",
520 "installation-source": "dist",
521 "autoload": {
522 "psr-4": {
523 "IAWP\\Svg\\": "src\/Svg"
524 }
525 },
526 "notification-url": "https:\/\/packagist.org\/downloads\/",
527 "license": [
528 "LGPL-3.0"
529 ],
530 "authors": [
531 {
532 "name": "Fabien M\u00e9nager",
533 "email": "fabien.menager@gmail.com"
534 }
535 ],
536 "description": "A library to read, parse and export to PDF SVG files.",
537 "homepage": "https:\/\/github.com\/PhenX\/php-svg-lib",
538 "support": {
539 "issues": "https:\/\/github.com\/dompdf\/php-svg-lib\/issues",
540 "source": "https:\/\/github.com\/dompdf\/php-svg-lib\/tree\/0.5.0"
541 },
542 "install-path": "..\/phenx\/php-svg-lib"
543 },
544 {
545 "name": "psr\/http-message",
546 "version": "1.0.1",
547 "version_normalized": "1.0.1.0",
548 "source": {
549 "type": "git",
550 "url": "https:\/\/github.com\/php-fig\/http-message.git",
551 "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
552 },
553 "dist": {
554 "type": "zip",
555 "url": "https:\/\/api.github.com\/repos\/php-fig\/http-message\/zipball\/f6561bf28d520154e4b0ec72be95418abe6d9363",
556 "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
557 "shasum": ""
558 },
559 "require": {
560 "php": ">=5.3.0"
561 },
562 "time": "2016-08-06T14:39:51+00:00",
563 "type": "library",
564 "extra": {
565 "branch-alias": {
566 "dev-master": "1.0.x-dev"
567 }
568 },
569 "installation-source": "dist",
570 "autoload": {
571 "psr-4": {
572 "IAWP\\Psr\\Http\\Message\\": "src\/"
573 }
574 },
575 "notification-url": "https:\/\/packagist.org\/downloads\/",
576 "license": [
577 "MIT"
578 ],
579 "authors": [
580 {
581 "name": "PHP-FIG",
582 "homepage": "http:\/\/www.php-fig.org\/"
583 }
584 ],
585 "description": "Common interface for HTTP messages",
586 "homepage": "https:\/\/github.com\/php-fig\/http-message",
587 "keywords": [
588 "http",
589 "http-message",
590 "psr",
591 "psr-7",
592 "request",
593 "response"
594 ],
595 "support": {
596 "source": "https:\/\/github.com\/php-fig\/http-message\/tree\/master"
597 },
598 "install-path": "..\/psr\/http-message"
599 },
600 {
601 "name": "sabberworm\/php-css-parser",
602 "version": "8.4.0",
603 "version_normalized": "8.4.0.0",
604 "source": {
605 "type": "git",
606 "url": "https:\/\/github.com\/sabberworm\/PHP-CSS-Parser.git",
607 "reference": "e41d2140031d533348b2192a83f02d8dd8a71d30"
608 },
609 "dist": {
610 "type": "zip",
611 "url": "https:\/\/api.github.com\/repos\/sabberworm\/PHP-CSS-Parser\/zipball\/e41d2140031d533348b2192a83f02d8dd8a71d30",
612 "reference": "e41d2140031d533348b2192a83f02d8dd8a71d30",
613 "shasum": ""
614 },
615 "require": {
616 "ext-iconv": "*",
617 "php": ">=5.6.20"
618 },
619 "require-dev": {
620 "codacy\/coverage": "^1.4",
621 "phpunit\/phpunit": "^4.8.36"
622 },
623 "suggest": {
624 "ext-mbstring": "for parsing UTF-8 CSS"
625 },
626 "time": "2021-12-11T13:40:54+00:00",
627 "type": "library",
628 "installation-source": "dist",
629 "autoload": {
630 "psr-4": {
631 "IAWP\\Sabberworm\\CSS\\": "src\/"
632 }
633 },
634 "notification-url": "https:\/\/packagist.org\/downloads\/",
635 "license": [
636 "MIT"
637 ],
638 "authors": [
639 {
640 "name": "Raphael Schweikert"
641 }
642 ],
643 "description": "Parser for CSS Files written in PHP",
644 "homepage": "https:\/\/www.sabberworm.com\/blog\/2010\/6\/10\/php-css-parser",
645 "keywords": [
646 "css",
647 "parser",
648 "stylesheet"
649 ],
650 "support": {
651 "issues": "https:\/\/github.com\/sabberworm\/PHP-CSS-Parser\/issues",
652 "source": "https:\/\/github.com\/sabberworm\/PHP-CSS-Parser\/tree\/8.4.0"
653 },
654 "install-path": "..\/sabberworm\/php-css-parser"
655 }
656 ],
657 "dev": false,
658 "dev-package-names": []
659 }