Subversion Repositories oidplus

Rev

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

Rev Author Line No. Line
597 daniel-mar 1
{
2
    "packages": [
3
        {
4
            "name": "components/jquery",
637 daniel-mar 5
            "version": "3.6.0",
6
            "version_normalized": "3.6.0.0",
597 daniel-mar 7
            "source": {
8
                "type": "git",
9
                "url": "https://github.com/components/jquery.git",
637 daniel-mar 10
                "reference": "6cf38ee1fd04b6adf8e7dda161283aa35be818c3"
597 daniel-mar 11
            },
12
            "dist": {
13
                "type": "zip",
637 daniel-mar 14
                "url": "https://api.github.com/repos/components/jquery/zipball/6cf38ee1fd04b6adf8e7dda161283aa35be818c3",
15
                "reference": "6cf38ee1fd04b6adf8e7dda161283aa35be818c3",
597 daniel-mar 16
                "shasum": ""
17
            },
637 daniel-mar 18
            "time": "2021-03-20T19:13:42+00:00",
597 daniel-mar 19
            "type": "component",
20
            "extra": {
21
                "component": {
22
                    "scripts": [
23
                        "jquery.js"
24
                    ],
25
                    "files": [
26
                        "jquery.min.js",
27
                        "jquery.min.map",
28
                        "jquery.slim.js",
29
                        "jquery.slim.min.js",
30
                        "jquery.slim.min.map"
31
                    ]
32
                }
33
            },
34
            "installation-source": "dist",
35
            "notification-url": "https://packagist.org/downloads/",
36
            "license": [
37
                "MIT"
38
            ],
39
            "authors": [
40
                {
41
                    "name": "JS Foundation and other contributors"
42
                }
43
            ],
44
            "description": "jQuery JavaScript Library",
45
            "homepage": "http://jquery.com",
46
            "support": {
47
                "forum": "http://forum.jquery.com",
48
                "irc": "irc://irc.freenode.org/jquery",
49
                "issues": "https://github.com/jquery/jquery/issues",
50
                "source": "https://github.com/jquery/jquery",
51
                "wiki": "http://docs.jquery.com/"
52
            },
53
            "install-path": "../components/jquery"
54
        },
55
        {
56
            "name": "components/jqueryui",
57
            "version": "1.12.1",
58
            "version_normalized": "1.12.1.0",
59
            "source": {
60
                "type": "git",
61
                "url": "https://github.com/components/jqueryui.git",
62
                "reference": "44ecf3794cc56b65954cc19737234a3119d036cc"
63
            },
64
            "dist": {
65
                "type": "zip",
66
                "url": "https://api.github.com/repos/components/jqueryui/zipball/44ecf3794cc56b65954cc19737234a3119d036cc",
67
                "reference": "44ecf3794cc56b65954cc19737234a3119d036cc",
68
                "shasum": ""
69
            },
70
            "require": {
71
                "components/jquery": ">=1.6"
72
            },
73
            "time": "2016-09-16T05:47:55+00:00",
74
            "type": "component",
75
            "extra": {
76
                "component": {
77
                    "name": "jquery-ui",
78
                    "scripts": [
79
                        "jquery-ui.js"
80
                    ],
81
                    "files": [
82
                        "ui/**",
83
                        "themes/**",
84
                        "jquery-ui.min.js"
85
                    ],
86
                    "shim": {
87
                        "deps": [
88
                            "jquery"
89
                        ],
90
                        "exports": "jQuery"
91
                    }
92
                }
93
            },
94
            "installation-source": "dist",
95
            "notification-url": "https://packagist.org/downloads/",
96
            "license": [
97
                "MIT"
98
            ],
99
            "authors": [
100
                {
101
                    "name": "jQuery UI Team",
102
                    "homepage": "http://jqueryui.com/about"
103
                },
104
                {
105
                    "name": "Joern Zaefferer",
106
                    "email": "joern.zaefferer@gmail.com",
107
                    "homepage": "http://bassistance.de"
108
                },
109
                {
110
                    "name": "Scott Gonzalez",
111
                    "email": "scott.gonzalez@gmail.com",
112
                    "homepage": "http://scottgonzalez.com"
113
                },
114
                {
115
                    "name": "Kris Borchers",
116
                    "email": "kris.borchers@gmail.com",
117
                    "homepage": "http://krisborchers.com"
118
                },
119
                {
120
                    "name": "Mike Sherov",
121
                    "email": "mike.sherov@gmail.com",
122
                    "homepage": "http://mike.sherov.com"
123
                },
124
                {
125
                    "name": "TJ VanToll",
126
                    "email": "tj.vantoll@gmail.com",
127
                    "homepage": "http://tjvantoll.com"
128
                },
129
                {
130
                    "name": "Corey Frang",
131
                    "email": "gnarf37@gmail.com",
132
                    "homepage": "http://gnarf.net"
133
                },
134
                {
135
                    "name": "Felix Nagel",
136
                    "email": "info@felixnagel.com",
137
                    "homepage": "http://www.felixnagel.com"
138
                }
139
            ],
140
            "description": "jQuery UI is a curated set of user interface interactions, effects, widgets, and themes built on top of the jQuery JavaScript Library. Whether you're building highly interactive web applications or you just need to add a date picker to a form control, jQuery UI is the perfect choice.",
141
            "support": {
142
                "issues": "https://github.com/components/jqueryui/issues",
143
                "source": "https://github.com/components/jqueryui/tree/master"
144
            },
145
            "install-path": "../components/jqueryui"
146
        },
147
        {
148
            "name": "danielmarschall/fileformats",
621 daniel-mar 149
            "version": "dev-master",
597 daniel-mar 150
            "version_normalized": "dev-master",
151
            "source": {
621 daniel-mar 152
                "type": "git",
153
                "url": "https://github.com/danielmarschall/fileformats.git",
732 daniel-mar 154
                "reference": "880e97b497710dc14ee8f38b4e48250ce49202ee"
597 daniel-mar 155
            },
621 daniel-mar 156
            "dist": {
157
                "type": "zip",
732 daniel-mar 158
                "url": "https://api.github.com/repos/danielmarschall/fileformats/zipball/880e97b497710dc14ee8f38b4e48250ce49202ee",
159
                "reference": "880e97b497710dc14ee8f38b4e48250ce49202ee",
621 daniel-mar 160
                "shasum": ""
161
            },
162
            "require": {
163
                "php": ">=7.0"
164
            },
732 daniel-mar 165
            "time": "2022-01-09T15:19:14+00:00",
621 daniel-mar 166
            "default-branch": true,
597 daniel-mar 167
            "type": "library",
621 daniel-mar 168
            "installation-source": "dist",
169
            "notification-url": "https://packagist.org/downloads/",
597 daniel-mar 170
            "license": [
171
                "Apache-2.0"
172
            ],
621 daniel-mar 173
            "authors": [
174
                {
175
                    "name": "Daniel Marschall",
176
                    "email": "info@daniel-marschall.de",
177
                    "homepage": "https://www.daniel-marschall.de/"
178
                }
179
            ],
180
            "description": "File format detection in PHP",
181
            "homepage": "https://www.viathinksoft.com/projects/fileformats",
182
            "support": {
183
                "issues": "https://github.com/danielmarschall/fileformats/issues",
184
                "source": "https://github.com/danielmarschall/fileformats/tree/master"
185
            },
597 daniel-mar 186
            "install-path": "../danielmarschall/fileformats"
187
        },
188
        {
603 daniel-mar 189
            "name": "danielmarschall/php_utils",
621 daniel-mar 190
            "version": "dev-master",
603 daniel-mar 191
            "version_normalized": "dev-master",
192
            "source": {
621 daniel-mar 193
                "type": "git",
194
                "url": "https://github.com/danielmarschall/php_utils.git",
833 daniel-mar 195
                "reference": "88f27fa61f916ebe0b412fab11d2211a7af98f15"
603 daniel-mar 196
            },
621 daniel-mar 197
            "dist": {
198
                "type": "zip",
833 daniel-mar 199
                "url": "https://api.github.com/repos/danielmarschall/php_utils/zipball/88f27fa61f916ebe0b412fab11d2211a7af98f15",
200
                "reference": "88f27fa61f916ebe0b412fab11d2211a7af98f15",
621 daniel-mar 201
                "shasum": ""
202
            },
203
            "require": {
204
                "php": ">=7.0"
205
            },
833 daniel-mar 206
            "time": "2022-04-10T21:32:29+00:00",
621 daniel-mar 207
            "default-branch": true,
603 daniel-mar 208
            "type": "library",
621 daniel-mar 209
            "installation-source": "dist",
210
            "notification-url": "https://packagist.org/downloads/",
603 daniel-mar 211
            "license": [
212
                "Apache-2.0"
213
            ],
621 daniel-mar 214
            "authors": [
215
                {
216
                    "name": "Daniel Marschall",
217
                    "email": "info@daniel-marschall.de",
218
                    "homepage": "https://www.daniel-marschall.de/"
219
                }
220
            ],
221
            "description": "PHP functions",
222
            "homepage": "https://www.viathinksoft.com/projects/php_utils",
223
            "support": {
224
                "issues": "https://github.com/danielmarschall/php_utils/issues",
225
                "source": "https://github.com/danielmarschall/php_utils/tree/master"
226
            },
603 daniel-mar 227
            "install-path": "../danielmarschall/php_utils"
228
        },
229
        {
602 daniel-mar 230
            "name": "danielmarschall/uuid_mac_utils",
621 daniel-mar 231
            "version": "dev-master",
602 daniel-mar 232
            "version_normalized": "dev-master",
233
            "source": {
621 daniel-mar 234
                "type": "git",
235
                "url": "https://github.com/danielmarschall/uuid_mac_utils.git",
759 daniel-mar 236
                "reference": "31174ea5dc3398645f70bc40f5162aa5b73f5b52"
602 daniel-mar 237
            },
621 daniel-mar 238
            "dist": {
239
                "type": "zip",
759 daniel-mar 240
                "url": "https://api.github.com/repos/danielmarschall/uuid_mac_utils/zipball/31174ea5dc3398645f70bc40f5162aa5b73f5b52",
241
                "reference": "31174ea5dc3398645f70bc40f5162aa5b73f5b52",
621 daniel-mar 242
                "shasum": ""
243
            },
244
            "require": {
245
                "php": ">=7.0"
246
            },
759 daniel-mar 247
            "time": "2022-02-13T00:44:25+00:00",
621 daniel-mar 248
            "default-branch": true,
602 daniel-mar 249
            "type": "library",
621 daniel-mar 250
            "installation-source": "dist",
251
            "notification-url": "https://packagist.org/downloads/",
602 daniel-mar 252
            "license": [
253
                "Apache-2.0"
254
            ],
621 daniel-mar 255
            "authors": [
256
                {
257
                    "name": "Daniel Marschall",
258
                    "email": "info@daniel-marschall.de",
259
                    "homepage": "https://www.daniel-marschall.de/"
260
                }
261
            ],
262
            "description": "UUID & MAC Utils for PHP",
263
            "homepage": "https://www.viathinksoft.com/projects/uuid_mac_utils",
264
            "support": {
265
                "issues": "https://github.com/danielmarschall/uuid_mac_utils/issues",
266
                "source": "https://github.com/danielmarschall/uuid_mac_utils/tree/master"
267
            },
602 daniel-mar 268
            "install-path": "../danielmarschall/uuid_mac_utils"
269
        },
270
        {
597 daniel-mar 271
            "name": "danielmarschall/vnag",
621 daniel-mar 272
            "version": "dev-master",
597 daniel-mar 273
            "version_normalized": "dev-master",
274
            "source": {
621 daniel-mar 275
                "type": "git",
276
                "url": "https://github.com/danielmarschall/vnag.git",
827 daniel-mar 277
                "reference": "2d0af05e72b902df45292b24157f6269fb75684b"
597 daniel-mar 278
            },
621 daniel-mar 279
            "dist": {
280
                "type": "zip",
827 daniel-mar 281
                "url": "https://api.github.com/repos/danielmarschall/vnag/zipball/2d0af05e72b902df45292b24157f6269fb75684b",
282
                "reference": "2d0af05e72b902df45292b24157f6269fb75684b",
621 daniel-mar 283
                "shasum": ""
284
            },
285
            "require": {
286
                "php": ">=7.0"
287
            },
827 daniel-mar 288
            "time": "2022-04-09T10:14:56+00:00",
621 daniel-mar 289
            "default-branch": true,
597 daniel-mar 290
            "type": "library",
621 daniel-mar 291
            "installation-source": "dist",
292
            "notification-url": "https://packagist.org/downloads/",
597 daniel-mar 293
            "license": [
294
                "Apache-2.0"
295
            ],
621 daniel-mar 296
            "authors": [
297
                {
298
                    "name": "Daniel Marschall",
299
                    "email": "info@daniel-marschall.de",
300
                    "homepage": "https://www.daniel-marschall.de/"
301
                }
302
            ],
303
            "description": "VNag - Framework for developing Nagios plugins with PHP",
304
            "homepage": "https://www.viathinksoft.com/projects/vnag",
305
            "support": {
306
                "issues": "https://github.com/danielmarschall/vnag/issues",
307
                "source": "https://github.com/danielmarschall/vnag/tree/master"
308
            },
597 daniel-mar 309
            "install-path": "../danielmarschall/vnag"
310
        },
311
        {
312
            "name": "dcodeio/bcrypt.js",
313
            "version": "master",
314
            "version_normalized": "dev-master",
315
            "source": {
316
                "type": "git",
317
                "url": "https://github.com/dcodeIO/bcrypt.js",
318
                "reference": "master"
319
            },
320
            "type": "library",
321
            "installation-source": "source",
322
            "license": [
323
                "BSD-3-Clause",
324
                "MIT"
325
            ],
326
            "install-path": "../dcodeio/bcrypt.js"
327
        },
328
        {
329
            "name": "emn178/js-sha3",
330
            "version": "master",
331
            "version_normalized": "dev-master",
332
            "source": {
333
                "type": "git",
334
                "url": "https://github.com/emn178/js-sha3",
335
                "reference": "master"
336
            },
337
            "type": "library",
338
            "installation-source": "source",
339
            "license": [
340
                "MIT"
341
            ],
342
            "install-path": "../emn178/js-sha3"
343
        },
344
        {
345
            "name": "firebase/php-jwt",
679 daniel-mar 346
            "version": "v5.5.1",
347
            "version_normalized": "5.5.1.0",
597 daniel-mar 348
            "source": {
349
                "type": "git",
350
                "url": "https://github.com/firebase/php-jwt.git",
679 daniel-mar 351
                "reference": "83b609028194aa042ea33b5af2d41a7427de80e6"
597 daniel-mar 352
            },
353
            "dist": {
354
                "type": "zip",
679 daniel-mar 355
                "url": "https://api.github.com/repos/firebase/php-jwt/zipball/83b609028194aa042ea33b5af2d41a7427de80e6",
356
                "reference": "83b609028194aa042ea33b5af2d41a7427de80e6",
597 daniel-mar 357
                "shasum": ""
358
            },
359
            "require": {
360
                "php": ">=5.3.0"
361
            },
362
            "require-dev": {
363
                "phpunit/phpunit": ">=4.8 <=9"
364
            },
637 daniel-mar 365
            "suggest": {
366
                "paragonie/sodium_compat": "Support EdDSA (Ed25519) signatures when libsodium is not present"
367
            },
679 daniel-mar 368
            "time": "2021-11-08T20:18:51+00:00",
597 daniel-mar 369
            "type": "library",
370
            "installation-source": "dist",
371
            "autoload": {
372
                "psr-4": {
373
                    "Firebase\\JWT\\": "src"
374
                }
375
            },
376
            "notification-url": "https://packagist.org/downloads/",
377
            "license": [
378
                "BSD-3-Clause"
379
            ],
380
            "authors": [
381
                {
382
                    "name": "Neuman Vong",
383
                    "email": "neuman+pear@twilio.com",
384
                    "role": "Developer"
385
                },
386
                {
387
                    "name": "Anant Narayanan",
388
                    "email": "anant@php.net",
389
                    "role": "Developer"
390
                }
391
            ],
392
            "description": "A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.",
393
            "homepage": "https://github.com/firebase/php-jwt",
394
            "keywords": [
395
                "jwt",
396
                "php"
397
            ],
398
            "support": {
399
                "issues": "https://github.com/firebase/php-jwt/issues",
679 daniel-mar 400
                "source": "https://github.com/firebase/php-jwt/tree/v5.5.1"
597 daniel-mar 401
            },
402
            "install-path": "../firebase/php-jwt"
403
        },
404
        {
405
            "name": "gedmarc/layout",
406
            "version": "master",
407
            "version_normalized": "dev-master",
408
            "source": {
409
                "type": "git",
410
                "url": "https://github.com/GedMarc/layout",
411
                "reference": "master"
412
            },
413
            "type": "library",
414
            "installation-source": "source",
415
            "license": [
416
                "GPL-3.0-or-later",
417
                "MIT"
418
            ],
419
            "install-path": "../gedmarc/layout"
420
        },
421
        {
422
            "name": "matthiasmullie/minify",
842 daniel-mar 423
            "version": "1.3.67",
424
            "version_normalized": "1.3.67.0",
597 daniel-mar 425
            "source": {
426
                "type": "git",
427
                "url": "https://github.com/matthiasmullie/minify.git",
842 daniel-mar 428
                "reference": "acaee1b7ca3cd67a39d7f98673cacd7e4739a8d9"
597 daniel-mar 429
            },
430
            "dist": {
431
                "type": "zip",
842 daniel-mar 432
                "url": "https://api.github.com/repos/matthiasmullie/minify/zipball/acaee1b7ca3cd67a39d7f98673cacd7e4739a8d9",
433
                "reference": "acaee1b7ca3cd67a39d7f98673cacd7e4739a8d9",
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
            },
842 daniel-mar 449
            "time": "2022-03-24T08:54:59+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",
842 daniel-mar 484
                "source": "https://github.com/matthiasmullie/minify/tree/1.3.67"
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",
604
            "version": "v2.5.0",
605
            "version_normalized": "2.5.0.0",
606
            "source": {
607
                "type": "git",
608
                "url": "https://github.com/paragonie/constant_time_encoding.git",
609
                "reference": "9229e15f2e6ba772f0c55dd6986c563b937170a8"
610
            },
611
            "dist": {
612
                "type": "zip",
613
                "url": "https://api.github.com/repos/paragonie/constant_time_encoding/zipball/9229e15f2e6ba772f0c55dd6986c563b937170a8",
614
                "reference": "9229e15f2e6ba772f0c55dd6986c563b937170a8",
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
            },
624
            "time": "2022-01-17T05:32:27+00:00",
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",
727
            "version": "dev-master",
728
            "version_normalized": "dev-master",
729
            "source": {
730
                "type": "git",
731
                "url": "https://github.com/phpseclib/phpseclib.git",
842 daniel-mar 732
                "reference": "f57f5debe04dec6708ec9ff55a79ceed9a18cb55"
827 daniel-mar 733
            },
734
            "dist": {
735
                "type": "zip",
842 daniel-mar 736
                "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/f57f5debe04dec6708ec9ff55a79ceed9a18cb55",
737
                "reference": "f57f5debe04dec6708ec9ff55a79ceed9a18cb55",
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
            },
842 daniel-mar 754
            "time": "2022-04-14T16:50:40+00:00",
827 daniel-mar 755
            "default-branch": true,
756
            "type": "library",
757
            "installation-source": "dist",
758
            "autoload": {
759
                "files": [
760
                    "phpseclib/bootstrap.php"
761
                ],
762
                "psr-4": {
763
                    "phpseclib3\\": "phpseclib/"
764
                }
765
            },
766
            "notification-url": "https://packagist.org/downloads/",
767
            "license": [
768
                "MIT"
769
            ],
770
            "authors": [
771
                {
772
                    "name": "Jim Wigginton",
773
                    "email": "terrafrost@php.net",
774
                    "role": "Lead Developer"
775
                },
776
                {
777
                    "name": "Patrick Monnerat",
778
                    "email": "pm@datasphere.ch",
779
                    "role": "Developer"
780
                },
781
                {
782
                    "name": "Andreas Fischer",
783
                    "email": "bantu@phpbb.com",
784
                    "role": "Developer"
785
                },
786
                {
787
                    "name": "Hans-Jürgen Petrich",
788
                    "email": "petrich@tronic-media.com",
789
                    "role": "Developer"
790
                },
791
                {
792
                    "name": "Graham Campbell",
793
                    "email": "graham@alt-three.com",
794
                    "role": "Developer"
795
                }
796
            ],
797
            "description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.",
798
            "homepage": "http://phpseclib.sourceforge.net",
799
            "keywords": [
800
                "BigInteger",
801
                "aes",
802
                "asn.1",
803
                "asn1",
804
                "blowfish",
805
                "crypto",
806
                "cryptography",
807
                "encryption",
808
                "rsa",
809
                "security",
810
                "sftp",
811
                "signature",
812
                "signing",
813
                "ssh",
814
                "twofish",
815
                "x.509",
816
                "x509"
817
            ],
818
            "support": {
819
                "issues": "https://github.com/phpseclib/phpseclib/issues",
820
                "source": "https://github.com/phpseclib/phpseclib/tree/master"
821
            },
822
            "funding": [
823
                {
824
                    "url": "https://github.com/terrafrost",
825
                    "type": "github"
826
                },
827
                {
828
                    "url": "https://www.patreon.com/phpseclib",
829
                    "type": "patreon"
830
                },
831
                {
832
                    "url": "https://tidelift.com/funding/github/packagist/phpseclib/phpseclib",
833
                    "type": "tidelift"
834
                }
835
            ],
836
            "install-path": "../phpseclib/phpseclib"
837
        },
838
        {
833 daniel-mar 839
            "name": "script47/bs5-utils",
840
            "version": "master",
841
            "version_normalized": "dev-master",
842
            "source": {
843
                "type": "git",
844
                "url": "https://github.com/Script47/bs5-utils",
845
                "reference": "master"
846
            },
847
            "type": "library",
848
            "installation-source": "source",
849
            "license": [
850
                "MIT"
851
            ],
852
            "install-path": "../script47/bs5-utils"
853
        },
854
        {
597 daniel-mar 855
            "name": "spamspan/spamspan",
856
            "version": "master",
857
            "version_normalized": "dev-master",
858
            "dist": {
859
                "type": "zip",
860
                "url": "http://www.spamspan.com/releases/spamspan-latest.zip",
861
                "reference": "master"
862
            },
863
            "type": "library",
864
            "installation-source": "dist",
865
            "license": [
866
                "GPL-2.0-only"
867
            ],
868
            "install-path": "../spamspan/spamspan"
869
        },
870
        {
871
            "name": "symfony/polyfill-mbstring",
872
            "version": "v1.19.0",
873
            "version_normalized": "1.19.0.0",
874
            "source": {
875
                "type": "git",
876
                "url": "https://github.com/symfony/polyfill-mbstring.git",
877
                "reference": "b5f7b932ee6fa802fc792eabd77c4c88084517ce"
878
            },
879
            "dist": {
880
                "type": "zip",
881
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/b5f7b932ee6fa802fc792eabd77c4c88084517ce",
882
                "reference": "b5f7b932ee6fa802fc792eabd77c4c88084517ce",
883
                "shasum": ""
884
            },
885
            "require": {
886
                "php": ">=5.3.3"
887
            },
888
            "suggest": {
889
                "ext-mbstring": "For best performance"
890
            },
891
            "time": "2020-10-23T09:01:57+00:00",
892
            "type": "library",
893
            "extra": {
894
                "branch-alias": {
895
                    "dev-main": "1.19-dev"
896
                },
897
                "thanks": {
898
                    "name": "symfony/polyfill",
899
                    "url": "https://github.com/symfony/polyfill"
900
                }
901
            },
902
            "installation-source": "dist",
903
            "autoload": {
759 daniel-mar 904
                "files": [
905
                    "bootstrap.php"
906
                ],
597 daniel-mar 907
                "psr-4": {
908
                    "Symfony\\Polyfill\\Mbstring\\": ""
759 daniel-mar 909
                }
597 daniel-mar 910
            },
911
            "notification-url": "https://packagist.org/downloads/",
912
            "license": [
913
                "MIT"
914
            ],
915
            "authors": [
916
                {
917
                    "name": "Nicolas Grekas",
918
                    "email": "p@tchwork.com"
919
                },
920
                {
921
                    "name": "Symfony Community",
922
                    "homepage": "https://symfony.com/contributors"
923
                }
924
            ],
925
            "description": "Symfony polyfill for the Mbstring extension",
926
            "homepage": "https://symfony.com",
927
            "keywords": [
928
                "compatibility",
929
                "mbstring",
930
                "polyfill",
931
                "portable",
932
                "shim"
933
            ],
934
            "support": {
935
                "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.19.0"
936
            },
937
            "funding": [
938
                {
939
                    "url": "https://symfony.com/sponsor",
940
                    "type": "custom"
941
                },
942
                {
943
                    "url": "https://github.com/fabpot",
944
                    "type": "github"
945
                },
946
                {
947
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
948
                    "type": "tidelift"
949
                }
950
            ],
951
            "install-path": "../symfony/polyfill-mbstring"
952
        },
953
        {
954
            "name": "tinymce/tinymce",
777 daniel-mar 955
            "version": "5.x-dev",
956
            "version_normalized": "5.9999999.9999999.9999999-dev",
597 daniel-mar 957
            "source": {
958
                "type": "git",
959
                "url": "https://github.com/tinymce/tinymce-dist.git",
759 daniel-mar 960
                "reference": "dadd7f25e31680f1c6bf61d2fb0b15794f425cd1"
597 daniel-mar 961
            },
962
            "dist": {
963
                "type": "zip",
759 daniel-mar 964
                "url": "https://api.github.com/repos/tinymce/tinymce-dist/zipball/dadd7f25e31680f1c6bf61d2fb0b15794f425cd1",
965
                "reference": "dadd7f25e31680f1c6bf61d2fb0b15794f425cd1",
597 daniel-mar 966
                "shasum": ""
967
            },
759 daniel-mar 968
            "time": "2022-02-09T03:24:06+00:00",
597 daniel-mar 969
            "type": "component",
970
            "extra": {
971
                "component": {
972
                    "scripts": [
973
                        "tinymce.js",
974
                        "plugins/*/plugin.js",
975
                        "themes/*/theme.js",
976
                        "themes/*/icons.js"
977
                    ],
978
                    "files": [
979
                        "tinymce.min.js",
980
                        "plugins/*/plugin.min.js",
981
                        "themes/*/theme.min.js",
982
                        "skins/**",
983
                        "icons/*/icons.min.js"
984
                    ]
985
                }
986
            },
987
            "installation-source": "dist",
988
            "notification-url": "https://packagist.org/downloads/",
989
            "license": [
990
                "LGPL-2.1-only"
991
            ],
992
            "description": "Web based JavaScript HTML WYSIWYG editor control.",
637 daniel-mar 993
            "homepage": "https://www.tiny.cloud/",
597 daniel-mar 994
            "keywords": [
637 daniel-mar 995
                "contenteditable",
996
                "editing",
597 daniel-mar 997
                "html",
998
                "javascript",
637 daniel-mar 999
                "rich editor",
1000
                "rich text",
1001
                "rich text editor",
597 daniel-mar 1002
                "richtext",
637 daniel-mar 1003
                "rte",
1004
                "text",
597 daniel-mar 1005
                "tinymce",
1006
                "wysiwyg"
1007
            ],
1008
            "support": {
759 daniel-mar 1009
                "source": "https://github.com/tinymce/tinymce-dist/tree/5.10.3"
597 daniel-mar 1010
            },
1011
            "install-path": "../tinymce/tinymce"
1012
        },
1013
        {
1014
            "name": "twbs/bootstrap",
679 daniel-mar 1015
            "version": "v5.1.3",
1016
            "version_normalized": "5.1.3.0",
597 daniel-mar 1017
            "source": {
1018
                "type": "git",
1019
                "url": "https://github.com/twbs/bootstrap.git",
679 daniel-mar 1020
                "reference": "1a6fdfae6be09b09eaced8f0e442ca6f7680a61e"
597 daniel-mar 1021
            },
1022
            "dist": {
1023
                "type": "zip",
679 daniel-mar 1024
                "url": "https://api.github.com/repos/twbs/bootstrap/zipball/1a6fdfae6be09b09eaced8f0e442ca6f7680a61e",
1025
                "reference": "1a6fdfae6be09b09eaced8f0e442ca6f7680a61e",
597 daniel-mar 1026
                "shasum": ""
1027
            },
1028
            "replace": {
1029
                "twitter/bootstrap": "self.version"
1030
            },
679 daniel-mar 1031
            "time": "2021-10-09T06:43:19+00:00",
597 daniel-mar 1032
            "type": "library",
1033
            "installation-source": "dist",
1034
            "notification-url": "https://packagist.org/downloads/",
1035
            "license": [
1036
                "MIT"
1037
            ],
1038
            "authors": [
1039
                {
1040
                    "name": "Mark Otto",
1041
                    "email": "markdotto@gmail.com"
1042
                },
1043
                {
1044
                    "name": "Jacob Thornton",
1045
                    "email": "jacobthornton@gmail.com"
1046
                }
1047
            ],
1048
            "description": "The most popular front-end framework for developing responsive, mobile first projects on the web.",
1049
            "homepage": "https://getbootstrap.com/",
1050
            "keywords": [
1051
                "JS",
1052
                "css",
1053
                "framework",
1054
                "front-end",
1055
                "mobile-first",
1056
                "responsive",
1057
                "sass",
1058
                "web"
1059
            ],
1060
            "support": {
1061
                "issues": "https://github.com/twbs/bootstrap/issues",
679 daniel-mar 1062
                "source": "https://github.com/twbs/bootstrap/tree/v5.1.3"
597 daniel-mar 1063
            },
1064
            "install-path": "../twbs/bootstrap"
1065
        },
1066
        {
1067
            "name": "tweeb/tinymce-i18n",
833 daniel-mar 1068
            "version": "2.0.4",
1069
            "version_normalized": "2.0.4.0",
597 daniel-mar 1070
            "source": {
1071
                "type": "git",
1072
                "url": "https://github.com/tweeb/tinymce-i18n.git",
833 daniel-mar 1073
                "reference": "058da08d6e61dc4e0279de6509bb6969a62f68e5"
597 daniel-mar 1074
            },
1075
            "dist": {
1076
                "type": "zip",
833 daniel-mar 1077
                "url": "https://api.github.com/repos/tweeb/tinymce-i18n/zipball/058da08d6e61dc4e0279de6509bb6969a62f68e5",
1078
                "reference": "058da08d6e61dc4e0279de6509bb6969a62f68e5",
597 daniel-mar 1079
                "shasum": ""
1080
            },
833 daniel-mar 1081
            "time": "2022-04-12T13:16:56+00:00",
597 daniel-mar 1082
            "type": "library",
1083
            "installation-source": "dist",
1084
            "notification-url": "https://packagist.org/downloads/",
1085
            "license": [
1086
                "MIT"
1087
            ],
1088
            "authors": [
1089
                {
1090
                    "name": "TinyMCE Community"
1091
                }
1092
            ],
833 daniel-mar 1093
            "description": "Languages for TinyMCE 6",
597 daniel-mar 1094
            "homepage": "https://github.com/tweeb/tinymce-i18n",
1095
            "keywords": [
1096
                "i18n",
1097
                "languages",
1098
                "tinymce"
1099
            ],
1100
            "support": {
833 daniel-mar 1101
                "source": "https://github.com/tweeb/tinymce-i18n/tree/2.0.4"
597 daniel-mar 1102
            },
1103
            "install-path": "../tweeb/tinymce-i18n"
1104
        },
1105
        {
1106
            "name": "vakata/jstree",
637 daniel-mar 1107
            "version": "3.3.12",
1108
            "version_normalized": "3.3.12.0",
597 daniel-mar 1109
            "source": {
1110
                "type": "git",
1111
                "url": "https://github.com/vakata/jstree.git",
637 daniel-mar 1112
                "reference": "7a03954015eaea2467956dc05e6be78f4d1a1ff0"
597 daniel-mar 1113
            },
1114
            "dist": {
1115
                "type": "zip",
637 daniel-mar 1116
                "url": "https://api.github.com/repos/vakata/jstree/zipball/7a03954015eaea2467956dc05e6be78f4d1a1ff0",
1117
                "reference": "7a03954015eaea2467956dc05e6be78f4d1a1ff0",
597 daniel-mar 1118
                "shasum": ""
1119
            },
1120
            "require": {
1121
                "components/jquery": ">=1.9.1"
1122
            },
1123
            "suggest": {
1124
                "robloach/component-installer": "Allows installation of Components via Composer"
1125
            },
637 daniel-mar 1126
            "time": "2021-09-03T12:55:53+00:00",
597 daniel-mar 1127
            "type": "component",
1128
            "extra": {
1129
                "component": {
1130
                    "scripts": [
1131
                        "dist/jstree.js"
1132
                    ],
1133
                    "styles": [
1134
                        "dist/themes/default/style.css"
1135
                    ],
1136
                    "images": [
1137
                        "dist/themes/default/32px.png",
1138
                        "dist/themes/default/40px.png",
1139
                        "dist/themes/default/throbber.gif"
1140
                    ],
1141
                    "files": [
1142
                        "dist/jstree.min.js",
1143
                        "dist/themes/default/style.min.css",
1144
                        "dist/themes/default/32px.png",
1145
                        "dist/themes/default/40px.png",
1146
                        "dist/themes/default/throbber.gif"
1147
                    ]
1148
                }
1149
            },
1150
            "installation-source": "dist",
1151
            "notification-url": "https://packagist.org/downloads/",
1152
            "license": [
1153
                "MIT"
1154
            ],
1155
            "authors": [
1156
                {
1157
                    "name": "Ivan Bozhanov",
1158
                    "email": "jstree@jstree.com"
1159
                }
1160
            ],
1161
            "description": "jsTree is jquery plugin, that provides interactive trees.",
1162
            "homepage": "http://jstree.com",
1163
            "support": {
1164
                "forum": "https://groups.google.com/forum/#!forum/jstree",
1165
                "issues": "https://github.com/vakata/jstree/issues",
1166
                "source": "https://github.com/vakata/jstree"
1167
            },
1168
            "funding": [
1169
                {
1170
                    "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",
1171
                    "type": "custom"
1172
                },
1173
                {
1174
                    "url": "https://github.com/vakata",
1175
                    "type": "github"
1176
                }
1177
            ],
1178
            "install-path": "../vakata/jstree"
1179
        }
1180
    ],
1181
    "dev": true,
1182
    "dev-package-names": []
1183
}