Subversion Repositories oidplus

Rev

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