Subversion Repositories oidplus

Rev

Rev 1032 | Rev 1037 | 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",
925 daniel-mar 519
            "version": "1.3.69",
520
            "version_normalized": "1.3.69.0",
597 daniel-mar 521
            "source": {
522
                "type": "git",
523
                "url": "https://github.com/matthiasmullie/minify.git",
925 daniel-mar 524
                "reference": "a61c949cccd086808063611ef9698eabe42ef22f"
597 daniel-mar 525
            },
526
            "dist": {
527
                "type": "zip",
925 daniel-mar 528
                "url": "https://api.github.com/repos/matthiasmullie/minify/zipball/a61c949cccd086808063611ef9698eabe42ef22f",
529
                "reference": "a61c949cccd086808063611ef9698eabe42ef22f",
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": {
538
                "friendsofphp/php-cs-fixer": "~2.0",
539
                "matthiasmullie/scrapbook": "dev-master",
540
                "phpunit/phpunit": ">=4.8"
541
            },
542
            "suggest": {
543
                "psr/cache-implementation": "Cache implementation to use with Minify::cache"
544
            },
925 daniel-mar 545
            "time": "2022-08-01T09:00:18+00:00",
597 daniel-mar 546
            "bin": [
547
                "bin/minifycss",
548
                "bin/minifyjs"
549
            ],
550
            "type": "library",
551
            "installation-source": "dist",
552
            "autoload": {
553
                "psr-4": {
554
                    "MatthiasMullie\\Minify\\": "src/"
555
                }
556
            },
557
            "notification-url": "https://packagist.org/downloads/",
558
            "license": [
559
                "MIT"
560
            ],
561
            "authors": [
562
                {
563
                    "name": "Matthias Mullie",
564
                    "email": "minify@mullie.eu",
565
                    "homepage": "http://www.mullie.eu",
566
                    "role": "Developer"
567
                }
568
            ],
569
            "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.",
570
            "homepage": "http://www.minifier.org",
571
            "keywords": [
572
                "JS",
573
                "css",
574
                "javascript",
575
                "minifier",
576
                "minify"
577
            ],
578
            "support": {
579
                "issues": "https://github.com/matthiasmullie/minify/issues",
925 daniel-mar 580
                "source": "https://github.com/matthiasmullie/minify/tree/1.3.69"
597 daniel-mar 581
            },
582
            "funding": [
583
                {
842 daniel-mar 584
                    "url": "https://github.com/matthiasmullie",
597 daniel-mar 585
                    "type": "github"
586
                }
587
            ],
588
            "install-path": "../matthiasmullie/minify"
589
        },
590
        {
591
            "name": "matthiasmullie/path-converter",
592
            "version": "1.1.3",
593
            "version_normalized": "1.1.3.0",
594
            "source": {
595
                "type": "git",
596
                "url": "https://github.com/matthiasmullie/path-converter.git",
597
                "reference": "e7d13b2c7e2f2268e1424aaed02085518afa02d9"
598
            },
599
            "dist": {
600
                "type": "zip",
601
                "url": "https://api.github.com/repos/matthiasmullie/path-converter/zipball/e7d13b2c7e2f2268e1424aaed02085518afa02d9",
602
                "reference": "e7d13b2c7e2f2268e1424aaed02085518afa02d9",
603
                "shasum": ""
604
            },
605
            "require": {
606
                "ext-pcre": "*",
607
                "php": ">=5.3.0"
608
            },
609
            "require-dev": {
610
                "phpunit/phpunit": "~4.8"
611
            },
612
            "time": "2019-02-05T23:41:09+00:00",
613
            "type": "library",
614
            "installation-source": "dist",
615
            "autoload": {
616
                "psr-4": {
617
                    "MatthiasMullie\\PathConverter\\": "src/"
618
                }
619
            },
620
            "notification-url": "https://packagist.org/downloads/",
621
            "license": [
622
                "MIT"
623
            ],
624
            "authors": [
625
                {
626
                    "name": "Matthias Mullie",
627
                    "email": "pathconverter@mullie.eu",
628
                    "homepage": "http://www.mullie.eu",
629
                    "role": "Developer"
630
                }
631
            ],
632
            "description": "Relative path converter",
633
            "homepage": "http://github.com/matthiasmullie/path-converter",
634
            "keywords": [
635
                "converter",
636
                "path",
637
                "paths",
638
                "relative"
639
            ],
640
            "support": {
641
                "issues": "https://github.com/matthiasmullie/path-converter/issues",
642
                "source": "https://github.com/matthiasmullie/path-converter/tree/1.1.3"
643
            },
644
            "install-path": "../matthiasmullie/path-converter"
645
        },
646
        {
827 daniel-mar 647
            "name": "paragonie/constant_time_encoding",
874 daniel-mar 648
            "version": "v2.6.3",
649
            "version_normalized": "2.6.3.0",
827 daniel-mar 650
            "source": {
651
                "type": "git",
652
                "url": "https://github.com/paragonie/constant_time_encoding.git",
874 daniel-mar 653
                "reference": "58c3f47f650c94ec05a151692652a868995d2938"
827 daniel-mar 654
            },
655
            "dist": {
656
                "type": "zip",
874 daniel-mar 657
                "url": "https://api.github.com/repos/paragonie/constant_time_encoding/zipball/58c3f47f650c94ec05a151692652a868995d2938",
658
                "reference": "58c3f47f650c94ec05a151692652a868995d2938",
827 daniel-mar 659
                "shasum": ""
660
            },
661
            "require": {
662
                "php": "^7|^8"
663
            },
664
            "require-dev": {
665
                "phpunit/phpunit": "^6|^7|^8|^9",
666
                "vimeo/psalm": "^1|^2|^3|^4"
667
            },
874 daniel-mar 668
            "time": "2022-06-14T06:56:20+00:00",
827 daniel-mar 669
            "type": "library",
670
            "installation-source": "dist",
671
            "autoload": {
672
                "psr-4": {
673
                    "ParagonIE\\ConstantTime\\": "src/"
674
                }
675
            },
676
            "notification-url": "https://packagist.org/downloads/",
677
            "license": [
678
                "MIT"
679
            ],
680
            "authors": [
681
                {
682
                    "name": "Paragon Initiative Enterprises",
683
                    "email": "security@paragonie.com",
684
                    "homepage": "https://paragonie.com",
685
                    "role": "Maintainer"
686
                },
687
                {
688
                    "name": "Steve 'Sc00bz' Thomas",
689
                    "email": "steve@tobtu.com",
690
                    "homepage": "https://www.tobtu.com",
691
                    "role": "Original Developer"
692
                }
693
            ],
694
            "description": "Constant-time Implementations of RFC 4648 Encoding (Base-64, Base-32, Base-16)",
695
            "keywords": [
696
                "base16",
697
                "base32",
698
                "base32_decode",
699
                "base32_encode",
700
                "base64",
701
                "base64_decode",
702
                "base64_encode",
703
                "bin2hex",
704
                "encoding",
705
                "hex",
706
                "hex2bin",
707
                "rfc4648"
708
            ],
709
            "support": {
710
                "email": "info@paragonie.com",
711
                "issues": "https://github.com/paragonie/constant_time_encoding/issues",
712
                "source": "https://github.com/paragonie/constant_time_encoding"
713
            },
714
            "install-path": "../paragonie/constant_time_encoding"
715
        },
716
        {
717
            "name": "paragonie/random_compat",
718
            "version": "v9.99.100",
719
            "version_normalized": "9.99.100.0",
720
            "source": {
721
                "type": "git",
722
                "url": "https://github.com/paragonie/random_compat.git",
723
                "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a"
724
            },
725
            "dist": {
726
                "type": "zip",
727
                "url": "https://api.github.com/repos/paragonie/random_compat/zipball/996434e5492cb4c3edcb9168db6fbb1359ef965a",
728
                "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a",
729
                "shasum": ""
730
            },
731
            "require": {
732
                "php": ">= 7"
733
            },
734
            "require-dev": {
735
                "phpunit/phpunit": "4.*|5.*",
736
                "vimeo/psalm": "^1"
737
            },
738
            "suggest": {
739
                "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
740
            },
741
            "time": "2020-10-15T08:29:30+00:00",
742
            "type": "library",
743
            "installation-source": "dist",
744
            "notification-url": "https://packagist.org/downloads/",
745
            "license": [
746
                "MIT"
747
            ],
748
            "authors": [
749
                {
750
                    "name": "Paragon Initiative Enterprises",
751
                    "email": "security@paragonie.com",
752
                    "homepage": "https://paragonie.com"
753
                }
754
            ],
755
            "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
756
            "keywords": [
757
                "csprng",
758
                "polyfill",
759
                "pseudorandom",
760
                "random"
761
            ],
762
            "support": {
763
                "email": "info@paragonie.com",
764
                "issues": "https://github.com/paragonie/random_compat/issues",
765
                "source": "https://github.com/paragonie/random_compat"
766
            },
767
            "install-path": "../paragonie/random_compat"
768
        },
769
        {
770
            "name": "phpseclib/phpseclib",
874 daniel-mar 771
            "version": "3.0.14",
772
            "version_normalized": "3.0.14.0",
827 daniel-mar 773
            "source": {
774
                "type": "git",
775
                "url": "https://github.com/phpseclib/phpseclib.git",
874 daniel-mar 776
                "reference": "2f0b7af658cbea265cbb4a791d6c29a6613f98ef"
827 daniel-mar 777
            },
778
            "dist": {
779
                "type": "zip",
874 daniel-mar 780
                "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/2f0b7af658cbea265cbb4a791d6c29a6613f98ef",
781
                "reference": "2f0b7af658cbea265cbb4a791d6c29a6613f98ef",
827 daniel-mar 782
                "shasum": ""
783
            },
784
            "require": {
785
                "paragonie/constant_time_encoding": "^1|^2",
786
                "paragonie/random_compat": "^1.4|^2.0|^9.99.99",
787
                "php": ">=5.6.1"
788
            },
789
            "require-dev": {
790
                "phpunit/phpunit": "*"
791
            },
792
            "suggest": {
793
                "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.",
794
                "ext-libsodium": "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.",
795
                "ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.",
796
                "ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations."
797
            },
874 daniel-mar 798
            "time": "2022-04-04T05:15:45+00:00",
827 daniel-mar 799
            "type": "library",
800
            "installation-source": "dist",
801
            "autoload": {
802
                "files": [
803
                    "phpseclib/bootstrap.php"
804
                ],
805
                "psr-4": {
806
                    "phpseclib3\\": "phpseclib/"
807
                }
808
            },
809
            "notification-url": "https://packagist.org/downloads/",
810
            "license": [
811
                "MIT"
812
            ],
813
            "authors": [
814
                {
815
                    "name": "Jim Wigginton",
816
                    "email": "terrafrost@php.net",
817
                    "role": "Lead Developer"
818
                },
819
                {
820
                    "name": "Patrick Monnerat",
821
                    "email": "pm@datasphere.ch",
822
                    "role": "Developer"
823
                },
824
                {
825
                    "name": "Andreas Fischer",
826
                    "email": "bantu@phpbb.com",
827
                    "role": "Developer"
828
                },
829
                {
830
                    "name": "Hans-Jürgen Petrich",
831
                    "email": "petrich@tronic-media.com",
832
                    "role": "Developer"
833
                },
834
                {
835
                    "name": "Graham Campbell",
836
                    "email": "graham@alt-three.com",
837
                    "role": "Developer"
838
                }
839
            ],
840
            "description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.",
841
            "homepage": "http://phpseclib.sourceforge.net",
842
            "keywords": [
843
                "BigInteger",
844
                "aes",
845
                "asn.1",
846
                "asn1",
847
                "blowfish",
848
                "crypto",
849
                "cryptography",
850
                "encryption",
851
                "rsa",
852
                "security",
853
                "sftp",
854
                "signature",
855
                "signing",
856
                "ssh",
857
                "twofish",
858
                "x.509",
859
                "x509"
860
            ],
861
            "support": {
862
                "issues": "https://github.com/phpseclib/phpseclib/issues",
874 daniel-mar 863
                "source": "https://github.com/phpseclib/phpseclib/tree/3.0.14"
827 daniel-mar 864
            },
865
            "funding": [
866
                {
867
                    "url": "https://github.com/terrafrost",
868
                    "type": "github"
869
                },
870
                {
871
                    "url": "https://www.patreon.com/phpseclib",
872
                    "type": "patreon"
873
                },
874
                {
875
                    "url": "https://tidelift.com/funding/github/packagist/phpseclib/phpseclib",
876
                    "type": "tidelift"
877
                }
878
            ],
879
            "install-path": "../phpseclib/phpseclib"
880
        },
881
        {
833 daniel-mar 882
            "name": "script47/bs5-utils",
883
            "version": "master",
884
            "version_normalized": "dev-master",
885
            "source": {
886
                "type": "git",
887
                "url": "https://github.com/Script47/bs5-utils",
888
                "reference": "master"
889
            },
890
            "type": "library",
891
            "installation-source": "source",
892
            "license": [
893
                "MIT"
894
            ],
895
            "install-path": "../script47/bs5-utils"
896
        },
897
        {
597 daniel-mar 898
            "name": "spamspan/spamspan",
899
            "version": "master",
900
            "version_normalized": "dev-master",
901
            "dist": {
902
                "type": "zip",
903
                "url": "http://www.spamspan.com/releases/spamspan-latest.zip",
904
                "reference": "master"
905
            },
906
            "type": "library",
907
            "installation-source": "dist",
908
            "license": [
909
                "GPL-2.0-only"
910
            ],
911
            "install-path": "../spamspan/spamspan"
912
        },
913
        {
914
            "name": "symfony/polyfill-mbstring",
915
            "version": "v1.19.0",
916
            "version_normalized": "1.19.0.0",
917
            "source": {
918
                "type": "git",
919
                "url": "https://github.com/symfony/polyfill-mbstring.git",
920
                "reference": "b5f7b932ee6fa802fc792eabd77c4c88084517ce"
921
            },
922
            "dist": {
923
                "type": "zip",
924
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/b5f7b932ee6fa802fc792eabd77c4c88084517ce",
925
                "reference": "b5f7b932ee6fa802fc792eabd77c4c88084517ce",
926
                "shasum": ""
927
            },
928
            "require": {
929
                "php": ">=5.3.3"
930
            },
931
            "suggest": {
932
                "ext-mbstring": "For best performance"
933
            },
934
            "time": "2020-10-23T09:01:57+00:00",
935
            "type": "library",
936
            "extra": {
937
                "branch-alias": {
938
                    "dev-main": "1.19-dev"
939
                },
940
                "thanks": {
941
                    "name": "symfony/polyfill",
942
                    "url": "https://github.com/symfony/polyfill"
943
                }
944
            },
945
            "installation-source": "dist",
946
            "autoload": {
759 daniel-mar 947
                "files": [
948
                    "bootstrap.php"
949
                ],
597 daniel-mar 950
                "psr-4": {
951
                    "Symfony\\Polyfill\\Mbstring\\": ""
759 daniel-mar 952
                }
597 daniel-mar 953
            },
954
            "notification-url": "https://packagist.org/downloads/",
955
            "license": [
956
                "MIT"
957
            ],
958
            "authors": [
959
                {
960
                    "name": "Nicolas Grekas",
961
                    "email": "p@tchwork.com"
962
                },
963
                {
964
                    "name": "Symfony Community",
965
                    "homepage": "https://symfony.com/contributors"
966
                }
967
            ],
968
            "description": "Symfony polyfill for the Mbstring extension",
969
            "homepage": "https://symfony.com",
970
            "keywords": [
971
                "compatibility",
972
                "mbstring",
973
                "polyfill",
974
                "portable",
975
                "shim"
976
            ],
977
            "support": {
978
                "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.19.0"
979
            },
980
            "funding": [
981
                {
982
                    "url": "https://symfony.com/sponsor",
983
                    "type": "custom"
984
                },
985
                {
986
                    "url": "https://github.com/fabpot",
987
                    "type": "github"
988
                },
989
                {
990
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
991
                    "type": "tidelift"
992
                }
993
            ],
994
            "install-path": "../symfony/polyfill-mbstring"
995
        },
996
        {
997
            "name": "tinymce/tinymce",
777 daniel-mar 998
            "version": "5.x-dev",
999
            "version_normalized": "5.9999999.9999999.9999999-dev",
597 daniel-mar 1000
            "source": {
1001
                "type": "git",
1002
                "url": "https://github.com/tinymce/tinymce-dist.git",
1021 daniel-mar 1003
                "reference": "8ba44292a57da4c06463e50ae54a4e82a071c6d1"
597 daniel-mar 1004
            },
1005
            "dist": {
1006
                "type": "zip",
1021 daniel-mar 1007
                "url": "https://api.github.com/repos/tinymce/tinymce-dist/zipball/8ba44292a57da4c06463e50ae54a4e82a071c6d1",
1008
                "reference": "8ba44292a57da4c06463e50ae54a4e82a071c6d1",
597 daniel-mar 1009
                "shasum": ""
1010
            },
1021 daniel-mar 1011
            "time": "2022-10-19T02:16:29+00:00",
597 daniel-mar 1012
            "type": "component",
1013
            "extra": {
1014
                "component": {
1015
                    "scripts": [
1016
                        "tinymce.js",
1017
                        "plugins/*/plugin.js",
1018
                        "themes/*/theme.js",
1019
                        "themes/*/icons.js"
1020
                    ],
1021
                    "files": [
1022
                        "tinymce.min.js",
1023
                        "plugins/*/plugin.min.js",
1024
                        "themes/*/theme.min.js",
1025
                        "skins/**",
1026
                        "icons/*/icons.min.js"
1027
                    ]
1028
                }
1029
            },
1030
            "installation-source": "dist",
1031
            "notification-url": "https://packagist.org/downloads/",
1032
            "license": [
1033
                "LGPL-2.1-only"
1034
            ],
1035
            "description": "Web based JavaScript HTML WYSIWYG editor control.",
637 daniel-mar 1036
            "homepage": "https://www.tiny.cloud/",
597 daniel-mar 1037
            "keywords": [
637 daniel-mar 1038
                "contenteditable",
1039
                "editing",
597 daniel-mar 1040
                "html",
1041
                "javascript",
637 daniel-mar 1042
                "rich editor",
1043
                "rich text",
1044
                "rich text editor",
597 daniel-mar 1045
                "richtext",
637 daniel-mar 1046
                "rte",
1047
                "text",
597 daniel-mar 1048
                "tinymce",
1049
                "wysiwyg"
1050
            ],
1051
            "support": {
1021 daniel-mar 1052
                "source": "https://github.com/tinymce/tinymce-dist/tree/5.10.6"
597 daniel-mar 1053
            },
1054
            "install-path": "../tinymce/tinymce"
1055
        },
1056
        {
1057
            "name": "twbs/bootstrap",
981 daniel-mar 1058
            "version": "v5.2.2",
1059
            "version_normalized": "5.2.2.0",
597 daniel-mar 1060
            "source": {
1061
                "type": "git",
1062
                "url": "https://github.com/twbs/bootstrap.git",
981 daniel-mar 1063
                "reference": "961d5ff9844372a4e294980c667bbe7e0651cdeb"
597 daniel-mar 1064
            },
1065
            "dist": {
1066
                "type": "zip",
981 daniel-mar 1067
                "url": "https://api.github.com/repos/twbs/bootstrap/zipball/961d5ff9844372a4e294980c667bbe7e0651cdeb",
1068
                "reference": "961d5ff9844372a4e294980c667bbe7e0651cdeb",
597 daniel-mar 1069
                "shasum": ""
1070
            },
1071
            "replace": {
1072
                "twitter/bootstrap": "self.version"
1073
            },
981 daniel-mar 1074
            "time": "2022-10-03T07:44:02+00:00",
597 daniel-mar 1075
            "type": "library",
1076
            "installation-source": "dist",
1077
            "notification-url": "https://packagist.org/downloads/",
1078
            "license": [
1079
                "MIT"
1080
            ],
1081
            "authors": [
1082
                {
1083
                    "name": "Mark Otto",
1084
                    "email": "markdotto@gmail.com"
1085
                },
1086
                {
1087
                    "name": "Jacob Thornton",
1088
                    "email": "jacobthornton@gmail.com"
1089
                }
1090
            ],
1091
            "description": "The most popular front-end framework for developing responsive, mobile first projects on the web.",
1092
            "homepage": "https://getbootstrap.com/",
1093
            "keywords": [
1094
                "JS",
1095
                "css",
1096
                "framework",
1097
                "front-end",
1098
                "mobile-first",
1099
                "responsive",
1100
                "sass",
1101
                "web"
1102
            ],
1103
            "support": {
1104
                "issues": "https://github.com/twbs/bootstrap/issues",
981 daniel-mar 1105
                "source": "https://github.com/twbs/bootstrap/tree/v5.2.2"
597 daniel-mar 1106
            },
1107
            "install-path": "../twbs/bootstrap"
1108
        },
1109
        {
1110
            "name": "tweeb/tinymce-i18n",
833 daniel-mar 1111
            "version": "2.0.4",
1112
            "version_normalized": "2.0.4.0",
597 daniel-mar 1113
            "source": {
1114
                "type": "git",
1115
                "url": "https://github.com/tweeb/tinymce-i18n.git",
833 daniel-mar 1116
                "reference": "058da08d6e61dc4e0279de6509bb6969a62f68e5"
597 daniel-mar 1117
            },
1118
            "dist": {
1119
                "type": "zip",
833 daniel-mar 1120
                "url": "https://api.github.com/repos/tweeb/tinymce-i18n/zipball/058da08d6e61dc4e0279de6509bb6969a62f68e5",
1121
                "reference": "058da08d6e61dc4e0279de6509bb6969a62f68e5",
597 daniel-mar 1122
                "shasum": ""
1123
            },
833 daniel-mar 1124
            "time": "2022-04-12T13:16:56+00:00",
597 daniel-mar 1125
            "type": "library",
1126
            "installation-source": "dist",
1127
            "notification-url": "https://packagist.org/downloads/",
1128
            "license": [
1129
                "MIT"
1130
            ],
1131
            "authors": [
1132
                {
1133
                    "name": "TinyMCE Community"
1134
                }
1135
            ],
833 daniel-mar 1136
            "description": "Languages for TinyMCE 6",
597 daniel-mar 1137
            "homepage": "https://github.com/tweeb/tinymce-i18n",
1138
            "keywords": [
1139
                "i18n",
1140
                "languages",
1141
                "tinymce"
1142
            ],
1143
            "support": {
833 daniel-mar 1144
                "source": "https://github.com/tweeb/tinymce-i18n/tree/2.0.4"
597 daniel-mar 1145
            },
1146
            "install-path": "../tweeb/tinymce-i18n"
1147
        },
1148
        {
1149
            "name": "vakata/jstree",
637 daniel-mar 1150
            "version": "3.3.12",
1151
            "version_normalized": "3.3.12.0",
597 daniel-mar 1152
            "source": {
1153
                "type": "git",
1154
                "url": "https://github.com/vakata/jstree.git",
637 daniel-mar 1155
                "reference": "7a03954015eaea2467956dc05e6be78f4d1a1ff0"
597 daniel-mar 1156
            },
1157
            "dist": {
1158
                "type": "zip",
637 daniel-mar 1159
                "url": "https://api.github.com/repos/vakata/jstree/zipball/7a03954015eaea2467956dc05e6be78f4d1a1ff0",
1160
                "reference": "7a03954015eaea2467956dc05e6be78f4d1a1ff0",
597 daniel-mar 1161
                "shasum": ""
1162
            },
1163
            "require": {
1164
                "components/jquery": ">=1.9.1"
1165
            },
1166
            "suggest": {
1167
                "robloach/component-installer": "Allows installation of Components via Composer"
1168
            },
637 daniel-mar 1169
            "time": "2021-09-03T12:55:53+00:00",
597 daniel-mar 1170
            "type": "component",
1171
            "extra": {
1172
                "component": {
1173
                    "scripts": [
1174
                        "dist/jstree.js"
1175
                    ],
1176
                    "styles": [
1177
                        "dist/themes/default/style.css"
1178
                    ],
1179
                    "images": [
1180
                        "dist/themes/default/32px.png",
1181
                        "dist/themes/default/40px.png",
1182
                        "dist/themes/default/throbber.gif"
1183
                    ],
1184
                    "files": [
1185
                        "dist/jstree.min.js",
1186
                        "dist/themes/default/style.min.css",
1187
                        "dist/themes/default/32px.png",
1188
                        "dist/themes/default/40px.png",
1189
                        "dist/themes/default/throbber.gif"
1190
                    ]
1191
                }
1192
            },
1193
            "installation-source": "dist",
1194
            "notification-url": "https://packagist.org/downloads/",
1195
            "license": [
1196
                "MIT"
1197
            ],
1198
            "authors": [
1199
                {
1200
                    "name": "Ivan Bozhanov",
1201
                    "email": "jstree@jstree.com"
1202
                }
1203
            ],
1204
            "description": "jsTree is jquery plugin, that provides interactive trees.",
1205
            "homepage": "http://jstree.com",
1206
            "support": {
1207
                "forum": "https://groups.google.com/forum/#!forum/jstree",
1208
                "issues": "https://github.com/vakata/jstree/issues",
1209
                "source": "https://github.com/vakata/jstree"
1210
            },
1211
            "funding": [
1212
                {
1213
                    "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",
1214
                    "type": "custom"
1215
                },
1216
                {
1217
                    "url": "https://github.com/vakata",
1218
                    "type": "github"
1219
                }
1220
            ],
1221
            "install-path": "../vakata/jstree"
1222
        }
1223
    ],
1034 daniel-mar 1224
    "dev": false,
597 daniel-mar 1225
    "dev-package-names": []
1226
}