Fix empty needle after trimming at PageInfo
[friendica.git/.git] / composer.lock
1 {
2     "_readme": [
3         "This file locks the dependencies of your project to a known state",
4         "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
5         "This file is @generated automatically"
6     ],
7     "content-hash": "5cf680863afa011d3c2c9f4e0b817690",
8     "packages": [
9         {
10             "name": "asika/simple-console",
11             "version": "1.0.3",
12             "source": {
13                 "type": "git",
14                 "url": "https://github.com/asika32764/php-simple-console.git",
15                 "reference": "0b624c1a999849dc6481a47182e58d593bf65068"
16             },
17             "dist": {
18                 "type": "zip",
19                 "url": "https://api.github.com/repos/asika32764/php-simple-console/zipball/0b624c1a999849dc6481a47182e58d593bf65068",
20                 "reference": "0b624c1a999849dc6481a47182e58d593bf65068",
21                 "shasum": ""
22             },
23             "type": "library",
24             "autoload": {
25                 "psr-4": {
26                     "Asika\\SimpleConsole\\": "src/"
27                 }
28             },
29             "notification-url": "https://packagist.org/downloads/",
30             "license": [
31                 "MIT"
32             ],
33             "authors": [
34                 {
35                     "name": "Simon Asika",
36                     "email": "asika32764@gmail.com"
37                 }
38             ],
39             "description": "One file console framework to help you write build scripts.",
40             "time": "2018-03-08T12:05:40+00:00"
41         },
42         {
43             "name": "bacon/bacon-qr-code",
44             "version": "1.0.3",
45             "source": {
46                 "type": "git",
47                 "url": "https://github.com/Bacon/BaconQrCode.git",
48                 "reference": "5a91b62b9d37cee635bbf8d553f4546057250bee"
49             },
50             "dist": {
51                 "type": "zip",
52                 "url": "https://api.github.com/repos/Bacon/BaconQrCode/zipball/5a91b62b9d37cee635bbf8d553f4546057250bee",
53                 "reference": "5a91b62b9d37cee635bbf8d553f4546057250bee",
54                 "shasum": ""
55             },
56             "require": {
57                 "ext-iconv": "*",
58                 "php": "^5.4|^7.0"
59             },
60             "require-dev": {
61                 "phpunit/phpunit": "^4.8"
62             },
63             "suggest": {
64                 "ext-gd": "to generate QR code images"
65             },
66             "type": "library",
67             "autoload": {
68                 "psr-0": {
69                     "BaconQrCode": "src/"
70                 }
71             },
72             "notification-url": "https://packagist.org/downloads/",
73             "license": [
74                 "BSD-2-Clause"
75             ],
76             "authors": [
77                 {
78                     "name": "Ben Scholzen 'DASPRiD'",
79                     "email": "mail@dasprids.de",
80                     "homepage": "http://www.dasprids.de",
81                     "role": "Developer"
82                 }
83             ],
84             "description": "BaconQrCode is a QR code generator for PHP.",
85             "homepage": "https://github.com/Bacon/BaconQrCode",
86             "time": "2017-10-17T09:59:25+00:00"
87         },
88         {
89             "name": "bower-asset/Chart-js",
90             "version": "v2.9.4",
91             "source": {
92                 "type": "git",
93                 "url": "https://github.com/chartjs/Chart.js.git",
94                 "reference": "9bd4cf82fda9f50a5fb50b72843e06ab88124278"
95             },
96             "dist": {
97                 "type": "zip",
98                 "url": "https://api.github.com/repos/chartjs/Chart.js/zipball/9bd4cf82fda9f50a5fb50b72843e06ab88124278",
99                 "reference": "9bd4cf82fda9f50a5fb50b72843e06ab88124278",
100                 "shasum": ""
101             },
102             "type": "bower-asset-library",
103             "extra": {
104                 "bower-asset-main": "./dist/Chart.js",
105                 "bower-asset-ignore": [
106                     ".github",
107                     ".codeclimate.yml",
108                     ".gitignore",
109                     ".npmignore",
110                     ".travis.yml",
111                     "scripts"
112                 ]
113             },
114             "license": [
115                 "MIT"
116             ],
117             "description": "Simple HTML5 charts using the canvas element.",
118             "time": "2020-10-19T12:22:11+00:00"
119         },
120         {
121             "name": "bower-asset/base64",
122             "version": "1.1.0",
123             "source": {
124                 "type": "git",
125                 "url": "https://github.com/davidchambers/Base64.js.git",
126                 "reference": "660b299aa4854843fd35d42b30eda9273125b9da"
127             },
128             "dist": {
129                 "type": "zip",
130                 "url": "https://api.github.com/repos/davidchambers/Base64.js/zipball/660b299aa4854843fd35d42b30eda9273125b9da",
131                 "reference": "660b299aa4854843fd35d42b30eda9273125b9da",
132                 "shasum": ""
133             },
134             "type": "bower-asset-library",
135             "extra": {
136                 "bower-asset-main": "./base64.js",
137                 "bower-asset-ignore": [
138                     "**/.*",
139                     "Makefile",
140                     "coverage/",
141                     "scripts/",
142                     "test/"
143                 ]
144             },
145             "license": [
146                 "WTFPL"
147             ],
148             "description": "Base64 encoding and decoding",
149             "time": "2019-11-02T20:07:47+00:00"
150         },
151         {
152             "name": "bower-asset/dompurify",
153             "version": "1.0.11",
154             "source": {
155                 "type": "git",
156                 "url": "https://github.com/cure53/DOMPurify.git",
157                 "reference": "3c1c0d7e11cda896b0c69cf82e0ca6e0c0e7dd38"
158             },
159             "dist": {
160                 "type": "zip",
161                 "url": "https://api.github.com/repos/cure53/DOMPurify/zipball/3c1c0d7e11cda896b0c69cf82e0ca6e0c0e7dd38",
162                 "reference": "3c1c0d7e11cda896b0c69cf82e0ca6e0c0e7dd38",
163                 "shasum": ""
164             },
165             "type": "bower-asset-library",
166             "extra": {
167                 "bower-asset-main": "src/purify.js",
168                 "bower-asset-ignore": [
169                     "**/.*",
170                     "demos",
171                     "scripts",
172                     "test",
173                     "website"
174                 ]
175             },
176             "license": [
177                 "MPL-2.0",
178                 "Apache-2.0"
179             ],
180             "description": "A DOM-only, super-fast, uber-tolerant XSS sanitizer for HTML, MathML and SVG",
181             "keywords": [
182                 "cross site scripting",
183                 "dom",
184                 "filter",
185                 "html",
186                 "mathml",
187                 "sanitize",
188                 "sanitizer",
189                 "secure",
190                 "security",
191                 "svg",
192                 "xss"
193             ],
194             "time": "2019-06-18T13:33:05+00:00"
195         },
196         {
197             "name": "bower-asset/fork-awesome",
198             "version": "1.1.7",
199             "source": {
200                 "type": "git",
201                 "url": "https://github.com/ForkAwesome/Fork-Awesome.git",
202                 "reference": "326af9c8bee0c80ff4c00cb2fadd4f1edd2a08c3"
203             },
204             "dist": {
205                 "type": "zip",
206                 "url": "https://api.github.com/repos/ForkAwesome/Fork-Awesome/zipball/326af9c8bee0c80ff4c00cb2fadd4f1edd2a08c3",
207                 "reference": "326af9c8bee0c80ff4c00cb2fadd4f1edd2a08c3",
208                 "shasum": ""
209             },
210             "type": "bower-asset-library",
211             "extra": {
212                 "bower-asset-main": [
213                     "less/fork-awesome.less",
214                     "scss/fork-awesome.scss"
215                 ],
216                 "bower-asset-ignore": [
217                     "*/.*",
218                     "*.json",
219                     "src",
220                     "*.yml",
221                     "Gemfile",
222                     "Gemfile.lock",
223                     "*.md"
224                 ]
225             },
226             "license": [
227                 "OFL-1.1",
228                 "MIT",
229                 "CC-BY-3.0"
230             ],
231             "description": "Fork Awesome",
232             "keywords": [
233                 "awesome",
234                 "font",
235                 "fork",
236                 "icon"
237             ],
238             "time": "2019-02-28T15:21:34+00:00"
239         },
240         {
241             "name": "bower-asset/vue",
242             "version": "v2.6.12",
243             "source": {
244                 "type": "git",
245                 "url": "https://github.com/vuejs/vue.git",
246                 "reference": "bb253db0b3e17124b6d1fe93fbf2db35470a1347"
247             },
248             "dist": {
249                 "type": "zip",
250                 "url": "https://api.github.com/repos/vuejs/vue/zipball/bb253db0b3e17124b6d1fe93fbf2db35470a1347",
251                 "reference": "bb253db0b3e17124b6d1fe93fbf2db35470a1347",
252                 "shasum": ""
253             },
254             "type": "bower-asset-library"
255         },
256         {
257             "name": "composer/ca-bundle",
258             "version": "1.2.9",
259             "source": {
260                 "type": "git",
261                 "url": "https://github.com/composer/ca-bundle.git",
262                 "reference": "78a0e288fdcebf92aa2318a8d3656168da6ac1a5"
263             },
264             "dist": {
265                 "type": "zip",
266                 "url": "https://api.github.com/repos/composer/ca-bundle/zipball/78a0e288fdcebf92aa2318a8d3656168da6ac1a5",
267                 "reference": "78a0e288fdcebf92aa2318a8d3656168da6ac1a5",
268                 "shasum": ""
269             },
270             "require": {
271                 "ext-openssl": "*",
272                 "ext-pcre": "*",
273                 "php": "^5.3.2 || ^7.0 || ^8.0"
274             },
275             "require-dev": {
276                 "phpstan/phpstan": "^0.12.55",
277                 "psr/log": "^1.0",
278                 "symfony/phpunit-bridge": "^4.2 || ^5",
279                 "symfony/process": "^2.5 || ^3.0 || ^4.0 || ^5.0"
280             },
281             "type": "library",
282             "extra": {
283                 "branch-alias": {
284                     "dev-main": "1.x-dev"
285                 }
286             },
287             "autoload": {
288                 "psr-4": {
289                     "Composer\\CaBundle\\": "src"
290                 }
291             },
292             "notification-url": "https://packagist.org/downloads/",
293             "license": [
294                 "MIT"
295             ],
296             "authors": [
297                 {
298                     "name": "Jordi Boggiano",
299                     "email": "j.boggiano@seld.be",
300                     "homepage": "http://seld.be"
301                 }
302             ],
303             "description": "Lets you find a path to the system CA bundle, and includes a fallback to the Mozilla CA bundle.",
304             "keywords": [
305                 "cabundle",
306                 "cacert",
307                 "certificate",
308                 "ssl",
309                 "tls"
310             ],
311             "funding": [
312                 {
313                     "url": "https://packagist.com",
314                     "type": "custom"
315                 },
316                 {
317                     "url": "https://github.com/composer",
318                     "type": "github"
319                 },
320                 {
321                     "url": "https://tidelift.com/funding/github/packagist/composer/composer",
322                     "type": "tidelift"
323                 }
324             ],
325             "time": "2021-01-12T12:10:35+00:00"
326         },
327         {
328             "name": "divineomega/do-file-cache",
329             "version": "v2.0.6",
330             "source": {
331                 "type": "git",
332                 "url": "https://github.com/DivineOmega/DO-File-Cache.git",
333                 "reference": "23696a8a4c3ebe2ab3d68a35b2698fa103f69334"
334             },
335             "dist": {
336                 "type": "zip",
337                 "url": "https://api.github.com/repos/DivineOmega/DO-File-Cache/zipball/23696a8a4c3ebe2ab3d68a35b2698fa103f69334",
338                 "reference": "23696a8a4c3ebe2ab3d68a35b2698fa103f69334",
339                 "shasum": ""
340             },
341             "require": {
342                 "ext-json": "*",
343                 "ext-zlib": "*",
344                 "php": ">=5.6"
345             },
346             "require-dev": {
347                 "php-coveralls/php-coveralls": "^2.1",
348                 "phpunit/phpunit": "^6.5"
349             },
350             "type": "library",
351             "extra": {
352                 "branch-alias": {
353                     "dev-master": "1.0-dev"
354                 }
355             },
356             "autoload": {
357                 "psr-4": {
358                     "DivineOmega\\DOFileCache\\": "src/"
359                 }
360             },
361             "notification-url": "https://packagist.org/downloads/",
362             "license": [
363                 "LGPL-3.0-only"
364             ],
365             "description": "DO File Cache is a PHP File-based Caching Library. Its syntax is designed to closely resemble the PHP memcache extension.",
366             "keywords": [
367                 "cache",
368                 "caching",
369                 "caching library",
370                 "file cache",
371                 "library",
372                 "php"
373             ],
374             "time": "2018-12-31T09:36:51+00:00"
375         },
376         {
377             "name": "divineomega/do-file-cache-psr-6",
378             "version": "v2.0.1",
379             "source": {
380                 "type": "git",
381                 "url": "https://github.com/DivineOmega/DO-File-Cache-PSR-6.git",
382                 "reference": "18f9807d0491d093e9a12741afb40257d92f017e"
383             },
384             "dist": {
385                 "type": "zip",
386                 "url": "https://api.github.com/repos/DivineOmega/DO-File-Cache-PSR-6/zipball/18f9807d0491d093e9a12741afb40257d92f017e",
387                 "reference": "18f9807d0491d093e9a12741afb40257d92f017e",
388                 "shasum": ""
389             },
390             "require": {
391                 "divineomega/do-file-cache": "^2.0.0",
392                 "psr/cache": "^1.0"
393             },
394             "require-dev": {
395                 "cache/integration-tests": "^0.16.0",
396                 "php-coveralls/php-coveralls": "^2.1",
397                 "phpunit/phpunit": "^5.7"
398             },
399             "type": "library",
400             "autoload": {
401                 "psr-4": {
402                     "DivineOmega\\DOFileCachePSR6\\": "src/"
403                 }
404             },
405             "notification-url": "https://packagist.org/downloads/",
406             "license": [
407                 "LGPL-3.0-only"
408             ],
409             "authors": [
410                 {
411                     "name": "Jordan Hall",
412                     "email": "jordan@hall05.co.uk"
413                 }
414             ],
415             "description": "PSR-6 adapter for DO File Cache",
416             "time": "2018-07-13T08:32:36+00:00"
417         },
418         {
419             "name": "divineomega/password_exposed",
420             "version": "v2.8.0",
421             "source": {
422                 "type": "git",
423                 "url": "https://github.com/DivineOmega/password_exposed.git",
424                 "reference": "908ed8e62ef95411bd0f866e29c69cef2bbca880"
425             },
426             "dist": {
427                 "type": "zip",
428                 "url": "https://api.github.com/repos/DivineOmega/password_exposed/zipball/908ed8e62ef95411bd0f866e29c69cef2bbca880",
429                 "reference": "908ed8e62ef95411bd0f866e29c69cef2bbca880",
430                 "shasum": ""
431             },
432             "require": {
433                 "divineomega/do-file-cache-psr-6": "^2.0",
434                 "guzzlehttp/guzzle": "^6.3",
435                 "paragonie/certainty": "^1|^2",
436                 "php": ">=5.6"
437             },
438             "require-dev": {
439                 "fzaninotto/faker": "^1.7",
440                 "php-coveralls/php-coveralls": "^2.1",
441                 "phpunit/phpunit": "^6.5",
442                 "vimeo/psalm": "^1"
443             },
444             "type": "library",
445             "autoload": {
446                 "psr-4": {
447                     "DivineOmega\\PasswordExposed\\": "src/"
448                 },
449                 "files": [
450                     "src/PasswordExposedFunction.php"
451                 ]
452             },
453             "notification-url": "https://packagist.org/downloads/",
454             "license": [
455                 "LGPL-3.0-only"
456             ],
457             "authors": [
458                 {
459                     "name": "Jordan Hall",
460                     "email": "jordan@hall05.co.uk"
461                 }
462             ],
463             "description": "This PHP package provides a `password_exposed` helper function, that uses the haveibeenpwned.com API to check if a password has been exposed in a data breach.",
464             "time": "2019-01-25T12:00:28+00:00"
465         },
466         {
467             "name": "ezyang/htmlpurifier",
468             "version": "v4.13.0",
469             "source": {
470                 "type": "git",
471                 "url": "https://github.com/ezyang/htmlpurifier.git",
472                 "reference": "08e27c97e4c6ed02f37c5b2b20488046c8d90d75"
473             },
474             "dist": {
475                 "type": "zip",
476                 "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/08e27c97e4c6ed02f37c5b2b20488046c8d90d75",
477                 "reference": "08e27c97e4c6ed02f37c5b2b20488046c8d90d75",
478                 "shasum": ""
479             },
480             "require": {
481                 "php": ">=5.2"
482             },
483             "require-dev": {
484                 "simpletest/simpletest": "dev-master#72de02a7b80c6bb8864ef9bf66d41d2f58f826bd"
485             },
486             "type": "library",
487             "autoload": {
488                 "psr-0": {
489                     "HTMLPurifier": "library/"
490                 },
491                 "files": [
492                     "library/HTMLPurifier.composer.php"
493                 ],
494                 "exclude-from-classmap": [
495                     "/library/HTMLPurifier/Language/"
496                 ]
497             },
498             "notification-url": "https://packagist.org/downloads/",
499             "license": [
500                 "LGPL-2.1-or-later"
501             ],
502             "authors": [
503                 {
504                     "name": "Edward Z. Yang",
505                     "email": "admin@htmlpurifier.org",
506                     "homepage": "http://ezyang.com"
507                 }
508             ],
509             "description": "Standards compliant HTML filter written in PHP",
510             "homepage": "http://htmlpurifier.org/",
511             "keywords": [
512                 "html"
513             ],
514             "time": "2020-06-29T00:56:53+00:00"
515         },
516         {
517             "name": "friendica/json-ld",
518             "version": "1.1.1",
519             "source": {
520                 "type": "git",
521                 "url": "https://git.friendi.ca/friendica/php-json-ld",
522                 "reference": "ca3916d10d2ad9073b3b1eae383978dbe828e1e1"
523             },
524             "require": {
525                 "ext-json": "*",
526                 "php": ">=5.4.0"
527             },
528             "type": "library",
529             "autoload": {
530                 "files": [
531                     "jsonld.php"
532                 ]
533             },
534             "license": [
535                 "BSD-3-Clause"
536             ],
537             "authors": [
538                 {
539                     "name": "Digital Bazaar, Inc.",
540                     "email": "support@digitalbazaar.com",
541                     "homepage": "http://digitalbazaar.com/"
542                 },
543                 {
544                     "name": "Friendica Team",
545                     "homepage": "https://friendi.ca/"
546                 }
547             ],
548             "description": "A JSON-LD Processor and API implementation in PHP.",
549             "homepage": "https://git.friendi.ca/friendica/php-json-ld",
550             "keywords": [
551                 "JSON",
552                 "JSON-LD",
553                 "Linked Data",
554                 "RDF",
555                 "Semantic Web",
556                 "jsonld"
557             ],
558             "time": "2018-10-08T20:41:00+00:00"
559         },
560         {
561             "name": "fxp/composer-asset-plugin",
562             "version": "v1.4.6",
563             "source": {
564                 "type": "git",
565                 "url": "https://github.com/fxpio/composer-asset-plugin.git",
566                 "reference": "886ece037849d3935c5a34cdcd984e46f2de5fae"
567             },
568             "dist": {
569                 "type": "zip",
570                 "url": "https://api.github.com/repos/fxpio/composer-asset-plugin/zipball/886ece037849d3935c5a34cdcd984e46f2de5fae",
571                 "reference": "886ece037849d3935c5a34cdcd984e46f2de5fae",
572                 "shasum": ""
573             },
574             "require": {
575                 "composer-plugin-api": "^1.0",
576                 "php": ">=5.3.3"
577             },
578             "require-dev": {
579                 "composer/composer": "^1.6.0"
580             },
581             "type": "composer-plugin",
582             "extra": {
583                 "class": "Fxp\\Composer\\AssetPlugin\\FxpAssetPlugin",
584                 "branch-alias": {
585                     "dev-master": "1.4-dev"
586                 }
587             },
588             "autoload": {
589                 "psr-4": {
590                     "Fxp\\Composer\\AssetPlugin\\": ""
591                 },
592                 "exclude-from-classmap": [
593                     "/Tests/"
594                 ]
595             },
596             "notification-url": "https://packagist.org/downloads/",
597             "license": [
598                 "MIT"
599             ],
600             "authors": [
601                 {
602                     "name": "François Pluchino",
603                     "email": "francois.pluchino@gmail.com"
604                 }
605             ],
606             "description": "NPM/Bower Dependency Manager for Composer",
607             "homepage": "https://github.com/fxpio/composer-asset-plugin",
608             "keywords": [
609                 "asset",
610                 "bower",
611                 "composer",
612                 "dependency manager",
613                 "nodejs",
614                 "npm",
615                 "package"
616             ],
617             "time": "2019-08-08T18:36:07+00:00"
618         },
619         {
620             "name": "guzzlehttp/guzzle",
621             "version": "6.5.5",
622             "source": {
623                 "type": "git",
624                 "url": "https://github.com/guzzle/guzzle.git",
625                 "reference": "9d4290de1cfd701f38099ef7e183b64b4b7b0c5e"
626             },
627             "dist": {
628                 "type": "zip",
629                 "url": "https://api.github.com/repos/guzzle/guzzle/zipball/9d4290de1cfd701f38099ef7e183b64b4b7b0c5e",
630                 "reference": "9d4290de1cfd701f38099ef7e183b64b4b7b0c5e",
631                 "shasum": ""
632             },
633             "require": {
634                 "ext-json": "*",
635                 "guzzlehttp/promises": "^1.0",
636                 "guzzlehttp/psr7": "^1.6.1",
637                 "php": ">=5.5",
638                 "symfony/polyfill-intl-idn": "^1.17.0"
639             },
640             "require-dev": {
641                 "ext-curl": "*",
642                 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0",
643                 "psr/log": "^1.1"
644             },
645             "suggest": {
646                 "psr/log": "Required for using the Log middleware"
647             },
648             "type": "library",
649             "extra": {
650                 "branch-alias": {
651                     "dev-master": "6.5-dev"
652                 }
653             },
654             "autoload": {
655                 "psr-4": {
656                     "GuzzleHttp\\": "src/"
657                 },
658                 "files": [
659                     "src/functions_include.php"
660                 ]
661             },
662             "notification-url": "https://packagist.org/downloads/",
663             "license": [
664                 "MIT"
665             ],
666             "authors": [
667                 {
668                     "name": "Michael Dowling",
669                     "email": "mtdowling@gmail.com",
670                     "homepage": "https://github.com/mtdowling"
671                 }
672             ],
673             "description": "Guzzle is a PHP HTTP client library",
674             "homepage": "http://guzzlephp.org/",
675             "keywords": [
676                 "client",
677                 "curl",
678                 "framework",
679                 "http",
680                 "http client",
681                 "rest",
682                 "web service"
683             ],
684             "time": "2020-06-16T21:01:06+00:00"
685         },
686         {
687             "name": "guzzlehttp/promises",
688             "version": "1.4.1",
689             "source": {
690                 "type": "git",
691                 "url": "https://github.com/guzzle/promises.git",
692                 "reference": "8e7d04f1f6450fef59366c399cfad4b9383aa30d"
693             },
694             "dist": {
695                 "type": "zip",
696                 "url": "https://api.github.com/repos/guzzle/promises/zipball/8e7d04f1f6450fef59366c399cfad4b9383aa30d",
697                 "reference": "8e7d04f1f6450fef59366c399cfad4b9383aa30d",
698                 "shasum": ""
699             },
700             "require": {
701                 "php": ">=5.5"
702             },
703             "require-dev": {
704                 "symfony/phpunit-bridge": "^4.4 || ^5.1"
705             },
706             "type": "library",
707             "extra": {
708                 "branch-alias": {
709                     "dev-master": "1.4-dev"
710                 }
711             },
712             "autoload": {
713                 "psr-4": {
714                     "GuzzleHttp\\Promise\\": "src/"
715                 },
716                 "files": [
717                     "src/functions_include.php"
718                 ]
719             },
720             "notification-url": "https://packagist.org/downloads/",
721             "license": [
722                 "MIT"
723             ],
724             "authors": [
725                 {
726                     "name": "Michael Dowling",
727                     "email": "mtdowling@gmail.com",
728                     "homepage": "https://github.com/mtdowling"
729                 }
730             ],
731             "description": "Guzzle promises library",
732             "keywords": [
733                 "promise"
734             ],
735             "time": "2021-03-07T09:25:29+00:00"
736         },
737         {
738             "name": "guzzlehttp/psr7",
739             "version": "1.8.1",
740             "source": {
741                 "type": "git",
742                 "url": "https://github.com/guzzle/psr7.git",
743                 "reference": "35ea11d335fd638b5882ff1725228b3d35496ab1"
744             },
745             "dist": {
746                 "type": "zip",
747                 "url": "https://api.github.com/repos/guzzle/psr7/zipball/35ea11d335fd638b5882ff1725228b3d35496ab1",
748                 "reference": "35ea11d335fd638b5882ff1725228b3d35496ab1",
749                 "shasum": ""
750             },
751             "require": {
752                 "php": ">=5.4.0",
753                 "psr/http-message": "~1.0",
754                 "ralouphie/getallheaders": "^2.0.5 || ^3.0.0"
755             },
756             "provide": {
757                 "psr/http-message-implementation": "1.0"
758             },
759             "require-dev": {
760                 "ext-zlib": "*",
761                 "phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.8 || ^9.3.10"
762             },
763             "suggest": {
764                 "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
765             },
766             "type": "library",
767             "extra": {
768                 "branch-alias": {
769                     "dev-master": "1.7-dev"
770                 }
771             },
772             "autoload": {
773                 "psr-4": {
774                     "GuzzleHttp\\Psr7\\": "src/"
775                 },
776                 "files": [
777                     "src/functions_include.php"
778                 ]
779             },
780             "notification-url": "https://packagist.org/downloads/",
781             "license": [
782                 "MIT"
783             ],
784             "authors": [
785                 {
786                     "name": "Michael Dowling",
787                     "email": "mtdowling@gmail.com",
788                     "homepage": "https://github.com/mtdowling"
789                 },
790                 {
791                     "name": "Tobias Schultze",
792                     "homepage": "https://github.com/Tobion"
793                 }
794             ],
795             "description": "PSR-7 message implementation that also provides common utility methods",
796             "keywords": [
797                 "http",
798                 "message",
799                 "psr-7",
800                 "request",
801                 "response",
802                 "stream",
803                 "uri",
804                 "url"
805             ],
806             "time": "2021-03-21T16:25:00+00:00"
807         },
808         {
809             "name": "league/html-to-markdown",
810             "version": "4.10.0",
811             "source": {
812                 "type": "git",
813                 "url": "https://github.com/thephpleague/html-to-markdown.git",
814                 "reference": "0868ae7a552e809e5cd8f93ba022071640408e88"
815             },
816             "dist": {
817                 "type": "zip",
818                 "url": "https://api.github.com/repos/thephpleague/html-to-markdown/zipball/0868ae7a552e809e5cd8f93ba022071640408e88",
819                 "reference": "0868ae7a552e809e5cd8f93ba022071640408e88",
820                 "shasum": ""
821             },
822             "require": {
823                 "ext-dom": "*",
824                 "ext-xml": "*",
825                 "php": ">=5.3.3"
826             },
827             "require-dev": {
828                 "mikehaertl/php-shellcommand": "~1.1.0",
829                 "phpunit/phpunit": "^4.8|^5.7",
830                 "scrutinizer/ocular": "~1.1"
831             },
832             "bin": [
833                 "bin/html-to-markdown"
834             ],
835             "type": "library",
836             "extra": {
837                 "branch-alias": {
838                     "dev-master": "4.10-dev"
839                 }
840             },
841             "autoload": {
842                 "psr-4": {
843                     "League\\HTMLToMarkdown\\": "src/"
844                 }
845             },
846             "notification-url": "https://packagist.org/downloads/",
847             "license": [
848                 "MIT"
849             ],
850             "authors": [
851                 {
852                     "name": "Colin O'Dell",
853                     "email": "colinodell@gmail.com",
854                     "homepage": "https://www.colinodell.com",
855                     "role": "Lead Developer"
856                 },
857                 {
858                     "name": "Nick Cernis",
859                     "email": "nick@cern.is",
860                     "homepage": "http://modernnerd.net",
861                     "role": "Original Author"
862                 }
863             ],
864             "description": "An HTML-to-markdown conversion helper for PHP",
865             "homepage": "https://github.com/thephpleague/html-to-markdown",
866             "keywords": [
867                 "html",
868                 "markdown"
869             ],
870             "funding": [
871                 {
872                     "url": "https://www.colinodell.com/sponsor",
873                     "type": "custom"
874                 },
875                 {
876                     "url": "https://www.paypal.me/colinpodell/10.00",
877                     "type": "custom"
878                 },
879                 {
880                     "url": "https://github.com/colinodell",
881                     "type": "github"
882                 },
883                 {
884                     "url": "https://www.patreon.com/colinodell",
885                     "type": "patreon"
886                 }
887             ],
888             "time": "2020-07-01T00:34:03+00:00"
889         },
890         {
891             "name": "level-2/dice",
892             "version": "4.0.2",
893             "source": {
894                 "type": "git",
895                 "url": "https://github.com/Level-2/Dice.git",
896                 "reference": "b9336d9200d0165c31e982374dc5d8d2552807bc"
897             },
898             "dist": {
899                 "type": "zip",
900                 "url": "https://api.github.com/repos/Level-2/Dice/zipball/b9336d9200d0165c31e982374dc5d8d2552807bc",
901                 "reference": "b9336d9200d0165c31e982374dc5d8d2552807bc",
902                 "shasum": ""
903             },
904             "require": {
905                 "php": ">=7.0.0"
906             },
907             "require-dev": {
908                 "phpunit/phpunit": "^6.5"
909             },
910             "type": "library",
911             "autoload": {
912                 "psr-4": {
913                     "Dice\\": "./"
914                 }
915             },
916             "notification-url": "https://packagist.org/downloads/",
917             "license": [
918                 "BSD-2-Clause"
919             ],
920             "authors": [
921                 {
922                     "name": "Tom Butler",
923                     "email": "tom@r.je"
924                 }
925             ],
926             "description": "A minimalist Dependency injection container (DIC) for PHP. Please note: 3.0+ is only compatible with PHP 7.0. The 2.0 branch is compatbile with PHP 5.6.",
927             "homepage": "http://r.je/dice.html",
928             "keywords": [
929                 "dependency injection",
930                 "dependency injection container",
931                 "di",
932                 "ioc"
933             ],
934             "time": "2020-01-28T13:47:49+00:00"
935         },
936         {
937             "name": "lightopenid/lightopenid",
938             "version": "dev-master",
939             "source": {
940                 "type": "git",
941                 "url": "https://github.com/Mewp/lightopenid.git",
942                 "reference": "9d42dc24e4dd34121c98a6491bc3ef7933a68a19"
943             },
944             "dist": {
945                 "type": "zip",
946                 "url": "https://api.github.com/repos/Mewp/lightopenid/zipball/9d42dc24e4dd34121c98a6491bc3ef7933a68a19",
947                 "reference": "9d42dc24e4dd34121c98a6491bc3ef7933a68a19",
948                 "shasum": ""
949             },
950             "require": {
951                 "php": ">=5.2.3"
952             },
953             "type": "library",
954             "autoload": {
955                 "classmap": [
956                     "./"
957                 ]
958             },
959             "notification-url": "https://packagist.org/downloads/",
960             "license": [
961                 "MIT"
962             ],
963             "homepage": "http://code.google.com/p/lightopenid/",
964             "keywords": [
965                 "OpenId"
966             ],
967             "time": "2013-10-27T16:25:49+00:00"
968         },
969         {
970             "name": "matriphe/iso-639",
971             "version": "1.2",
972             "source": {
973                 "type": "git",
974                 "url": "https://github.com/matriphe/php-iso-639.git",
975                 "reference": "0245d844daeefdd22a54b47103ffdb0e03c323e1"
976             },
977             "dist": {
978                 "type": "zip",
979                 "url": "https://api.github.com/repos/matriphe/php-iso-639/zipball/0245d844daeefdd22a54b47103ffdb0e03c323e1",
980                 "reference": "0245d844daeefdd22a54b47103ffdb0e03c323e1",
981                 "shasum": ""
982             },
983             "require-dev": {
984                 "phpunit/phpunit": "^4.7"
985             },
986             "type": "library",
987             "autoload": {
988                 "psr-4": {
989                     "Matriphe\\ISO639\\": "src/"
990                 }
991             },
992             "notification-url": "https://packagist.org/downloads/",
993             "license": [
994                 "MIT"
995             ],
996             "authors": [
997                 {
998                     "name": "Muhammad Zamroni",
999                     "email": "halo@matriphe.com"
1000                 }
1001             ],
1002             "description": "PHP library to convert ISO-639-1 code to language name.",
1003             "keywords": [
1004                 "639",
1005                 "iso",
1006                 "iso-639",
1007                 "lang",
1008                 "language",
1009                 "laravel"
1010             ],
1011             "time": "2017-07-19T15:11:19+00:00"
1012         },
1013         {
1014             "name": "michelf/php-markdown",
1015             "version": "1.9.0",
1016             "source": {
1017                 "type": "git",
1018                 "url": "https://github.com/michelf/php-markdown.git",
1019                 "reference": "c83178d49e372ca967d1a8c77ae4e051b3a3c75c"
1020             },
1021             "dist": {
1022                 "type": "zip",
1023                 "url": "https://api.github.com/repos/michelf/php-markdown/zipball/c83178d49e372ca967d1a8c77ae4e051b3a3c75c",
1024                 "reference": "c83178d49e372ca967d1a8c77ae4e051b3a3c75c",
1025                 "shasum": ""
1026             },
1027             "require": {
1028                 "php": ">=5.3.0"
1029             },
1030             "require-dev": {
1031                 "phpunit/phpunit": ">=4.3 <5.8"
1032             },
1033             "type": "library",
1034             "autoload": {
1035                 "psr-4": {
1036                     "Michelf\\": "Michelf/"
1037                 }
1038             },
1039             "notification-url": "https://packagist.org/downloads/",
1040             "license": [
1041                 "BSD-3-Clause"
1042             ],
1043             "authors": [
1044                 {
1045                     "name": "Michel Fortin",
1046                     "email": "michel.fortin@michelf.ca",
1047                     "homepage": "https://michelf.ca/",
1048                     "role": "Developer"
1049                 },
1050                 {
1051                     "name": "John Gruber",
1052                     "homepage": "https://daringfireball.net/"
1053                 }
1054             ],
1055             "description": "PHP Markdown",
1056             "homepage": "https://michelf.ca/projects/php-markdown/",
1057             "keywords": [
1058                 "markdown"
1059             ],
1060             "time": "2019-12-02T02:32:27+00:00"
1061         },
1062         {
1063             "name": "mobiledetect/mobiledetectlib",
1064             "version": "2.8.37",
1065             "source": {
1066                 "type": "git",
1067                 "url": "https://github.com/serbanghita/Mobile-Detect.git",
1068                 "reference": "9841e3c46f5bd0739b53aed8ac677fa712943df7"
1069             },
1070             "dist": {
1071                 "type": "zip",
1072                 "url": "https://api.github.com/repos/serbanghita/Mobile-Detect/zipball/9841e3c46f5bd0739b53aed8ac677fa712943df7",
1073                 "reference": "9841e3c46f5bd0739b53aed8ac677fa712943df7",
1074                 "shasum": ""
1075             },
1076             "require": {
1077                 "php": ">=5.0.0"
1078             },
1079             "require-dev": {
1080                 "phpunit/phpunit": "~4.8.35||~5.7"
1081             },
1082             "type": "library",
1083             "autoload": {
1084                 "classmap": [
1085                     "Mobile_Detect.php"
1086                 ],
1087                 "psr-0": {
1088                     "Detection": "namespaced/"
1089                 }
1090             },
1091             "notification-url": "https://packagist.org/downloads/",
1092             "license": [
1093                 "MIT"
1094             ],
1095             "authors": [
1096                 {
1097                     "name": "Serban Ghita",
1098                     "email": "serbanghita@gmail.com",
1099                     "homepage": "http://mobiledetect.net",
1100                     "role": "Developer"
1101                 }
1102             ],
1103             "description": "Mobile_Detect is a lightweight PHP class for detecting mobile devices. It uses the User-Agent string combined with specific HTTP headers to detect the mobile environment.",
1104             "homepage": "https://github.com/serbanghita/Mobile-Detect",
1105             "keywords": [
1106                 "detect mobile devices",
1107                 "mobile",
1108                 "mobile detect",
1109                 "mobile detector",
1110                 "php mobile detect"
1111             ],
1112             "funding": [
1113                 {
1114                     "url": "https://github.com/serbanghita",
1115                     "type": "github"
1116                 }
1117             ],
1118             "time": "2021-02-19T21:22:57+00:00"
1119         },
1120         {
1121             "name": "monolog/monolog",
1122             "version": "1.26.0",
1123             "source": {
1124                 "type": "git",
1125                 "url": "https://github.com/Seldaek/monolog.git",
1126                 "reference": "2209ddd84e7ef1256b7af205d0717fb62cfc9c33"
1127             },
1128             "dist": {
1129                 "type": "zip",
1130                 "url": "https://api.github.com/repos/Seldaek/monolog/zipball/2209ddd84e7ef1256b7af205d0717fb62cfc9c33",
1131                 "reference": "2209ddd84e7ef1256b7af205d0717fb62cfc9c33",
1132                 "shasum": ""
1133             },
1134             "require": {
1135                 "php": ">=5.3.0",
1136                 "psr/log": "~1.0"
1137             },
1138             "provide": {
1139                 "psr/log-implementation": "1.0.0"
1140             },
1141             "require-dev": {
1142                 "aws/aws-sdk-php": "^2.4.9 || ^3.0",
1143                 "doctrine/couchdb": "~1.0@dev",
1144                 "graylog2/gelf-php": "~1.0",
1145                 "php-amqplib/php-amqplib": "~2.4",
1146                 "php-console/php-console": "^3.1.3",
1147                 "phpstan/phpstan": "^0.12.59",
1148                 "phpunit/phpunit": "~4.5",
1149                 "ruflin/elastica": ">=0.90 <3.0",
1150                 "sentry/sentry": "^0.13",
1151                 "swiftmailer/swiftmailer": "^5.3|^6.0"
1152             },
1153             "suggest": {
1154                 "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
1155                 "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
1156                 "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
1157                 "ext-mongo": "Allow sending log messages to a MongoDB server",
1158                 "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
1159                 "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
1160                 "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
1161                 "php-console/php-console": "Allow sending log messages to Google Chrome",
1162                 "rollbar/rollbar": "Allow sending log messages to Rollbar",
1163                 "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
1164                 "sentry/sentry": "Allow sending log messages to a Sentry server"
1165             },
1166             "type": "library",
1167             "autoload": {
1168                 "psr-4": {
1169                     "Monolog\\": "src/Monolog"
1170                 }
1171             },
1172             "notification-url": "https://packagist.org/downloads/",
1173             "license": [
1174                 "MIT"
1175             ],
1176             "authors": [
1177                 {
1178                     "name": "Jordi Boggiano",
1179                     "email": "j.boggiano@seld.be",
1180                     "homepage": "http://seld.be"
1181                 }
1182             ],
1183             "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
1184             "homepage": "http://github.com/Seldaek/monolog",
1185             "keywords": [
1186                 "log",
1187                 "logging",
1188                 "psr-3"
1189             ],
1190             "funding": [
1191                 {
1192                     "url": "https://github.com/Seldaek",
1193                     "type": "github"
1194                 },
1195                 {
1196                     "url": "https://tidelift.com/funding/github/packagist/monolog/monolog",
1197                     "type": "tidelift"
1198                 }
1199             ],
1200             "time": "2020-12-14T12:56:38+00:00"
1201         },
1202         {
1203             "name": "nikic/fast-route",
1204             "version": "v1.3.0",
1205             "source": {
1206                 "type": "git",
1207                 "url": "https://github.com/nikic/FastRoute.git",
1208                 "reference": "181d480e08d9476e61381e04a71b34dc0432e812"
1209             },
1210             "dist": {
1211                 "type": "zip",
1212                 "url": "https://api.github.com/repos/nikic/FastRoute/zipball/181d480e08d9476e61381e04a71b34dc0432e812",
1213                 "reference": "181d480e08d9476e61381e04a71b34dc0432e812",
1214                 "shasum": ""
1215             },
1216             "require": {
1217                 "php": ">=5.4.0"
1218             },
1219             "require-dev": {
1220                 "phpunit/phpunit": "^4.8.35|~5.7"
1221             },
1222             "type": "library",
1223             "autoload": {
1224                 "psr-4": {
1225                     "FastRoute\\": "src/"
1226                 },
1227                 "files": [
1228                     "src/functions.php"
1229                 ]
1230             },
1231             "notification-url": "https://packagist.org/downloads/",
1232             "license": [
1233                 "BSD-3-Clause"
1234             ],
1235             "authors": [
1236                 {
1237                     "name": "Nikita Popov",
1238                     "email": "nikic@php.net"
1239                 }
1240             ],
1241             "description": "Fast request router for PHP",
1242             "keywords": [
1243                 "router",
1244                 "routing"
1245             ],
1246             "time": "2018-02-13T20:26:39+00:00"
1247         },
1248         {
1249             "name": "npm-asset/cropperjs",
1250             "version": "1.2.2",
1251             "dist": {
1252                 "type": "tar",
1253                 "url": "https://registry.npmjs.org/cropperjs/-/cropperjs-1.2.2.tgz",
1254                 "shasum": "30dc7a7ce872155b23a33bd10ad4c76c0d613f55"
1255             },
1256             "require-dev": {
1257                 "npm-asset/babel-core": ">=6.26.0,<7.0.0",
1258                 "npm-asset/babel-plugin-external-helpers": ">=6.22.0,<7.0.0",
1259                 "npm-asset/babel-preset-env": ">=1.6.1,<2.0.0",
1260                 "npm-asset/cpy-cli": ">=1.0.1,<2.0.0",
1261                 "npm-asset/cssnano": ">=3.10.0,<4.0.0",
1262                 "npm-asset/del-cli": ">=1.1.0,<2.0.0",
1263                 "npm-asset/eslint": ">=4.14.0,<5.0.0",
1264                 "npm-asset/eslint-config-airbnb-base": ">=12.1.0,<13.0.0",
1265                 "npm-asset/eslint-plugin-import": ">=2.8.0,<3.0.0",
1266                 "npm-asset/node-qunit-phantomjs": ">=2.0.0,<3.0.0",
1267                 "npm-asset/npm-run-all": ">=4.1.2,<5.0.0",
1268                 "npm-asset/postcss-cli": ">=4.1.1,<5.0.0",
1269                 "npm-asset/postcss-cssnext": ">=3.0.2,<4.0.0",
1270                 "npm-asset/postcss-header": ">=1.0.0,<2.0.0",
1271                 "npm-asset/postcss-url": ">=7.3.0,<8.0.0",
1272                 "npm-asset/rollup": ">=0.53.3,<0.54.0",
1273                 "npm-asset/rollup-plugin-babel": ">=3.0.3,<4.0.0",
1274                 "npm-asset/rollup-watch": ">=4.3.1,<5.0.0",
1275                 "npm-asset/stylefmt": ">=6.0.0,<7.0.0",
1276                 "npm-asset/uglify-js": ">=3.3.4,<4.0.0"
1277             },
1278             "type": "npm-asset-library",
1279             "extra": {
1280                 "npm-asset-bugs": {
1281                     "url": "https://github.com/fengyuanchen/cropperjs/issues"
1282                 },
1283                 "npm-asset-files": [
1284                     "src",
1285                     "dist"
1286                 ],
1287                 "npm-asset-main": "dist/cropper.common.js",
1288                 "npm-asset-directories": [],
1289                 "npm-asset-repository": {
1290                     "type": "git",
1291                     "url": "git+https://github.com/fengyuanchen/cropperjs.git"
1292                 },
1293                 "npm-asset-scripts": {
1294                     "build": "npm run build:css && npm run build:js",
1295                     "build:css": "postcss src/css/cropper.css -o dist/cropper.css --no-map",
1296                     "build:js": "rollup -c",
1297                     "clear": "del-cli dist",
1298                     "compress": "npm run compress:css && npm run compress:js",
1299                     "compress:css": "postcss dist/cropper.css -u cssnano -o dist/cropper.min.css --no-map",
1300                     "compress:js": "uglifyjs dist/cropper.js -o dist/cropper.min.js -c -m --comments /^!/",
1301                     "copy": "cpy dist/cropper.css docs/css",
1302                     "lint": "eslint src/js --fix",
1303                     "release": "npm run clear && npm run lint && npm run build && npm run compress && npm run copy && npm test",
1304                     "start": "npm-run-all --parallel watch:*",
1305                     "test": "node-qunit-phantomjs test/index.html --timeout 10",
1306                     "watch:css": "postcss src/css/cropper.css -o docs/css/cropper.css -m -w",
1307                     "watch:js": "rollup -c -m -w"
1308                 }
1309             },
1310             "license": [
1311                 "MIT"
1312             ],
1313             "authors": [
1314                 {
1315                     "name": "Chen Fengyuan",
1316                     "url": "http://chenfengyuan.com"
1317                 }
1318             ],
1319             "description": "JavaScript image cropper.",
1320             "homepage": "https://fengyuanchen.github.io/cropperjs",
1321             "keywords": [
1322                 "crop",
1323                 "cropper",
1324                 "cropper.js",
1325                 "cropperjs",
1326                 "cropping",
1327                 "css",
1328                 "development",
1329                 "front-end",
1330                 "html",
1331                 "image",
1332                 "javascript",
1333                 "move",
1334                 "rotate",
1335                 "scale",
1336                 "web",
1337                 "zoom"
1338             ],
1339             "time": "2018-01-03T13:39:39+00:00"
1340         },
1341         {
1342             "name": "npm-asset/es-jquery-sortable",
1343             "version": "0.9.13-patch2",
1344             "dist": {
1345                 "type": "tar",
1346                 "url": "https://registry.npmjs.org/es-jquery-sortable/-/es-jquery-sortable-0.9.13-patch2.tgz",
1347                 "shasum": "a4db16d133fbce1bcd1543c98279902a6b0812a3"
1348             },
1349             "require": {
1350                 "npm-asset/jquery": ">=2.1.2,<3.0.0"
1351             },
1352             "type": "npm-asset-library",
1353             "extra": {
1354                 "npm-asset-bugs": {
1355                     "url": "https://github.com/johnny/jquery-sortable/issues"
1356                 },
1357                 "npm-asset-main": "./source/js/jquery-sortable.js",
1358                 "npm-asset-directories": [],
1359                 "npm-asset-repository": {
1360                     "type": "git",
1361                     "url": "git+https://github.com/johnny/jquery-sortable.git"
1362                 },
1363                 "npm-asset-scripts": {
1364                     "test": "echo \"Error: no test specified\" && exit 1"
1365                 }
1366             },
1367             "license": [
1368                 "BSD-3"
1369             ],
1370             "authors": [
1371                 ""
1372             ],
1373             "description": "jquery plugin for sortable, nestable lists",
1374             "homepage": "https://github.com/johnny/jquery-sortable",
1375             "keywords": [
1376                 "drag",
1377                 "dragging",
1378                 "sort",
1379                 "sortable",
1380                 "sorting"
1381             ],
1382             "time": "2019-11-20T03:55:51+00:00"
1383         },
1384         {
1385             "name": "npm-asset/ev-emitter",
1386             "version": "1.1.1",
1387             "dist": {
1388                 "type": "tar",
1389                 "url": "https://registry.npmjs.org/ev-emitter/-/ev-emitter-1.1.1.tgz",
1390                 "shasum": "8f18b0ce5c76a5d18017f71c0a795c65b9138f2a"
1391             },
1392             "type": "npm-asset-library",
1393             "extra": {
1394                 "npm-asset-bugs": {
1395                     "url": "https://github.com/metafizzy/ev-emitter/issues"
1396                 },
1397                 "npm-asset-main": "ev-emitter.js",
1398                 "npm-asset-directories": {
1399                     "test": "test"
1400                 },
1401                 "npm-asset-repository": {
1402                     "type": "git",
1403                     "url": "git+https://github.com/metafizzy/ev-emitter.git"
1404                 },
1405                 "npm-asset-scripts": {
1406                     "test": "mocha test/test"
1407                 }
1408             },
1409             "license": [
1410                 "MIT"
1411             ],
1412             "authors": [
1413                 {
1414                     "name": "David DeSandro"
1415                 }
1416             ],
1417             "description": "lil' event emitter",
1418             "homepage": "https://github.com/metafizzy/ev-emitter#readme",
1419             "keywords": [
1420                 "emitter",
1421                 "event",
1422                 "pubsub"
1423             ],
1424             "time": "2017-07-06T13:46:38+00:00"
1425         },
1426         {
1427             "name": "npm-asset/eventemitter3",
1428             "version": "2.0.3",
1429             "dist": {
1430                 "type": "tar",
1431                 "url": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-2.0.3.tgz",
1432                 "shasum": "b5e1079b59fb5e1ba2771c0a993be060a58c99ba"
1433             },
1434             "type": "npm-asset-library",
1435             "extra": {
1436                 "npm-asset-bugs": {
1437                     "url": "https://github.com/primus/eventemitter3/issues"
1438                 },
1439                 "npm-asset-main": "index.js",
1440                 "npm-asset-directories": [],
1441                 "npm-asset-repository": {
1442                     "type": "git",
1443                     "url": "git://github.com/primus/eventemitter3.git"
1444                 },
1445                 "npm-asset-scripts": {
1446                     "build": "mkdir -p umd && browserify index.js -s EventEmitter3 | uglifyjs -m -o umd/eventemitter3.min.js",
1447                     "benchmark": "find benchmarks/run -name '*.js' -exec benchmarks/start.sh {} \\;",
1448                     "test": "nyc --reporter=html --reporter=text mocha",
1449                     "test-browser": "zuul -- test.js",
1450                     "prepublish": "npm run build",
1451                     "sync": "node versions.js"
1452                 }
1453             },
1454             "license": [
1455                 "MIT"
1456             ],
1457             "authors": [
1458                 {
1459                     "name": "Arnout Kazemier"
1460                 }
1461             ],
1462             "description": "EventEmitter3 focuses on performance while maintaining a Node.js AND browser compatible interface.",
1463             "homepage": "https://github.com/primus/eventemitter3#readme",
1464             "keywords": [
1465                 "EventEmitter",
1466                 "EventEmitter2",
1467                 "EventEmitter3",
1468                 "Events",
1469                 "addEventListener",
1470                 "addListener",
1471                 "emit",
1472                 "emits",
1473                 "emitter",
1474                 "event",
1475                 "once",
1476                 "pub/sub",
1477                 "publish",
1478                 "reactor",
1479                 "subscribe"
1480             ],
1481             "time": "2017-03-31T14:51:09+00:00"
1482         },
1483         {
1484             "name": "npm-asset/fullcalendar",
1485             "version": "3.10.2",
1486             "dist": {
1487                 "type": "tar",
1488                 "url": "https://registry.npmjs.org/fullcalendar/-/fullcalendar-3.10.2.tgz",
1489                 "shasum": "9b1ba84bb02803621b761d1bba91a4f18affafb7"
1490             },
1491             "type": "npm-asset-library",
1492             "extra": {
1493                 "npm-asset-bugs": {
1494                     "url": "https://fullcalendar.io/wiki/Reporting-Bugs/"
1495                 },
1496                 "npm-asset-main": "dist/fullcalendar.js",
1497                 "npm-asset-directories": [],
1498                 "npm-asset-repository": {
1499                     "type": "git",
1500                     "url": "git+https://github.com/fullcalendar/fullcalendar.git"
1501                 },
1502                 "npm-asset-scripts": {
1503                     "clean": "gulp clean",
1504                     "dist": "gulp dist",
1505                     "lint": "gulp lint-and-example-repos",
1506                     "test": "gulp test:single"
1507                 }
1508             },
1509             "license": [
1510                 "MIT"
1511             ],
1512             "authors": [
1513                 {
1514                     "name": "Adam Shaw",
1515                     "email": "arshaw@arshaw.com",
1516                     "url": "http://arshaw.com/"
1517                 }
1518             ],
1519             "description": "Full-sized drag & drop event calendar",
1520             "homepage": "https://fullcalendar.io/",
1521             "keywords": [
1522                 "calendar",
1523                 "event",
1524                 "full-sized",
1525                 "jquery-plugin"
1526             ],
1527             "time": "2020-05-19T03:44:55+00:00"
1528         },
1529         {
1530             "name": "npm-asset/imagesloaded",
1531             "version": "4.1.4",
1532             "dist": {
1533                 "type": "tar",
1534                 "url": "https://registry.npmjs.org/imagesloaded/-/imagesloaded-4.1.4.tgz",
1535                 "shasum": "1376efcd162bb768c34c3727ac89cc04051f3cc7"
1536             },
1537             "require": {
1538                 "npm-asset/ev-emitter": ">=1.0.0,<2.0.0"
1539             },
1540             "require-dev": {
1541                 "npm-asset/chalk": ">=1.1.1,<2.0.0",
1542                 "npm-asset/cheerio": ">=0.19.0,<0.20.0",
1543                 "npm-asset/gulp": ">=3.9.0,<4.0.0",
1544                 "npm-asset/gulp-jshint": ">=1.11.2,<2.0.0",
1545                 "npm-asset/gulp-json-lint": ">=0.1.0,<0.2.0",
1546                 "npm-asset/gulp-rename": ">=1.2.2,<2.0.0",
1547                 "npm-asset/gulp-replace": ">=0.5.4,<0.6.0",
1548                 "npm-asset/gulp-requirejs-optimize": "dev-github:metafizzy/gulp-requirejs-optimize",
1549                 "npm-asset/gulp-uglify": ">=1.4.2,<2.0.0",
1550                 "npm-asset/gulp-util": ">=3.0.7,<4.0.0",
1551                 "npm-asset/highlight.js": ">=8.9.1,<9.0.0",
1552                 "npm-asset/marked": ">=0.3.5,<0.4.0",
1553                 "npm-asset/minimist": ">=1.2.0,<2.0.0",
1554                 "npm-asset/transfob": ">=1.0.0,<2.0.0"
1555             },
1556             "type": "npm-asset-library",
1557             "extra": {
1558                 "npm-asset-bugs": {
1559                     "url": "https://github.com/desandro/imagesloaded/issues"
1560                 },
1561                 "npm-asset-main": "imagesloaded.js",
1562                 "npm-asset-directories": {
1563                     "test": "test"
1564                 },
1565                 "npm-asset-repository": {
1566                     "type": "git",
1567                     "url": "git://github.com/desandro/imagesloaded.git"
1568                 },
1569                 "npm-asset-scripts": {
1570                     "test": "echo \"Error: no test specified\" && exit 1"
1571                 }
1572             },
1573             "license": [
1574                 "MIT"
1575             ],
1576             "authors": [
1577                 {
1578                     "name": "David DeSandro"
1579                 }
1580             ],
1581             "description": "JavaScript is all like _You images done yet or what?_",
1582             "homepage": "https://github.com/desandro/imagesloaded",
1583             "keywords": [
1584                 "dom",
1585                 "images",
1586                 "jquery-plugin",
1587                 "loaded",
1588                 "ui"
1589             ],
1590             "time": "2018-01-02T16:56:03+00:00"
1591         },
1592         {
1593             "name": "npm-asset/jgrowl",
1594             "version": "1.4.6",
1595             "dist": {
1596                 "type": "tar",
1597                 "url": "https://registry.npmjs.org/jgrowl/-/jgrowl-1.4.6.tgz",
1598                 "shasum": "2736e332aaee73ccf0a14a5f0066391a0a13f4a3"
1599             },
1600             "require-dev": {
1601                 "npm-asset/grunt": "~0.4.2",
1602                 "npm-asset/grunt-contrib-cssmin": "~0.9.0",
1603                 "npm-asset/grunt-contrib-jshint": "~0.6.3",
1604                 "npm-asset/grunt-contrib-less": "~0.11.0",
1605                 "npm-asset/grunt-contrib-uglify": "~0.4.0",
1606                 "npm-asset/grunt-contrib-watch": "~0.6.1"
1607             },
1608             "type": "npm-asset-library",
1609             "extra": {
1610                 "npm-asset-bugs": {
1611                     "url": "https://github.com/stanlemon/jGrowl/issues"
1612                 },
1613                 "npm-asset-main": "jquery.jgrowl.js",
1614                 "npm-asset-directories": [],
1615                 "npm-asset-repository": {
1616                     "type": "git",
1617                     "url": "git+ssh://git@github.com/stanlemon/jGrowl.git"
1618                 },
1619                 "npm-asset-scripts": []
1620             },
1621             "authors": [
1622                 {
1623                     "name": "Stan Lemon",
1624                     "email": "stosh1985@gmail.com",
1625                     "url": "http://stanlemon.net"
1626                 }
1627             ],
1628             "description": "jGrowl is a jQuery plugin that raises unobtrusive messages within the browser, similar to the way that OS X's Growl Framework works. The idea is simple, deliver notifications to the end user in a noticeable way that doesn't obstruct the work flow and yet ",
1629             "homepage": "https://github.com/stanlemon/jGrowl#readme",
1630             "time": "2017-07-21T02:36:34+00:00"
1631         },
1632         {
1633             "name": "npm-asset/jquery",
1634             "version": "2.2.4",
1635             "dist": {
1636                 "type": "tar",
1637                 "url": "https://registry.npmjs.org/jquery/-/jquery-2.2.4.tgz",
1638                 "shasum": "2c89d6889b5eac522a7eea32c14521559c6cbf02"
1639             },
1640             "require-dev": {
1641                 "npm-asset/commitplease": "2.0.0",
1642                 "npm-asset/core-js": "0.9.17",
1643                 "npm-asset/grunt": "0.4.5",
1644                 "npm-asset/grunt-babel": "5.0.1",
1645                 "npm-asset/grunt-cli": "0.1.13",
1646                 "npm-asset/grunt-compare-size": "0.4.0",
1647                 "npm-asset/grunt-contrib-jshint": "0.11.2",
1648                 "npm-asset/grunt-contrib-uglify": "0.9.2",
1649                 "npm-asset/grunt-contrib-watch": "0.6.1",
1650                 "npm-asset/grunt-git-authors": "2.0.1",
1651                 "npm-asset/grunt-jscs": "2.1.0",
1652                 "npm-asset/grunt-jsonlint": "1.0.4",
1653                 "npm-asset/grunt-npmcopy": "0.1.0",
1654                 "npm-asset/gzip-js": "0.3.2",
1655                 "npm-asset/jsdom": "5.6.1",
1656                 "npm-asset/load-grunt-tasks": "1.0.0",
1657                 "npm-asset/qunit-assert-step": "1.0.3",
1658                 "npm-asset/qunitjs": "1.17.1",
1659                 "npm-asset/requirejs": "2.1.17",
1660                 "npm-asset/sinon": "1.10.3",
1661                 "npm-asset/sizzle": "2.2.1",
1662                 "npm-asset/strip-json-comments": "1.0.3",
1663                 "npm-asset/testswarm": "1.1.0",
1664                 "npm-asset/win-spawn": "2.0.0"
1665             },
1666             "type": "npm-asset-library",
1667             "extra": {
1668                 "npm-asset-bugs": {
1669                     "url": "https://github.com/jquery/jquery/issues"
1670                 },
1671                 "npm-asset-main": "dist/jquery.js",
1672                 "npm-asset-directories": [],
1673                 "npm-asset-repository": {
1674                     "type": "git",
1675                     "url": "git+https://github.com/jquery/jquery.git"
1676                 },
1677                 "npm-asset-scripts": {
1678                     "build": "npm install && grunt",
1679                     "start": "grunt watch",
1680                     "test": "grunt && grunt test"
1681                 }
1682             },
1683             "license": [
1684                 "MIT"
1685             ],
1686             "authors": [
1687                 {
1688                     "name": "jQuery Foundation and other contributors",
1689                     "url": "https://github.com/jquery/jquery/blob/2.2.4/AUTHORS.txt"
1690                 }
1691             ],
1692             "description": "JavaScript library for DOM operations",
1693             "homepage": "http://jquery.com",
1694             "keywords": [
1695                 "browser",
1696                 "javascript",
1697                 "jquery",
1698                 "library"
1699             ],
1700             "time": "2016-05-20T17:26:07+00:00"
1701         },
1702         {
1703             "name": "npm-asset/jquery-colorbox",
1704             "version": "1.6.4",
1705             "dist": {
1706                 "type": "tar",
1707                 "url": "https://registry.npmjs.org/jquery-colorbox/-/jquery-colorbox-1.6.4.tgz",
1708                 "shasum": "799452523a6c494839224ef702e807deb9c06cc5"
1709             },
1710             "require": {
1711                 "npm-asset/jquery": ">=1.3.2"
1712             },
1713             "type": "npm-asset-library",
1714             "extra": {
1715                 "npm-asset-bugs": {
1716                     "url": "https://github.com/jackmoore/colorbox/issues"
1717                 },
1718                 "npm-asset-main": "jquery.colorbox.js",
1719                 "npm-asset-directories": [],
1720                 "npm-asset-repository": {
1721                     "type": "git",
1722                     "url": "git+ssh://git@github.com/jackmoore/colorbox.git"
1723                 },
1724                 "npm-asset-scripts": []
1725             },
1726             "license": [
1727                 "MIT"
1728             ],
1729             "authors": [
1730                 {
1731                     "name": "Jack Moore",
1732                     "email": "hello@jacklmoore.com",
1733                     "url": "http://www.jacklmoore.com"
1734                 }
1735             ],
1736             "description": "jQuery lightbox and modal window plugin.",
1737             "homepage": "http://www.jacklmoore.com/colorbox",
1738             "keywords": [
1739                 "gallery",
1740                 "jquery-plugin",
1741                 "lightbox",
1742                 "modal",
1743                 "popup",
1744                 "ui"
1745             ],
1746             "time": "2016-05-10T22:22:39+00:00"
1747         },
1748         {
1749             "name": "npm-asset/jquery-datetimepicker",
1750             "version": "2.5.21",
1751             "dist": {
1752                 "type": "tar",
1753                 "url": "https://registry.npmjs.org/jquery-datetimepicker/-/jquery-datetimepicker-2.5.21.tgz",
1754                 "shasum": "00c388a78df2732fedfdb5c6529b6e84d53e0235"
1755             },
1756             "require": {
1757                 "npm-asset/jquery": ">=1.7.2",
1758                 "npm-asset/jquery-mousewheel": ">=3.1.13",
1759                 "npm-asset/php-date-formatter": ">=1.3.4,<2.0.0"
1760             },
1761             "type": "npm-asset-library",
1762             "extra": {
1763                 "npm-asset-bugs": {
1764                     "url": "https://github.com/xdan/datetimepicker/issues"
1765                 },
1766                 "npm-asset-main": "build/jquery.datetimepicker.full.min.js",
1767                 "npm-asset-directories": [],
1768                 "npm-asset-repository": {
1769                     "type": "git",
1770                     "url": "git+https://github.com/xdan/datetimepicker.git"
1771                 },
1772                 "npm-asset-scripts": {
1773                     "test": "karma start --browsers Firefox karma.conf.js --single-run",
1774                     "concat": "concat-cli -f node_modules/php-date-formatter/js/php-date-formatter.min.js jquery.datetimepicker.js node_modules/jquery-mousewheel/jquery.mousewheel.js -o build/jquery.datetimepicker.full.js",
1775                     "minify": "uglifyjs jquery.datetimepicker.js -c -m -o build/jquery.datetimepicker.min.js && uglifycss jquery.datetimepicker.css > build/jquery.datetimepicker.min.css",
1776                     "minifyconcat": "uglifyjs build/jquery.datetimepicker.full.js -c -m -o build/jquery.datetimepicker.full.min.js",
1777                     "github": "git add --all  && git commit -m \"New version %npm_package_version% \" && git tag %npm_package_version% && git push --tags origin HEAD:master && npm publish",
1778                     "build": "npm run minify && npm run concat && npm run minifyconcat",
1779                     "public": "npm run test && npm version patch --no-git-tag-version && npm run build && npm run github"
1780                 }
1781             },
1782             "license": [
1783                 "MIT"
1784             ],
1785             "authors": [
1786                 {
1787                     "name": "Chupurnov",
1788                     "email": "chupurnov@gmail.com",
1789                     "url": "https://xdsoft.net/"
1790                 }
1791             ],
1792             "description": "jQuery Plugin DateTimePicker it is DatePicker and TimePicker in one",
1793             "homepage": "https://github.com/xdan/datetimepicker",
1794             "keywords": [
1795                 "calendar",
1796                 "date",
1797                 "datepicker",
1798                 "datetime",
1799                 "jquery-plugin",
1800                 "time",
1801                 "timepicker"
1802             ],
1803             "time": "2019-02-23T11:25:30+00:00"
1804         },
1805         {
1806             "name": "npm-asset/jquery-mousewheel",
1807             "version": "3.1.13",
1808             "dist": {
1809                 "type": "tar",
1810                 "url": "https://registry.npmjs.org/jquery-mousewheel/-/jquery-mousewheel-3.1.13.tgz",
1811                 "shasum": "06f0335f16e353a695e7206bf50503cb523a6ee5"
1812             },
1813             "require-dev": {
1814                 "npm-asset/grunt": "~0.4.1",
1815                 "npm-asset/grunt-contrib-connect": "~0.5.0",
1816                 "npm-asset/grunt-contrib-jshint": "~0.7.1",
1817                 "npm-asset/grunt-contrib-uglify": "~0.2.7"
1818             },
1819             "type": "npm-asset-library",
1820             "extra": {
1821                 "npm-asset-bugs": {
1822                     "url": "https://github.com/jquery/jquery-mousewheel/issues"
1823                 },
1824                 "npm-asset-files": [
1825                     "ChangeLog.md",
1826                     "jquery.mousewheel.js",
1827                     "README.md",
1828                     "LICENSE.txt"
1829                 ],
1830                 "npm-asset-main": "./jquery.mousewheel.js",
1831                 "npm-asset-directories": {
1832                     "test": "test"
1833                 },
1834                 "npm-asset-repository": {
1835                     "type": "git",
1836                     "url": "https://github.com/jquery/jquery-mousewheel.git"
1837                 },
1838                 "npm-asset-scripts": []
1839             },
1840             "authors": [
1841                 {
1842                     "name": "jQuery Foundation and other contributors",
1843                     "url": "https://github.com/jquery/jquery-mousewheel/blob/master/AUTHORS.txt"
1844                 }
1845             ],
1846             "description": "A jQuery plugin that adds cross-browser mouse wheel support.",
1847             "homepage": "https://github.com/jquery/jquery-mousewheel",
1848             "keywords": [
1849                 "browser",
1850                 "event",
1851                 "jquery",
1852                 "jquery-plugin",
1853                 "mouse",
1854                 "mousewheel",
1855                 "wheel"
1856             ],
1857             "time": "2015-07-15T18:05:23+00:00"
1858         },
1859         {
1860             "name": "npm-asset/moment",
1861             "version": "2.29.1",
1862             "dist": {
1863                 "type": "tar",
1864                 "url": "https://registry.npmjs.org/moment/-/moment-2.29.1.tgz",
1865                 "shasum": "b2be769fa31940be9eeea6469c075e35006fa3d3"
1866             },
1867             "type": "npm-asset-library",
1868             "extra": {
1869                 "npm-asset-bugs": {
1870                     "url": "https://github.com/moment/moment/issues"
1871                 },
1872                 "npm-asset-main": "./moment.js",
1873                 "npm-asset-directories": [],
1874                 "npm-asset-repository": {
1875                     "type": "git",
1876                     "url": "git+https://github.com/moment/moment.git"
1877                 },
1878                 "npm-asset-scripts": {
1879                     "ts3.1-typescript-test": "cross-env node_modules/typescript3/bin/tsc --project ts3.1-typing-tests",
1880                     "typescript-test": "cross-env node_modules/typescript/bin/tsc --project typing-tests",
1881                     "test": "grunt test",
1882                     "eslint": "eslint Gruntfile.js tasks src",
1883                     "prettier-check": "prettier --check Gruntfile.js tasks src",
1884                     "prettier-fmt": "prettier --write Gruntfile.js tasks src",
1885                     "coverage": "nyc npm test && nyc report",
1886                     "coveralls": "nyc npm test && nyc report --reporter=text-lcov | coveralls"
1887                 },
1888                 "npm-asset-engines": {
1889                     "node": "*"
1890                 }
1891             },
1892             "license": [
1893                 "MIT"
1894             ],
1895             "authors": [
1896                 {
1897                     "name": "Iskren Ivov Chernev",
1898                     "email": "iskren.chernev@gmail.com",
1899                     "url": "https://github.com/ichernev"
1900                 },
1901                 {
1902                     "name": "Tim Wood",
1903                     "email": "washwithcare@gmail.com",
1904                     "url": "http://timwoodcreates.com/"
1905                 },
1906                 {
1907                     "name": "Rocky Meza",
1908                     "url": "http://rockymeza.com"
1909                 },
1910                 {
1911                     "name": "Matt Johnson",
1912                     "email": "mj1856@hotmail.com",
1913                     "url": "http://codeofmatt.com"
1914                 },
1915                 {
1916                     "name": "Isaac Cambron",
1917                     "email": "isaac@isaaccambron.com",
1918                     "url": "http://isaaccambron.com"
1919                 },
1920                 {
1921                     "name": "Andre Polykanine",
1922                     "email": "andre@oire.org",
1923                     "url": "https://github.com/oire"
1924                 }
1925             ],
1926             "description": "Parse, validate, manipulate, and display dates",
1927             "homepage": "https://momentjs.com",
1928             "keywords": [
1929                 "date",
1930                 "ender",
1931                 "format",
1932                 "i18n",
1933                 "l10n",
1934                 "moment",
1935                 "parse",
1936                 "time",
1937                 "validate"
1938             ],
1939             "time": "2020-10-06T11:21:28+00:00"
1940         },
1941         {
1942             "name": "npm-asset/perfect-scrollbar",
1943             "version": "0.6.16",
1944             "dist": {
1945                 "type": "tar",
1946                 "url": "https://registry.npmjs.org/perfect-scrollbar/-/perfect-scrollbar-0.6.16.tgz",
1947                 "shasum": "b1d61a5245cf3962bb9a8407a3fc669d923212fc"
1948             },
1949             "type": "npm-asset-library",
1950             "extra": {
1951                 "npm-asset-bugs": {
1952                     "url": "https://github.com/noraesae/perfect-scrollbar/issues"
1953                 },
1954                 "npm-asset-files": [
1955                     "dist",
1956                     "src",
1957                     "index.js",
1958                     "jquery.js",
1959                     "perfect-scrollbar.d.ts"
1960                 ],
1961                 "npm-asset-main": "./index.js",
1962                 "npm-asset-directories": [],
1963                 "npm-asset-repository": {
1964                     "type": "git",
1965                     "url": "git+https://github.com/noraesae/perfect-scrollbar.git"
1966                 },
1967                 "npm-asset-scripts": {
1968                     "test": "gulp",
1969                     "before-deploy": "gulp && gulp compress",
1970                     "release": "rm -rf dist && gulp && npm publish"
1971                 },
1972                 "npm-asset-engines": {
1973                     "node": ">= 0.12.0"
1974                 }
1975             },
1976             "license": [
1977                 "MIT"
1978             ],
1979             "authors": [
1980                 {
1981                     "name": "Hyunje Jun",
1982                     "email": "me@noraesae.net"
1983                 },
1984                 {
1985                     "name": "Hyunje Jun",
1986                     "email": "me@noraesae.net"
1987                 }
1988             ],
1989             "description": "Minimalistic but perfect custom scrollbar plugin",
1990             "homepage": "https://github.com/noraesae/perfect-scrollbar#readme",
1991             "keywords": [
1992                 "frontend",
1993                 "jquery-plugin",
1994                 "scroll",
1995                 "scrollbar"
1996             ],
1997             "time": "2017-01-10T01:03:05+00:00"
1998         },
1999         {
2000             "name": "npm-asset/php-date-formatter",
2001             "version": "v1.3.6",
2002             "source": {
2003                 "type": "git",
2004                 "url": "https://github.com/kartik-v/php-date-formatter.git",
2005                 "reference": "514a53660b0d69439236fd3cbc3f41512adb00a0"
2006             },
2007             "dist": {
2008                 "type": "zip",
2009                 "url": "https://api.github.com/repos/kartik-v/php-date-formatter/zipball/514a53660b0d69439236fd3cbc3f41512adb00a0",
2010                 "reference": "514a53660b0d69439236fd3cbc3f41512adb00a0",
2011                 "shasum": ""
2012             },
2013             "type": "npm-asset-library",
2014             "extra": {
2015                 "npm-asset-bugs": {
2016                     "url": "https://github.com/kartik-v/php-date-formatter/issues"
2017                 },
2018                 "npm-asset-main": "js/php-date-formatter.js",
2019                 "npm-asset-directories": {
2020                     "example": "examples"
2021                 },
2022                 "npm-asset-repository": {
2023                     "type": "git",
2024                     "url": "https://github.com/kartik-v/php-date-formatter.git"
2025                 }
2026             },
2027             "license": [
2028                 "BSD-3-Clause"
2029             ],
2030             "authors": [
2031                 "Kartik Visweswaran <kartikv2@gmail.com>"
2032             ],
2033             "description": "A Javascript datetime formatting and manipulation library using PHP date-time formats.",
2034             "homepage": "https://github.com/kartik-v/php-date-formatter",
2035             "time": "2020-04-14T10:16:32+00:00"
2036         },
2037         {
2038             "name": "npm-asset/textarea-caret",
2039             "version": "3.1.0",
2040             "dist": {
2041                 "type": "tar",
2042                 "url": "https://registry.npmjs.org/textarea-caret/-/textarea-caret-3.1.0.tgz",
2043                 "shasum": "5d5a35bb035fd06b2ff0e25d5359e97f2655087f"
2044             },
2045             "type": "npm-asset-library",
2046             "extra": {
2047                 "npm-asset-bugs": {
2048                     "url": "https://github.com/component/textarea-caret-position/issues"
2049                 },
2050                 "npm-asset-files": [
2051                     "index.js"
2052                 ],
2053                 "npm-asset-main": "index.js",
2054                 "npm-asset-directories": [],
2055                 "npm-asset-repository": {
2056                     "type": "git",
2057                     "url": "git+https://github.com/component/textarea-caret-position.git"
2058                 }
2059             },
2060             "license": [
2061                 "MIT"
2062             ],
2063             "description": "(x, y) coordinates of the caret in a textarea or input type='text'",
2064             "homepage": "https://github.com/component/textarea-caret-position#readme",
2065             "keywords": [
2066                 "caret",
2067                 "position",
2068                 "textarea"
2069             ],
2070             "time": "2018-02-20T06:11:03+00:00"
2071         },
2072         {
2073             "name": "npm-asset/textcomplete",
2074             "version": "0.18.2",
2075             "dist": {
2076                 "type": "tar",
2077                 "url": "https://registry.npmjs.org/textcomplete/-/textcomplete-0.18.2.tgz",
2078                 "shasum": "de0d806567102f7e32daffcbcc3db05af1515eb5"
2079             },
2080             "require": {
2081                 "npm-asset/eventemitter3": ">=2.0.3,<3.0.0",
2082                 "npm-asset/textarea-caret": ">=3.0.1,<4.0.0",
2083                 "npm-asset/undate": ">=0.2.3,<0.3.0"
2084             },
2085             "type": "npm-asset-library",
2086             "extra": {
2087                 "npm-asset-bugs": {
2088                     "url": "https://github.com/yuku-t/textcomplete/issues"
2089                 },
2090                 "npm-asset-main": "lib/index.js",
2091                 "npm-asset-directories": [],
2092                 "npm-asset-repository": {
2093                     "type": "git",
2094                     "url": "git+ssh://git@github.com/yuku-t/textcomplete.git"
2095                 },
2096                 "npm-asset-scripts": {
2097                     "build": "yarn run clean && run-p build:*",
2098                     "build:dist": "webpack && webpack --env=min && run-p print-dist-gz-size",
2099                     "build:docs": "run-p build:docs:*",
2100                     "build:docs:html": "webpack --config webpack.doc.config.js && pug -o docs src/doc/index.pug",
2101                     "build:docs:md": "documentation build src/*.js -f md -o doc/api.md",
2102                     "build:lib": "babel src -d lib -s && for js in src/*.js; do cp $js lib/${js##*/}.flow; done",
2103                     "clean": "rm -fr dist docs lib",
2104                     "format": "prettier --no-semi --trailing-comma all --write 'src/*.js' 'test/**/*.js'",
2105                     "gh-release": "npm pack textcomplete && gh-release -a textcomplete-$(cat package.json|jq -r .version).tgz",
2106                     "opener": "wait-on http://localhost:8082 && opener http://localhost:8082",
2107                     "print-dist-gz-size": "printf 'dist/textcomplete.min.js.gz: %d bytes\\n' \"$(gzip -9kc dist/textcomplete.min.js | wc -c)\"",
2108                     "start": "run-p watch opener",
2109                     "test": "run-p test:*",
2110                     "test:bundlesize": "yarn run build:dist && bundlesize",
2111                     "test:e2e": "NODE_ENV=test karma start --single-run",
2112                     "test:lint": "eslint src/*.js test/**/*.js",
2113                     "test:typecheck": "flow check",
2114                     "watch": "run-p watch:*",
2115                     "watch:webpack": "webpack-dev-server --config webpack.doc.config.js",
2116                     "watch:pug": "pug -o docs --watch src/doc/index.pug"
2117                 }
2118             },
2119             "license": [
2120                 "MIT"
2121             ],
2122             "authors": [
2123                 {
2124                     "name": "Yuku Takahashi"
2125                 }
2126             ],
2127             "description": "Autocomplete for textarea elements",
2128             "homepage": "https://github.com/yuku-t/textcomplete#readme",
2129             "time": "2020-06-10T06:11:00+00:00"
2130         },
2131         {
2132             "name": "npm-asset/typeahead.js",
2133             "version": "0.11.1",
2134             "dist": {
2135                 "type": "tar",
2136                 "url": "https://registry.npmjs.org/typeahead.js/-/typeahead.js-0.11.1.tgz",
2137                 "shasum": "4e64e671b22310a8606f4aec805924ba84b015b8"
2138             },
2139             "require": {
2140                 "npm-asset/jquery": ">=1.7"
2141             },
2142             "type": "npm-asset-library",
2143             "extra": {
2144                 "npm-asset-bugs": {
2145                     "url": "https://github.com/twitter/typeahead.js/issues"
2146                 },
2147                 "npm-asset-main": "dist/typeahead.bundle.js",
2148                 "npm-asset-directories": [],
2149                 "npm-asset-repository": {
2150                     "type": "git",
2151                     "url": "https://github.com/twitter/typeahead.js.git"
2152                 },
2153                 "npm-asset-scripts": {
2154                     "test": "./node_modules/karma/bin/karma start --single-run --browsers PhantomJS"
2155                 }
2156             },
2157             "authors": [
2158                 {
2159                     "name": "Twitter, Inc.",
2160                     "url": "https://twitter.com/twitteross"
2161                 },
2162                 {
2163                     "name": "Jake Harding",
2164                     "url": "https://twitter.com/JakeHarding"
2165                 },
2166                 {
2167                     "name": "Tim Trueman",
2168                     "url": "https://twitter.com/timtrueman"
2169                 },
2170                 {
2171                     "name": "Veljko Skarich",
2172                     "url": "https://twitter.com/vskarich"
2173                 }
2174             ],
2175             "description": "fast and fully-featured autocomplete library",
2176             "homepage": "http://twitter.github.com/typeahead.js",
2177             "keywords": [
2178                 "autocomplete",
2179                 "typeahead"
2180             ],
2181             "time": "2015-04-27T04:03:42+00:00"
2182         },
2183         {
2184             "name": "npm-asset/undate",
2185             "version": "0.2.4",
2186             "dist": {
2187                 "type": "tar",
2188                 "url": "https://registry.npmjs.org/undate/-/undate-0.2.4.tgz",
2189                 "shasum": "ccb2a8cf38edc035d1006fcb2909c4c6024a8400"
2190             },
2191             "type": "npm-asset-library",
2192             "extra": {
2193                 "npm-asset-bugs": {
2194                     "url": "https://github.com/yuku-t/undate/issues"
2195                 },
2196                 "npm-asset-main": "lib/index.js",
2197                 "npm-asset-directories": [],
2198                 "npm-asset-repository": {
2199                     "type": "git",
2200                     "url": "git+https://github.com/yuku-t/undate.git"
2201                 },
2202                 "npm-asset-scripts": {
2203                     "build": "babel src -d lib && for js in src/*.js; do cp $js lib/${js##*/}.flow; done",
2204                     "test": "run-p test:*",
2205                     "test:eslint": "eslint src/*.js test/*.js",
2206                     "test:flow": "flow check",
2207                     "test:karma": "karma start --single-run"
2208                 }
2209             },
2210             "license": [
2211                 "MIT"
2212             ],
2213             "authors": [
2214                 {
2215                     "name": "Yuku Takahashi"
2216                 }
2217             ],
2218             "description": "Undoable update for HTMLTextAreaElement",
2219             "homepage": "https://github.com/yuku-t/undate#readme",
2220             "keywords": [
2221                 "textarea"
2222             ],
2223             "time": "2018-01-24T10:49:39+00:00"
2224         },
2225         {
2226             "name": "paragonie/certainty",
2227             "version": "v2.8.0",
2228             "source": {
2229                 "type": "git",
2230                 "url": "https://github.com/paragonie/certainty.git",
2231                 "reference": "94fc99f8c1f5bdce960713d6b63a108a64d90dfa"
2232             },
2233             "dist": {
2234                 "type": "zip",
2235                 "url": "https://api.github.com/repos/paragonie/certainty/zipball/94fc99f8c1f5bdce960713d6b63a108a64d90dfa",
2236                 "reference": "94fc99f8c1f5bdce960713d6b63a108a64d90dfa",
2237                 "shasum": ""
2238             },
2239             "require": {
2240                 "ext-curl": "*",
2241                 "ext-json": "*",
2242                 "guzzlehttp/guzzle": "^6|^7",
2243                 "paragonie/constant_time_encoding": "^1|^2",
2244                 "paragonie/sodium_compat": "^1.11",
2245                 "php": "^5.5|^7|^8"
2246             },
2247             "require-dev": {
2248                 "composer/composer": "^1",
2249                 "phpunit/phpunit": "^4|^5|^6|^7"
2250             },
2251             "bin": [
2252                 "bin/certainty-cert-symlink"
2253             ],
2254             "type": "library",
2255             "autoload": {
2256                 "psr-4": {
2257                     "ParagonIE\\Certainty\\": "src/"
2258                 }
2259             },
2260             "notification-url": "https://packagist.org/downloads/",
2261             "license": [
2262                 "ISC"
2263             ],
2264             "authors": [
2265                 {
2266                     "name": "Paragon Initiative Enterprises",
2267                     "email": "security@paragonie.com",
2268                     "homepage": "https://paragonie.com"
2269                 }
2270             ],
2271             "description": "Up-to-date, verifiable repository for Certificate Authorities",
2272             "keywords": [
2273                 "CA-Cert",
2274                 "Ed25519",
2275                 "Public-Key Infractructure",
2276                 "ca",
2277                 "ca-cert.pem",
2278                 "cacert",
2279                 "cacert.pem",
2280                 "certificate authority",
2281                 "pki",
2282                 "ssl",
2283                 "tls"
2284             ],
2285             "time": "2020-10-15T08:10:12+00:00"
2286         },
2287         {
2288             "name": "paragonie/constant_time_encoding",
2289             "version": "v2.4.0",
2290             "source": {
2291                 "type": "git",
2292                 "url": "https://github.com/paragonie/constant_time_encoding.git",
2293                 "reference": "f34c2b11eb9d2c9318e13540a1dbc2a3afbd939c"
2294             },
2295             "dist": {
2296                 "type": "zip",
2297                 "url": "https://api.github.com/repos/paragonie/constant_time_encoding/zipball/f34c2b11eb9d2c9318e13540a1dbc2a3afbd939c",
2298                 "reference": "f34c2b11eb9d2c9318e13540a1dbc2a3afbd939c",
2299                 "shasum": ""
2300             },
2301             "require": {
2302                 "php": "^7|^8"
2303             },
2304             "require-dev": {
2305                 "phpunit/phpunit": "^6|^7|^8|^9",
2306                 "vimeo/psalm": "^1|^2|^3|^4"
2307             },
2308             "type": "library",
2309             "autoload": {
2310                 "psr-4": {
2311                     "ParagonIE\\ConstantTime\\": "src/"
2312                 }
2313             },
2314             "notification-url": "https://packagist.org/downloads/",
2315             "license": [
2316                 "MIT"
2317             ],
2318             "authors": [
2319                 {
2320                     "name": "Paragon Initiative Enterprises",
2321                     "email": "security@paragonie.com",
2322                     "homepage": "https://paragonie.com",
2323                     "role": "Maintainer"
2324                 },
2325                 {
2326                     "name": "Steve 'Sc00bz' Thomas",
2327                     "email": "steve@tobtu.com",
2328                     "homepage": "https://www.tobtu.com",
2329                     "role": "Original Developer"
2330                 }
2331             ],
2332             "description": "Constant-time Implementations of RFC 4648 Encoding (Base-64, Base-32, Base-16)",
2333             "keywords": [
2334                 "base16",
2335                 "base32",
2336                 "base32_decode",
2337                 "base32_encode",
2338                 "base64",
2339                 "base64_decode",
2340                 "base64_encode",
2341                 "bin2hex",
2342                 "encoding",
2343                 "hex",
2344                 "hex2bin",
2345                 "rfc4648"
2346             ],
2347             "time": "2020-12-06T15:14:20+00:00"
2348         },
2349         {
2350             "name": "paragonie/hidden-string",
2351             "version": "v1.1.0",
2352             "source": {
2353                 "type": "git",
2354                 "url": "https://github.com/paragonie/hidden-string.git",
2355                 "reference": "1c30373ac2fce76fb57954010ef06e990f9a49b5"
2356             },
2357             "dist": {
2358                 "type": "zip",
2359                 "url": "https://api.github.com/repos/paragonie/hidden-string/zipball/1c30373ac2fce76fb57954010ef06e990f9a49b5",
2360                 "reference": "1c30373ac2fce76fb57954010ef06e990f9a49b5",
2361                 "shasum": ""
2362             },
2363             "require": {
2364                 "paragonie/constant_time_encoding": "^2",
2365                 "paragonie/sodium_compat": "^1.6",
2366                 "php": "^7|^8"
2367             },
2368             "require-dev": {
2369                 "phpunit/phpunit": "^6|^7|^8|^9",
2370                 "vimeo/psalm": "^3|^4"
2371             },
2372             "type": "library",
2373             "autoload": {
2374                 "psr-4": {
2375                     "ParagonIE\\HiddenString\\": "./src"
2376                 }
2377             },
2378             "notification-url": "https://packagist.org/downloads/",
2379             "license": [
2380                 "MPL-2.0"
2381             ],
2382             "authors": [
2383                 {
2384                     "name": "Paragon Initiative Enterprises",
2385                     "email": "info@paragonie.com",
2386                     "homepage": "https://paragonie.com"
2387                 }
2388             ],
2389             "description": "Encapsulate strings in an object to hide them from stack traces",
2390             "homepage": "https://github.com/paragonie/hidden-string",
2391             "keywords": [
2392                 "hidden",
2393                 "stack trace",
2394                 "string"
2395             ],
2396             "time": "2020-12-03T14:24:26+00:00"
2397         },
2398         {
2399             "name": "paragonie/random_compat",
2400             "version": "v9.99.100",
2401             "source": {
2402                 "type": "git",
2403                 "url": "https://github.com/paragonie/random_compat.git",
2404                 "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a"
2405             },
2406             "dist": {
2407                 "type": "zip",
2408                 "url": "https://api.github.com/repos/paragonie/random_compat/zipball/996434e5492cb4c3edcb9168db6fbb1359ef965a",
2409                 "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a",
2410                 "shasum": ""
2411             },
2412             "require": {
2413                 "php": ">= 7"
2414             },
2415             "require-dev": {
2416                 "phpunit/phpunit": "4.*|5.*",
2417                 "vimeo/psalm": "^1"
2418             },
2419             "suggest": {
2420                 "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
2421             },
2422             "type": "library",
2423             "notification-url": "https://packagist.org/downloads/",
2424             "license": [
2425                 "MIT"
2426             ],
2427             "authors": [
2428                 {
2429                     "name": "Paragon Initiative Enterprises",
2430                     "email": "security@paragonie.com",
2431                     "homepage": "https://paragonie.com"
2432                 }
2433             ],
2434             "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
2435             "keywords": [
2436                 "csprng",
2437                 "polyfill",
2438                 "pseudorandom",
2439                 "random"
2440             ],
2441             "time": "2020-10-15T08:29:30+00:00"
2442         },
2443         {
2444             "name": "paragonie/sodium_compat",
2445             "version": "v1.14.0",
2446             "source": {
2447                 "type": "git",
2448                 "url": "https://github.com/paragonie/sodium_compat.git",
2449                 "reference": "a1cfe0b21faf9c0b61ac0c6188c4af7fd6fd0db3"
2450             },
2451             "dist": {
2452                 "type": "zip",
2453                 "url": "https://api.github.com/repos/paragonie/sodium_compat/zipball/a1cfe0b21faf9c0b61ac0c6188c4af7fd6fd0db3",
2454                 "reference": "a1cfe0b21faf9c0b61ac0c6188c4af7fd6fd0db3",
2455                 "shasum": ""
2456             },
2457             "require": {
2458                 "paragonie/random_compat": ">=1",
2459                 "php": "^5.2.4|^5.3|^5.4|^5.5|^5.6|^7|^8"
2460             },
2461             "require-dev": {
2462                 "phpunit/phpunit": "^3|^4|^5|^6|^7|^8|^9"
2463             },
2464             "suggest": {
2465                 "ext-libsodium": "PHP < 7.0: Better performance, password hashing (Argon2i), secure memory management (memzero), and better security.",
2466                 "ext-sodium": "PHP >= 7.0: Better performance, password hashing (Argon2i), secure memory management (memzero), and better security."
2467             },
2468             "type": "library",
2469             "autoload": {
2470                 "files": [
2471                     "autoload.php"
2472                 ]
2473             },
2474             "notification-url": "https://packagist.org/downloads/",
2475             "license": [
2476                 "ISC"
2477             ],
2478             "authors": [
2479                 {
2480                     "name": "Paragon Initiative Enterprises",
2481                     "email": "security@paragonie.com"
2482                 },
2483                 {
2484                     "name": "Frank Denis",
2485                     "email": "jedisct1@pureftpd.org"
2486                 }
2487             ],
2488             "description": "Pure PHP implementation of libsodium; uses the PHP extension if it exists",
2489             "keywords": [
2490                 "Authentication",
2491                 "BLAKE2b",
2492                 "ChaCha20",
2493                 "ChaCha20-Poly1305",
2494                 "Chapoly",
2495                 "Curve25519",
2496                 "Ed25519",
2497                 "EdDSA",
2498                 "Edwards-curve Digital Signature Algorithm",
2499                 "Elliptic Curve Diffie-Hellman",
2500                 "Poly1305",
2501                 "Pure-PHP cryptography",
2502                 "RFC 7748",
2503                 "RFC 8032",
2504                 "Salpoly",
2505                 "Salsa20",
2506                 "X25519",
2507                 "XChaCha20-Poly1305",
2508                 "XSalsa20-Poly1305",
2509                 "Xchacha20",
2510                 "Xsalsa20",
2511                 "aead",
2512                 "cryptography",
2513                 "ecdh",
2514                 "elliptic curve",
2515                 "elliptic curve cryptography",
2516                 "encryption",
2517                 "libsodium",
2518                 "php",
2519                 "public-key cryptography",
2520                 "secret-key cryptography",
2521                 "side-channel resistant"
2522             ],
2523             "time": "2020-12-03T16:26:19+00:00"
2524         },
2525         {
2526             "name": "patrickschur/language-detection",
2527             "version": "v3.4.0",
2528             "source": {
2529                 "type": "git",
2530                 "url": "https://github.com/patrickschur/language-detection.git",
2531                 "reference": "95b55109177d5c4bd6b1bec6e8835cd0df36ef5f"
2532             },
2533             "dist": {
2534                 "type": "zip",
2535                 "url": "https://api.github.com/repos/patrickschur/language-detection/zipball/95b55109177d5c4bd6b1bec6e8835cd0df36ef5f",
2536                 "reference": "95b55109177d5c4bd6b1bec6e8835cd0df36ef5f",
2537                 "shasum": ""
2538             },
2539             "require": {
2540                 "ext-mbstring": "*",
2541                 "php": "^7"
2542             },
2543             "require-dev": {
2544                 "phpunit/phpunit": "^6"
2545             },
2546             "type": "library",
2547             "autoload": {
2548                 "psr-4": {
2549                     "LanguageDetection\\": "src/LanguageDetection"
2550                 }
2551             },
2552             "notification-url": "https://packagist.org/downloads/",
2553             "license": [
2554                 "MIT"
2555             ],
2556             "authors": [
2557                 {
2558                     "name": "Patrick Schur",
2559                     "email": "patrick_schur@outlook.de"
2560                 }
2561             ],
2562             "description": "A language detection library for PHP. Detects the language from a given text string.",
2563             "homepage": "https://github.com/patrickschur/language-detection",
2564             "keywords": [
2565                 "detect",
2566                 "detection",
2567                 "language"
2568             ],
2569             "time": "2018-09-19T21:45:51+00:00"
2570         },
2571         {
2572             "name": "pear/console_table",
2573             "version": "v1.3.1",
2574             "source": {
2575                 "type": "git",
2576                 "url": "https://github.com/pear/Console_Table.git",
2577                 "reference": "1930c11897ca61fd24b95f2f785e99e0f36dcdea"
2578             },
2579             "dist": {
2580                 "type": "zip",
2581                 "url": "https://api.github.com/repos/pear/Console_Table/zipball/1930c11897ca61fd24b95f2f785e99e0f36dcdea",
2582                 "reference": "1930c11897ca61fd24b95f2f785e99e0f36dcdea",
2583                 "shasum": ""
2584             },
2585             "require": {
2586                 "php": ">=5.2.0"
2587             },
2588             "suggest": {
2589                 "pear/Console_Color2": ">=0.1.2"
2590             },
2591             "type": "library",
2592             "autoload": {
2593                 "classmap": [
2594                     "Table.php"
2595                 ]
2596             },
2597             "notification-url": "https://packagist.org/downloads/",
2598             "license": [
2599                 "BSD-2-Clause"
2600             ],
2601             "authors": [
2602                 {
2603                     "name": "Jan Schneider",
2604                     "homepage": "http://pear.php.net/user/yunosh"
2605                 },
2606                 {
2607                     "name": "Tal Peer",
2608                     "homepage": "http://pear.php.net/user/tal"
2609                 },
2610                 {
2611                     "name": "Xavier Noguer",
2612                     "homepage": "http://pear.php.net/user/xnoguer"
2613                 },
2614                 {
2615                     "name": "Richard Heyes",
2616                     "homepage": "http://pear.php.net/user/richard"
2617                 }
2618             ],
2619             "description": "Library that makes it easy to build console style tables.",
2620             "homepage": "http://pear.php.net/package/Console_Table/",
2621             "keywords": [
2622                 "console"
2623             ],
2624             "time": "2018-01-25T20:47:17+00:00"
2625         },
2626         {
2627             "name": "phpseclib/phpseclib",
2628             "version": "2.0.30",
2629             "source": {
2630                 "type": "git",
2631                 "url": "https://github.com/phpseclib/phpseclib.git",
2632                 "reference": "136b9ca7eebef78be14abf90d65c5e57b6bc5d36"
2633             },
2634             "dist": {
2635                 "type": "zip",
2636                 "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/136b9ca7eebef78be14abf90d65c5e57b6bc5d36",
2637                 "reference": "136b9ca7eebef78be14abf90d65c5e57b6bc5d36",
2638                 "shasum": ""
2639             },
2640             "require": {
2641                 "php": ">=5.3.3"
2642             },
2643             "require-dev": {
2644                 "phing/phing": "~2.7",
2645                 "phpunit/phpunit": "^4.8.35|^5.7|^6.0|^9.4",
2646                 "squizlabs/php_codesniffer": "~2.0"
2647             },
2648             "suggest": {
2649                 "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.",
2650                 "ext-libsodium": "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.",
2651                 "ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.",
2652                 "ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations."
2653             },
2654             "type": "library",
2655             "autoload": {
2656                 "files": [
2657                     "phpseclib/bootstrap.php"
2658                 ],
2659                 "psr-4": {
2660                     "phpseclib\\": "phpseclib/"
2661                 }
2662             },
2663             "notification-url": "https://packagist.org/downloads/",
2664             "license": [
2665                 "MIT"
2666             ],
2667             "authors": [
2668                 {
2669                     "name": "Jim Wigginton",
2670                     "email": "terrafrost@php.net",
2671                     "role": "Lead Developer"
2672                 },
2673                 {
2674                     "name": "Patrick Monnerat",
2675                     "email": "pm@datasphere.ch",
2676                     "role": "Developer"
2677                 },
2678                 {
2679                     "name": "Andreas Fischer",
2680                     "email": "bantu@phpbb.com",
2681                     "role": "Developer"
2682                 },
2683                 {
2684                     "name": "Hans-JĂĽrgen Petrich",
2685                     "email": "petrich@tronic-media.com",
2686                     "role": "Developer"
2687                 },
2688                 {
2689                     "name": "Graham Campbell",
2690                     "email": "graham@alt-three.com",
2691                     "role": "Developer"
2692                 }
2693             ],
2694             "description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.",
2695             "homepage": "http://phpseclib.sourceforge.net",
2696             "keywords": [
2697                 "BigInteger",
2698                 "aes",
2699                 "asn.1",
2700                 "asn1",
2701                 "blowfish",
2702                 "crypto",
2703                 "cryptography",
2704                 "encryption",
2705                 "rsa",
2706                 "security",
2707                 "sftp",
2708                 "signature",
2709                 "signing",
2710                 "ssh",
2711                 "twofish",
2712                 "x.509",
2713                 "x509"
2714             ],
2715             "funding": [
2716                 {
2717                     "url": "https://github.com/terrafrost",
2718                     "type": "github"
2719                 },
2720                 {
2721                     "url": "https://www.patreon.com/phpseclib",
2722                     "type": "patreon"
2723                 },
2724                 {
2725                     "url": "https://tidelift.com/funding/github/packagist/phpseclib/phpseclib",
2726                     "type": "tidelift"
2727                 }
2728             ],
2729             "time": "2020-12-17T05:42:04+00:00"
2730         },
2731         {
2732             "name": "pragmarx/google2fa",
2733             "version": "v5.0.0",
2734             "source": {
2735                 "type": "git",
2736                 "url": "https://github.com/antonioribeiro/google2fa.git",
2737                 "reference": "17c969c82f427dd916afe4be50bafc6299aef1b4"
2738             },
2739             "dist": {
2740                 "type": "zip",
2741                 "url": "https://api.github.com/repos/antonioribeiro/google2fa/zipball/17c969c82f427dd916afe4be50bafc6299aef1b4",
2742                 "reference": "17c969c82f427dd916afe4be50bafc6299aef1b4",
2743                 "shasum": ""
2744             },
2745             "require": {
2746                 "paragonie/constant_time_encoding": "~1.0|~2.0",
2747                 "paragonie/random_compat": ">=1",
2748                 "php": ">=5.4",
2749                 "symfony/polyfill-php56": "~1.2"
2750             },
2751             "require-dev": {
2752                 "phpunit/phpunit": "~4|~5|~6"
2753             },
2754             "type": "library",
2755             "extra": {
2756                 "component": "package",
2757                 "branch-alias": {
2758                     "dev-master": "2.0-dev"
2759                 }
2760             },
2761             "autoload": {
2762                 "psr-4": {
2763                     "PragmaRX\\Google2FA\\": "src/",
2764                     "PragmaRX\\Google2FA\\Tests\\": "tests/"
2765                 }
2766             },
2767             "notification-url": "https://packagist.org/downloads/",
2768             "license": [
2769                 "MIT"
2770             ],
2771             "authors": [
2772                 {
2773                     "name": "Antonio Carlos Ribeiro",
2774                     "email": "acr@antoniocarlosribeiro.com",
2775                     "role": "Creator & Designer"
2776                 }
2777             ],
2778             "description": "A One Time Password Authentication package, compatible with Google Authenticator.",
2779             "keywords": [
2780                 "2fa",
2781                 "Authentication",
2782                 "Two Factor Authentication",
2783                 "google2fa"
2784             ],
2785             "time": "2019-03-19T22:44:16+00:00"
2786         },
2787         {
2788             "name": "pragmarx/random",
2789             "version": "v0.2.2",
2790             "source": {
2791                 "type": "git",
2792                 "url": "https://github.com/antonioribeiro/random.git",
2793                 "reference": "daf08a189c5d2d40d1a827db46364d3a741a51b7"
2794             },
2795             "dist": {
2796                 "type": "zip",
2797                 "url": "https://api.github.com/repos/antonioribeiro/random/zipball/daf08a189c5d2d40d1a827db46364d3a741a51b7",
2798                 "reference": "daf08a189c5d2d40d1a827db46364d3a741a51b7",
2799                 "shasum": ""
2800             },
2801             "require": {
2802                 "php": ">=7.0"
2803             },
2804             "require-dev": {
2805                 "fzaninotto/faker": "~1.7",
2806                 "phpunit/phpunit": "~6.4",
2807                 "pragmarx/trivia": "~0.1",
2808                 "squizlabs/php_codesniffer": "^2.3"
2809             },
2810             "suggest": {
2811                 "fzaninotto/faker": "Allows you to get dozens of randomized types",
2812                 "pragmarx/trivia": "For the trivia database"
2813             },
2814             "type": "library",
2815             "extra": {
2816                 "branch-alias": {
2817                     "dev-master": "1.0-dev"
2818                 }
2819             },
2820             "autoload": {
2821                 "psr-4": {
2822                     "PragmaRX\\Random\\": "src"
2823                 }
2824             },
2825             "notification-url": "https://packagist.org/downloads/",
2826             "license": [
2827                 "MIT"
2828             ],
2829             "authors": [
2830                 {
2831                     "name": "Antonio Carlos Ribeiro",
2832                     "email": "acr@antoniocarlosribeiro.com",
2833                     "homepage": "https://antoniocarlosribeiro.com",
2834                     "role": "Developer"
2835                 }
2836             ],
2837             "description": "Create random chars, numbers, strings",
2838             "homepage": "https://github.com/antonioribeiro/random",
2839             "keywords": [
2840                 "Randomize",
2841                 "faker",
2842                 "pragmarx",
2843                 "random",
2844                 "random number",
2845                 "random pattern",
2846                 "random string"
2847             ],
2848             "time": "2017-11-21T05:26:22+00:00"
2849         },
2850         {
2851             "name": "pragmarx/recovery",
2852             "version": "v0.1.0",
2853             "source": {
2854                 "type": "git",
2855                 "url": "https://github.com/antonioribeiro/recovery.git",
2856                 "reference": "e16573a1ae5345cc3b100eec6d0296a1a15a90fe"
2857             },
2858             "dist": {
2859                 "type": "zip",
2860                 "url": "https://api.github.com/repos/antonioribeiro/recovery/zipball/e16573a1ae5345cc3b100eec6d0296a1a15a90fe",
2861                 "reference": "e16573a1ae5345cc3b100eec6d0296a1a15a90fe",
2862                 "shasum": ""
2863             },
2864             "require": {
2865                 "php": "~7.0",
2866                 "pragmarx/random": "~0.1"
2867             },
2868             "require-dev": {
2869                 "phpunit/phpunit": ">=5.4.3",
2870                 "squizlabs/php_codesniffer": "^2.3",
2871                 "tightenco/collect": "^5"
2872             },
2873             "suggest": {
2874                 "tightenco/collect": "Allows to generate recovery codes as collections"
2875             },
2876             "type": "library",
2877             "extra": {
2878                 "branch-alias": {
2879                     "dev-master": "1.0-dev"
2880                 }
2881             },
2882             "autoload": {
2883                 "psr-4": {
2884                     "PragmaRX\\Recovery\\": "src"
2885                 }
2886             },
2887             "notification-url": "https://packagist.org/downloads/",
2888             "license": [
2889                 "MIT"
2890             ],
2891             "authors": [
2892                 {
2893                     "name": "Antonio Carlos Ribeiro",
2894                     "email": "acr@antoniocarlosribeiro.com",
2895                     "homepage": "https://antoniocarlosribeiro.com",
2896                     "role": "Developer"
2897                 }
2898             ],
2899             "description": "Create recovery codes for two factor auth",
2900             "homepage": "https://github.com/antonioribeiro/recovery",
2901             "keywords": [
2902                 "2fa",
2903                 "account recovery",
2904                 "auth",
2905                 "backup codes",
2906                 "google2fa",
2907                 "pragmarx",
2908                 "recovery",
2909                 "recovery codes",
2910                 "two factor auth"
2911             ],
2912             "time": "2017-09-19T16:58:00+00:00"
2913         },
2914         {
2915             "name": "psr/cache",
2916             "version": "1.0.1",
2917             "source": {
2918                 "type": "git",
2919                 "url": "https://github.com/php-fig/cache.git",
2920                 "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
2921             },
2922             "dist": {
2923                 "type": "zip",
2924                 "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
2925                 "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
2926                 "shasum": ""
2927             },
2928             "require": {
2929                 "php": ">=5.3.0"
2930             },
2931             "type": "library",
2932             "extra": {
2933                 "branch-alias": {
2934                     "dev-master": "1.0.x-dev"
2935                 }
2936             },
2937             "autoload": {
2938                 "psr-4": {
2939                     "Psr\\Cache\\": "src/"
2940                 }
2941             },
2942             "notification-url": "https://packagist.org/downloads/",
2943             "license": [
2944                 "MIT"
2945             ],
2946             "authors": [
2947                 {
2948                     "name": "PHP-FIG",
2949                     "homepage": "http://www.php-fig.org/"
2950                 }
2951             ],
2952             "description": "Common interface for caching libraries",
2953             "keywords": [
2954                 "cache",
2955                 "psr",
2956                 "psr-6"
2957             ],
2958             "time": "2016-08-06T20:24:11+00:00"
2959         },
2960         {
2961             "name": "psr/container",
2962             "version": "1.0.0",
2963             "source": {
2964                 "type": "git",
2965                 "url": "https://github.com/php-fig/container.git",
2966                 "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
2967             },
2968             "dist": {
2969                 "type": "zip",
2970                 "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
2971                 "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
2972                 "shasum": ""
2973             },
2974             "require": {
2975                 "php": ">=5.3.0"
2976             },
2977             "type": "library",
2978             "extra": {
2979                 "branch-alias": {
2980                     "dev-master": "1.0.x-dev"
2981                 }
2982             },
2983             "autoload": {
2984                 "psr-4": {
2985                     "Psr\\Container\\": "src/"
2986                 }
2987             },
2988             "notification-url": "https://packagist.org/downloads/",
2989             "license": [
2990                 "MIT"
2991             ],
2992             "authors": [
2993                 {
2994                     "name": "PHP-FIG",
2995                     "homepage": "http://www.php-fig.org/"
2996                 }
2997             ],
2998             "description": "Common Container Interface (PHP FIG PSR-11)",
2999             "homepage": "https://github.com/php-fig/container",
3000             "keywords": [
3001                 "PSR-11",
3002                 "container",
3003                 "container-interface",
3004                 "container-interop",
3005                 "psr"
3006             ],
3007             "time": "2017-02-14T16:28:37+00:00"
3008         },
3009         {
3010             "name": "psr/http-message",
3011             "version": "1.0.1",
3012             "source": {
3013                 "type": "git",
3014                 "url": "https://github.com/php-fig/http-message.git",
3015                 "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
3016             },
3017             "dist": {
3018                 "type": "zip",
3019                 "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
3020                 "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
3021                 "shasum": ""
3022             },
3023             "require": {
3024                 "php": ">=5.3.0"
3025             },
3026             "type": "library",
3027             "extra": {
3028                 "branch-alias": {
3029                     "dev-master": "1.0.x-dev"
3030                 }
3031             },
3032             "autoload": {
3033                 "psr-4": {
3034                     "Psr\\Http\\Message\\": "src/"
3035                 }
3036             },
3037             "notification-url": "https://packagist.org/downloads/",
3038             "license": [
3039                 "MIT"
3040             ],
3041             "authors": [
3042                 {
3043                     "name": "PHP-FIG",
3044                     "homepage": "http://www.php-fig.org/"
3045                 }
3046             ],
3047             "description": "Common interface for HTTP messages",
3048             "homepage": "https://github.com/php-fig/http-message",
3049             "keywords": [
3050                 "http",
3051                 "http-message",
3052                 "psr",
3053                 "psr-7",
3054                 "request",
3055                 "response"
3056             ],
3057             "time": "2016-08-06T14:39:51+00:00"
3058         },
3059         {
3060             "name": "psr/log",
3061             "version": "1.1.3",
3062             "source": {
3063                 "type": "git",
3064                 "url": "https://github.com/php-fig/log.git",
3065                 "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc"
3066             },
3067             "dist": {
3068                 "type": "zip",
3069                 "url": "https://api.github.com/repos/php-fig/log/zipball/0f73288fd15629204f9d42b7055f72dacbe811fc",
3070                 "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc",
3071                 "shasum": ""
3072             },
3073             "require": {
3074                 "php": ">=5.3.0"
3075             },
3076             "type": "library",
3077             "extra": {
3078                 "branch-alias": {
3079                     "dev-master": "1.1.x-dev"
3080                 }
3081             },
3082             "autoload": {
3083                 "psr-4": {
3084                     "Psr\\Log\\": "Psr/Log/"
3085                 }
3086             },
3087             "notification-url": "https://packagist.org/downloads/",
3088             "license": [
3089                 "MIT"
3090             ],
3091             "authors": [
3092                 {
3093                     "name": "PHP-FIG",
3094                     "homepage": "http://www.php-fig.org/"
3095                 }
3096             ],
3097             "description": "Common interface for logging libraries",
3098             "homepage": "https://github.com/php-fig/log",
3099             "keywords": [
3100                 "log",
3101                 "psr",
3102                 "psr-3"
3103             ],
3104             "time": "2020-03-23T09:12:05+00:00"
3105         },
3106         {
3107             "name": "ralouphie/getallheaders",
3108             "version": "3.0.3",
3109             "source": {
3110                 "type": "git",
3111                 "url": "https://github.com/ralouphie/getallheaders.git",
3112                 "reference": "120b605dfeb996808c31b6477290a714d356e822"
3113             },
3114             "dist": {
3115                 "type": "zip",
3116                 "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
3117                 "reference": "120b605dfeb996808c31b6477290a714d356e822",
3118                 "shasum": ""
3119             },
3120             "require": {
3121                 "php": ">=5.6"
3122             },
3123             "require-dev": {
3124                 "php-coveralls/php-coveralls": "^2.1",
3125                 "phpunit/phpunit": "^5 || ^6.5"
3126             },
3127             "type": "library",
3128             "autoload": {
3129                 "files": [
3130                     "src/getallheaders.php"
3131                 ]
3132             },
3133             "notification-url": "https://packagist.org/downloads/",
3134             "license": [
3135                 "MIT"
3136             ],
3137             "authors": [
3138                 {
3139                     "name": "Ralph Khattar",
3140                     "email": "ralph.khattar@gmail.com"
3141                 }
3142             ],
3143             "description": "A polyfill for getallheaders.",
3144             "time": "2019-03-08T08:55:37+00:00"
3145         },
3146         {
3147             "name": "seld/cli-prompt",
3148             "version": "1.0.4",
3149             "source": {
3150                 "type": "git",
3151                 "url": "https://github.com/Seldaek/cli-prompt.git",
3152                 "reference": "b8dfcf02094b8c03b40322c229493bb2884423c5"
3153             },
3154             "dist": {
3155                 "type": "zip",
3156                 "url": "https://api.github.com/repos/Seldaek/cli-prompt/zipball/b8dfcf02094b8c03b40322c229493bb2884423c5",
3157                 "reference": "b8dfcf02094b8c03b40322c229493bb2884423c5",
3158                 "shasum": ""
3159             },
3160             "require": {
3161                 "php": ">=5.3"
3162             },
3163             "require-dev": {
3164                 "phpstan/phpstan": "^0.12.63"
3165             },
3166             "type": "library",
3167             "extra": {
3168                 "branch-alias": {
3169                     "dev-master": "1.x-dev"
3170                 }
3171             },
3172             "autoload": {
3173                 "psr-4": {
3174                     "Seld\\CliPrompt\\": "src/"
3175                 }
3176             },
3177             "notification-url": "https://packagist.org/downloads/",
3178             "license": [
3179                 "MIT"
3180             ],
3181             "authors": [
3182                 {
3183                     "name": "Jordi Boggiano",
3184                     "email": "j.boggiano@seld.be"
3185                 }
3186             ],
3187             "description": "Allows you to prompt for user input on the command line, and optionally hide the characters they type",
3188             "keywords": [
3189                 "cli",
3190                 "console",
3191                 "hidden",
3192                 "input",
3193                 "prompt"
3194             ],
3195             "time": "2020-12-15T21:32:01+00:00"
3196         },
3197         {
3198             "name": "smarty/smarty",
3199             "version": "v3.1.39",
3200             "source": {
3201                 "type": "git",
3202                 "url": "https://github.com/smarty-php/smarty.git",
3203                 "reference": "e27da524f7bcd7361e3ea5cdfa99c4378a7b5419"
3204             },
3205             "dist": {
3206                 "type": "zip",
3207                 "url": "https://api.github.com/repos/smarty-php/smarty/zipball/e27da524f7bcd7361e3ea5cdfa99c4378a7b5419",
3208                 "reference": "e27da524f7bcd7361e3ea5cdfa99c4378a7b5419",
3209                 "shasum": ""
3210             },
3211             "require": {
3212                 "php": ">=5.2"
3213             },
3214             "require-dev": {
3215                 "phpunit/phpunit": "^7.5 || ^6.5 || ^5.7 || ^4.8",
3216                 "smarty/smarty-lexer": "^3.1"
3217             },
3218             "type": "library",
3219             "extra": {
3220                 "branch-alias": {
3221                     "dev-master": "3.1.x-dev"
3222                 }
3223             },
3224             "autoload": {
3225                 "classmap": [
3226                     "libs/"
3227                 ]
3228             },
3229             "notification-url": "https://packagist.org/downloads/",
3230             "license": [
3231                 "LGPL-3.0"
3232             ],
3233             "authors": [
3234                 {
3235                     "name": "Monte Ohrt",
3236                     "email": "monte@ohrt.com"
3237                 },
3238                 {
3239                     "name": "Uwe Tews",
3240                     "email": "uwe.tews@googlemail.com"
3241                 },
3242                 {
3243                     "name": "Rodney Rehm",
3244                     "email": "rodney.rehm@medialize.de"
3245                 }
3246             ],
3247             "description": "Smarty - the compiling PHP template engine",
3248             "homepage": "http://www.smarty.net",
3249             "keywords": [
3250                 "templating"
3251             ],
3252             "time": "2021-02-17T21:57:51+00:00"
3253         },
3254         {
3255             "name": "symfony/polyfill-intl-idn",
3256             "version": "v1.19.0",
3257             "source": {
3258                 "type": "git",
3259                 "url": "https://github.com/symfony/polyfill-intl-idn.git",
3260                 "reference": "4ad5115c0f5d5172a9fe8147675ec6de266d8826"
3261             },
3262             "dist": {
3263                 "type": "zip",
3264                 "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/4ad5115c0f5d5172a9fe8147675ec6de266d8826",
3265                 "reference": "4ad5115c0f5d5172a9fe8147675ec6de266d8826",
3266                 "shasum": ""
3267             },
3268             "require": {
3269                 "php": ">=5.3.3",
3270                 "symfony/polyfill-intl-normalizer": "^1.10",
3271                 "symfony/polyfill-php70": "^1.10",
3272                 "symfony/polyfill-php72": "^1.10"
3273             },
3274             "suggest": {
3275                 "ext-intl": "For best performance"
3276             },
3277             "type": "library",
3278             "extra": {
3279                 "branch-alias": {
3280                     "dev-main": "1.19-dev"
3281                 },
3282                 "thanks": {
3283                     "name": "symfony/polyfill",
3284                     "url": "https://github.com/symfony/polyfill"
3285                 }
3286             },
3287             "autoload": {
3288                 "psr-4": {
3289                     "Symfony\\Polyfill\\Intl\\Idn\\": ""
3290                 },
3291                 "files": [
3292                     "bootstrap.php"
3293                 ]
3294             },
3295             "notification-url": "https://packagist.org/downloads/",
3296             "license": [
3297                 "MIT"
3298             ],
3299             "authors": [
3300                 {
3301                     "name": "Laurent Bassin",
3302                     "email": "laurent@bassin.info"
3303                 },
3304                 {
3305                     "name": "Trevor Rowbotham",
3306                     "email": "trevor.rowbotham@pm.me"
3307                 },
3308                 {
3309                     "name": "Symfony Community",
3310                     "homepage": "https://symfony.com/contributors"
3311                 }
3312             ],
3313             "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
3314             "homepage": "https://symfony.com",
3315             "keywords": [
3316                 "compatibility",
3317                 "idn",
3318                 "intl",
3319                 "polyfill",
3320                 "portable",
3321                 "shim"
3322             ],
3323             "funding": [
3324                 {
3325                     "url": "https://symfony.com/sponsor",
3326                     "type": "custom"
3327                 },
3328                 {
3329                     "url": "https://github.com/fabpot",
3330                     "type": "github"
3331                 },
3332                 {
3333                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3334                     "type": "tidelift"
3335                 }
3336             ],
3337             "time": "2020-10-21T09:57:48+00:00"
3338         },
3339         {
3340             "name": "symfony/polyfill-intl-normalizer",
3341             "version": "v1.19.0",
3342             "source": {
3343                 "type": "git",
3344                 "url": "https://github.com/symfony/polyfill-intl-normalizer.git",
3345                 "reference": "8db0ae7936b42feb370840cf24de1a144fb0ef27"
3346             },
3347             "dist": {
3348                 "type": "zip",
3349                 "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/8db0ae7936b42feb370840cf24de1a144fb0ef27",
3350                 "reference": "8db0ae7936b42feb370840cf24de1a144fb0ef27",
3351                 "shasum": ""
3352             },
3353             "require": {
3354                 "php": ">=5.3.3"
3355             },
3356             "suggest": {
3357                 "ext-intl": "For best performance"
3358             },
3359             "type": "library",
3360             "extra": {
3361                 "branch-alias": {
3362                     "dev-main": "1.19-dev"
3363                 },
3364                 "thanks": {
3365                     "name": "symfony/polyfill",
3366                     "url": "https://github.com/symfony/polyfill"
3367                 }
3368             },
3369             "autoload": {
3370                 "psr-4": {
3371                     "Symfony\\Polyfill\\Intl\\Normalizer\\": ""
3372                 },
3373                 "files": [
3374                     "bootstrap.php"
3375                 ],
3376                 "classmap": [
3377                     "Resources/stubs"
3378                 ]
3379             },
3380             "notification-url": "https://packagist.org/downloads/",
3381             "license": [
3382                 "MIT"
3383             ],
3384             "authors": [
3385                 {
3386                     "name": "Nicolas Grekas",
3387                     "email": "p@tchwork.com"
3388                 },
3389                 {
3390                     "name": "Symfony Community",
3391                     "homepage": "https://symfony.com/contributors"
3392                 }
3393             ],
3394             "description": "Symfony polyfill for intl's Normalizer class and related functions",
3395             "homepage": "https://symfony.com",
3396             "keywords": [
3397                 "compatibility",
3398                 "intl",
3399                 "normalizer",
3400                 "polyfill",
3401                 "portable",
3402                 "shim"
3403             ],
3404             "funding": [
3405                 {
3406                     "url": "https://symfony.com/sponsor",
3407                     "type": "custom"
3408                 },
3409                 {
3410                     "url": "https://github.com/fabpot",
3411                     "type": "github"
3412                 },
3413                 {
3414                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3415                     "type": "tidelift"
3416                 }
3417             ],
3418             "time": "2020-10-23T09:01:57+00:00"
3419         },
3420         {
3421             "name": "symfony/polyfill-php56",
3422             "version": "v1.19.0",
3423             "source": {
3424                 "type": "git",
3425                 "url": "https://github.com/symfony/polyfill-php56.git",
3426                 "reference": "ea19621731cbd973a6702cfedef3419768bf3372"
3427             },
3428             "dist": {
3429                 "type": "zip",
3430                 "url": "https://api.github.com/repos/symfony/polyfill-php56/zipball/ea19621731cbd973a6702cfedef3419768bf3372",
3431                 "reference": "ea19621731cbd973a6702cfedef3419768bf3372",
3432                 "shasum": ""
3433             },
3434             "require": {
3435                 "php": ">=5.3.3",
3436                 "symfony/polyfill-util": "~1.0"
3437             },
3438             "type": "library",
3439             "extra": {
3440                 "branch-alias": {
3441                     "dev-main": "1.19-dev"
3442                 },
3443                 "thanks": {
3444                     "name": "symfony/polyfill",
3445                     "url": "https://github.com/symfony/polyfill"
3446                 }
3447             },
3448             "autoload": {
3449                 "psr-4": {
3450                     "Symfony\\Polyfill\\Php56\\": ""
3451                 },
3452                 "files": [
3453                     "bootstrap.php"
3454                 ]
3455             },
3456             "notification-url": "https://packagist.org/downloads/",
3457             "license": [
3458                 "MIT"
3459             ],
3460             "authors": [
3461                 {
3462                     "name": "Nicolas Grekas",
3463                     "email": "p@tchwork.com"
3464                 },
3465                 {
3466                     "name": "Symfony Community",
3467                     "homepage": "https://symfony.com/contributors"
3468                 }
3469             ],
3470             "description": "Symfony polyfill backporting some PHP 5.6+ features to lower PHP versions",
3471             "homepage": "https://symfony.com",
3472             "keywords": [
3473                 "compatibility",
3474                 "polyfill",
3475                 "portable",
3476                 "shim"
3477             ],
3478             "funding": [
3479                 {
3480                     "url": "https://symfony.com/sponsor",
3481                     "type": "custom"
3482                 },
3483                 {
3484                     "url": "https://github.com/fabpot",
3485                     "type": "github"
3486                 },
3487                 {
3488                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3489                     "type": "tidelift"
3490                 }
3491             ],
3492             "time": "2020-10-23T09:01:57+00:00"
3493         },
3494         {
3495             "name": "symfony/polyfill-php70",
3496             "version": "v1.19.0",
3497             "source": {
3498                 "type": "git",
3499                 "url": "https://github.com/symfony/polyfill-php70.git",
3500                 "reference": "3fe414077251a81a1b15b1c709faf5c2fbae3d4e"
3501             },
3502             "dist": {
3503                 "type": "zip",
3504                 "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/3fe414077251a81a1b15b1c709faf5c2fbae3d4e",
3505                 "reference": "3fe414077251a81a1b15b1c709faf5c2fbae3d4e",
3506                 "shasum": ""
3507             },
3508             "require": {
3509                 "paragonie/random_compat": "~1.0|~2.0|~9.99",
3510                 "php": ">=5.3.3"
3511             },
3512             "type": "library",
3513             "extra": {
3514                 "branch-alias": {
3515                     "dev-main": "1.19-dev"
3516                 },
3517                 "thanks": {
3518                     "name": "symfony/polyfill",
3519                     "url": "https://github.com/symfony/polyfill"
3520                 }
3521             },
3522             "autoload": {
3523                 "psr-4": {
3524                     "Symfony\\Polyfill\\Php70\\": ""
3525                 },
3526                 "files": [
3527                     "bootstrap.php"
3528                 ],
3529                 "classmap": [
3530                     "Resources/stubs"
3531                 ]
3532             },
3533             "notification-url": "https://packagist.org/downloads/",
3534             "license": [
3535                 "MIT"
3536             ],
3537             "authors": [
3538                 {
3539                     "name": "Nicolas Grekas",
3540                     "email": "p@tchwork.com"
3541                 },
3542                 {
3543                     "name": "Symfony Community",
3544                     "homepage": "https://symfony.com/contributors"
3545                 }
3546             ],
3547             "description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions",
3548             "homepage": "https://symfony.com",
3549             "keywords": [
3550                 "compatibility",
3551                 "polyfill",
3552                 "portable",
3553                 "shim"
3554             ],
3555             "funding": [
3556                 {
3557                     "url": "https://symfony.com/sponsor",
3558                     "type": "custom"
3559                 },
3560                 {
3561                     "url": "https://github.com/fabpot",
3562                     "type": "github"
3563                 },
3564                 {
3565                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3566                     "type": "tidelift"
3567                 }
3568             ],
3569             "time": "2020-10-23T09:01:57+00:00"
3570         },
3571         {
3572             "name": "symfony/polyfill-php72",
3573             "version": "v1.19.0",
3574             "source": {
3575                 "type": "git",
3576                 "url": "https://github.com/symfony/polyfill-php72.git",
3577                 "reference": "beecef6b463b06954638f02378f52496cb84bacc"
3578             },
3579             "dist": {
3580                 "type": "zip",
3581                 "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/beecef6b463b06954638f02378f52496cb84bacc",
3582                 "reference": "beecef6b463b06954638f02378f52496cb84bacc",
3583                 "shasum": ""
3584             },
3585             "require": {
3586                 "php": ">=5.3.3"
3587             },
3588             "type": "library",
3589             "extra": {
3590                 "branch-alias": {
3591                     "dev-main": "1.19-dev"
3592                 },
3593                 "thanks": {
3594                     "name": "symfony/polyfill",
3595                     "url": "https://github.com/symfony/polyfill"
3596                 }
3597             },
3598             "autoload": {
3599                 "psr-4": {
3600                     "Symfony\\Polyfill\\Php72\\": ""
3601                 },
3602                 "files": [
3603                     "bootstrap.php"
3604                 ]
3605             },
3606             "notification-url": "https://packagist.org/downloads/",
3607             "license": [
3608                 "MIT"
3609             ],
3610             "authors": [
3611                 {
3612                     "name": "Nicolas Grekas",
3613                     "email": "p@tchwork.com"
3614                 },
3615                 {
3616                     "name": "Symfony Community",
3617                     "homepage": "https://symfony.com/contributors"
3618                 }
3619             ],
3620             "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
3621             "homepage": "https://symfony.com",
3622             "keywords": [
3623                 "compatibility",
3624                 "polyfill",
3625                 "portable",
3626                 "shim"
3627             ],
3628             "funding": [
3629                 {
3630                     "url": "https://symfony.com/sponsor",
3631                     "type": "custom"
3632                 },
3633                 {
3634                     "url": "https://github.com/fabpot",
3635                     "type": "github"
3636                 },
3637                 {
3638                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3639                     "type": "tidelift"
3640                 }
3641             ],
3642             "time": "2020-10-23T09:01:57+00:00"
3643         },
3644         {
3645             "name": "symfony/polyfill-util",
3646             "version": "v1.19.0",
3647             "source": {
3648                 "type": "git",
3649                 "url": "https://github.com/symfony/polyfill-util.git",
3650                 "reference": "8df0c3e6a4b85df9a5c6f3f2f46fba5c5c47058a"
3651             },
3652             "dist": {
3653                 "type": "zip",
3654                 "url": "https://api.github.com/repos/symfony/polyfill-util/zipball/8df0c3e6a4b85df9a5c6f3f2f46fba5c5c47058a",
3655                 "reference": "8df0c3e6a4b85df9a5c6f3f2f46fba5c5c47058a",
3656                 "shasum": ""
3657             },
3658             "require": {
3659                 "php": ">=5.3.3"
3660             },
3661             "type": "library",
3662             "extra": {
3663                 "branch-alias": {
3664                     "dev-main": "1.19-dev"
3665                 },
3666                 "thanks": {
3667                     "name": "symfony/polyfill",
3668                     "url": "https://github.com/symfony/polyfill"
3669                 }
3670             },
3671             "autoload": {
3672                 "psr-4": {
3673                     "Symfony\\Polyfill\\Util\\": ""
3674                 }
3675             },
3676             "notification-url": "https://packagist.org/downloads/",
3677             "license": [
3678                 "MIT"
3679             ],
3680             "authors": [
3681                 {
3682                     "name": "Nicolas Grekas",
3683                     "email": "p@tchwork.com"
3684                 },
3685                 {
3686                     "name": "Symfony Community",
3687                     "homepage": "https://symfony.com/contributors"
3688                 }
3689             ],
3690             "description": "Symfony utilities for portability of PHP codes",
3691             "homepage": "https://symfony.com",
3692             "keywords": [
3693                 "compat",
3694                 "compatibility",
3695                 "polyfill",
3696                 "shim"
3697             ],
3698             "funding": [
3699                 {
3700                     "url": "https://symfony.com/sponsor",
3701                     "type": "custom"
3702                 },
3703                 {
3704                     "url": "https://github.com/fabpot",
3705                     "type": "github"
3706                 },
3707                 {
3708                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3709                     "type": "tidelift"
3710                 }
3711             ],
3712             "time": "2020-10-21T09:57:48+00:00"
3713         },
3714         {
3715             "name": "ua-parser/uap-php",
3716             "version": "v3.9.7",
3717             "source": {
3718                 "type": "git",
3719                 "url": "https://github.com/ua-parser/uap-php.git",
3720                 "reference": "7efc2f05b7d9817a59132e5d2e5ca91a1c071f6a"
3721             },
3722             "dist": {
3723                 "type": "zip",
3724                 "url": "https://api.github.com/repos/ua-parser/uap-php/zipball/7efc2f05b7d9817a59132e5d2e5ca91a1c071f6a",
3725                 "reference": "7efc2f05b7d9817a59132e5d2e5ca91a1c071f6a",
3726                 "shasum": ""
3727             },
3728             "require": {
3729                 "composer/ca-bundle": "^1.1",
3730                 "php": ">=5.3.0"
3731             },
3732             "require-dev": {
3733                 "phpunit/phpunit": "<8",
3734                 "symfony/console": "^2.0 || ^3.0 || ^4.0",
3735                 "symfony/filesystem": "^2.0 || ^3.0 || ^4.0",
3736                 "symfony/finder": "^2.0 || ^3.0 || ^4.0",
3737                 "symfony/yaml": "^2.0 || ^3.0 || ^4.0"
3738             },
3739             "suggest": {
3740                 "symfony/console": "Required for CLI usage - ^2.0 || ^3.0 || ^4.0",
3741                 "symfony/filesystem": "Required for CLI usage - 2.0 || ^3.0 || ^4.0",
3742                 "symfony/finder": "Required for CLI usage - ^2.0 || ^3.0 || ^4.0",
3743                 "symfony/yaml": "Required for CLI usage - ^4.0 || ^5.0"
3744             },
3745             "bin": [
3746                 "bin/uaparser"
3747             ],
3748             "type": "library",
3749             "autoload": {
3750                 "psr-4": {
3751                     "UAParser\\": "src"
3752                 }
3753             },
3754             "notification-url": "https://packagist.org/downloads/",
3755             "license": [
3756                 "MIT"
3757             ],
3758             "authors": [
3759                 {
3760                     "name": "Dave Olsen",
3761                     "email": "dmolsen@gmail.com"
3762                 },
3763                 {
3764                     "name": "Lars Strojny",
3765                     "email": "lars@strojny.net"
3766                 }
3767             ],
3768             "description": "A multi-language port of Browserscope's user agent parser.",
3769             "time": "2020-02-21T09:54:14+00:00"
3770         },
3771         {
3772             "name": "xemlock/htmlpurifier-html5",
3773             "version": "v0.1.11",
3774             "source": {
3775                 "type": "git",
3776                 "url": "https://github.com/xemlock/htmlpurifier-html5.git",
3777                 "reference": "f0d563f9fd4a82a3d759043483f9a94c0d8c2255"
3778             },
3779             "dist": {
3780                 "type": "zip",
3781                 "url": "https://api.github.com/repos/xemlock/htmlpurifier-html5/zipball/f0d563f9fd4a82a3d759043483f9a94c0d8c2255",
3782                 "reference": "f0d563f9fd4a82a3d759043483f9a94c0d8c2255",
3783                 "shasum": ""
3784             },
3785             "require": {
3786                 "ezyang/htmlpurifier": "^4.8",
3787                 "php": ">=5.2"
3788             },
3789             "require-dev": {
3790                 "php-coveralls/php-coveralls": "^1.1|^2.1",
3791                 "phpunit/phpunit": ">=4.7 <8.0"
3792             },
3793             "type": "library",
3794             "autoload": {
3795                 "classmap": [
3796                     "library/HTMLPurifier/"
3797                 ]
3798             },
3799             "notification-url": "https://packagist.org/downloads/",
3800             "license": [
3801                 "MIT"
3802             ],
3803             "authors": [
3804                 {
3805                     "name": "xemlock",
3806                     "email": "xemlock@gmail.com"
3807                 }
3808             ],
3809             "description": "HTML5 element definitions for HTML Purifier",
3810             "keywords": [
3811                 "HTML5",
3812                 "Purifier",
3813                 "html",
3814                 "htmlpurifier",
3815                 "security",
3816                 "tidy",
3817                 "validator",
3818                 "xss"
3819             ],
3820             "time": "2019-08-07T17:19:21+00:00"
3821         }
3822     ],
3823     "packages-dev": [
3824         {
3825             "name": "hamcrest/hamcrest-php",
3826             "version": "v2.0.1",
3827             "source": {
3828                 "type": "git",
3829                 "url": "https://github.com/hamcrest/hamcrest-php.git",
3830                 "reference": "8c3d0a3f6af734494ad8f6fbbee0ba92422859f3"
3831             },
3832             "dist": {
3833                 "type": "zip",
3834                 "url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/8c3d0a3f6af734494ad8f6fbbee0ba92422859f3",
3835                 "reference": "8c3d0a3f6af734494ad8f6fbbee0ba92422859f3",
3836                 "shasum": ""
3837             },
3838             "require": {
3839                 "php": "^5.3|^7.0|^8.0"
3840             },
3841             "replace": {
3842                 "cordoval/hamcrest-php": "*",
3843                 "davedevelopment/hamcrest-php": "*",
3844                 "kodova/hamcrest-php": "*"
3845             },
3846             "require-dev": {
3847                 "phpunit/php-file-iterator": "^1.4 || ^2.0",
3848                 "phpunit/phpunit": "^4.8.36 || ^5.7 || ^6.5 || ^7.0"
3849             },
3850             "type": "library",
3851             "extra": {
3852                 "branch-alias": {
3853                     "dev-master": "2.1-dev"
3854                 }
3855             },
3856             "autoload": {
3857                 "classmap": [
3858                     "hamcrest"
3859                 ]
3860             },
3861             "notification-url": "https://packagist.org/downloads/",
3862             "license": [
3863                 "BSD-3-Clause"
3864             ],
3865             "description": "This is the PHP port of Hamcrest Matchers",
3866             "keywords": [
3867                 "test"
3868             ],
3869             "time": "2020-07-09T08:09:16+00:00"
3870         },
3871         {
3872             "name": "mikey179/vfsstream",
3873             "version": "v1.6.8",
3874             "source": {
3875                 "type": "git",
3876                 "url": "https://github.com/bovigo/vfsStream.git",
3877                 "reference": "231c73783ebb7dd9ec77916c10037eff5a2b6efe"
3878             },
3879             "dist": {
3880                 "type": "zip",
3881                 "url": "https://api.github.com/repos/bovigo/vfsStream/zipball/231c73783ebb7dd9ec77916c10037eff5a2b6efe",
3882                 "reference": "231c73783ebb7dd9ec77916c10037eff5a2b6efe",
3883                 "shasum": ""
3884             },
3885             "require": {
3886                 "php": ">=5.3.0"
3887             },
3888             "require-dev": {
3889                 "phpunit/phpunit": "^4.5|^5.0"
3890             },
3891             "type": "library",
3892             "extra": {
3893                 "branch-alias": {
3894                     "dev-master": "1.6.x-dev"
3895                 }
3896             },
3897             "autoload": {
3898                 "psr-0": {
3899                     "org\\bovigo\\vfs\\": "src/main/php"
3900                 }
3901             },
3902             "notification-url": "https://packagist.org/downloads/",
3903             "license": [
3904                 "BSD-3-Clause"
3905             ],
3906             "authors": [
3907                 {
3908                     "name": "Frank Kleine",
3909                     "homepage": "http://frankkleine.de/",
3910                     "role": "Developer"
3911                 }
3912             ],
3913             "description": "Virtual file system to mock the real file system in unit tests.",
3914             "homepage": "http://vfs.bovigo.org/",
3915             "time": "2019-10-30T15:31:00+00:00"
3916         },
3917         {
3918             "name": "mockery/mockery",
3919             "version": "1.3.4",
3920             "source": {
3921                 "type": "git",
3922                 "url": "https://github.com/mockery/mockery.git",
3923                 "reference": "31467aeb3ca3188158613322d66df81cedd86626"
3924             },
3925             "dist": {
3926                 "type": "zip",
3927                 "url": "https://api.github.com/repos/mockery/mockery/zipball/31467aeb3ca3188158613322d66df81cedd86626",
3928                 "reference": "31467aeb3ca3188158613322d66df81cedd86626",
3929                 "shasum": ""
3930             },
3931             "require": {
3932                 "hamcrest/hamcrest-php": "^2.0.1",
3933                 "lib-pcre": ">=7.0",
3934                 "php": ">=5.6.0"
3935             },
3936             "require-dev": {
3937                 "phpunit/phpunit": "^5.7.10|^6.5|^7.5|^8.5|^9.3"
3938             },
3939             "type": "library",
3940             "extra": {
3941                 "branch-alias": {
3942                     "dev-master": "1.3.x-dev"
3943                 }
3944             },
3945             "autoload": {
3946                 "psr-0": {
3947                     "Mockery": "library/"
3948                 }
3949             },
3950             "notification-url": "https://packagist.org/downloads/",
3951             "license": [
3952                 "BSD-3-Clause"
3953             ],
3954             "authors": [
3955                 {
3956                     "name": "Pádraic Brady",
3957                     "email": "padraic.brady@gmail.com",
3958                     "homepage": "http://blog.astrumfutura.com"
3959                 },
3960                 {
3961                     "name": "Dave Marshall",
3962                     "email": "dave.marshall@atstsolutions.co.uk",
3963                     "homepage": "http://davedevelopment.co.uk"
3964                 }
3965             ],
3966             "description": "Mockery is a simple yet flexible PHP mock object framework",
3967             "homepage": "https://github.com/mockery/mockery",
3968             "keywords": [
3969                 "BDD",
3970                 "TDD",
3971                 "library",
3972                 "mock",
3973                 "mock objects",
3974                 "mockery",
3975                 "stub",
3976                 "test",
3977                 "test double",
3978                 "testing"
3979             ],
3980             "time": "2021-02-24T09:51:00+00:00"
3981         }
3982     ],
3983     "aliases": [],
3984     "minimum-stability": "stable",
3985     "stability-flags": {
3986         "lightopenid/lightopenid": 20
3987     },
3988     "prefer-stable": false,
3989     "prefer-lowest": false,
3990     "platform": {
3991         "php": ">=7.0",
3992         "ext-ctype": "*",
3993         "ext-curl": "*",
3994         "ext-dom": "*",
3995         "ext-fileinfo": "*",
3996         "ext-gd": "*",
3997         "ext-iconv": "*",
3998         "ext-json": "*",
3999         "ext-libxml": "*",
4000         "ext-mbstring": "*",
4001         "ext-openssl": "*",
4002         "ext-simplexml": "*",
4003         "ext-xml": "*"
4004     },
4005     "platform-dev": [],
4006     "platform-overrides": {
4007         "php": "7.0"
4008     },
4009     "plugin-api-version": "1.1.0"
4010 }