Subversion Repositories oidplus

Rev

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

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