Subversion Repositories oidplus

Rev

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

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