Subversion Repositories oidplus

Rev

Rev 823 | Rev 833 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
597 daniel-mar 1
{
2
    "packages": [
3
        {
4
            "name": "components/jquery",
637 daniel-mar 5
            "version": "3.6.0",
6
            "version_normalized": "3.6.0.0",
597 daniel-mar 7
            "source": {
8
                "type": "git",
9
                "url": "https://github.com/components/jquery.git",
637 daniel-mar 10
                "reference": "6cf38ee1fd04b6adf8e7dda161283aa35be818c3"
597 daniel-mar 11
            },
12
            "dist": {
13
                "type": "zip",
637 daniel-mar 14
                "url": "https://api.github.com/repos/components/jquery/zipball/6cf38ee1fd04b6adf8e7dda161283aa35be818c3",
15
                "reference": "6cf38ee1fd04b6adf8e7dda161283aa35be818c3",
597 daniel-mar 16
                "shasum": ""
17
            },
637 daniel-mar 18
            "time": "2021-03-20T19:13:42+00:00",
597 daniel-mar 19
            "type": "component",
20
            "extra": {
21
                "component": {
22
                    "scripts": [
23
                        "jquery.js"
24
                    ],
25
                    "files": [
26
                        "jquery.min.js",
27
                        "jquery.min.map",
28
                        "jquery.slim.js",
29
                        "jquery.slim.min.js",
30
                        "jquery.slim.min.map"
31
                    ]
32
                }
33
            },
34
            "installation-source": "dist",
35
            "notification-url": "https://packagist.org/downloads/",
36
            "license": [
37
                "MIT"
38
            ],
39
            "authors": [
40
                {
41
                    "name": "JS Foundation and other contributors"
42
                }
43
            ],
44
            "description": "jQuery JavaScript Library",
45
            "homepage": "http://jquery.com",
46
            "support": {
47
                "forum": "http://forum.jquery.com",
48
                "irc": "irc://irc.freenode.org/jquery",
49
                "issues": "https://github.com/jquery/jquery/issues",
50
                "source": "https://github.com/jquery/jquery",
51
                "wiki": "http://docs.jquery.com/"
52
            },
53
            "install-path": "../components/jquery"
54
        },
55
        {
56
            "name": "components/jqueryui",
57
            "version": "1.12.1",
58
            "version_normalized": "1.12.1.0",
59
            "source": {
60
                "type": "git",
61
                "url": "https://github.com/components/jqueryui.git",
62
                "reference": "44ecf3794cc56b65954cc19737234a3119d036cc"
63
            },
64
            "dist": {
65
                "type": "zip",
66
                "url": "https://api.github.com/repos/components/jqueryui/zipball/44ecf3794cc56b65954cc19737234a3119d036cc",
67
                "reference": "44ecf3794cc56b65954cc19737234a3119d036cc",
68
                "shasum": ""
69
            },
70
            "require": {
71
                "components/jquery": ">=1.6"
72
            },
73
            "time": "2016-09-16T05:47:55+00:00",
74
            "type": "component",
75
            "extra": {
76
                "component": {
77
                    "name": "jquery-ui",
78
                    "scripts": [
79
                        "jquery-ui.js"
80
                    ],
81
                    "files": [
82
                        "ui/**",
83
                        "themes/**",
84
                        "jquery-ui.min.js"
85
                    ],
86
                    "shim": {
87
                        "deps": [
88
                            "jquery"
89
                        ],
90
                        "exports": "jQuery"
91
                    }
92
                }
93
            },
94
            "installation-source": "dist",
95
            "notification-url": "https://packagist.org/downloads/",
96
            "license": [
97
                "MIT"
98
            ],
99
            "authors": [
100
                {
101
                    "name": "jQuery UI Team",
102
                    "homepage": "http://jqueryui.com/about"
103
                },
104
                {
105
                    "name": "Joern Zaefferer",
106
                    "email": "joern.zaefferer@gmail.com",
107
                    "homepage": "http://bassistance.de"
108
                },
109
                {
110
                    "name": "Scott Gonzalez",
111
                    "email": "scott.gonzalez@gmail.com",
112
                    "homepage": "http://scottgonzalez.com"
113
                },
114
                {
115
                    "name": "Kris Borchers",
116
                    "email": "kris.borchers@gmail.com",
117
                    "homepage": "http://krisborchers.com"
118
                },
119
                {
120
                    "name": "Mike Sherov",
121
                    "email": "mike.sherov@gmail.com",
122
                    "homepage": "http://mike.sherov.com"
123
                },
124
                {
125
                    "name": "TJ VanToll",
126
                    "email": "tj.vantoll@gmail.com",
127
                    "homepage": "http://tjvantoll.com"
128
                },
129
                {
130
                    "name": "Corey Frang",
131
                    "email": "gnarf37@gmail.com",
132
                    "homepage": "http://gnarf.net"
133
                },
134
                {
135
                    "name": "Felix Nagel",
136
                    "email": "info@felixnagel.com",
137
                    "homepage": "http://www.felixnagel.com"
138
                }
139
            ],
140
            "description": "jQuery UI is a curated set of user interface interactions, effects, widgets, and themes built on top of the jQuery JavaScript Library. Whether you're building highly interactive web applications or you just need to add a date picker to a form control, jQuery UI is the perfect choice.",
141
            "support": {
142
                "issues": "https://github.com/components/jqueryui/issues",
143
                "source": "https://github.com/components/jqueryui/tree/master"
144
            },
145
            "install-path": "../components/jqueryui"
146
        },
147
        {
148
            "name": "danielmarschall/fileformats",
621 daniel-mar 149
            "version": "dev-master",
597 daniel-mar 150
            "version_normalized": "dev-master",
151
            "source": {
621 daniel-mar 152
                "type": "git",
153
                "url": "https://github.com/danielmarschall/fileformats.git",
732 daniel-mar 154
                "reference": "880e97b497710dc14ee8f38b4e48250ce49202ee"
597 daniel-mar 155
            },
621 daniel-mar 156
            "dist": {
157
                "type": "zip",
732 daniel-mar 158
                "url": "https://api.github.com/repos/danielmarschall/fileformats/zipball/880e97b497710dc14ee8f38b4e48250ce49202ee",
159
                "reference": "880e97b497710dc14ee8f38b4e48250ce49202ee",
621 daniel-mar 160
                "shasum": ""
161
            },
162
            "require": {
163
                "php": ">=7.0"
164
            },
732 daniel-mar 165
            "time": "2022-01-09T15:19:14+00:00",
621 daniel-mar 166
            "default-branch": true,
597 daniel-mar 167
            "type": "library",
621 daniel-mar 168
            "installation-source": "dist",
169
            "notification-url": "https://packagist.org/downloads/",
597 daniel-mar 170
            "license": [
171
                "Apache-2.0"
172
            ],
621 daniel-mar 173
            "authors": [
174
                {
175
                    "name": "Daniel Marschall",
176
                    "email": "info@daniel-marschall.de",
177
                    "homepage": "https://www.daniel-marschall.de/"
178
                }
179
            ],
180
            "description": "File format detection in PHP",
181
            "homepage": "https://www.viathinksoft.com/projects/fileformats",
182
            "support": {
183
                "issues": "https://github.com/danielmarschall/fileformats/issues",
184
                "source": "https://github.com/danielmarschall/fileformats/tree/master"
185
            },
597 daniel-mar 186
            "install-path": "../danielmarschall/fileformats"
187
        },
188
        {
603 daniel-mar 189
            "name": "danielmarschall/php_utils",
621 daniel-mar 190
            "version": "dev-master",
603 daniel-mar 191
            "version_normalized": "dev-master",
192
            "source": {
621 daniel-mar 193
                "type": "git",
194
                "url": "https://github.com/danielmarschall/php_utils.git",
827 daniel-mar 195
                "reference": "1a9b6f27cd44012caa64803605c22e56747f1999"
603 daniel-mar 196
            },
621 daniel-mar 197
            "dist": {
198
                "type": "zip",
827 daniel-mar 199
                "url": "https://api.github.com/repos/danielmarschall/php_utils/zipball/1a9b6f27cd44012caa64803605c22e56747f1999",
200
                "reference": "1a9b6f27cd44012caa64803605c22e56747f1999",
621 daniel-mar 201
                "shasum": ""
202
            },
203
            "require": {
204
                "php": ">=7.0"
205
            },
827 daniel-mar 206
            "time": "2022-04-09T15:30:48+00:00",
621 daniel-mar 207
            "default-branch": true,
603 daniel-mar 208
            "type": "library",
621 daniel-mar 209
            "installation-source": "dist",
210
            "notification-url": "https://packagist.org/downloads/",
603 daniel-mar 211
            "license": [
212
                "Apache-2.0"
213
            ],
621 daniel-mar 214
            "authors": [
215
                {
216
                    "name": "Daniel Marschall",
217
                    "email": "info@daniel-marschall.de",
218
                    "homepage": "https://www.daniel-marschall.de/"
219
                }
220
            ],
221
            "description": "PHP functions",
222
            "homepage": "https://www.viathinksoft.com/projects/php_utils",
223
            "support": {
224
                "issues": "https://github.com/danielmarschall/php_utils/issues",
225
                "source": "https://github.com/danielmarschall/php_utils/tree/master"
226
            },
603 daniel-mar 227
            "install-path": "../danielmarschall/php_utils"
228
        },
229
        {
602 daniel-mar 230
            "name": "danielmarschall/uuid_mac_utils",
621 daniel-mar 231
            "version": "dev-master",
602 daniel-mar 232
            "version_normalized": "dev-master",
233
            "source": {
621 daniel-mar 234
                "type": "git",
235
                "url": "https://github.com/danielmarschall/uuid_mac_utils.git",
759 daniel-mar 236
                "reference": "31174ea5dc3398645f70bc40f5162aa5b73f5b52"
602 daniel-mar 237
            },
621 daniel-mar 238
            "dist": {
239
                "type": "zip",
759 daniel-mar 240
                "url": "https://api.github.com/repos/danielmarschall/uuid_mac_utils/zipball/31174ea5dc3398645f70bc40f5162aa5b73f5b52",
241
                "reference": "31174ea5dc3398645f70bc40f5162aa5b73f5b52",
621 daniel-mar 242
                "shasum": ""
243
            },
244
            "require": {
245
                "php": ">=7.0"
246
            },
759 daniel-mar 247
            "time": "2022-02-13T00:44:25+00:00",
621 daniel-mar 248
            "default-branch": true,
602 daniel-mar 249
            "type": "library",
621 daniel-mar 250
            "installation-source": "dist",
251
            "notification-url": "https://packagist.org/downloads/",
602 daniel-mar 252
            "license": [
253
                "Apache-2.0"
254
            ],
621 daniel-mar 255
            "authors": [
256
                {
257
                    "name": "Daniel Marschall",
258
                    "email": "info@daniel-marschall.de",
259
                    "homepage": "https://www.daniel-marschall.de/"
260
                }
261
            ],
262
            "description": "UUID & MAC Utils for PHP",
263
            "homepage": "https://www.viathinksoft.com/projects/uuid_mac_utils",
264
            "support": {
265
                "issues": "https://github.com/danielmarschall/uuid_mac_utils/issues",
266
                "source": "https://github.com/danielmarschall/uuid_mac_utils/tree/master"
267
            },
602 daniel-mar 268
            "install-path": "../danielmarschall/uuid_mac_utils"
269
        },
270
        {
597 daniel-mar 271
            "name": "danielmarschall/vnag",
621 daniel-mar 272
            "version": "dev-master",
597 daniel-mar 273
            "version_normalized": "dev-master",
274
            "source": {
621 daniel-mar 275
                "type": "git",
276
                "url": "https://github.com/danielmarschall/vnag.git",
827 daniel-mar 277
                "reference": "2d0af05e72b902df45292b24157f6269fb75684b"
597 daniel-mar 278
            },
621 daniel-mar 279
            "dist": {
280
                "type": "zip",
827 daniel-mar 281
                "url": "https://api.github.com/repos/danielmarschall/vnag/zipball/2d0af05e72b902df45292b24157f6269fb75684b",
282
                "reference": "2d0af05e72b902df45292b24157f6269fb75684b",
621 daniel-mar 283
                "shasum": ""
284
            },
285
            "require": {
286
                "php": ">=7.0"
287
            },
827 daniel-mar 288
            "time": "2022-04-09T10:14:56+00:00",
621 daniel-mar 289
            "default-branch": true,
597 daniel-mar 290
            "type": "library",
621 daniel-mar 291
            "installation-source": "dist",
292
            "notification-url": "https://packagist.org/downloads/",
597 daniel-mar 293
            "license": [
294
                "Apache-2.0"
295
            ],
621 daniel-mar 296
            "authors": [
297
                {
298
                    "name": "Daniel Marschall",
299
                    "email": "info@daniel-marschall.de",
300
                    "homepage": "https://www.daniel-marschall.de/"
301
                }
302
            ],
303
            "description": "VNag - Framework for developing Nagios plugins with PHP",
304
            "homepage": "https://www.viathinksoft.com/projects/vnag",
305
            "support": {
306
                "issues": "https://github.com/danielmarschall/vnag/issues",
307
                "source": "https://github.com/danielmarschall/vnag/tree/master"
308
            },
597 daniel-mar 309
            "install-path": "../danielmarschall/vnag"
310
        },
311
        {
312
            "name": "dcodeio/bcrypt.js",
313
            "version": "master",
314
            "version_normalized": "dev-master",
315
            "source": {
316
                "type": "git",
317
                "url": "https://github.com/dcodeIO/bcrypt.js",
318
                "reference": "master"
319
            },
320
            "type": "library",
321
            "installation-source": "source",
322
            "license": [
323
                "BSD-3-Clause",
324
                "MIT"
325
            ],
326
            "install-path": "../dcodeio/bcrypt.js"
327
        },
328
        {
329
            "name": "emn178/js-sha3",
330
            "version": "master",
331
            "version_normalized": "dev-master",
332
            "source": {
333
                "type": "git",
334
                "url": "https://github.com/emn178/js-sha3",
335
                "reference": "master"
336
            },
337
            "type": "library",
338
            "installation-source": "source",
339
            "license": [
340
                "MIT"
341
            ],
342
            "install-path": "../emn178/js-sha3"
343
        },
344
        {
345
            "name": "firebase/php-jwt",
679 daniel-mar 346
            "version": "v5.5.1",
347
            "version_normalized": "5.5.1.0",
597 daniel-mar 348
            "source": {
349
                "type": "git",
350
                "url": "https://github.com/firebase/php-jwt.git",
679 daniel-mar 351
                "reference": "83b609028194aa042ea33b5af2d41a7427de80e6"
597 daniel-mar 352
            },
353
            "dist": {
354
                "type": "zip",
679 daniel-mar 355
                "url": "https://api.github.com/repos/firebase/php-jwt/zipball/83b609028194aa042ea33b5af2d41a7427de80e6",
356
                "reference": "83b609028194aa042ea33b5af2d41a7427de80e6",
597 daniel-mar 357
                "shasum": ""
358
            },
359
            "require": {
360
                "php": ">=5.3.0"
361
            },
362
            "require-dev": {
363
                "phpunit/phpunit": ">=4.8 <=9"
364
            },
637 daniel-mar 365
            "suggest": {
366
                "paragonie/sodium_compat": "Support EdDSA (Ed25519) signatures when libsodium is not present"
367
            },
679 daniel-mar 368
            "time": "2021-11-08T20:18:51+00:00",
597 daniel-mar 369
            "type": "library",
370
            "installation-source": "dist",
371
            "autoload": {
372
                "psr-4": {
373
                    "Firebase\\JWT\\": "src"
374
                }
375
            },
376
            "notification-url": "https://packagist.org/downloads/",
377
            "license": [
378
                "BSD-3-Clause"
379
            ],
380
            "authors": [
381
                {
382
                    "name": "Neuman Vong",
383
                    "email": "neuman+pear@twilio.com",
384
                    "role": "Developer"
385
                },
386
                {
387
                    "name": "Anant Narayanan",
388
                    "email": "anant@php.net",
389
                    "role": "Developer"
390
                }
391
            ],
392
            "description": "A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.",
393
            "homepage": "https://github.com/firebase/php-jwt",
394
            "keywords": [
395
                "jwt",
396
                "php"
397
            ],
398
            "support": {
399
                "issues": "https://github.com/firebase/php-jwt/issues",
679 daniel-mar 400
                "source": "https://github.com/firebase/php-jwt/tree/v5.5.1"
597 daniel-mar 401
            },
402
            "install-path": "../firebase/php-jwt"
403
        },
404
        {
405
            "name": "gedmarc/layout",
406
            "version": "master",
407
            "version_normalized": "dev-master",
408
            "source": {
409
                "type": "git",
410
                "url": "https://github.com/GedMarc/layout",
411
                "reference": "master"
412
            },
413
            "type": "library",
414
            "installation-source": "source",
415
            "license": [
416
                "GPL-3.0-or-later",
417
                "MIT"
418
            ],
419
            "install-path": "../gedmarc/layout"
420
        },
421
        {
422
            "name": "matthiasmullie/minify",
423
            "version": "1.3.66",
424
            "version_normalized": "1.3.66.0",
425
            "source": {
426
                "type": "git",
427
                "url": "https://github.com/matthiasmullie/minify.git",
428
                "reference": "45fd3b0f1dfa2c965857c6d4a470bea52adc31a6"
429
            },
430
            "dist": {
431
                "type": "zip",
432
                "url": "https://api.github.com/repos/matthiasmullie/minify/zipball/45fd3b0f1dfa2c965857c6d4a470bea52adc31a6",
433
                "reference": "45fd3b0f1dfa2c965857c6d4a470bea52adc31a6",
434
                "shasum": ""
435
            },
436
            "require": {
437
                "ext-pcre": "*",
438
                "matthiasmullie/path-converter": "~1.1",
439
                "php": ">=5.3.0"
440
            },
441
            "require-dev": {
442
                "friendsofphp/php-cs-fixer": "~2.0",
443
                "matthiasmullie/scrapbook": "dev-master",
444
                "phpunit/phpunit": ">=4.8"
445
            },
446
            "suggest": {
447
                "psr/cache-implementation": "Cache implementation to use with Minify::cache"
448
            },
449
            "time": "2021-01-06T15:18:10+00:00",
450
            "bin": [
451
                "bin/minifycss",
452
                "bin/minifyjs"
453
            ],
454
            "type": "library",
455
            "installation-source": "dist",
456
            "autoload": {
457
                "psr-4": {
458
                    "MatthiasMullie\\Minify\\": "src/"
459
                }
460
            },
461
            "notification-url": "https://packagist.org/downloads/",
462
            "license": [
463
                "MIT"
464
            ],
465
            "authors": [
466
                {
467
                    "name": "Matthias Mullie",
468
                    "email": "minify@mullie.eu",
469
                    "homepage": "http://www.mullie.eu",
470
                    "role": "Developer"
471
                }
472
            ],
473
            "description": "CSS & JavaScript minifier, in PHP. Removes whitespace, strips comments, combines files (incl. @import statements and small assets in CSS files), and optimizes/shortens a few common programming patterns.",
474
            "homepage": "http://www.minifier.org",
475
            "keywords": [
476
                "JS",
477
                "css",
478
                "javascript",
479
                "minifier",
480
                "minify"
481
            ],
482
            "support": {
483
                "issues": "https://github.com/matthiasmullie/minify/issues",
484
                "source": "https://github.com/matthiasmullie/minify/tree/1.3.66"
485
            },
486
            "funding": [
487
                {
488
                    "url": "https://github.com/[user1",
489
                    "type": "github"
490
                },
491
                {
492
                    "url": "https://github.com/matthiasmullie] # Replace with up to 4 GitHub Sponsors-enabled usernames e.g.",
493
                    "type": "github"
494
                },
495
                {
496
                    "url": "https://github.com/user2",
497
                    "type": "github"
498
                }
499
            ],
500
            "install-path": "../matthiasmullie/minify"
501
        },
502
        {
503
            "name": "matthiasmullie/path-converter",
504
            "version": "1.1.3",
505
            "version_normalized": "1.1.3.0",
506
            "source": {
507
                "type": "git",
508
                "url": "https://github.com/matthiasmullie/path-converter.git",
509
                "reference": "e7d13b2c7e2f2268e1424aaed02085518afa02d9"
510
            },
511
            "dist": {
512
                "type": "zip",
513
                "url": "https://api.github.com/repos/matthiasmullie/path-converter/zipball/e7d13b2c7e2f2268e1424aaed02085518afa02d9",
514
                "reference": "e7d13b2c7e2f2268e1424aaed02085518afa02d9",
515
                "shasum": ""
516
            },
517
            "require": {
518
                "ext-pcre": "*",
519
                "php": ">=5.3.0"
520
            },
521
            "require-dev": {
522
                "phpunit/phpunit": "~4.8"
523
            },
524
            "time": "2019-02-05T23:41:09+00:00",
525
            "type": "library",
526
            "installation-source": "dist",
527
            "autoload": {
528
                "psr-4": {
529
                    "MatthiasMullie\\PathConverter\\": "src/"
530
                }
531
            },
532
            "notification-url": "https://packagist.org/downloads/",
533
            "license": [
534
                "MIT"
535
            ],
536
            "authors": [
537
                {
538
                    "name": "Matthias Mullie",
539
                    "email": "pathconverter@mullie.eu",
540
                    "homepage": "http://www.mullie.eu",
541
                    "role": "Developer"
542
                }
543
            ],
544
            "description": "Relative path converter",
545
            "homepage": "http://github.com/matthiasmullie/path-converter",
546
            "keywords": [
547
                "converter",
548
                "path",
549
                "paths",
550
                "relative"
551
            ],
552
            "support": {
553
                "issues": "https://github.com/matthiasmullie/path-converter/issues",
554
                "source": "https://github.com/matthiasmullie/path-converter/tree/1.1.3"
555
            },
556
            "install-path": "../matthiasmullie/path-converter"
557
        },
558
        {
559
            "name": "n-other/php-sha3",
560
            "version": "dev-master",
561
            "version_normalized": "dev-master",
562
            "source": {
563
                "type": "git",
564
                "url": "https://github.com/n-other/php-sha3.git",
565
                "reference": "54ee3b90986e88286d333319e6340b90bde4f71a"
566
            },
567
            "dist": {
568
                "type": "zip",
569
                "url": "https://api.github.com/repos/n-other/php-sha3/zipball/54ee3b90986e88286d333319e6340b90bde4f71a",
570
                "reference": "54ee3b90986e88286d333319e6340b90bde4f71a",
571
                "shasum": ""
572
            },
573
            "require": {
574
                "php": ">=5.4.0"
575
            },
576
            "require-dev": {
577
                "phpunit/phpunit": "^4.8",
578
                "satooshi/php-coveralls": "dev-master"
579
            },
580
            "time": "2018-07-13T13:11:34+00:00",
581
            "default-branch": true,
582
            "type": "library",
583
            "installation-source": "dist",
584
            "autoload": {
585
                "psr-4": {
586
                    "bb\\Sha3\\": "src"
587
                }
588
            },
589
            "notification-url": "https://packagist.org/downloads/",
590
            "license": [
591
                "MIT"
592
            ],
593
            "authors": [
594
                {
595
                    "name": "Bruno Bierbaumer",
596
                    "homepage": "https://github.com/0xbb/php-sha3"
597
                }
598
            ],
599
            "description": "Pure PHP implementation of SHA-3",
600
            "keywords": [
601
                "sha-3",
602
                "sha3",
603
                "shake"
604
            ],
605
            "support": {
606
                "source": "https://github.com/n-other/php-sha3/tree/master"
607
            },
608
            "install-path": "../n-other/php-sha3"
609
        },
610
        {
827 daniel-mar 611
            "name": "paragonie/constant_time_encoding",
612
            "version": "v2.5.0",
613
            "version_normalized": "2.5.0.0",
614
            "source": {
615
                "type": "git",
616
                "url": "https://github.com/paragonie/constant_time_encoding.git",
617
                "reference": "9229e15f2e6ba772f0c55dd6986c563b937170a8"
618
            },
619
            "dist": {
620
                "type": "zip",
621
                "url": "https://api.github.com/repos/paragonie/constant_time_encoding/zipball/9229e15f2e6ba772f0c55dd6986c563b937170a8",
622
                "reference": "9229e15f2e6ba772f0c55dd6986c563b937170a8",
623
                "shasum": ""
624
            },
625
            "require": {
626
                "php": "^7|^8"
627
            },
628
            "require-dev": {
629
                "phpunit/phpunit": "^6|^7|^8|^9",
630
                "vimeo/psalm": "^1|^2|^3|^4"
631
            },
632
            "time": "2022-01-17T05:32:27+00:00",
633
            "type": "library",
634
            "installation-source": "dist",
635
            "autoload": {
636
                "psr-4": {
637
                    "ParagonIE\\ConstantTime\\": "src/"
638
                }
639
            },
640
            "notification-url": "https://packagist.org/downloads/",
641
            "license": [
642
                "MIT"
643
            ],
644
            "authors": [
645
                {
646
                    "name": "Paragon Initiative Enterprises",
647
                    "email": "security@paragonie.com",
648
                    "homepage": "https://paragonie.com",
649
                    "role": "Maintainer"
650
                },
651
                {
652
                    "name": "Steve 'Sc00bz' Thomas",
653
                    "email": "steve@tobtu.com",
654
                    "homepage": "https://www.tobtu.com",
655
                    "role": "Original Developer"
656
                }
657
            ],
658
            "description": "Constant-time Implementations of RFC 4648 Encoding (Base-64, Base-32, Base-16)",
659
            "keywords": [
660
                "base16",
661
                "base32",
662
                "base32_decode",
663
                "base32_encode",
664
                "base64",
665
                "base64_decode",
666
                "base64_encode",
667
                "bin2hex",
668
                "encoding",
669
                "hex",
670
                "hex2bin",
671
                "rfc4648"
672
            ],
673
            "support": {
674
                "email": "info@paragonie.com",
675
                "issues": "https://github.com/paragonie/constant_time_encoding/issues",
676
                "source": "https://github.com/paragonie/constant_time_encoding"
677
            },
678
            "install-path": "../paragonie/constant_time_encoding"
679
        },
680
        {
681
            "name": "paragonie/random_compat",
682
            "version": "v9.99.100",
683
            "version_normalized": "9.99.100.0",
684
            "source": {
685
                "type": "git",
686
                "url": "https://github.com/paragonie/random_compat.git",
687
                "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a"
688
            },
689
            "dist": {
690
                "type": "zip",
691
                "url": "https://api.github.com/repos/paragonie/random_compat/zipball/996434e5492cb4c3edcb9168db6fbb1359ef965a",
692
                "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a",
693
                "shasum": ""
694
            },
695
            "require": {
696
                "php": ">= 7"
697
            },
698
            "require-dev": {
699
                "phpunit/phpunit": "4.*|5.*",
700
                "vimeo/psalm": "^1"
701
            },
702
            "suggest": {
703
                "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
704
            },
705
            "time": "2020-10-15T08:29:30+00:00",
706
            "type": "library",
707
            "installation-source": "dist",
708
            "notification-url": "https://packagist.org/downloads/",
709
            "license": [
710
                "MIT"
711
            ],
712
            "authors": [
713
                {
714
                    "name": "Paragon Initiative Enterprises",
715
                    "email": "security@paragonie.com",
716
                    "homepage": "https://paragonie.com"
717
                }
718
            ],
719
            "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
720
            "keywords": [
721
                "csprng",
722
                "polyfill",
723
                "pseudorandom",
724
                "random"
725
            ],
726
            "support": {
727
                "email": "info@paragonie.com",
728
                "issues": "https://github.com/paragonie/random_compat/issues",
729
                "source": "https://github.com/paragonie/random_compat"
730
            },
731
            "install-path": "../paragonie/random_compat"
732
        },
733
        {
734
            "name": "phpseclib/phpseclib",
735
            "version": "dev-master",
736
            "version_normalized": "dev-master",
737
            "source": {
738
                "type": "git",
739
                "url": "https://github.com/phpseclib/phpseclib.git",
740
                "reference": "6d2356b546b443c1fa7e793772e522113062b1ff"
741
            },
742
            "dist": {
743
                "type": "zip",
744
                "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/6d2356b546b443c1fa7e793772e522113062b1ff",
745
                "reference": "6d2356b546b443c1fa7e793772e522113062b1ff",
746
                "shasum": ""
747
            },
748
            "require": {
749
                "paragonie/constant_time_encoding": "^1|^2",
750
                "paragonie/random_compat": "^1.4|^2.0|^9.99.99",
751
                "php": ">=5.6.1"
752
            },
753
            "require-dev": {
754
                "phpunit/phpunit": "*"
755
            },
756
            "suggest": {
757
                "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.",
758
                "ext-libsodium": "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.",
759
                "ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.",
760
                "ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations."
761
            },
762
            "time": "2022-04-04T05:15:54+00:00",
763
            "default-branch": true,
764
            "type": "library",
765
            "installation-source": "dist",
766
            "autoload": {
767
                "files": [
768
                    "phpseclib/bootstrap.php"
769
                ],
770
                "psr-4": {
771
                    "phpseclib3\\": "phpseclib/"
772
                }
773
            },
774
            "notification-url": "https://packagist.org/downloads/",
775
            "license": [
776
                "MIT"
777
            ],
778
            "authors": [
779
                {
780
                    "name": "Jim Wigginton",
781
                    "email": "terrafrost@php.net",
782
                    "role": "Lead Developer"
783
                },
784
                {
785
                    "name": "Patrick Monnerat",
786
                    "email": "pm@datasphere.ch",
787
                    "role": "Developer"
788
                },
789
                {
790
                    "name": "Andreas Fischer",
791
                    "email": "bantu@phpbb.com",
792
                    "role": "Developer"
793
                },
794
                {
795
                    "name": "Hans-Jürgen Petrich",
796
                    "email": "petrich@tronic-media.com",
797
                    "role": "Developer"
798
                },
799
                {
800
                    "name": "Graham Campbell",
801
                    "email": "graham@alt-three.com",
802
                    "role": "Developer"
803
                }
804
            ],
805
            "description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.",
806
            "homepage": "http://phpseclib.sourceforge.net",
807
            "keywords": [
808
                "BigInteger",
809
                "aes",
810
                "asn.1",
811
                "asn1",
812
                "blowfish",
813
                "crypto",
814
                "cryptography",
815
                "encryption",
816
                "rsa",
817
                "security",
818
                "sftp",
819
                "signature",
820
                "signing",
821
                "ssh",
822
                "twofish",
823
                "x.509",
824
                "x509"
825
            ],
826
            "support": {
827
                "issues": "https://github.com/phpseclib/phpseclib/issues",
828
                "source": "https://github.com/phpseclib/phpseclib/tree/master"
829
            },
830
            "funding": [
831
                {
832
                    "url": "https://github.com/terrafrost",
833
                    "type": "github"
834
                },
835
                {
836
                    "url": "https://www.patreon.com/phpseclib",
837
                    "type": "patreon"
838
                },
839
                {
840
                    "url": "https://tidelift.com/funding/github/packagist/phpseclib/phpseclib",
841
                    "type": "tidelift"
842
                }
843
            ],
844
            "install-path": "../phpseclib/phpseclib"
845
        },
846
        {
597 daniel-mar 847
            "name": "spamspan/spamspan",
848
            "version": "master",
849
            "version_normalized": "dev-master",
850
            "dist": {
851
                "type": "zip",
852
                "url": "http://www.spamspan.com/releases/spamspan-latest.zip",
853
                "reference": "master"
854
            },
855
            "type": "library",
856
            "installation-source": "dist",
857
            "license": [
858
                "GPL-2.0-only"
859
            ],
860
            "install-path": "../spamspan/spamspan"
861
        },
862
        {
863
            "name": "symfony/polyfill-mbstring",
864
            "version": "v1.19.0",
865
            "version_normalized": "1.19.0.0",
866
            "source": {
867
                "type": "git",
868
                "url": "https://github.com/symfony/polyfill-mbstring.git",
869
                "reference": "b5f7b932ee6fa802fc792eabd77c4c88084517ce"
870
            },
871
            "dist": {
872
                "type": "zip",
873
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/b5f7b932ee6fa802fc792eabd77c4c88084517ce",
874
                "reference": "b5f7b932ee6fa802fc792eabd77c4c88084517ce",
875
                "shasum": ""
876
            },
877
            "require": {
878
                "php": ">=5.3.3"
879
            },
880
            "suggest": {
881
                "ext-mbstring": "For best performance"
882
            },
883
            "time": "2020-10-23T09:01:57+00:00",
884
            "type": "library",
885
            "extra": {
886
                "branch-alias": {
887
                    "dev-main": "1.19-dev"
888
                },
889
                "thanks": {
890
                    "name": "symfony/polyfill",
891
                    "url": "https://github.com/symfony/polyfill"
892
                }
893
            },
894
            "installation-source": "dist",
895
            "autoload": {
759 daniel-mar 896
                "files": [
897
                    "bootstrap.php"
898
                ],
597 daniel-mar 899
                "psr-4": {
900
                    "Symfony\\Polyfill\\Mbstring\\": ""
759 daniel-mar 901
                }
597 daniel-mar 902
            },
903
            "notification-url": "https://packagist.org/downloads/",
904
            "license": [
905
                "MIT"
906
            ],
907
            "authors": [
908
                {
909
                    "name": "Nicolas Grekas",
910
                    "email": "p@tchwork.com"
911
                },
912
                {
913
                    "name": "Symfony Community",
914
                    "homepage": "https://symfony.com/contributors"
915
                }
916
            ],
917
            "description": "Symfony polyfill for the Mbstring extension",
918
            "homepage": "https://symfony.com",
919
            "keywords": [
920
                "compatibility",
921
                "mbstring",
922
                "polyfill",
923
                "portable",
924
                "shim"
925
            ],
926
            "support": {
927
                "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.19.0"
928
            },
929
            "funding": [
930
                {
931
                    "url": "https://symfony.com/sponsor",
932
                    "type": "custom"
933
                },
934
                {
935
                    "url": "https://github.com/fabpot",
936
                    "type": "github"
937
                },
938
                {
939
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
940
                    "type": "tidelift"
941
                }
942
            ],
943
            "install-path": "../symfony/polyfill-mbstring"
944
        },
945
        {
946
            "name": "tinymce/tinymce",
777 daniel-mar 947
            "version": "5.x-dev",
948
            "version_normalized": "5.9999999.9999999.9999999-dev",
597 daniel-mar 949
            "source": {
950
                "type": "git",
951
                "url": "https://github.com/tinymce/tinymce-dist.git",
759 daniel-mar 952
                "reference": "dadd7f25e31680f1c6bf61d2fb0b15794f425cd1"
597 daniel-mar 953
            },
954
            "dist": {
955
                "type": "zip",
759 daniel-mar 956
                "url": "https://api.github.com/repos/tinymce/tinymce-dist/zipball/dadd7f25e31680f1c6bf61d2fb0b15794f425cd1",
957
                "reference": "dadd7f25e31680f1c6bf61d2fb0b15794f425cd1",
597 daniel-mar 958
                "shasum": ""
959
            },
759 daniel-mar 960
            "time": "2022-02-09T03:24:06+00:00",
597 daniel-mar 961
            "type": "component",
962
            "extra": {
963
                "component": {
964
                    "scripts": [
965
                        "tinymce.js",
966
                        "plugins/*/plugin.js",
967
                        "themes/*/theme.js",
968
                        "themes/*/icons.js"
969
                    ],
970
                    "files": [
971
                        "tinymce.min.js",
972
                        "plugins/*/plugin.min.js",
973
                        "themes/*/theme.min.js",
974
                        "skins/**",
975
                        "icons/*/icons.min.js"
976
                    ]
977
                }
978
            },
979
            "installation-source": "dist",
980
            "notification-url": "https://packagist.org/downloads/",
981
            "license": [
982
                "LGPL-2.1-only"
983
            ],
984
            "description": "Web based JavaScript HTML WYSIWYG editor control.",
637 daniel-mar 985
            "homepage": "https://www.tiny.cloud/",
597 daniel-mar 986
            "keywords": [
637 daniel-mar 987
                "contenteditable",
988
                "editing",
597 daniel-mar 989
                "html",
990
                "javascript",
637 daniel-mar 991
                "rich editor",
992
                "rich text",
993
                "rich text editor",
597 daniel-mar 994
                "richtext",
637 daniel-mar 995
                "rte",
996
                "text",
597 daniel-mar 997
                "tinymce",
998
                "wysiwyg"
999
            ],
1000
            "support": {
759 daniel-mar 1001
                "source": "https://github.com/tinymce/tinymce-dist/tree/5.10.3"
597 daniel-mar 1002
            },
1003
            "install-path": "../tinymce/tinymce"
1004
        },
1005
        {
1006
            "name": "twbs/bootstrap",
679 daniel-mar 1007
            "version": "v5.1.3",
1008
            "version_normalized": "5.1.3.0",
597 daniel-mar 1009
            "source": {
1010
                "type": "git",
1011
                "url": "https://github.com/twbs/bootstrap.git",
679 daniel-mar 1012
                "reference": "1a6fdfae6be09b09eaced8f0e442ca6f7680a61e"
597 daniel-mar 1013
            },
1014
            "dist": {
1015
                "type": "zip",
679 daniel-mar 1016
                "url": "https://api.github.com/repos/twbs/bootstrap/zipball/1a6fdfae6be09b09eaced8f0e442ca6f7680a61e",
1017
                "reference": "1a6fdfae6be09b09eaced8f0e442ca6f7680a61e",
597 daniel-mar 1018
                "shasum": ""
1019
            },
1020
            "replace": {
1021
                "twitter/bootstrap": "self.version"
1022
            },
679 daniel-mar 1023
            "time": "2021-10-09T06:43:19+00:00",
597 daniel-mar 1024
            "type": "library",
1025
            "installation-source": "dist",
1026
            "notification-url": "https://packagist.org/downloads/",
1027
            "license": [
1028
                "MIT"
1029
            ],
1030
            "authors": [
1031
                {
1032
                    "name": "Mark Otto",
1033
                    "email": "markdotto@gmail.com"
1034
                },
1035
                {
1036
                    "name": "Jacob Thornton",
1037
                    "email": "jacobthornton@gmail.com"
1038
                }
1039
            ],
1040
            "description": "The most popular front-end framework for developing responsive, mobile first projects on the web.",
1041
            "homepage": "https://getbootstrap.com/",
1042
            "keywords": [
1043
                "JS",
1044
                "css",
1045
                "framework",
1046
                "front-end",
1047
                "mobile-first",
1048
                "responsive",
1049
                "sass",
1050
                "web"
1051
            ],
1052
            "support": {
1053
                "issues": "https://github.com/twbs/bootstrap/issues",
679 daniel-mar 1054
                "source": "https://github.com/twbs/bootstrap/tree/v5.1.3"
597 daniel-mar 1055
            },
1056
            "install-path": "../twbs/bootstrap"
1057
        },
1058
        {
1059
            "name": "tweeb/tinymce-i18n",
1060
            "version": "2.0.3",
1061
            "version_normalized": "2.0.3.0",
1062
            "source": {
1063
                "type": "git",
1064
                "url": "https://github.com/tweeb/tinymce-i18n.git",
1065
                "reference": "9be0b61d0d91bba1f9a5c34f4830752b5da987ef"
1066
            },
1067
            "dist": {
1068
                "type": "zip",
1069
                "url": "https://api.github.com/repos/tweeb/tinymce-i18n/zipball/9be0b61d0d91bba1f9a5c34f4830752b5da987ef",
1070
                "reference": "9be0b61d0d91bba1f9a5c34f4830752b5da987ef",
1071
                "shasum": ""
1072
            },
1073
            "time": "2021-05-01T18:52:45+00:00",
1074
            "type": "library",
1075
            "installation-source": "dist",
1076
            "notification-url": "https://packagist.org/downloads/",
1077
            "license": [
1078
                "MIT"
1079
            ],
1080
            "authors": [
1081
                {
1082
                    "name": "TinyMCE Community"
1083
                }
1084
            ],
1085
            "description": "Languages for TinyMCE 5",
1086
            "homepage": "https://github.com/tweeb/tinymce-i18n",
1087
            "keywords": [
1088
                "i18n",
1089
                "languages",
1090
                "tinymce"
1091
            ],
1092
            "support": {
1093
                "source": "https://github.com/tweeb/tinymce-i18n/tree/2.0.3"
1094
            },
1095
            "install-path": "../tweeb/tinymce-i18n"
1096
        },
1097
        {
1098
            "name": "vakata/jstree",
637 daniel-mar 1099
            "version": "3.3.12",
1100
            "version_normalized": "3.3.12.0",
597 daniel-mar 1101
            "source": {
1102
                "type": "git",
1103
                "url": "https://github.com/vakata/jstree.git",
637 daniel-mar 1104
                "reference": "7a03954015eaea2467956dc05e6be78f4d1a1ff0"
597 daniel-mar 1105
            },
1106
            "dist": {
1107
                "type": "zip",
637 daniel-mar 1108
                "url": "https://api.github.com/repos/vakata/jstree/zipball/7a03954015eaea2467956dc05e6be78f4d1a1ff0",
1109
                "reference": "7a03954015eaea2467956dc05e6be78f4d1a1ff0",
597 daniel-mar 1110
                "shasum": ""
1111
            },
1112
            "require": {
1113
                "components/jquery": ">=1.9.1"
1114
            },
1115
            "suggest": {
1116
                "robloach/component-installer": "Allows installation of Components via Composer"
1117
            },
637 daniel-mar 1118
            "time": "2021-09-03T12:55:53+00:00",
597 daniel-mar 1119
            "type": "component",
1120
            "extra": {
1121
                "component": {
1122
                    "scripts": [
1123
                        "dist/jstree.js"
1124
                    ],
1125
                    "styles": [
1126
                        "dist/themes/default/style.css"
1127
                    ],
1128
                    "images": [
1129
                        "dist/themes/default/32px.png",
1130
                        "dist/themes/default/40px.png",
1131
                        "dist/themes/default/throbber.gif"
1132
                    ],
1133
                    "files": [
1134
                        "dist/jstree.min.js",
1135
                        "dist/themes/default/style.min.css",
1136
                        "dist/themes/default/32px.png",
1137
                        "dist/themes/default/40px.png",
1138
                        "dist/themes/default/throbber.gif"
1139
                    ]
1140
                }
1141
            },
1142
            "installation-source": "dist",
1143
            "notification-url": "https://packagist.org/downloads/",
1144
            "license": [
1145
                "MIT"
1146
            ],
1147
            "authors": [
1148
                {
1149
                    "name": "Ivan Bozhanov",
1150
                    "email": "jstree@jstree.com"
1151
                }
1152
            ],
1153
            "description": "jsTree is jquery plugin, that provides interactive trees.",
1154
            "homepage": "http://jstree.com",
1155
            "support": {
1156
                "forum": "https://groups.google.com/forum/#!forum/jstree",
1157
                "issues": "https://github.com/vakata/jstree/issues",
1158
                "source": "https://github.com/vakata/jstree"
1159
            },
1160
            "funding": [
1161
                {
1162
                    "url": "https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&business=paypal@vakata.com&currency_code=USD&amount=&return=http://jstree.com/donation&item_name=Buy+me+a+coffee+for+jsTree",
1163
                    "type": "custom"
1164
                },
1165
                {
1166
                    "url": "https://github.com/vakata",
1167
                    "type": "github"
1168
                }
1169
            ],
1170
            "install-path": "../vakata/jstree"
1171
        }
1172
    ],
1173
    "dev": true,
1174
    "dev-package-names": []
1175
}