xref: /dokuwiki/vendor/composer/installed.json (revision 5484014bf7df7f7fa3bf50b64d0f95803c2f2b51)
1[
2    {
3        "name": "aziraphale/email-address-validator",
4        "version": "2.0.1",
5        "version_normalized": "2.0.1.0",
6        "source": {
7            "type": "git",
8            "url": "https://github.com/aziraphale/email-address-validator.git",
9            "reference": "fa25bc22c1c0b6491657c91473fae3e40719a650"
10        },
11        "dist": {
12            "type": "zip",
13            "url": "https://api.github.com/repos/aziraphale/email-address-validator/zipball/fa25bc22c1c0b6491657c91473fae3e40719a650",
14            "reference": "fa25bc22c1c0b6491657c91473fae3e40719a650",
15            "shasum": ""
16        },
17        "require-dev": {
18            "phpunit/phpunit": "^5.7"
19        },
20        "time": "2017-05-22T14:05:57+00:00",
21        "type": "library",
22        "installation-source": "dist",
23        "autoload": {
24            "psr-0": {
25                "EmailAddressValidator": ""
26            }
27        },
28        "notification-url": "https://packagist.org/downloads/",
29        "license": [
30            "MIT"
31        ],
32        "authors": [
33            {
34                "name": "Dave Child",
35                "email": "dave@addedbytes.com"
36            },
37            {
38                "name": "Andrew Gillard",
39                "email": "andrew@lorddeath.net"
40            }
41        ],
42        "description": "Fork of AddedBytes' PHP EmailAddressValidator script, now with Composer support!",
43        "homepage": "https://github.com/aziraphale/email-address-validator"
44    },
45    {
46        "name": "geshi/geshi",
47        "version": "dev-master",
48        "version_normalized": "9999999-dev",
49        "source": {
50            "type": "git",
51            "url": "https://github.com/GeSHi/geshi-1.0.git",
52            "reference": "3c12a7931d509c5e3557c5ed44c9a32e9c917c7d"
53        },
54        "dist": {
55            "type": "zip",
56            "url": "https://api.github.com/repos/GeSHi/geshi-1.0/zipball/3c12a7931d509c5e3557c5ed44c9a32e9c917c7d",
57            "reference": "3c12a7931d509c5e3557c5ed44c9a32e9c917c7d",
58            "shasum": ""
59        },
60        "require-dev": {
61            "phpunit/phpunit": "^5.7 || ^6.5 || ^7.5 || ^8.2"
62        },
63        "time": "2020-06-22T15:46:04+00:00",
64        "type": "library",
65        "installation-source": "source",
66        "autoload": {
67            "classmap": [
68                "src/geshi/",
69                "src/geshi.php"
70            ]
71        },
72        "notification-url": "https://packagist.org/downloads/",
73        "license": [
74            "GPL-2.0+"
75        ],
76        "authors": [
77            {
78                "name": "Benny Baumann",
79                "email": "BenBE@geshi.org",
80                "homepage": "http://blog.benny-baumann.de/",
81                "role": "Developer"
82            }
83        ],
84        "description": "Generic Syntax Highlighter",
85        "homepage": "http://qbnz.com/highlighter/"
86    },
87    {
88        "name": "marcusschwarz/lesserphp",
89        "version": "v0.5.4",
90        "version_normalized": "0.5.4.0",
91        "source": {
92            "type": "git",
93            "url": "https://github.com/MarcusSchwarz/lesserphp.git",
94            "reference": "3a0f5ae0d63cbb661b5f4afd2f96875e73b3ad7e"
95        },
96        "dist": {
97            "type": "zip",
98            "url": "https://api.github.com/repos/MarcusSchwarz/lesserphp/zipball/3a0f5ae0d63cbb661b5f4afd2f96875e73b3ad7e",
99            "reference": "3a0f5ae0d63cbb661b5f4afd2f96875e73b3ad7e",
100            "shasum": ""
101        },
102        "require-dev": {
103            "phpunit/phpunit": "~4.3"
104        },
105        "time": "2020-01-19T19:18:49+00:00",
106        "bin": [
107            "plessc"
108        ],
109        "type": "library",
110        "extra": {
111            "branch-alias": {
112                "dev-master": "0.5.1-dev"
113            }
114        },
115        "installation-source": "dist",
116        "autoload": {
117            "classmap": [
118                "lessc.inc.php"
119            ]
120        },
121        "notification-url": "https://packagist.org/downloads/",
122        "license": [
123            "MIT",
124            "GPL-3.0"
125        ],
126        "authors": [
127            {
128                "name": "Leaf Corcoran",
129                "email": "leafot@gmail.com",
130                "homepage": "http://leafo.net"
131            },
132            {
133                "name": "Marcus Schwarz",
134                "email": "github@maswaba.de",
135                "homepage": "https://www.maswaba.de"
136            }
137        ],
138        "description": "lesserphp is a compiler for LESS written in PHP based on leafo's lessphp.",
139        "homepage": "http://leafo.net/lessphp/"
140    },
141    {
142        "name": "openpsa/universalfeedcreator",
143        "version": "v1.8.3.2",
144        "version_normalized": "1.8.3.2",
145        "source": {
146            "type": "git",
147            "url": "https://github.com/flack/UniversalFeedCreator.git",
148            "reference": "906745196469b13ceefa6523ef04851a78ad10f4"
149        },
150        "dist": {
151            "type": "zip",
152            "url": "https://api.github.com/repos/flack/UniversalFeedCreator/zipball/906745196469b13ceefa6523ef04851a78ad10f4",
153            "reference": "906745196469b13ceefa6523ef04851a78ad10f4",
154            "shasum": ""
155        },
156        "require": {
157            "php": ">=5.0"
158        },
159        "require-dev": {
160            "phpunit/phpunit": "*"
161        },
162        "time": "2019-09-01T17:49:46+00:00",
163        "type": "library",
164        "installation-source": "dist",
165        "autoload": {
166            "classmap": [
167                "lib"
168            ],
169            "files": [
170                "lib/constants.php"
171            ]
172        },
173        "notification-url": "https://packagist.org/downloads/",
174        "license": [
175            "LGPL-2.1-or-later"
176        ],
177        "authors": [
178            {
179                "name": "Andreas Flack",
180                "email": "flack@contentcontrol-berlin.de",
181                "homepage": "http://www.contentcontrol-berlin.de/"
182            }
183        ],
184        "description": "RSS and Atom feed generator by Kai Blankenhorn",
185        "keywords": [
186            "atom",
187            "georss",
188            "gpx",
189            "opml",
190            "pie",
191            "rss"
192        ]
193    },
194    {
195        "name": "phpseclib/phpseclib",
196        "version": "2.0.28",
197        "version_normalized": "2.0.28.0",
198        "source": {
199            "type": "git",
200            "url": "https://github.com/phpseclib/phpseclib.git",
201            "reference": "d1ca58cf33cb21046d702ae3a7b14fdacd9f3260"
202        },
203        "dist": {
204            "type": "zip",
205            "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/d1ca58cf33cb21046d702ae3a7b14fdacd9f3260",
206            "reference": "d1ca58cf33cb21046d702ae3a7b14fdacd9f3260",
207            "shasum": ""
208        },
209        "require": {
210            "php": ">=5.3.3"
211        },
212        "require-dev": {
213            "phing/phing": "~2.7",
214            "phpunit/phpunit": "^4.8.35|^5.7|^6.0",
215            "sami/sami": "~2.0",
216            "squizlabs/php_codesniffer": "~2.0"
217        },
218        "suggest": {
219            "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.",
220            "ext-libsodium": "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.",
221            "ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.",
222            "ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations."
223        },
224        "time": "2020-07-08T09:08:33+00:00",
225        "type": "library",
226        "installation-source": "dist",
227        "autoload": {
228            "files": [
229                "phpseclib/bootstrap.php"
230            ],
231            "psr-4": {
232                "phpseclib\\": "phpseclib/"
233            }
234        },
235        "notification-url": "https://packagist.org/downloads/",
236        "license": [
237            "MIT"
238        ],
239        "authors": [
240            {
241                "name": "Jim Wigginton",
242                "email": "terrafrost@php.net",
243                "role": "Lead Developer"
244            },
245            {
246                "name": "Patrick Monnerat",
247                "email": "pm@datasphere.ch",
248                "role": "Developer"
249            },
250            {
251                "name": "Andreas Fischer",
252                "email": "bantu@phpbb.com",
253                "role": "Developer"
254            },
255            {
256                "name": "Hans-Jürgen Petrich",
257                "email": "petrich@tronic-media.com",
258                "role": "Developer"
259            },
260            {
261                "name": "Graham Campbell",
262                "email": "graham@alt-three.com",
263                "role": "Developer"
264            }
265        ],
266        "description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.",
267        "homepage": "http://phpseclib.sourceforge.net",
268        "keywords": [
269            "BigInteger",
270            "aes",
271            "asn.1",
272            "asn1",
273            "blowfish",
274            "crypto",
275            "cryptography",
276            "encryption",
277            "rsa",
278            "security",
279            "sftp",
280            "signature",
281            "signing",
282            "ssh",
283            "twofish",
284            "x.509",
285            "x509"
286        ],
287        "funding": [
288            {
289                "url": "https://github.com/terrafrost",
290                "type": "github"
291            },
292            {
293                "url": "https://www.patreon.com/phpseclib",
294                "type": "patreon"
295            },
296            {
297                "url": "https://tidelift.com/funding/github/packagist/phpseclib/phpseclib",
298                "type": "tidelift"
299            }
300        ]
301    },
302    {
303        "name": "simplepie/simplepie",
304        "version": "1.5.5",
305        "version_normalized": "1.5.5.0",
306        "source": {
307            "type": "git",
308            "url": "https://github.com/simplepie/simplepie.git",
309            "reference": "ae49e2201b6da9c808e5dac437aca356a11831b4"
310        },
311        "dist": {
312            "type": "zip",
313            "url": "https://api.github.com/repos/simplepie/simplepie/zipball/ae49e2201b6da9c808e5dac437aca356a11831b4",
314            "reference": "ae49e2201b6da9c808e5dac437aca356a11831b4",
315            "shasum": ""
316        },
317        "require": {
318            "ext-pcre": "*",
319            "ext-xml": "*",
320            "ext-xmlreader": "*",
321            "php": ">=5.6.0"
322        },
323        "require-dev": {
324            "phpunit/phpunit": "~5.4.3 || ~6.5"
325        },
326        "suggest": {
327            "ext-curl": "",
328            "ext-iconv": "",
329            "ext-intl": "",
330            "ext-mbstring": "",
331            "mf2/mf2": "Microformat module that allows for parsing HTML for microformats"
332        },
333        "time": "2020-05-01T12:23:14+00:00",
334        "type": "library",
335        "installation-source": "dist",
336        "autoload": {
337            "psr-0": {
338                "SimplePie": "library"
339            }
340        },
341        "notification-url": "https://packagist.org/downloads/",
342        "license": [
343            "BSD-3-Clause"
344        ],
345        "authors": [
346            {
347                "name": "Ryan Parman",
348                "homepage": "http://ryanparman.com/",
349                "role": "Creator, alumnus developer"
350            },
351            {
352                "name": "Sam Sneddon",
353                "homepage": "https://gsnedders.com/",
354                "role": "Alumnus developer"
355            },
356            {
357                "name": "Ryan McCue",
358                "email": "me@ryanmccue.info",
359                "homepage": "http://ryanmccue.info/",
360                "role": "Developer"
361            }
362        ],
363        "description": "A simple Atom/RSS parsing library for PHP",
364        "homepage": "http://simplepie.org/",
365        "keywords": [
366            "atom",
367            "feeds",
368            "rss"
369        ]
370    },
371    {
372        "name": "splitbrain/php-archive",
373        "version": "1.2.0",
374        "version_normalized": "1.2.0.0",
375        "source": {
376            "type": "git",
377            "url": "https://github.com/splitbrain/php-archive.git",
378            "reference": "d4cf2d9a2d82548b7e4f1dc04802c526eba68b65"
379        },
380        "dist": {
381            "type": "zip",
382            "url": "https://api.github.com/repos/splitbrain/php-archive/zipball/d4cf2d9a2d82548b7e4f1dc04802c526eba68b65",
383            "reference": "d4cf2d9a2d82548b7e4f1dc04802c526eba68b65",
384            "shasum": ""
385        },
386        "require": {
387            "php": ">=5.4"
388        },
389        "require-dev": {
390            "ext-bz2": "*",
391            "ext-zip": "*",
392            "mikey179/vfsstream": "^1.6",
393            "phpunit/phpunit": "^4.8"
394        },
395        "suggest": {
396            "ext-iconv": "Used for proper filename encode handling",
397            "ext-mbstring": "Can be used alternatively for handling filename encoding"
398        },
399        "time": "2020-10-13T12:41:15+00:00",
400        "type": "library",
401        "installation-source": "dist",
402        "autoload": {
403            "psr-4": {
404                "splitbrain\\PHPArchive\\": "src"
405            }
406        },
407        "notification-url": "https://packagist.org/downloads/",
408        "license": [
409            "MIT"
410        ],
411        "authors": [
412            {
413                "name": "Andreas Gohr",
414                "email": "andi@splitbrain.org"
415            }
416        ],
417        "description": "Pure-PHP implementation to read and write TAR and ZIP archives",
418        "keywords": [
419            "archive",
420            "extract",
421            "tar",
422            "unpack",
423            "unzip",
424            "zip"
425        ]
426    },
427    {
428        "name": "splitbrain/php-cli",
429        "version": "1.1.7",
430        "version_normalized": "1.1.7.0",
431        "source": {
432            "type": "git",
433            "url": "https://github.com/splitbrain/php-cli.git",
434            "reference": "fb4f888866d090b10e3e68292d197ca274cea626"
435        },
436        "dist": {
437            "type": "zip",
438            "url": "https://api.github.com/repos/splitbrain/php-cli/zipball/fb4f888866d090b10e3e68292d197ca274cea626",
439            "reference": "fb4f888866d090b10e3e68292d197ca274cea626",
440            "shasum": ""
441        },
442        "require": {
443            "php": ">=5.3.0"
444        },
445        "require-dev": {
446            "phpunit/phpunit": "4.5.*"
447        },
448        "suggest": {
449            "psr/log": "Allows you to make the CLI available as PSR-3 logger"
450        },
451        "time": "2019-12-12T08:24:54+00:00",
452        "type": "library",
453        "installation-source": "dist",
454        "autoload": {
455            "psr-4": {
456                "splitbrain\\phpcli\\": "src"
457            }
458        },
459        "notification-url": "https://packagist.org/downloads/",
460        "license": [
461            "MIT"
462        ],
463        "authors": [
464            {
465                "name": "Andreas Gohr",
466                "email": "andi@splitbrain.org"
467            }
468        ],
469        "description": "Easy command line scripts for PHP with opt parsing and color output. No dependencies",
470        "keywords": [
471            "argparse",
472            "cli",
473            "command line",
474            "console",
475            "getopt",
476            "optparse",
477            "terminal"
478        ]
479    },
480    {
481        "name": "splitbrain/slika",
482        "version": "1.0.3",
483        "version_normalized": "1.0.3.0",
484        "source": {
485            "type": "git",
486            "url": "https://github.com/splitbrain/slika.git",
487            "reference": "a357f2ac6a10668c43516ef11220f60da9fab171"
488        },
489        "dist": {
490            "type": "zip",
491            "url": "https://api.github.com/repos/splitbrain/slika/zipball/a357f2ac6a10668c43516ef11220f60da9fab171",
492            "reference": "a357f2ac6a10668c43516ef11220f60da9fab171",
493            "shasum": ""
494        },
495        "require-dev": {
496            "phpunit/phpunit": "^7.0"
497        },
498        "suggest": {
499            "ext-gd": "PHP's builtin image manipulation library. Alternatively use an installation of ImageMagick"
500        },
501        "time": "2020-09-01T15:14:41+00:00",
502        "type": "library",
503        "installation-source": "dist",
504        "autoload": {
505            "psr-4": {
506                "splitbrain\\slika\\tests\\": "tests",
507                "splitbrain\\slika\\": "src"
508            }
509        },
510        "notification-url": "https://packagist.org/downloads/",
511        "license": [
512            "MIT"
513        ],
514        "authors": [
515            {
516                "name": "Andreas Gohr",
517                "email": "andi@splitbrain.org"
518            }
519        ],
520        "description": "Simple image resizing"
521    }
522]
523