xref: /dokuwiki/vendor/composer/installed.json (revision 482d333c9d67fc947073c3738442921361e6add8)
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": "paragonie/random_compat",
196        "version": "v2.0.18",
197        "version_normalized": "2.0.18.0",
198        "source": {
199            "type": "git",
200            "url": "https://github.com/paragonie/random_compat.git",
201            "reference": "0a58ef6e3146256cc3dc7cc393927bcc7d1b72db"
202        },
203        "dist": {
204            "type": "zip",
205            "url": "https://api.github.com/repos/paragonie/random_compat/zipball/0a58ef6e3146256cc3dc7cc393927bcc7d1b72db",
206            "reference": "0a58ef6e3146256cc3dc7cc393927bcc7d1b72db",
207            "shasum": ""
208        },
209        "require": {
210            "php": ">=5.2.0"
211        },
212        "require-dev": {
213            "phpunit/phpunit": "4.*|5.*"
214        },
215        "suggest": {
216            "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
217        },
218        "time": "2019-01-03T20:59:08+00:00",
219        "type": "library",
220        "installation-source": "dist",
221        "autoload": {
222            "files": [
223                "lib/random.php"
224            ]
225        },
226        "notification-url": "https://packagist.org/downloads/",
227        "license": [
228            "MIT"
229        ],
230        "authors": [
231            {
232                "name": "Paragon Initiative Enterprises",
233                "email": "security@paragonie.com",
234                "homepage": "https://paragonie.com"
235            }
236        ],
237        "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
238        "keywords": [
239            "csprng",
240            "polyfill",
241            "pseudorandom",
242            "random"
243        ]
244    },
245    {
246        "name": "phpseclib/phpseclib",
247        "version": "2.0.28",
248        "version_normalized": "2.0.28.0",
249        "source": {
250            "type": "git",
251            "url": "https://github.com/phpseclib/phpseclib.git",
252            "reference": "d1ca58cf33cb21046d702ae3a7b14fdacd9f3260"
253        },
254        "dist": {
255            "type": "zip",
256            "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/d1ca58cf33cb21046d702ae3a7b14fdacd9f3260",
257            "reference": "d1ca58cf33cb21046d702ae3a7b14fdacd9f3260",
258            "shasum": ""
259        },
260        "require": {
261            "php": ">=5.3.3"
262        },
263        "require-dev": {
264            "phing/phing": "~2.7",
265            "phpunit/phpunit": "^4.8.35|^5.7|^6.0",
266            "sami/sami": "~2.0",
267            "squizlabs/php_codesniffer": "~2.0"
268        },
269        "suggest": {
270            "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.",
271            "ext-libsodium": "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.",
272            "ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.",
273            "ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations."
274        },
275        "time": "2020-07-08T09:08:33+00:00",
276        "type": "library",
277        "installation-source": "dist",
278        "autoload": {
279            "files": [
280                "phpseclib/bootstrap.php"
281            ],
282            "psr-4": {
283                "phpseclib\\": "phpseclib/"
284            }
285        },
286        "notification-url": "https://packagist.org/downloads/",
287        "license": [
288            "MIT"
289        ],
290        "authors": [
291            {
292                "name": "Jim Wigginton",
293                "email": "terrafrost@php.net",
294                "role": "Lead Developer"
295            },
296            {
297                "name": "Patrick Monnerat",
298                "email": "pm@datasphere.ch",
299                "role": "Developer"
300            },
301            {
302                "name": "Andreas Fischer",
303                "email": "bantu@phpbb.com",
304                "role": "Developer"
305            },
306            {
307                "name": "Hans-Jürgen Petrich",
308                "email": "petrich@tronic-media.com",
309                "role": "Developer"
310            },
311            {
312                "name": "Graham Campbell",
313                "email": "graham@alt-three.com",
314                "role": "Developer"
315            }
316        ],
317        "description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.",
318        "homepage": "http://phpseclib.sourceforge.net",
319        "keywords": [
320            "BigInteger",
321            "aes",
322            "asn.1",
323            "asn1",
324            "blowfish",
325            "crypto",
326            "cryptography",
327            "encryption",
328            "rsa",
329            "security",
330            "sftp",
331            "signature",
332            "signing",
333            "ssh",
334            "twofish",
335            "x.509",
336            "x509"
337        ],
338        "funding": [
339            {
340                "url": "https://github.com/terrafrost",
341                "type": "github"
342            },
343            {
344                "url": "https://www.patreon.com/phpseclib",
345                "type": "patreon"
346            },
347            {
348                "url": "https://tidelift.com/funding/github/packagist/phpseclib/phpseclib",
349                "type": "tidelift"
350            }
351        ]
352    },
353    {
354        "name": "simplepie/simplepie",
355        "version": "1.5.5",
356        "version_normalized": "1.5.5.0",
357        "source": {
358            "type": "git",
359            "url": "https://github.com/simplepie/simplepie.git",
360            "reference": "ae49e2201b6da9c808e5dac437aca356a11831b4"
361        },
362        "dist": {
363            "type": "zip",
364            "url": "https://api.github.com/repos/simplepie/simplepie/zipball/ae49e2201b6da9c808e5dac437aca356a11831b4",
365            "reference": "ae49e2201b6da9c808e5dac437aca356a11831b4",
366            "shasum": ""
367        },
368        "require": {
369            "ext-pcre": "*",
370            "ext-xml": "*",
371            "ext-xmlreader": "*",
372            "php": ">=5.6.0"
373        },
374        "require-dev": {
375            "phpunit/phpunit": "~5.4.3 || ~6.5"
376        },
377        "suggest": {
378            "ext-curl": "",
379            "ext-iconv": "",
380            "ext-intl": "",
381            "ext-mbstring": "",
382            "mf2/mf2": "Microformat module that allows for parsing HTML for microformats"
383        },
384        "time": "2020-05-01T12:23:14+00:00",
385        "type": "library",
386        "installation-source": "dist",
387        "autoload": {
388            "psr-0": {
389                "SimplePie": "library"
390            }
391        },
392        "notification-url": "https://packagist.org/downloads/",
393        "license": [
394            "BSD-3-Clause"
395        ],
396        "authors": [
397            {
398                "name": "Ryan Parman",
399                "homepage": "http://ryanparman.com/",
400                "role": "Creator, alumnus developer"
401            },
402            {
403                "name": "Sam Sneddon",
404                "homepage": "https://gsnedders.com/",
405                "role": "Alumnus developer"
406            },
407            {
408                "name": "Ryan McCue",
409                "email": "me@ryanmccue.info",
410                "homepage": "http://ryanmccue.info/",
411                "role": "Developer"
412            }
413        ],
414        "description": "A simple Atom/RSS parsing library for PHP",
415        "homepage": "http://simplepie.org/",
416        "keywords": [
417            "atom",
418            "feeds",
419            "rss"
420        ]
421    },
422    {
423        "name": "splitbrain/php-archive",
424        "version": "1.2.0",
425        "version_normalized": "1.2.0.0",
426        "source": {
427            "type": "git",
428            "url": "https://github.com/splitbrain/php-archive.git",
429            "reference": "d4cf2d9a2d82548b7e4f1dc04802c526eba68b65"
430        },
431        "dist": {
432            "type": "zip",
433            "url": "https://api.github.com/repos/splitbrain/php-archive/zipball/d4cf2d9a2d82548b7e4f1dc04802c526eba68b65",
434            "reference": "d4cf2d9a2d82548b7e4f1dc04802c526eba68b65",
435            "shasum": ""
436        },
437        "require": {
438            "php": ">=5.4"
439        },
440        "require-dev": {
441            "ext-bz2": "*",
442            "ext-zip": "*",
443            "mikey179/vfsstream": "^1.6",
444            "phpunit/phpunit": "^4.8"
445        },
446        "suggest": {
447            "ext-iconv": "Used for proper filename encode handling",
448            "ext-mbstring": "Can be used alternatively for handling filename encoding"
449        },
450        "time": "2020-10-13T12:41:15+00:00",
451        "type": "library",
452        "installation-source": "dist",
453        "autoload": {
454            "psr-4": {
455                "splitbrain\\PHPArchive\\": "src"
456            }
457        },
458        "notification-url": "https://packagist.org/downloads/",
459        "license": [
460            "MIT"
461        ],
462        "authors": [
463            {
464                "name": "Andreas Gohr",
465                "email": "andi@splitbrain.org"
466            }
467        ],
468        "description": "Pure-PHP implementation to read and write TAR and ZIP archives",
469        "keywords": [
470            "archive",
471            "extract",
472            "tar",
473            "unpack",
474            "unzip",
475            "zip"
476        ]
477    },
478    {
479        "name": "splitbrain/php-cli",
480        "version": "1.1.7",
481        "version_normalized": "1.1.7.0",
482        "source": {
483            "type": "git",
484            "url": "https://github.com/splitbrain/php-cli.git",
485            "reference": "fb4f888866d090b10e3e68292d197ca274cea626"
486        },
487        "dist": {
488            "type": "zip",
489            "url": "https://api.github.com/repos/splitbrain/php-cli/zipball/fb4f888866d090b10e3e68292d197ca274cea626",
490            "reference": "fb4f888866d090b10e3e68292d197ca274cea626",
491            "shasum": ""
492        },
493        "require": {
494            "php": ">=5.3.0"
495        },
496        "require-dev": {
497            "phpunit/phpunit": "4.5.*"
498        },
499        "suggest": {
500            "psr/log": "Allows you to make the CLI available as PSR-3 logger"
501        },
502        "time": "2019-12-12T08:24:54+00:00",
503        "type": "library",
504        "installation-source": "dist",
505        "autoload": {
506            "psr-4": {
507                "splitbrain\\phpcli\\": "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": "Easy command line scripts for PHP with opt parsing and color output. No dependencies",
521        "keywords": [
522            "argparse",
523            "cli",
524            "command line",
525            "console",
526            "getopt",
527            "optparse",
528            "terminal"
529        ]
530    },
531    {
532        "name": "splitbrain/slika",
533        "version": "1.0.3",
534        "version_normalized": "1.0.3.0",
535        "source": {
536            "type": "git",
537            "url": "https://github.com/splitbrain/slika.git",
538            "reference": "a357f2ac6a10668c43516ef11220f60da9fab171"
539        },
540        "dist": {
541            "type": "zip",
542            "url": "https://api.github.com/repos/splitbrain/slika/zipball/a357f2ac6a10668c43516ef11220f60da9fab171",
543            "reference": "a357f2ac6a10668c43516ef11220f60da9fab171",
544            "shasum": ""
545        },
546        "require-dev": {
547            "phpunit/phpunit": "^7.0"
548        },
549        "suggest": {
550            "ext-gd": "PHP's builtin image manipulation library. Alternatively use an installation of ImageMagick"
551        },
552        "time": "2020-09-01T15:14:41+00:00",
553        "type": "library",
554        "installation-source": "dist",
555        "autoload": {
556            "psr-4": {
557                "splitbrain\\slika\\tests\\": "tests",
558                "splitbrain\\slika\\": "src"
559            }
560        },
561        "notification-url": "https://packagist.org/downloads/",
562        "license": [
563            "MIT"
564        ],
565        "authors": [
566            {
567                "name": "Andreas Gohr",
568                "email": "andi@splitbrain.org"
569            }
570        ],
571        "description": "Simple image resizing"
572    }
573]
574