Subversion Repositories oidplus

Rev

Rev 618 | Rev 624 | 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",
5
            "version": "3.5.1",
6
            "version_normalized": "3.5.1.0",
7
            "source": {
8
                "type": "git",
9
                "url": "https://github.com/components/jquery.git",
10
                "reference": "b33e8f0f9a1cb2ae390cf05d766a900b53d2125b"
11
            },
12
            "dist": {
13
                "type": "zip",
14
                "url": "https://api.github.com/repos/components/jquery/zipball/b33e8f0f9a1cb2ae390cf05d766a900b53d2125b",
15
                "reference": "b33e8f0f9a1cb2ae390cf05d766a900b53d2125b",
16
                "shasum": ""
17
            },
18
            "time": "2020-05-05T13:21:02+00:00",
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",
154
                "reference": "3f2da6065ccc59971cccf8e8c2e1aeb9b2ff8807"
597 daniel-mar 155
            },
621 daniel-mar 156
            "dist": {
157
                "type": "zip",
158
                "url": "https://api.github.com/repos/danielmarschall/fileformats/zipball/3f2da6065ccc59971cccf8e8c2e1aeb9b2ff8807",
159
                "reference": "3f2da6065ccc59971cccf8e8c2e1aeb9b2ff8807",
160
                "shasum": ""
161
            },
162
            "require": {
163
                "php": ">=7.0"
164
            },
165
            "time": "2021-06-10T21:48:03+00:00",
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",
195
                "reference": "bf37d3dbc469592ce2efa3cf8f505b7dbbaae70e"
603 daniel-mar 196
            },
621 daniel-mar 197
            "dist": {
198
                "type": "zip",
199
                "url": "https://api.github.com/repos/danielmarschall/php_utils/zipball/bf37d3dbc469592ce2efa3cf8f505b7dbbaae70e",
200
                "reference": "bf37d3dbc469592ce2efa3cf8f505b7dbbaae70e",
201
                "shasum": ""
202
            },
203
            "require": {
204
                "php": ">=7.0"
205
            },
206
            "time": "2021-06-10T21:40:27+00:00",
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",
236
                "reference": "7b292091da6fd9ab93b06be767754ee668ff457c"
602 daniel-mar 237
            },
621 daniel-mar 238
            "dist": {
239
                "type": "zip",
240
                "url": "https://api.github.com/repos/danielmarschall/uuid_mac_utils/zipball/7b292091da6fd9ab93b06be767754ee668ff457c",
241
                "reference": "7b292091da6fd9ab93b06be767754ee668ff457c",
242
                "shasum": ""
243
            },
244
            "require": {
245
                "php": ">=7.0"
246
            },
247
            "time": "2021-06-10T22:08:19+00:00",
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",
277
                "reference": "84de0b0b0a2523137fd2c1a569660bad87230376"
597 daniel-mar 278
            },
621 daniel-mar 279
            "dist": {
280
                "type": "zip",
281
                "url": "https://api.github.com/repos/danielmarschall/vnag/zipball/84de0b0b0a2523137fd2c1a569660bad87230376",
282
                "reference": "84de0b0b0a2523137fd2c1a569660bad87230376",
283
                "shasum": ""
284
            },
285
            "require": {
286
                "php": ">=7.0"
287
            },
288
            "time": "2021-06-10T22:10:36+00:00",
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",
618 daniel-mar 346
            "version": "v5.3.0",
347
            "version_normalized": "5.3.0.0",
597 daniel-mar 348
            "source": {
349
                "type": "git",
350
                "url": "https://github.com/firebase/php-jwt.git",
618 daniel-mar 351
                "reference": "3c2d70f2e64e2922345e89f2ceae47d2463faae1"
597 daniel-mar 352
            },
353
            "dist": {
354
                "type": "zip",
618 daniel-mar 355
                "url": "https://api.github.com/repos/firebase/php-jwt/zipball/3c2d70f2e64e2922345e89f2ceae47d2463faae1",
356
                "reference": "3c2d70f2e64e2922345e89f2ceae47d2463faae1",
597 daniel-mar 357
                "shasum": ""
358
            },
359
            "require": {
360
                "php": ">=5.3.0"
361
            },
362
            "require-dev": {
363
                "phpunit/phpunit": ">=4.8 <=9"
364
            },
618 daniel-mar 365
            "time": "2021-05-20T17:37:02+00:00",
597 daniel-mar 366
            "type": "library",
367
            "installation-source": "dist",
368
            "autoload": {
369
                "psr-4": {
370
                    "Firebase\\JWT\\": "src"
371
                }
372
            },
373
            "notification-url": "https://packagist.org/downloads/",
374
            "license": [
375
                "BSD-3-Clause"
376
            ],
377
            "authors": [
378
                {
379
                    "name": "Neuman Vong",
380
                    "email": "neuman+pear@twilio.com",
381
                    "role": "Developer"
382
                },
383
                {
384
                    "name": "Anant Narayanan",
385
                    "email": "anant@php.net",
386
                    "role": "Developer"
387
                }
388
            ],
389
            "description": "A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.",
390
            "homepage": "https://github.com/firebase/php-jwt",
391
            "keywords": [
392
                "jwt",
393
                "php"
394
            ],
395
            "support": {
396
                "issues": "https://github.com/firebase/php-jwt/issues",
618 daniel-mar 397
                "source": "https://github.com/firebase/php-jwt/tree/v5.3.0"
597 daniel-mar 398
            },
399
            "install-path": "../firebase/php-jwt"
400
        },
401
        {
402
            "name": "gedmarc/layout",
403
            "version": "master",
404
            "version_normalized": "dev-master",
405
            "source": {
406
                "type": "git",
407
                "url": "https://github.com/GedMarc/layout",
408
                "reference": "master"
409
            },
410
            "type": "library",
411
            "installation-source": "source",
412
            "license": [
413
                "GPL-3.0-or-later",
414
                "MIT"
415
            ],
416
            "install-path": "../gedmarc/layout"
417
        },
418
        {
419
            "name": "google/recaptcha",
621 daniel-mar 420
            "version": "dev-master",
421
            "version_normalized": "dev-master",
597 daniel-mar 422
            "source": {
423
                "type": "git",
424
                "url": "https://github.com/google/recaptcha.git",
621 daniel-mar 425
                "reference": "f911286ad361c9fba1b422c07f040852c0c193a3"
597 daniel-mar 426
            },
427
            "dist": {
428
                "type": "zip",
621 daniel-mar 429
                "url": "https://api.github.com/repos/google/recaptcha/zipball/f911286ad361c9fba1b422c07f040852c0c193a3",
430
                "reference": "f911286ad361c9fba1b422c07f040852c0c193a3",
597 daniel-mar 431
                "shasum": ""
432
            },
433
            "require": {
434
                "php": ">=5.5"
435
            },
436
            "require-dev": {
437
                "friendsofphp/php-cs-fixer": "^2.2.20|^2.15",
438
                "php-coveralls/php-coveralls": "^2.1",
439
                "phpunit/phpunit": "^4.8.36|^5.7.27|^6.59|^7.5.11"
440
            },
621 daniel-mar 441
            "time": "2020-10-01T15:14:41+00:00",
442
            "default-branch": true,
597 daniel-mar 443
            "type": "library",
444
            "extra": {
445
                "branch-alias": {
446
                    "dev-master": "1.2.x-dev"
447
                }
448
            },
449
            "installation-source": "dist",
450
            "autoload": {
451
                "psr-4": {
452
                    "ReCaptcha\\": "src/ReCaptcha"
453
                }
454
            },
455
            "notification-url": "https://packagist.org/downloads/",
456
            "license": [
457
                "BSD-3-Clause"
458
            ],
459
            "description": "Client library for reCAPTCHA, a free service that protects websites from spam and abuse.",
460
            "homepage": "https://www.google.com/recaptcha/",
461
            "keywords": [
462
                "Abuse",
463
                "captcha",
464
                "recaptcha",
465
                "spam"
466
            ],
467
            "support": {
468
                "forum": "https://groups.google.com/forum/#!forum/recaptcha",
469
                "issues": "https://github.com/google/recaptcha/issues",
470
                "source": "https://github.com/google/recaptcha"
471
            },
472
            "install-path": "../google/recaptcha"
473
        },
474
        {
475
            "name": "matthiasmullie/minify",
476
            "version": "1.3.66",
477
            "version_normalized": "1.3.66.0",
478
            "source": {
479
                "type": "git",
480
                "url": "https://github.com/matthiasmullie/minify.git",
481
                "reference": "45fd3b0f1dfa2c965857c6d4a470bea52adc31a6"
482
            },
483
            "dist": {
484
                "type": "zip",
485
                "url": "https://api.github.com/repos/matthiasmullie/minify/zipball/45fd3b0f1dfa2c965857c6d4a470bea52adc31a6",
486
                "reference": "45fd3b0f1dfa2c965857c6d4a470bea52adc31a6",
487
                "shasum": ""
488
            },
489
            "require": {
490
                "ext-pcre": "*",
491
                "matthiasmullie/path-converter": "~1.1",
492
                "php": ">=5.3.0"
493
            },
494
            "require-dev": {
495
                "friendsofphp/php-cs-fixer": "~2.0",
496
                "matthiasmullie/scrapbook": "dev-master",
497
                "phpunit/phpunit": ">=4.8"
498
            },
499
            "suggest": {
500
                "psr/cache-implementation": "Cache implementation to use with Minify::cache"
501
            },
502
            "time": "2021-01-06T15:18:10+00:00",
503
            "bin": [
504
                "bin/minifycss",
505
                "bin/minifyjs"
506
            ],
507
            "type": "library",
508
            "installation-source": "dist",
509
            "autoload": {
510
                "psr-4": {
511
                    "MatthiasMullie\\Minify\\": "src/"
512
                }
513
            },
514
            "notification-url": "https://packagist.org/downloads/",
515
            "license": [
516
                "MIT"
517
            ],
518
            "authors": [
519
                {
520
                    "name": "Matthias Mullie",
521
                    "email": "minify@mullie.eu",
522
                    "homepage": "http://www.mullie.eu",
523
                    "role": "Developer"
524
                }
525
            ],
526
            "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.",
527
            "homepage": "http://www.minifier.org",
528
            "keywords": [
529
                "JS",
530
                "css",
531
                "javascript",
532
                "minifier",
533
                "minify"
534
            ],
535
            "support": {
536
                "issues": "https://github.com/matthiasmullie/minify/issues",
537
                "source": "https://github.com/matthiasmullie/minify/tree/1.3.66"
538
            },
539
            "funding": [
540
                {
541
                    "url": "https://github.com/[user1",
542
                    "type": "github"
543
                },
544
                {
545
                    "url": "https://github.com/matthiasmullie] # Replace with up to 4 GitHub Sponsors-enabled usernames e.g.",
546
                    "type": "github"
547
                },
548
                {
549
                    "url": "https://github.com/user2",
550
                    "type": "github"
551
                }
552
            ],
553
            "install-path": "../matthiasmullie/minify"
554
        },
555
        {
556
            "name": "matthiasmullie/path-converter",
557
            "version": "1.1.3",
558
            "version_normalized": "1.1.3.0",
559
            "source": {
560
                "type": "git",
561
                "url": "https://github.com/matthiasmullie/path-converter.git",
562
                "reference": "e7d13b2c7e2f2268e1424aaed02085518afa02d9"
563
            },
564
            "dist": {
565
                "type": "zip",
566
                "url": "https://api.github.com/repos/matthiasmullie/path-converter/zipball/e7d13b2c7e2f2268e1424aaed02085518afa02d9",
567
                "reference": "e7d13b2c7e2f2268e1424aaed02085518afa02d9",
568
                "shasum": ""
569
            },
570
            "require": {
571
                "ext-pcre": "*",
572
                "php": ">=5.3.0"
573
            },
574
            "require-dev": {
575
                "phpunit/phpunit": "~4.8"
576
            },
577
            "time": "2019-02-05T23:41:09+00:00",
578
            "type": "library",
579
            "installation-source": "dist",
580
            "autoload": {
581
                "psr-4": {
582
                    "MatthiasMullie\\PathConverter\\": "src/"
583
                }
584
            },
585
            "notification-url": "https://packagist.org/downloads/",
586
            "license": [
587
                "MIT"
588
            ],
589
            "authors": [
590
                {
591
                    "name": "Matthias Mullie",
592
                    "email": "pathconverter@mullie.eu",
593
                    "homepage": "http://www.mullie.eu",
594
                    "role": "Developer"
595
                }
596
            ],
597
            "description": "Relative path converter",
598
            "homepage": "http://github.com/matthiasmullie/path-converter",
599
            "keywords": [
600
                "converter",
601
                "path",
602
                "paths",
603
                "relative"
604
            ],
605
            "support": {
606
                "issues": "https://github.com/matthiasmullie/path-converter/issues",
607
                "source": "https://github.com/matthiasmullie/path-converter/tree/1.1.3"
608
            },
609
            "install-path": "../matthiasmullie/path-converter"
610
        },
611
        {
612
            "name": "mikemcl/bignumber.js",
613
            "version": "master",
614
            "version_normalized": "dev-master",
615
            "source": {
616
                "type": "git",
617
                "url": "https://github.com/MikeMcl/bignumber.js",
618
                "reference": "master"
619
            },
620
            "type": "library",
621
            "installation-source": "source",
622
            "license": [
623
                "MIT"
624
            ],
625
            "install-path": "../mikemcl/bignumber.js"
626
        },
627
        {
628
            "name": "n-other/php-sha3",
629
            "version": "dev-master",
630
            "version_normalized": "dev-master",
631
            "source": {
632
                "type": "git",
633
                "url": "https://github.com/n-other/php-sha3.git",
634
                "reference": "54ee3b90986e88286d333319e6340b90bde4f71a"
635
            },
636
            "dist": {
637
                "type": "zip",
638
                "url": "https://api.github.com/repos/n-other/php-sha3/zipball/54ee3b90986e88286d333319e6340b90bde4f71a",
639
                "reference": "54ee3b90986e88286d333319e6340b90bde4f71a",
640
                "shasum": ""
641
            },
642
            "require": {
643
                "php": ">=5.4.0"
644
            },
645
            "require-dev": {
646
                "phpunit/phpunit": "^4.8",
647
                "satooshi/php-coveralls": "dev-master"
648
            },
649
            "time": "2018-07-13T13:11:34+00:00",
650
            "default-branch": true,
651
            "type": "library",
652
            "installation-source": "dist",
653
            "autoload": {
654
                "psr-4": {
655
                    "bb\\Sha3\\": "src"
656
                }
657
            },
658
            "notification-url": "https://packagist.org/downloads/",
659
            "license": [
660
                "MIT"
661
            ],
662
            "authors": [
663
                {
664
                    "name": "Bruno Bierbaumer",
665
                    "homepage": "https://github.com/0xbb/php-sha3"
666
                }
667
            ],
668
            "description": "Pure PHP implementation of SHA-3",
669
            "keywords": [
670
                "sha-3",
671
                "sha3",
672
                "shake"
673
            ],
674
            "support": {
675
                "source": "https://github.com/n-other/php-sha3/tree/master"
676
            },
677
            "install-path": "../n-other/php-sha3"
678
        },
679
        {
680
            "name": "spamspan/spamspan",
681
            "version": "master",
682
            "version_normalized": "dev-master",
683
            "dist": {
684
                "type": "zip",
685
                "url": "http://www.spamspan.com/releases/spamspan-latest.zip",
686
                "reference": "master"
687
            },
688
            "type": "library",
689
            "installation-source": "dist",
690
            "license": [
691
                "GPL-2.0-only"
692
            ],
693
            "install-path": "../spamspan/spamspan"
694
        },
695
        {
696
            "name": "symfony/polyfill-mbstring",
697
            "version": "v1.19.0",
698
            "version_normalized": "1.19.0.0",
699
            "source": {
700
                "type": "git",
701
                "url": "https://github.com/symfony/polyfill-mbstring.git",
702
                "reference": "b5f7b932ee6fa802fc792eabd77c4c88084517ce"
703
            },
704
            "dist": {
705
                "type": "zip",
706
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/b5f7b932ee6fa802fc792eabd77c4c88084517ce",
707
                "reference": "b5f7b932ee6fa802fc792eabd77c4c88084517ce",
708
                "shasum": ""
709
            },
710
            "require": {
711
                "php": ">=5.3.3"
712
            },
713
            "suggest": {
714
                "ext-mbstring": "For best performance"
715
            },
716
            "time": "2020-10-23T09:01:57+00:00",
717
            "type": "library",
718
            "extra": {
719
                "branch-alias": {
720
                    "dev-main": "1.19-dev"
721
                },
722
                "thanks": {
723
                    "name": "symfony/polyfill",
724
                    "url": "https://github.com/symfony/polyfill"
725
                }
726
            },
727
            "installation-source": "dist",
728
            "autoload": {
729
                "psr-4": {
730
                    "Symfony\\Polyfill\\Mbstring\\": ""
731
                },
732
                "files": [
733
                    "bootstrap.php"
734
                ]
735
            },
736
            "notification-url": "https://packagist.org/downloads/",
737
            "license": [
738
                "MIT"
739
            ],
740
            "authors": [
741
                {
742
                    "name": "Nicolas Grekas",
743
                    "email": "p@tchwork.com"
744
                },
745
                {
746
                    "name": "Symfony Community",
747
                    "homepage": "https://symfony.com/contributors"
748
                }
749
            ],
750
            "description": "Symfony polyfill for the Mbstring extension",
751
            "homepage": "https://symfony.com",
752
            "keywords": [
753
                "compatibility",
754
                "mbstring",
755
                "polyfill",
756
                "portable",
757
                "shim"
758
            ],
759
            "support": {
760
                "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.19.0"
761
            },
762
            "funding": [
763
                {
764
                    "url": "https://symfony.com/sponsor",
765
                    "type": "custom"
766
                },
767
                {
768
                    "url": "https://github.com/fabpot",
769
                    "type": "github"
770
                },
771
                {
772
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
773
                    "type": "tidelift"
774
                }
775
            ],
776
            "install-path": "../symfony/polyfill-mbstring"
777
        },
778
        {
779
            "name": "tinymce/tinymce",
780
            "version": "5.8.1",
781
            "version_normalized": "5.8.1.0",
782
            "source": {
783
                "type": "git",
784
                "url": "https://github.com/tinymce/tinymce-dist.git",
785
                "reference": "7bbf6f5f7cfa927286523a7681fd20b8489f0709"
786
            },
787
            "dist": {
788
                "type": "zip",
789
                "url": "https://api.github.com/repos/tinymce/tinymce-dist/zipball/7bbf6f5f7cfa927286523a7681fd20b8489f0709",
790
                "reference": "7bbf6f5f7cfa927286523a7681fd20b8489f0709",
791
                "shasum": ""
792
            },
793
            "time": "2021-05-20T02:06:43+00:00",
794
            "type": "component",
795
            "extra": {
796
                "component": {
797
                    "scripts": [
798
                        "tinymce.js",
799
                        "plugins/*/plugin.js",
800
                        "themes/*/theme.js",
801
                        "themes/*/icons.js"
802
                    ],
803
                    "files": [
804
                        "tinymce.min.js",
805
                        "plugins/*/plugin.min.js",
806
                        "themes/*/theme.min.js",
807
                        "skins/**",
808
                        "icons/*/icons.min.js"
809
                    ]
810
                }
811
            },
812
            "installation-source": "dist",
813
            "notification-url": "https://packagist.org/downloads/",
814
            "license": [
815
                "LGPL-2.1-only"
816
            ],
817
            "description": "Web based JavaScript HTML WYSIWYG editor control.",
818
            "homepage": "http://www.tinymce.com",
819
            "keywords": [
820
                "editor",
821
                "html",
822
                "javascript",
823
                "richtext",
824
                "tinymce",
825
                "wysiwyg"
826
            ],
827
            "support": {
828
                "source": "https://github.com/tinymce/tinymce-dist/tree/5.8.1"
829
            },
830
            "install-path": "../tinymce/tinymce"
831
        },
832
        {
833
            "name": "twbs/bootstrap",
834
            "version": "v5.0.1",
835
            "version_normalized": "5.0.1.0",
836
            "source": {
837
                "type": "git",
838
                "url": "https://github.com/twbs/bootstrap.git",
839
                "reference": "58b1be927f43c779377e478df2d119f2ddf956ca"
840
            },
841
            "dist": {
842
                "type": "zip",
843
                "url": "https://api.github.com/repos/twbs/bootstrap/zipball/58b1be927f43c779377e478df2d119f2ddf956ca",
844
                "reference": "58b1be927f43c779377e478df2d119f2ddf956ca",
845
                "shasum": ""
846
            },
847
            "replace": {
848
                "twitter/bootstrap": "self.version"
849
            },
850
            "time": "2021-05-13T16:22:20+00:00",
851
            "type": "library",
852
            "installation-source": "dist",
853
            "notification-url": "https://packagist.org/downloads/",
854
            "license": [
855
                "MIT"
856
            ],
857
            "authors": [
858
                {
859
                    "name": "Mark Otto",
860
                    "email": "markdotto@gmail.com"
861
                },
862
                {
863
                    "name": "Jacob Thornton",
864
                    "email": "jacobthornton@gmail.com"
865
                }
866
            ],
867
            "description": "The most popular front-end framework for developing responsive, mobile first projects on the web.",
868
            "homepage": "https://getbootstrap.com/",
869
            "keywords": [
870
                "JS",
871
                "css",
872
                "framework",
873
                "front-end",
874
                "mobile-first",
875
                "responsive",
876
                "sass",
877
                "web"
878
            ],
879
            "support": {
880
                "issues": "https://github.com/twbs/bootstrap/issues",
881
                "source": "https://github.com/twbs/bootstrap/tree/v5.0.1"
882
            },
883
            "funding": [
884
                {
885
                    "url": "https://opencollective.com/bootstrap",
886
                    "type": "open_collective"
887
                }
888
            ],
889
            "install-path": "../twbs/bootstrap"
890
        },
891
        {
892
            "name": "tweeb/tinymce-i18n",
893
            "version": "2.0.3",
894
            "version_normalized": "2.0.3.0",
895
            "source": {
896
                "type": "git",
897
                "url": "https://github.com/tweeb/tinymce-i18n.git",
898
                "reference": "9be0b61d0d91bba1f9a5c34f4830752b5da987ef"
899
            },
900
            "dist": {
901
                "type": "zip",
902
                "url": "https://api.github.com/repos/tweeb/tinymce-i18n/zipball/9be0b61d0d91bba1f9a5c34f4830752b5da987ef",
903
                "reference": "9be0b61d0d91bba1f9a5c34f4830752b5da987ef",
904
                "shasum": ""
905
            },
906
            "time": "2021-05-01T18:52:45+00:00",
907
            "type": "library",
908
            "installation-source": "dist",
909
            "notification-url": "https://packagist.org/downloads/",
910
            "license": [
911
                "MIT"
912
            ],
913
            "authors": [
914
                {
915
                    "name": "TinyMCE Community"
916
                }
917
            ],
918
            "description": "Languages for TinyMCE 5",
919
            "homepage": "https://github.com/tweeb/tinymce-i18n",
920
            "keywords": [
921
                "i18n",
922
                "languages",
923
                "tinymce"
924
            ],
925
            "support": {
926
                "source": "https://github.com/tweeb/tinymce-i18n/tree/2.0.3"
927
            },
928
            "install-path": "../tweeb/tinymce-i18n"
929
        },
930
        {
931
            "name": "vakata/jstree",
932
            "version": "3.3.11",
933
            "version_normalized": "3.3.11.0",
934
            "source": {
935
                "type": "git",
936
                "url": "https://github.com/vakata/jstree.git",
937
                "reference": "4a77e59a3f67b0beb1b576cc211cb7e7a76a9879"
938
            },
939
            "dist": {
940
                "type": "zip",
941
                "url": "https://api.github.com/repos/vakata/jstree/zipball/4a77e59a3f67b0beb1b576cc211cb7e7a76a9879",
942
                "reference": "4a77e59a3f67b0beb1b576cc211cb7e7a76a9879",
943
                "shasum": ""
944
            },
945
            "require": {
946
                "components/jquery": ">=1.9.1"
947
            },
948
            "suggest": {
949
                "robloach/component-installer": "Allows installation of Components via Composer"
950
            },
951
            "time": "2020-12-18T20:56:30+00:00",
952
            "type": "component",
953
            "extra": {
954
                "component": {
955
                    "scripts": [
956
                        "dist/jstree.js"
957
                    ],
958
                    "styles": [
959
                        "dist/themes/default/style.css"
960
                    ],
961
                    "images": [
962
                        "dist/themes/default/32px.png",
963
                        "dist/themes/default/40px.png",
964
                        "dist/themes/default/throbber.gif"
965
                    ],
966
                    "files": [
967
                        "dist/jstree.min.js",
968
                        "dist/themes/default/style.min.css",
969
                        "dist/themes/default/32px.png",
970
                        "dist/themes/default/40px.png",
971
                        "dist/themes/default/throbber.gif"
972
                    ]
973
                }
974
            },
975
            "installation-source": "dist",
976
            "notification-url": "https://packagist.org/downloads/",
977
            "license": [
978
                "MIT"
979
            ],
980
            "authors": [
981
                {
982
                    "name": "Ivan Bozhanov",
983
                    "email": "jstree@jstree.com"
984
                }
985
            ],
986
            "description": "jsTree is jquery plugin, that provides interactive trees.",
987
            "homepage": "http://jstree.com",
988
            "support": {
989
                "forum": "https://groups.google.com/forum/#!forum/jstree",
990
                "issues": "https://github.com/vakata/jstree/issues",
991
                "source": "https://github.com/vakata/jstree"
992
            },
993
            "funding": [
994
                {
995
                    "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",
996
                    "type": "custom"
997
                },
998
                {
999
                    "url": "https://github.com/vakata",
1000
                    "type": "github"
1001
                }
1002
            ],
1003
            "install-path": "../vakata/jstree"
1004
        }
1005
    ],
1006
    "dev": true,
1007
    "dev-package-names": []
1008
}