Subversion Repositories oidplus

Rev

Rev 1037 | Rev 1046 | 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
        {
930 daniel-mar 189
            "name": "danielmarschall/oidconverter",
190
            "version": "dev-master",
191
            "version_normalized": "dev-master",
192
            "source": {
193
                "type": "git",
194
                "url": "https://github.com/danielmarschall/oidconverter.git",
958 daniel-mar 195
                "reference": "75088ebe78675e6a6ecb3842c7ce6177f8476fbb"
930 daniel-mar 196
            },
197
            "dist": {
198
                "type": "zip",
958 daniel-mar 199
                "url": "https://api.github.com/repos/danielmarschall/oidconverter/zipball/75088ebe78675e6a6ecb3842c7ce6177f8476fbb",
200
                "reference": "75088ebe78675e6a6ecb3842c7ce6177f8476fbb",
930 daniel-mar 201
                "shasum": ""
202
            },
203
            "require": {
204
                "php": ">=7.0"
205
            },
958 daniel-mar 206
            "time": "2022-09-18T14:33:29+00:00",
930 daniel-mar 207
            "default-branch": true,
208
            "type": "library",
209
            "installation-source": "dist",
210
            "notification-url": "https://packagist.org/downloads/",
211
            "license": [
212
                "Apache-2.0"
213
            ],
214
            "authors": [
215
                {
216
                    "name": "Daniel Marschall",
217
                    "email": "info@daniel-marschall.de",
218
                    "homepage": "https://www.daniel-marschall.de/"
219
                }
220
            ],
221
            "description": "OID/DER converter",
222
            "homepage": "https://www.viathinksoft.com/projects/oidconverter",
223
            "support": {
224
                "issues": "https://github.com/danielmarschall/oidconverter/issues",
225
                "source": "https://github.com/danielmarschall/oidconverter/tree/master"
226
            },
227
            "install-path": "../danielmarschall/oidconverter"
228
        },
229
        {
1021 daniel-mar 230
            "name": "danielmarschall/php-sha3",
231
            "version": "dev-master",
232
            "version_normalized": "dev-master",
233
            "source": {
234
                "type": "git",
235
                "url": "https://github.com/danielmarschall/php-sha3.git",
1032 daniel-mar 236
                "reference": "130de4c248b0d7b054da980ddc5fc9bcf05b0715"
1021 daniel-mar 237
            },
238
            "dist": {
239
                "type": "zip",
1032 daniel-mar 240
                "url": "https://api.github.com/repos/danielmarschall/php-sha3/zipball/130de4c248b0d7b054da980ddc5fc9bcf05b0715",
241
                "reference": "130de4c248b0d7b054da980ddc5fc9bcf05b0715",
1021 daniel-mar 242
                "shasum": ""
243
            },
244
            "require": {
245
                "php": ">=5.4.0"
246
            },
247
            "require-dev": {
1023 daniel-mar 248
                "php-coveralls/php-coveralls": "dev-master",
249
                "phpstan/phpstan": "^1.8",
250
                "phpunit/phpunit": "^4.8"
1021 daniel-mar 251
            },
1032 daniel-mar 252
            "time": "2022-11-05T00:21:36+00:00",
1021 daniel-mar 253
            "default-branch": true,
254
            "type": "library",
255
            "installation-source": "dist",
256
            "autoload": {
257
                "psr-4": {
258
                    "bb\\Sha3\\": "src"
259
                }
260
            },
261
            "notification-url": "https://packagist.org/downloads/",
262
            "license": [
263
                "MIT"
264
            ],
265
            "authors": [
266
                {
267
                    "name": "Bruno Bierbaumer",
268
                    "homepage": "https://github.com/0xbb/php-sha3"
269
                }
270
            ],
271
            "description": "Pure PHP implementation of SHA-3",
272
            "keywords": [
273
                "keccak",
274
                "sha-3",
275
                "sha3",
276
                "shake"
277
            ],
278
            "support": {
1023 daniel-mar 279
                "issues": "https://github.com/danielmarschall/php-sha3/issues",
1021 daniel-mar 280
                "source": "https://github.com/danielmarschall/php-sha3/tree/master"
281
            },
282
            "install-path": "../danielmarschall/php-sha3"
283
        },
284
        {
603 daniel-mar 285
            "name": "danielmarschall/php_utils",
621 daniel-mar 286
            "version": "dev-master",
603 daniel-mar 287
            "version_normalized": "dev-master",
288
            "source": {
621 daniel-mar 289
                "type": "git",
290
                "url": "https://github.com/danielmarschall/php_utils.git",
980 daniel-mar 291
                "reference": "ecd0bc377d8348cec61dd5d11431d68178ca43b3"
603 daniel-mar 292
            },
621 daniel-mar 293
            "dist": {
294
                "type": "zip",
980 daniel-mar 295
                "url": "https://api.github.com/repos/danielmarschall/php_utils/zipball/ecd0bc377d8348cec61dd5d11431d68178ca43b3",
296
                "reference": "ecd0bc377d8348cec61dd5d11431d68178ca43b3",
621 daniel-mar 297
                "shasum": ""
298
            },
299
            "require": {
300
                "php": ">=7.0"
301
            },
980 daniel-mar 302
            "time": "2022-09-22T14:38:59+00:00",
621 daniel-mar 303
            "default-branch": true,
603 daniel-mar 304
            "type": "library",
621 daniel-mar 305
            "installation-source": "dist",
306
            "notification-url": "https://packagist.org/downloads/",
603 daniel-mar 307
            "license": [
308
                "Apache-2.0"
309
            ],
621 daniel-mar 310
            "authors": [
311
                {
312
                    "name": "Daniel Marschall",
313
                    "email": "info@daniel-marschall.de",
314
                    "homepage": "https://www.daniel-marschall.de/"
315
                }
316
            ],
317
            "description": "PHP functions",
318
            "homepage": "https://www.viathinksoft.com/projects/php_utils",
319
            "support": {
320
                "issues": "https://github.com/danielmarschall/php_utils/issues",
321
                "source": "https://github.com/danielmarschall/php_utils/tree/master"
322
            },
603 daniel-mar 323
            "install-path": "../danielmarschall/php_utils"
324
        },
325
        {
602 daniel-mar 326
            "name": "danielmarschall/uuid_mac_utils",
621 daniel-mar 327
            "version": "dev-master",
602 daniel-mar 328
            "version_normalized": "dev-master",
329
            "source": {
621 daniel-mar 330
                "type": "git",
331
                "url": "https://github.com/danielmarschall/uuid_mac_utils.git",
998 daniel-mar 332
                "reference": "d0edce10196d6cef8f8e1c23c346d408abde1704"
602 daniel-mar 333
            },
621 daniel-mar 334
            "dist": {
335
                "type": "zip",
998 daniel-mar 336
                "url": "https://api.github.com/repos/danielmarschall/uuid_mac_utils/zipball/d0edce10196d6cef8f8e1c23c346d408abde1704",
337
                "reference": "d0edce10196d6cef8f8e1c23c346d408abde1704",
621 daniel-mar 338
                "shasum": ""
339
            },
340
            "require": {
341
                "php": ">=7.0"
342
            },
998 daniel-mar 343
            "time": "2022-10-06T11:48:47+00:00",
621 daniel-mar 344
            "default-branch": true,
602 daniel-mar 345
            "type": "library",
621 daniel-mar 346
            "installation-source": "dist",
347
            "notification-url": "https://packagist.org/downloads/",
602 daniel-mar 348
            "license": [
349
                "Apache-2.0"
350
            ],
621 daniel-mar 351
            "authors": [
352
                {
353
                    "name": "Daniel Marschall",
354
                    "email": "info@daniel-marschall.de",
355
                    "homepage": "https://www.daniel-marschall.de/"
356
                }
357
            ],
358
            "description": "UUID & MAC Utils for PHP",
359
            "homepage": "https://www.viathinksoft.com/projects/uuid_mac_utils",
360
            "support": {
361
                "issues": "https://github.com/danielmarschall/uuid_mac_utils/issues",
362
                "source": "https://github.com/danielmarschall/uuid_mac_utils/tree/master"
363
            },
602 daniel-mar 364
            "install-path": "../danielmarschall/uuid_mac_utils"
365
        },
366
        {
597 daniel-mar 367
            "name": "danielmarschall/vnag",
621 daniel-mar 368
            "version": "dev-master",
597 daniel-mar 369
            "version_normalized": "dev-master",
370
            "source": {
621 daniel-mar 371
                "type": "git",
372
                "url": "https://github.com/danielmarschall/vnag.git",
958 daniel-mar 373
                "reference": "85fb29d887bcfd6e251029d73cb12caaa28e4ec2"
597 daniel-mar 374
            },
621 daniel-mar 375
            "dist": {
376
                "type": "zip",
958 daniel-mar 377
                "url": "https://api.github.com/repos/danielmarschall/vnag/zipball/85fb29d887bcfd6e251029d73cb12caaa28e4ec2",
378
                "reference": "85fb29d887bcfd6e251029d73cb12caaa28e4ec2",
621 daniel-mar 379
                "shasum": ""
380
            },
381
            "require": {
382
                "php": ">=7.0"
383
            },
958 daniel-mar 384
            "time": "2022-09-12T12:33:50+00:00",
621 daniel-mar 385
            "default-branch": true,
597 daniel-mar 386
            "type": "library",
621 daniel-mar 387
            "installation-source": "dist",
388
            "notification-url": "https://packagist.org/downloads/",
597 daniel-mar 389
            "license": [
390
                "Apache-2.0"
391
            ],
621 daniel-mar 392
            "authors": [
393
                {
394
                    "name": "Daniel Marschall",
395
                    "email": "info@daniel-marschall.de",
396
                    "homepage": "https://www.daniel-marschall.de/"
397
                }
398
            ],
399
            "description": "VNag - Framework for developing Nagios plugins with PHP",
400
            "homepage": "https://www.viathinksoft.com/projects/vnag",
401
            "support": {
402
                "issues": "https://github.com/danielmarschall/vnag/issues",
403
                "source": "https://github.com/danielmarschall/vnag/tree/master"
404
            },
597 daniel-mar 405
            "install-path": "../danielmarschall/vnag"
406
        },
407
        {
408
            "name": "dcodeio/bcrypt.js",
409
            "version": "master",
410
            "version_normalized": "dev-master",
411
            "source": {
412
                "type": "git",
413
                "url": "https://github.com/dcodeIO/bcrypt.js",
414
                "reference": "master"
415
            },
416
            "type": "library",
417
            "installation-source": "source",
418
            "license": [
419
                "BSD-3-Clause",
420
                "MIT"
421
            ],
422
            "install-path": "../dcodeio/bcrypt.js"
423
        },
424
        {
425
            "name": "emn178/js-sha3",
426
            "version": "master",
427
            "version_normalized": "dev-master",
428
            "source": {
429
                "type": "git",
430
                "url": "https://github.com/emn178/js-sha3",
431
                "reference": "master"
432
            },
433
            "type": "library",
434
            "installation-source": "source",
435
            "license": [
436
                "MIT"
437
            ],
438
            "install-path": "../emn178/js-sha3"
439
        },
440
        {
441
            "name": "firebase/php-jwt",
679 daniel-mar 442
            "version": "v5.5.1",
443
            "version_normalized": "5.5.1.0",
597 daniel-mar 444
            "source": {
445
                "type": "git",
446
                "url": "https://github.com/firebase/php-jwt.git",
679 daniel-mar 447
                "reference": "83b609028194aa042ea33b5af2d41a7427de80e6"
597 daniel-mar 448
            },
449
            "dist": {
450
                "type": "zip",
679 daniel-mar 451
                "url": "https://api.github.com/repos/firebase/php-jwt/zipball/83b609028194aa042ea33b5af2d41a7427de80e6",
452
                "reference": "83b609028194aa042ea33b5af2d41a7427de80e6",
597 daniel-mar 453
                "shasum": ""
454
            },
455
            "require": {
456
                "php": ">=5.3.0"
457
            },
458
            "require-dev": {
459
                "phpunit/phpunit": ">=4.8 <=9"
460
            },
637 daniel-mar 461
            "suggest": {
462
                "paragonie/sodium_compat": "Support EdDSA (Ed25519) signatures when libsodium is not present"
463
            },
679 daniel-mar 464
            "time": "2021-11-08T20:18:51+00:00",
597 daniel-mar 465
            "type": "library",
466
            "installation-source": "dist",
467
            "autoload": {
468
                "psr-4": {
469
                    "Firebase\\JWT\\": "src"
470
                }
471
            },
472
            "notification-url": "https://packagist.org/downloads/",
473
            "license": [
474
                "BSD-3-Clause"
475
            ],
476
            "authors": [
477
                {
478
                    "name": "Neuman Vong",
479
                    "email": "neuman+pear@twilio.com",
480
                    "role": "Developer"
481
                },
482
                {
483
                    "name": "Anant Narayanan",
484
                    "email": "anant@php.net",
485
                    "role": "Developer"
486
                }
487
            ],
488
            "description": "A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.",
489
            "homepage": "https://github.com/firebase/php-jwt",
490
            "keywords": [
491
                "jwt",
492
                "php"
493
            ],
494
            "support": {
495
                "issues": "https://github.com/firebase/php-jwt/issues",
679 daniel-mar 496
                "source": "https://github.com/firebase/php-jwt/tree/v5.5.1"
597 daniel-mar 497
            },
498
            "install-path": "../firebase/php-jwt"
499
        },
500
        {
501
            "name": "gedmarc/layout",
502
            "version": "master",
503
            "version_normalized": "dev-master",
504
            "source": {
505
                "type": "git",
506
                "url": "https://github.com/GedMarc/layout",
507
                "reference": "master"
508
            },
509
            "type": "library",
510
            "installation-source": "source",
511
            "license": [
512
                "GPL-3.0-or-later",
513
                "MIT"
514
            ],
515
            "install-path": "../gedmarc/layout"
516
        },
517
        {
518
            "name": "matthiasmullie/minify",
1042 daniel-mar 519
            "version": "1.3.70",
520
            "version_normalized": "1.3.70.0",
597 daniel-mar 521
            "source": {
522
                "type": "git",
523
                "url": "https://github.com/matthiasmullie/minify.git",
1042 daniel-mar 524
                "reference": "2807d9f9bece6877577ad44acb5c801bb3ae536b"
597 daniel-mar 525
            },
526
            "dist": {
527
                "type": "zip",
1042 daniel-mar 528
                "url": "https://api.github.com/repos/matthiasmullie/minify/zipball/2807d9f9bece6877577ad44acb5c801bb3ae536b",
529
                "reference": "2807d9f9bece6877577ad44acb5c801bb3ae536b",
597 daniel-mar 530
                "shasum": ""
531
            },
532
            "require": {
533
                "ext-pcre": "*",
534
                "matthiasmullie/path-converter": "~1.1",
535
                "php": ">=5.3.0"
536
            },
537
            "require-dev": {
1042 daniel-mar 538
                "friendsofphp/php-cs-fixer": ">=2.0",
539
                "matthiasmullie/scrapbook": ">=1.3",
540
                "phpunit/phpunit": ">=4.8",
541
                "squizlabs/php_codesniffer": ">=3.0"
597 daniel-mar 542
            },
543
            "suggest": {
544
                "psr/cache-implementation": "Cache implementation to use with Minify::cache"
545
            },
1042 daniel-mar 546
            "time": "2022-12-09T12:56:44+00:00",
597 daniel-mar 547
            "bin": [
548
                "bin/minifycss",
549
                "bin/minifyjs"
550
            ],
551
            "type": "library",
552
            "installation-source": "dist",
553
            "autoload": {
554
                "psr-4": {
555
                    "MatthiasMullie\\Minify\\": "src/"
556
                }
557
            },
558
            "notification-url": "https://packagist.org/downloads/",
559
            "license": [
560
                "MIT"
561
            ],
562
            "authors": [
563
                {
564
                    "name": "Matthias Mullie",
565
                    "email": "minify@mullie.eu",
1042 daniel-mar 566
                    "homepage": "https://www.mullie.eu",
597 daniel-mar 567
                    "role": "Developer"
568
                }
569
            ],
570
            "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.",
1042 daniel-mar 571
            "homepage": "https://github.com/matthiasmullie/minify",
597 daniel-mar 572
            "keywords": [
573
                "JS",
574
                "css",
575
                "javascript",
576
                "minifier",
577
                "minify"
578
            ],
579
            "support": {
580
                "issues": "https://github.com/matthiasmullie/minify/issues",
1042 daniel-mar 581
                "source": "https://github.com/matthiasmullie/minify/tree/1.3.70"
597 daniel-mar 582
            },
583
            "funding": [
584
                {
842 daniel-mar 585
                    "url": "https://github.com/matthiasmullie",
597 daniel-mar 586
                    "type": "github"
587
                }
588
            ],
589
            "install-path": "../matthiasmullie/minify"
590
        },
591
        {
592
            "name": "matthiasmullie/path-converter",
593
            "version": "1.1.3",
594
            "version_normalized": "1.1.3.0",
595
            "source": {
596
                "type": "git",
597
                "url": "https://github.com/matthiasmullie/path-converter.git",
598
                "reference": "e7d13b2c7e2f2268e1424aaed02085518afa02d9"
599
            },
600
            "dist": {
601
                "type": "zip",
602
                "url": "https://api.github.com/repos/matthiasmullie/path-converter/zipball/e7d13b2c7e2f2268e1424aaed02085518afa02d9",
603
                "reference": "e7d13b2c7e2f2268e1424aaed02085518afa02d9",
604
                "shasum": ""
605
            },
606
            "require": {
607
                "ext-pcre": "*",
608
                "php": ">=5.3.0"
609
            },
610
            "require-dev": {
611
                "phpunit/phpunit": "~4.8"
612
            },
613
            "time": "2019-02-05T23:41:09+00:00",
614
            "type": "library",
615
            "installation-source": "dist",
616
            "autoload": {
617
                "psr-4": {
618
                    "MatthiasMullie\\PathConverter\\": "src/"
619
                }
620
            },
621
            "notification-url": "https://packagist.org/downloads/",
622
            "license": [
623
                "MIT"
624
            ],
625
            "authors": [
626
                {
627
                    "name": "Matthias Mullie",
628
                    "email": "pathconverter@mullie.eu",
629
                    "homepage": "http://www.mullie.eu",
630
                    "role": "Developer"
631
                }
632
            ],
633
            "description": "Relative path converter",
634
            "homepage": "http://github.com/matthiasmullie/path-converter",
635
            "keywords": [
636
                "converter",
637
                "path",
638
                "paths",
639
                "relative"
640
            ],
641
            "support": {
642
                "issues": "https://github.com/matthiasmullie/path-converter/issues",
643
                "source": "https://github.com/matthiasmullie/path-converter/tree/1.1.3"
644
            },
645
            "install-path": "../matthiasmullie/path-converter"
646
        },
647
        {
827 daniel-mar 648
            "name": "paragonie/constant_time_encoding",
874 daniel-mar 649
            "version": "v2.6.3",
650
            "version_normalized": "2.6.3.0",
827 daniel-mar 651
            "source": {
652
                "type": "git",
653
                "url": "https://github.com/paragonie/constant_time_encoding.git",
874 daniel-mar 654
                "reference": "58c3f47f650c94ec05a151692652a868995d2938"
827 daniel-mar 655
            },
656
            "dist": {
657
                "type": "zip",
874 daniel-mar 658
                "url": "https://api.github.com/repos/paragonie/constant_time_encoding/zipball/58c3f47f650c94ec05a151692652a868995d2938",
659
                "reference": "58c3f47f650c94ec05a151692652a868995d2938",
827 daniel-mar 660
                "shasum": ""
661
            },
662
            "require": {
663
                "php": "^7|^8"
664
            },
665
            "require-dev": {
666
                "phpunit/phpunit": "^6|^7|^8|^9",
667
                "vimeo/psalm": "^1|^2|^3|^4"
668
            },
874 daniel-mar 669
            "time": "2022-06-14T06:56:20+00:00",
827 daniel-mar 670
            "type": "library",
671
            "installation-source": "dist",
672
            "autoload": {
673
                "psr-4": {
674
                    "ParagonIE\\ConstantTime\\": "src/"
675
                }
676
            },
677
            "notification-url": "https://packagist.org/downloads/",
678
            "license": [
679
                "MIT"
680
            ],
681
            "authors": [
682
                {
683
                    "name": "Paragon Initiative Enterprises",
684
                    "email": "security@paragonie.com",
685
                    "homepage": "https://paragonie.com",
686
                    "role": "Maintainer"
687
                },
688
                {
689
                    "name": "Steve 'Sc00bz' Thomas",
690
                    "email": "steve@tobtu.com",
691
                    "homepage": "https://www.tobtu.com",
692
                    "role": "Original Developer"
693
                }
694
            ],
695
            "description": "Constant-time Implementations of RFC 4648 Encoding (Base-64, Base-32, Base-16)",
696
            "keywords": [
697
                "base16",
698
                "base32",
699
                "base32_decode",
700
                "base32_encode",
701
                "base64",
702
                "base64_decode",
703
                "base64_encode",
704
                "bin2hex",
705
                "encoding",
706
                "hex",
707
                "hex2bin",
708
                "rfc4648"
709
            ],
710
            "support": {
711
                "email": "info@paragonie.com",
712
                "issues": "https://github.com/paragonie/constant_time_encoding/issues",
713
                "source": "https://github.com/paragonie/constant_time_encoding"
714
            },
715
            "install-path": "../paragonie/constant_time_encoding"
716
        },
717
        {
718
            "name": "paragonie/random_compat",
719
            "version": "v9.99.100",
720
            "version_normalized": "9.99.100.0",
721
            "source": {
722
                "type": "git",
723
                "url": "https://github.com/paragonie/random_compat.git",
724
                "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a"
725
            },
726
            "dist": {
727
                "type": "zip",
728
                "url": "https://api.github.com/repos/paragonie/random_compat/zipball/996434e5492cb4c3edcb9168db6fbb1359ef965a",
729
                "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a",
730
                "shasum": ""
731
            },
732
            "require": {
733
                "php": ">= 7"
734
            },
735
            "require-dev": {
736
                "phpunit/phpunit": "4.*|5.*",
737
                "vimeo/psalm": "^1"
738
            },
739
            "suggest": {
740
                "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
741
            },
742
            "time": "2020-10-15T08:29:30+00:00",
743
            "type": "library",
744
            "installation-source": "dist",
745
            "notification-url": "https://packagist.org/downloads/",
746
            "license": [
747
                "MIT"
748
            ],
749
            "authors": [
750
                {
751
                    "name": "Paragon Initiative Enterprises",
752
                    "email": "security@paragonie.com",
753
                    "homepage": "https://paragonie.com"
754
                }
755
            ],
756
            "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
757
            "keywords": [
758
                "csprng",
759
                "polyfill",
760
                "pseudorandom",
761
                "random"
762
            ],
763
            "support": {
764
                "email": "info@paragonie.com",
765
                "issues": "https://github.com/paragonie/random_compat/issues",
766
                "source": "https://github.com/paragonie/random_compat"
767
            },
768
            "install-path": "../paragonie/random_compat"
769
        },
770
        {
771
            "name": "phpseclib/phpseclib",
1042 daniel-mar 772
            "version": "3.0.x-dev",
773
            "version_normalized": "3.0.9999999.9999999-dev",
827 daniel-mar 774
            "source": {
775
                "type": "git",
776
                "url": "https://github.com/phpseclib/phpseclib.git",
1042 daniel-mar 777
                "reference": "8568af7f9bd6487c3283a24d7b546f9b30597cb9"
827 daniel-mar 778
            },
779
            "dist": {
780
                "type": "zip",
1042 daniel-mar 781
                "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/8568af7f9bd6487c3283a24d7b546f9b30597cb9",
782
                "reference": "8568af7f9bd6487c3283a24d7b546f9b30597cb9",
827 daniel-mar 783
                "shasum": ""
784
            },
785
            "require": {
786
                "paragonie/constant_time_encoding": "^1|^2",
787
                "paragonie/random_compat": "^1.4|^2.0|^9.99.99",
788
                "php": ">=5.6.1"
789
            },
790
            "require-dev": {
791
                "phpunit/phpunit": "*"
792
            },
793
            "suggest": {
1042 daniel-mar 794
                "ext-dom": "Install the DOM extension to load XML formatted public keys.",
827 daniel-mar 795
                "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.",
796
                "ext-libsodium": "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.",
797
                "ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.",
798
                "ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations."
799
            },
1042 daniel-mar 800
            "time": "2022-12-07T14:38:06+00:00",
827 daniel-mar 801
            "type": "library",
802
            "installation-source": "dist",
803
            "autoload": {
804
                "files": [
805
                    "phpseclib/bootstrap.php"
806
                ],
807
                "psr-4": {
808
                    "phpseclib3\\": "phpseclib/"
809
                }
810
            },
811
            "notification-url": "https://packagist.org/downloads/",
812
            "license": [
813
                "MIT"
814
            ],
815
            "authors": [
816
                {
817
                    "name": "Jim Wigginton",
818
                    "email": "terrafrost@php.net",
819
                    "role": "Lead Developer"
820
                },
821
                {
822
                    "name": "Patrick Monnerat",
823
                    "email": "pm@datasphere.ch",
824
                    "role": "Developer"
825
                },
826
                {
827
                    "name": "Andreas Fischer",
828
                    "email": "bantu@phpbb.com",
829
                    "role": "Developer"
830
                },
831
                {
832
                    "name": "Hans-Jürgen Petrich",
833
                    "email": "petrich@tronic-media.com",
834
                    "role": "Developer"
835
                },
836
                {
837
                    "name": "Graham Campbell",
838
                    "email": "graham@alt-three.com",
839
                    "role": "Developer"
840
                }
841
            ],
842
            "description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.",
843
            "homepage": "http://phpseclib.sourceforge.net",
844
            "keywords": [
845
                "BigInteger",
846
                "aes",
847
                "asn.1",
848
                "asn1",
849
                "blowfish",
850
                "crypto",
851
                "cryptography",
852
                "encryption",
853
                "rsa",
854
                "security",
855
                "sftp",
856
                "signature",
857
                "signing",
858
                "ssh",
859
                "twofish",
860
                "x.509",
861
                "x509"
862
            ],
863
            "support": {
864
                "issues": "https://github.com/phpseclib/phpseclib/issues",
1042 daniel-mar 865
                "source": "https://github.com/phpseclib/phpseclib/tree/3.0"
827 daniel-mar 866
            },
867
            "funding": [
868
                {
869
                    "url": "https://github.com/terrafrost",
870
                    "type": "github"
871
                },
872
                {
873
                    "url": "https://www.patreon.com/phpseclib",
874
                    "type": "patreon"
875
                },
876
                {
877
                    "url": "https://tidelift.com/funding/github/packagist/phpseclib/phpseclib",
878
                    "type": "tidelift"
879
                }
880
            ],
881
            "install-path": "../phpseclib/phpseclib"
882
        },
883
        {
833 daniel-mar 884
            "name": "script47/bs5-utils",
885
            "version": "master",
886
            "version_normalized": "dev-master",
887
            "source": {
888
                "type": "git",
889
                "url": "https://github.com/Script47/bs5-utils",
890
                "reference": "master"
891
            },
892
            "type": "library",
893
            "installation-source": "source",
894
            "license": [
895
                "MIT"
896
            ],
897
            "install-path": "../script47/bs5-utils"
898
        },
899
        {
597 daniel-mar 900
            "name": "spamspan/spamspan",
901
            "version": "master",
902
            "version_normalized": "dev-master",
903
            "dist": {
904
                "type": "zip",
905
                "url": "http://www.spamspan.com/releases/spamspan-latest.zip",
906
                "reference": "master"
907
            },
908
            "type": "library",
909
            "installation-source": "dist",
910
            "license": [
911
                "GPL-2.0-only"
912
            ],
913
            "install-path": "../spamspan/spamspan"
914
        },
915
        {
916
            "name": "symfony/polyfill-mbstring",
917
            "version": "v1.19.0",
918
            "version_normalized": "1.19.0.0",
919
            "source": {
920
                "type": "git",
921
                "url": "https://github.com/symfony/polyfill-mbstring.git",
922
                "reference": "b5f7b932ee6fa802fc792eabd77c4c88084517ce"
923
            },
924
            "dist": {
925
                "type": "zip",
926
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/b5f7b932ee6fa802fc792eabd77c4c88084517ce",
927
                "reference": "b5f7b932ee6fa802fc792eabd77c4c88084517ce",
928
                "shasum": ""
929
            },
930
            "require": {
931
                "php": ">=5.3.3"
932
            },
933
            "suggest": {
934
                "ext-mbstring": "For best performance"
935
            },
936
            "time": "2020-10-23T09:01:57+00:00",
937
            "type": "library",
938
            "extra": {
939
                "branch-alias": {
940
                    "dev-main": "1.19-dev"
941
                },
942
                "thanks": {
943
                    "name": "symfony/polyfill",
944
                    "url": "https://github.com/symfony/polyfill"
945
                }
946
            },
947
            "installation-source": "dist",
948
            "autoload": {
759 daniel-mar 949
                "files": [
950
                    "bootstrap.php"
951
                ],
597 daniel-mar 952
                "psr-4": {
953
                    "Symfony\\Polyfill\\Mbstring\\": ""
759 daniel-mar 954
                }
597 daniel-mar 955
            },
956
            "notification-url": "https://packagist.org/downloads/",
957
            "license": [
958
                "MIT"
959
            ],
960
            "authors": [
961
                {
962
                    "name": "Nicolas Grekas",
963
                    "email": "p@tchwork.com"
964
                },
965
                {
966
                    "name": "Symfony Community",
967
                    "homepage": "https://symfony.com/contributors"
968
                }
969
            ],
970
            "description": "Symfony polyfill for the Mbstring extension",
971
            "homepage": "https://symfony.com",
972
            "keywords": [
973
                "compatibility",
974
                "mbstring",
975
                "polyfill",
976
                "portable",
977
                "shim"
978
            ],
979
            "support": {
980
                "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.19.0"
981
            },
982
            "funding": [
983
                {
984
                    "url": "https://symfony.com/sponsor",
985
                    "type": "custom"
986
                },
987
                {
988
                    "url": "https://github.com/fabpot",
989
                    "type": "github"
990
                },
991
                {
992
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
993
                    "type": "tidelift"
994
                }
995
            ],
996
            "install-path": "../symfony/polyfill-mbstring"
997
        },
998
        {
999
            "name": "tinymce/tinymce",
777 daniel-mar 1000
            "version": "5.x-dev",
1001
            "version_normalized": "5.9999999.9999999.9999999-dev",
597 daniel-mar 1002
            "source": {
1003
                "type": "git",
1004
                "url": "https://github.com/tinymce/tinymce-dist.git",
1042 daniel-mar 1005
                "reference": "f078d8eb7de81f20d34b2ae4326870d20e22d4ff"
597 daniel-mar 1006
            },
1007
            "dist": {
1008
                "type": "zip",
1042 daniel-mar 1009
                "url": "https://api.github.com/repos/tinymce/tinymce-dist/zipball/f078d8eb7de81f20d34b2ae4326870d20e22d4ff",
1010
                "reference": "f078d8eb7de81f20d34b2ae4326870d20e22d4ff",
597 daniel-mar 1011
                "shasum": ""
1012
            },
1042 daniel-mar 1013
            "time": "2022-12-07T03:50:54+00:00",
597 daniel-mar 1014
            "type": "component",
1015
            "extra": {
1016
                "component": {
1017
                    "scripts": [
1018
                        "tinymce.js",
1019
                        "plugins/*/plugin.js",
1020
                        "themes/*/theme.js",
1021
                        "themes/*/icons.js"
1022
                    ],
1023
                    "files": [
1024
                        "tinymce.min.js",
1025
                        "plugins/*/plugin.min.js",
1026
                        "themes/*/theme.min.js",
1027
                        "skins/**",
1028
                        "icons/*/icons.min.js"
1029
                    ]
1030
                }
1031
            },
1032
            "installation-source": "dist",
1033
            "notification-url": "https://packagist.org/downloads/",
1034
            "license": [
1035
                "LGPL-2.1-only"
1036
            ],
1037
            "description": "Web based JavaScript HTML WYSIWYG editor control.",
637 daniel-mar 1038
            "homepage": "https://www.tiny.cloud/",
597 daniel-mar 1039
            "keywords": [
637 daniel-mar 1040
                "contenteditable",
1041
                "editing",
597 daniel-mar 1042
                "html",
1043
                "javascript",
637 daniel-mar 1044
                "rich editor",
1045
                "rich text",
1046
                "rich text editor",
597 daniel-mar 1047
                "richtext",
637 daniel-mar 1048
                "rte",
1049
                "text",
597 daniel-mar 1050
                "tinymce",
1051
                "wysiwyg"
1052
            ],
1053
            "support": {
1042 daniel-mar 1054
                "source": "https://github.com/tinymce/tinymce-dist/tree/5.10.7"
597 daniel-mar 1055
            },
1056
            "install-path": "../tinymce/tinymce"
1057
        },
1058
        {
1059
            "name": "twbs/bootstrap",
1037 daniel-mar 1060
            "version": "v5.2.3",
1061
            "version_normalized": "5.2.3.0",
597 daniel-mar 1062
            "source": {
1063
                "type": "git",
1064
                "url": "https://github.com/twbs/bootstrap.git",
1037 daniel-mar 1065
                "reference": "cb021439c683d9805e2864c58095b92d405e9b11"
597 daniel-mar 1066
            },
1067
            "dist": {
1068
                "type": "zip",
1037 daniel-mar 1069
                "url": "https://api.github.com/repos/twbs/bootstrap/zipball/cb021439c683d9805e2864c58095b92d405e9b11",
1070
                "reference": "cb021439c683d9805e2864c58095b92d405e9b11",
597 daniel-mar 1071
                "shasum": ""
1072
            },
1073
            "replace": {
1074
                "twitter/bootstrap": "self.version"
1075
            },
1037 daniel-mar 1076
            "time": "2022-11-21T18:19:01+00:00",
597 daniel-mar 1077
            "type": "library",
1078
            "installation-source": "dist",
1079
            "notification-url": "https://packagist.org/downloads/",
1080
            "license": [
1081
                "MIT"
1082
            ],
1083
            "authors": [
1084
                {
1085
                    "name": "Mark Otto",
1086
                    "email": "markdotto@gmail.com"
1087
                },
1088
                {
1089
                    "name": "Jacob Thornton",
1090
                    "email": "jacobthornton@gmail.com"
1091
                }
1092
            ],
1093
            "description": "The most popular front-end framework for developing responsive, mobile first projects on the web.",
1094
            "homepage": "https://getbootstrap.com/",
1095
            "keywords": [
1096
                "JS",
1097
                "css",
1098
                "framework",
1099
                "front-end",
1100
                "mobile-first",
1101
                "responsive",
1102
                "sass",
1103
                "web"
1104
            ],
1105
            "support": {
1106
                "issues": "https://github.com/twbs/bootstrap/issues",
1037 daniel-mar 1107
                "source": "https://github.com/twbs/bootstrap/tree/v5.2.3"
597 daniel-mar 1108
            },
1109
            "install-path": "../twbs/bootstrap"
1110
        },
1111
        {
1112
            "name": "tweeb/tinymce-i18n",
833 daniel-mar 1113
            "version": "2.0.4",
1114
            "version_normalized": "2.0.4.0",
597 daniel-mar 1115
            "source": {
1116
                "type": "git",
1117
                "url": "https://github.com/tweeb/tinymce-i18n.git",
833 daniel-mar 1118
                "reference": "058da08d6e61dc4e0279de6509bb6969a62f68e5"
597 daniel-mar 1119
            },
1120
            "dist": {
1121
                "type": "zip",
833 daniel-mar 1122
                "url": "https://api.github.com/repos/tweeb/tinymce-i18n/zipball/058da08d6e61dc4e0279de6509bb6969a62f68e5",
1123
                "reference": "058da08d6e61dc4e0279de6509bb6969a62f68e5",
597 daniel-mar 1124
                "shasum": ""
1125
            },
833 daniel-mar 1126
            "time": "2022-04-12T13:16:56+00:00",
597 daniel-mar 1127
            "type": "library",
1128
            "installation-source": "dist",
1129
            "notification-url": "https://packagist.org/downloads/",
1130
            "license": [
1131
                "MIT"
1132
            ],
1133
            "authors": [
1134
                {
1135
                    "name": "TinyMCE Community"
1136
                }
1137
            ],
833 daniel-mar 1138
            "description": "Languages for TinyMCE 6",
597 daniel-mar 1139
            "homepage": "https://github.com/tweeb/tinymce-i18n",
1140
            "keywords": [
1141
                "i18n",
1142
                "languages",
1143
                "tinymce"
1144
            ],
1145
            "support": {
833 daniel-mar 1146
                "source": "https://github.com/tweeb/tinymce-i18n/tree/2.0.4"
597 daniel-mar 1147
            },
1148
            "install-path": "../tweeb/tinymce-i18n"
1149
        },
1150
        {
1151
            "name": "vakata/jstree",
637 daniel-mar 1152
            "version": "3.3.12",
1153
            "version_normalized": "3.3.12.0",
597 daniel-mar 1154
            "source": {
1155
                "type": "git",
1156
                "url": "https://github.com/vakata/jstree.git",
637 daniel-mar 1157
                "reference": "7a03954015eaea2467956dc05e6be78f4d1a1ff0"
597 daniel-mar 1158
            },
1159
            "dist": {
1160
                "type": "zip",
637 daniel-mar 1161
                "url": "https://api.github.com/repos/vakata/jstree/zipball/7a03954015eaea2467956dc05e6be78f4d1a1ff0",
1162
                "reference": "7a03954015eaea2467956dc05e6be78f4d1a1ff0",
597 daniel-mar 1163
                "shasum": ""
1164
            },
1165
            "require": {
1166
                "components/jquery": ">=1.9.1"
1167
            },
1168
            "suggest": {
1169
                "robloach/component-installer": "Allows installation of Components via Composer"
1170
            },
637 daniel-mar 1171
            "time": "2021-09-03T12:55:53+00:00",
597 daniel-mar 1172
            "type": "component",
1173
            "extra": {
1174
                "component": {
1175
                    "scripts": [
1176
                        "dist/jstree.js"
1177
                    ],
1178
                    "styles": [
1179
                        "dist/themes/default/style.css"
1180
                    ],
1181
                    "images": [
1182
                        "dist/themes/default/32px.png",
1183
                        "dist/themes/default/40px.png",
1184
                        "dist/themes/default/throbber.gif"
1185
                    ],
1186
                    "files": [
1187
                        "dist/jstree.min.js",
1188
                        "dist/themes/default/style.min.css",
1189
                        "dist/themes/default/32px.png",
1190
                        "dist/themes/default/40px.png",
1191
                        "dist/themes/default/throbber.gif"
1192
                    ]
1193
                }
1194
            },
1195
            "installation-source": "dist",
1196
            "notification-url": "https://packagist.org/downloads/",
1197
            "license": [
1198
                "MIT"
1199
            ],
1200
            "authors": [
1201
                {
1202
                    "name": "Ivan Bozhanov",
1203
                    "email": "jstree@jstree.com"
1204
                }
1205
            ],
1206
            "description": "jsTree is jquery plugin, that provides interactive trees.",
1207
            "homepage": "http://jstree.com",
1208
            "support": {
1209
                "forum": "https://groups.google.com/forum/#!forum/jstree",
1210
                "issues": "https://github.com/vakata/jstree/issues",
1211
                "source": "https://github.com/vakata/jstree"
1212
            },
1213
            "funding": [
1214
                {
1215
                    "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",
1216
                    "type": "custom"
1217
                },
1218
                {
1219
                    "url": "https://github.com/vakata",
1220
                    "type": "github"
1221
                }
1222
            ],
1223
            "install-path": "../vakata/jstree"
1224
        }
1225
    ],
1034 daniel-mar 1226
    "dev": false,
597 daniel-mar 1227
    "dev-package-names": []
1228
}