Subversion Repositories oidplus

Rev

Rev 827 | Rev 842 | 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",
833 daniel-mar 195
                "reference": "88f27fa61f916ebe0b412fab11d2211a7af98f15"
603 daniel-mar 196
            },
621 daniel-mar 197
            "dist": {
198
                "type": "zip",
833 daniel-mar 199
                "url": "https://api.github.com/repos/danielmarschall/php_utils/zipball/88f27fa61f916ebe0b412fab11d2211a7af98f15",
200
                "reference": "88f27fa61f916ebe0b412fab11d2211a7af98f15",
621 daniel-mar 201
                "shasum": ""
202
            },
203
            "require": {
204
                "php": ">=7.0"
205
            },
833 daniel-mar 206
            "time": "2022-04-10T21:32:29+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",
833 daniel-mar 740
                "reference": "369c98616d95ee70b33520217b7171802741ff8d"
827 daniel-mar 741
            },
742
            "dist": {
743
                "type": "zip",
833 daniel-mar 744
                "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/369c98616d95ee70b33520217b7171802741ff8d",
745
                "reference": "369c98616d95ee70b33520217b7171802741ff8d",
827 daniel-mar 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
            },
833 daniel-mar 762
            "time": "2022-04-10T14:33:14+00:00",
827 daniel-mar 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
        {
833 daniel-mar 847
            "name": "script47/bs5-utils",
848
            "version": "master",
849
            "version_normalized": "dev-master",
850
            "source": {
851
                "type": "git",
852
                "url": "https://github.com/Script47/bs5-utils",
853
                "reference": "master"
854
            },
855
            "type": "library",
856
            "installation-source": "source",
857
            "license": [
858
                "MIT"
859
            ],
860
            "install-path": "../script47/bs5-utils"
861
        },
862
        {
597 daniel-mar 863
            "name": "spamspan/spamspan",
864
            "version": "master",
865
            "version_normalized": "dev-master",
866
            "dist": {
867
                "type": "zip",
868
                "url": "http://www.spamspan.com/releases/spamspan-latest.zip",
869
                "reference": "master"
870
            },
871
            "type": "library",
872
            "installation-source": "dist",
873
            "license": [
874
                "GPL-2.0-only"
875
            ],
876
            "install-path": "../spamspan/spamspan"
877
        },
878
        {
879
            "name": "symfony/polyfill-mbstring",
880
            "version": "v1.19.0",
881
            "version_normalized": "1.19.0.0",
882
            "source": {
883
                "type": "git",
884
                "url": "https://github.com/symfony/polyfill-mbstring.git",
885
                "reference": "b5f7b932ee6fa802fc792eabd77c4c88084517ce"
886
            },
887
            "dist": {
888
                "type": "zip",
889
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/b5f7b932ee6fa802fc792eabd77c4c88084517ce",
890
                "reference": "b5f7b932ee6fa802fc792eabd77c4c88084517ce",
891
                "shasum": ""
892
            },
893
            "require": {
894
                "php": ">=5.3.3"
895
            },
896
            "suggest": {
897
                "ext-mbstring": "For best performance"
898
            },
899
            "time": "2020-10-23T09:01:57+00:00",
900
            "type": "library",
901
            "extra": {
902
                "branch-alias": {
903
                    "dev-main": "1.19-dev"
904
                },
905
                "thanks": {
906
                    "name": "symfony/polyfill",
907
                    "url": "https://github.com/symfony/polyfill"
908
                }
909
            },
910
            "installation-source": "dist",
911
            "autoload": {
759 daniel-mar 912
                "files": [
913
                    "bootstrap.php"
914
                ],
597 daniel-mar 915
                "psr-4": {
916
                    "Symfony\\Polyfill\\Mbstring\\": ""
759 daniel-mar 917
                }
597 daniel-mar 918
            },
919
            "notification-url": "https://packagist.org/downloads/",
920
            "license": [
921
                "MIT"
922
            ],
923
            "authors": [
924
                {
925
                    "name": "Nicolas Grekas",
926
                    "email": "p@tchwork.com"
927
                },
928
                {
929
                    "name": "Symfony Community",
930
                    "homepage": "https://symfony.com/contributors"
931
                }
932
            ],
933
            "description": "Symfony polyfill for the Mbstring extension",
934
            "homepage": "https://symfony.com",
935
            "keywords": [
936
                "compatibility",
937
                "mbstring",
938
                "polyfill",
939
                "portable",
940
                "shim"
941
            ],
942
            "support": {
943
                "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.19.0"
944
            },
945
            "funding": [
946
                {
947
                    "url": "https://symfony.com/sponsor",
948
                    "type": "custom"
949
                },
950
                {
951
                    "url": "https://github.com/fabpot",
952
                    "type": "github"
953
                },
954
                {
955
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
956
                    "type": "tidelift"
957
                }
958
            ],
959
            "install-path": "../symfony/polyfill-mbstring"
960
        },
961
        {
962
            "name": "tinymce/tinymce",
777 daniel-mar 963
            "version": "5.x-dev",
964
            "version_normalized": "5.9999999.9999999.9999999-dev",
597 daniel-mar 965
            "source": {
966
                "type": "git",
967
                "url": "https://github.com/tinymce/tinymce-dist.git",
759 daniel-mar 968
                "reference": "dadd7f25e31680f1c6bf61d2fb0b15794f425cd1"
597 daniel-mar 969
            },
970
            "dist": {
971
                "type": "zip",
759 daniel-mar 972
                "url": "https://api.github.com/repos/tinymce/tinymce-dist/zipball/dadd7f25e31680f1c6bf61d2fb0b15794f425cd1",
973
                "reference": "dadd7f25e31680f1c6bf61d2fb0b15794f425cd1",
597 daniel-mar 974
                "shasum": ""
975
            },
759 daniel-mar 976
            "time": "2022-02-09T03:24:06+00:00",
597 daniel-mar 977
            "type": "component",
978
            "extra": {
979
                "component": {
980
                    "scripts": [
981
                        "tinymce.js",
982
                        "plugins/*/plugin.js",
983
                        "themes/*/theme.js",
984
                        "themes/*/icons.js"
985
                    ],
986
                    "files": [
987
                        "tinymce.min.js",
988
                        "plugins/*/plugin.min.js",
989
                        "themes/*/theme.min.js",
990
                        "skins/**",
991
                        "icons/*/icons.min.js"
992
                    ]
993
                }
994
            },
995
            "installation-source": "dist",
996
            "notification-url": "https://packagist.org/downloads/",
997
            "license": [
998
                "LGPL-2.1-only"
999
            ],
1000
            "description": "Web based JavaScript HTML WYSIWYG editor control.",
637 daniel-mar 1001
            "homepage": "https://www.tiny.cloud/",
597 daniel-mar 1002
            "keywords": [
637 daniel-mar 1003
                "contenteditable",
1004
                "editing",
597 daniel-mar 1005
                "html",
1006
                "javascript",
637 daniel-mar 1007
                "rich editor",
1008
                "rich text",
1009
                "rich text editor",
597 daniel-mar 1010
                "richtext",
637 daniel-mar 1011
                "rte",
1012
                "text",
597 daniel-mar 1013
                "tinymce",
1014
                "wysiwyg"
1015
            ],
1016
            "support": {
759 daniel-mar 1017
                "source": "https://github.com/tinymce/tinymce-dist/tree/5.10.3"
597 daniel-mar 1018
            },
1019
            "install-path": "../tinymce/tinymce"
1020
        },
1021
        {
1022
            "name": "twbs/bootstrap",
679 daniel-mar 1023
            "version": "v5.1.3",
1024
            "version_normalized": "5.1.3.0",
597 daniel-mar 1025
            "source": {
1026
                "type": "git",
1027
                "url": "https://github.com/twbs/bootstrap.git",
679 daniel-mar 1028
                "reference": "1a6fdfae6be09b09eaced8f0e442ca6f7680a61e"
597 daniel-mar 1029
            },
1030
            "dist": {
1031
                "type": "zip",
679 daniel-mar 1032
                "url": "https://api.github.com/repos/twbs/bootstrap/zipball/1a6fdfae6be09b09eaced8f0e442ca6f7680a61e",
1033
                "reference": "1a6fdfae6be09b09eaced8f0e442ca6f7680a61e",
597 daniel-mar 1034
                "shasum": ""
1035
            },
1036
            "replace": {
1037
                "twitter/bootstrap": "self.version"
1038
            },
679 daniel-mar 1039
            "time": "2021-10-09T06:43:19+00:00",
597 daniel-mar 1040
            "type": "library",
1041
            "installation-source": "dist",
1042
            "notification-url": "https://packagist.org/downloads/",
1043
            "license": [
1044
                "MIT"
1045
            ],
1046
            "authors": [
1047
                {
1048
                    "name": "Mark Otto",
1049
                    "email": "markdotto@gmail.com"
1050
                },
1051
                {
1052
                    "name": "Jacob Thornton",
1053
                    "email": "jacobthornton@gmail.com"
1054
                }
1055
            ],
1056
            "description": "The most popular front-end framework for developing responsive, mobile first projects on the web.",
1057
            "homepage": "https://getbootstrap.com/",
1058
            "keywords": [
1059
                "JS",
1060
                "css",
1061
                "framework",
1062
                "front-end",
1063
                "mobile-first",
1064
                "responsive",
1065
                "sass",
1066
                "web"
1067
            ],
1068
            "support": {
1069
                "issues": "https://github.com/twbs/bootstrap/issues",
679 daniel-mar 1070
                "source": "https://github.com/twbs/bootstrap/tree/v5.1.3"
597 daniel-mar 1071
            },
1072
            "install-path": "../twbs/bootstrap"
1073
        },
1074
        {
1075
            "name": "tweeb/tinymce-i18n",
833 daniel-mar 1076
            "version": "2.0.4",
1077
            "version_normalized": "2.0.4.0",
597 daniel-mar 1078
            "source": {
1079
                "type": "git",
1080
                "url": "https://github.com/tweeb/tinymce-i18n.git",
833 daniel-mar 1081
                "reference": "058da08d6e61dc4e0279de6509bb6969a62f68e5"
597 daniel-mar 1082
            },
1083
            "dist": {
1084
                "type": "zip",
833 daniel-mar 1085
                "url": "https://api.github.com/repos/tweeb/tinymce-i18n/zipball/058da08d6e61dc4e0279de6509bb6969a62f68e5",
1086
                "reference": "058da08d6e61dc4e0279de6509bb6969a62f68e5",
597 daniel-mar 1087
                "shasum": ""
1088
            },
833 daniel-mar 1089
            "time": "2022-04-12T13:16:56+00:00",
597 daniel-mar 1090
            "type": "library",
1091
            "installation-source": "dist",
1092
            "notification-url": "https://packagist.org/downloads/",
1093
            "license": [
1094
                "MIT"
1095
            ],
1096
            "authors": [
1097
                {
1098
                    "name": "TinyMCE Community"
1099
                }
1100
            ],
833 daniel-mar 1101
            "description": "Languages for TinyMCE 6",
597 daniel-mar 1102
            "homepage": "https://github.com/tweeb/tinymce-i18n",
1103
            "keywords": [
1104
                "i18n",
1105
                "languages",
1106
                "tinymce"
1107
            ],
1108
            "support": {
833 daniel-mar 1109
                "source": "https://github.com/tweeb/tinymce-i18n/tree/2.0.4"
597 daniel-mar 1110
            },
1111
            "install-path": "../tweeb/tinymce-i18n"
1112
        },
1113
        {
1114
            "name": "vakata/jstree",
637 daniel-mar 1115
            "version": "3.3.12",
1116
            "version_normalized": "3.3.12.0",
597 daniel-mar 1117
            "source": {
1118
                "type": "git",
1119
                "url": "https://github.com/vakata/jstree.git",
637 daniel-mar 1120
                "reference": "7a03954015eaea2467956dc05e6be78f4d1a1ff0"
597 daniel-mar 1121
            },
1122
            "dist": {
1123
                "type": "zip",
637 daniel-mar 1124
                "url": "https://api.github.com/repos/vakata/jstree/zipball/7a03954015eaea2467956dc05e6be78f4d1a1ff0",
1125
                "reference": "7a03954015eaea2467956dc05e6be78f4d1a1ff0",
597 daniel-mar 1126
                "shasum": ""
1127
            },
1128
            "require": {
1129
                "components/jquery": ">=1.9.1"
1130
            },
1131
            "suggest": {
1132
                "robloach/component-installer": "Allows installation of Components via Composer"
1133
            },
637 daniel-mar 1134
            "time": "2021-09-03T12:55:53+00:00",
597 daniel-mar 1135
            "type": "component",
1136
            "extra": {
1137
                "component": {
1138
                    "scripts": [
1139
                        "dist/jstree.js"
1140
                    ],
1141
                    "styles": [
1142
                        "dist/themes/default/style.css"
1143
                    ],
1144
                    "images": [
1145
                        "dist/themes/default/32px.png",
1146
                        "dist/themes/default/40px.png",
1147
                        "dist/themes/default/throbber.gif"
1148
                    ],
1149
                    "files": [
1150
                        "dist/jstree.min.js",
1151
                        "dist/themes/default/style.min.css",
1152
                        "dist/themes/default/32px.png",
1153
                        "dist/themes/default/40px.png",
1154
                        "dist/themes/default/throbber.gif"
1155
                    ]
1156
                }
1157
            },
1158
            "installation-source": "dist",
1159
            "notification-url": "https://packagist.org/downloads/",
1160
            "license": [
1161
                "MIT"
1162
            ],
1163
            "authors": [
1164
                {
1165
                    "name": "Ivan Bozhanov",
1166
                    "email": "jstree@jstree.com"
1167
                }
1168
            ],
1169
            "description": "jsTree is jquery plugin, that provides interactive trees.",
1170
            "homepage": "http://jstree.com",
1171
            "support": {
1172
                "forum": "https://groups.google.com/forum/#!forum/jstree",
1173
                "issues": "https://github.com/vakata/jstree/issues",
1174
                "source": "https://github.com/vakata/jstree"
1175
            },
1176
            "funding": [
1177
                {
1178
                    "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",
1179
                    "type": "custom"
1180
                },
1181
                {
1182
                    "url": "https://github.com/vakata",
1183
                    "type": "github"
1184
                }
1185
            ],
1186
            "install-path": "../vakata/jstree"
1187
        }
1188
    ],
1189
    "dev": true,
1190
    "dev-package-names": []
1191
}