Subversion Repositories oidplus

Rev

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

Rev Author Line No. Line
597 daniel-mar 1
{
2
    "packages": [
3
        {
4
            "name": "components/jquery",
637 daniel-mar 5
            "version": "3.6.0",
6
            "version_normalized": "3.6.0.0",
597 daniel-mar 7
            "source": {
8
                "type": "git",
9
                "url": "https://github.com/components/jquery.git",
637 daniel-mar 10
                "reference": "6cf38ee1fd04b6adf8e7dda161283aa35be818c3"
597 daniel-mar 11
            },
12
            "dist": {
13
                "type": "zip",
637 daniel-mar 14
                "url": "https://api.github.com/repos/components/jquery/zipball/6cf38ee1fd04b6adf8e7dda161283aa35be818c3",
15
                "reference": "6cf38ee1fd04b6adf8e7dda161283aa35be818c3",
597 daniel-mar 16
                "shasum": ""
17
            },
637 daniel-mar 18
            "time": "2021-03-20T19:13:42+00:00",
597 daniel-mar 19
            "type": "component",
20
            "extra": {
21
                "component": {
22
                    "scripts": [
23
                        "jquery.js"
24
                    ],
25
                    "files": [
26
                        "jquery.min.js",
27
                        "jquery.min.map",
28
                        "jquery.slim.js",
29
                        "jquery.slim.min.js",
30
                        "jquery.slim.min.map"
31
                    ]
32
                }
33
            },
34
            "installation-source": "dist",
35
            "notification-url": "https://packagist.org/downloads/",
36
            "license": [
37
                "MIT"
38
            ],
39
            "authors": [
40
                {
41
                    "name": "JS Foundation and other contributors"
42
                }
43
            ],
44
            "description": "jQuery JavaScript Library",
45
            "homepage": "http://jquery.com",
46
            "support": {
47
                "forum": "http://forum.jquery.com",
48
                "irc": "irc://irc.freenode.org/jquery",
49
                "issues": "https://github.com/jquery/jquery/issues",
50
                "source": "https://github.com/jquery/jquery",
51
                "wiki": "http://docs.jquery.com/"
52
            },
53
            "install-path": "../components/jquery"
54
        },
55
        {
56
            "name": "components/jqueryui",
57
            "version": "1.12.1",
58
            "version_normalized": "1.12.1.0",
59
            "source": {
60
                "type": "git",
61
                "url": "https://github.com/components/jqueryui.git",
62
                "reference": "44ecf3794cc56b65954cc19737234a3119d036cc"
63
            },
64
            "dist": {
65
                "type": "zip",
66
                "url": "https://api.github.com/repos/components/jqueryui/zipball/44ecf3794cc56b65954cc19737234a3119d036cc",
67
                "reference": "44ecf3794cc56b65954cc19737234a3119d036cc",
68
                "shasum": ""
69
            },
70
            "require": {
71
                "components/jquery": ">=1.6"
72
            },
73
            "time": "2016-09-16T05:47:55+00:00",
74
            "type": "component",
75
            "extra": {
76
                "component": {
77
                    "name": "jquery-ui",
78
                    "scripts": [
79
                        "jquery-ui.js"
80
                    ],
81
                    "files": [
82
                        "ui/**",
83
                        "themes/**",
84
                        "jquery-ui.min.js"
85
                    ],
86
                    "shim": {
87
                        "deps": [
88
                            "jquery"
89
                        ],
90
                        "exports": "jQuery"
91
                    }
92
                }
93
            },
94
            "installation-source": "dist",
95
            "notification-url": "https://packagist.org/downloads/",
96
            "license": [
97
                "MIT"
98
            ],
99
            "authors": [
100
                {
101
                    "name": "jQuery UI Team",
102
                    "homepage": "http://jqueryui.com/about"
103
                },
104
                {
105
                    "name": "Joern Zaefferer",
106
                    "email": "joern.zaefferer@gmail.com",
107
                    "homepage": "http://bassistance.de"
108
                },
109
                {
110
                    "name": "Scott Gonzalez",
111
                    "email": "scott.gonzalez@gmail.com",
112
                    "homepage": "http://scottgonzalez.com"
113
                },
114
                {
115
                    "name": "Kris Borchers",
116
                    "email": "kris.borchers@gmail.com",
117
                    "homepage": "http://krisborchers.com"
118
                },
119
                {
120
                    "name": "Mike Sherov",
121
                    "email": "mike.sherov@gmail.com",
122
                    "homepage": "http://mike.sherov.com"
123
                },
124
                {
125
                    "name": "TJ VanToll",
126
                    "email": "tj.vantoll@gmail.com",
127
                    "homepage": "http://tjvantoll.com"
128
                },
129
                {
130
                    "name": "Corey Frang",
131
                    "email": "gnarf37@gmail.com",
132
                    "homepage": "http://gnarf.net"
133
                },
134
                {
135
                    "name": "Felix Nagel",
136
                    "email": "info@felixnagel.com",
137
                    "homepage": "http://www.felixnagel.com"
138
                }
139
            ],
140
            "description": "jQuery UI is a curated set of user interface interactions, effects, widgets, and themes built on top of the jQuery JavaScript Library. Whether you're building highly interactive web applications or you just need to add a date picker to a form control, jQuery UI is the perfect choice.",
141
            "support": {
142
                "issues": "https://github.com/components/jqueryui/issues",
143
                "source": "https://github.com/components/jqueryui/tree/master"
144
            },
145
            "install-path": "../components/jqueryui"
146
        },
147
        {
148
            "name": "danielmarschall/fileformats",
621 daniel-mar 149
            "version": "dev-master",
597 daniel-mar 150
            "version_normalized": "dev-master",
151
            "source": {
621 daniel-mar 152
                "type": "git",
153
                "url": "https://github.com/danielmarschall/fileformats.git",
732 daniel-mar 154
                "reference": "880e97b497710dc14ee8f38b4e48250ce49202ee"
597 daniel-mar 155
            },
621 daniel-mar 156
            "dist": {
157
                "type": "zip",
732 daniel-mar 158
                "url": "https://api.github.com/repos/danielmarschall/fileformats/zipball/880e97b497710dc14ee8f38b4e48250ce49202ee",
159
                "reference": "880e97b497710dc14ee8f38b4e48250ce49202ee",
621 daniel-mar 160
                "shasum": ""
161
            },
162
            "require": {
163
                "php": ">=7.0"
164
            },
732 daniel-mar 165
            "time": "2022-01-09T15:19:14+00:00",
621 daniel-mar 166
            "default-branch": true,
597 daniel-mar 167
            "type": "library",
621 daniel-mar 168
            "installation-source": "dist",
169
            "notification-url": "https://packagist.org/downloads/",
597 daniel-mar 170
            "license": [
171
                "Apache-2.0"
172
            ],
621 daniel-mar 173
            "authors": [
174
                {
175
                    "name": "Daniel Marschall",
176
                    "email": "info@daniel-marschall.de",
177
                    "homepage": "https://www.daniel-marschall.de/"
178
                }
179
            ],
180
            "description": "File format detection in PHP",
181
            "homepage": "https://www.viathinksoft.com/projects/fileformats",
182
            "support": {
183
                "issues": "https://github.com/danielmarschall/fileformats/issues",
184
                "source": "https://github.com/danielmarschall/fileformats/tree/master"
185
            },
597 daniel-mar 186
            "install-path": "../danielmarschall/fileformats"
187
        },
188
        {
603 daniel-mar 189
            "name": "danielmarschall/php_utils",
621 daniel-mar 190
            "version": "dev-master",
603 daniel-mar 191
            "version_normalized": "dev-master",
192
            "source": {
621 daniel-mar 193
                "type": "git",
194
                "url": "https://github.com/danielmarschall/php_utils.git",
732 daniel-mar 195
                "reference": "0f6f43b78e7ffef69e23710e9e006c33d3d732bc"
603 daniel-mar 196
            },
621 daniel-mar 197
            "dist": {
198
                "type": "zip",
732 daniel-mar 199
                "url": "https://api.github.com/repos/danielmarschall/php_utils/zipball/0f6f43b78e7ffef69e23710e9e006c33d3d732bc",
200
                "reference": "0f6f43b78e7ffef69e23710e9e006c33d3d732bc",
621 daniel-mar 201
                "shasum": ""
202
            },
203
            "require": {
204
                "php": ">=7.0"
205
            },
732 daniel-mar 206
            "time": "2022-01-09T19:10:13+00:00",
621 daniel-mar 207
            "default-branch": true,
603 daniel-mar 208
            "type": "library",
621 daniel-mar 209
            "installation-source": "dist",
210
            "notification-url": "https://packagist.org/downloads/",
603 daniel-mar 211
            "license": [
212
                "Apache-2.0"
213
            ],
621 daniel-mar 214
            "authors": [
215
                {
216
                    "name": "Daniel Marschall",
217
                    "email": "info@daniel-marschall.de",
218
                    "homepage": "https://www.daniel-marschall.de/"
219
                }
220
            ],
221
            "description": "PHP functions",
222
            "homepage": "https://www.viathinksoft.com/projects/php_utils",
223
            "support": {
224
                "issues": "https://github.com/danielmarschall/php_utils/issues",
225
                "source": "https://github.com/danielmarschall/php_utils/tree/master"
226
            },
603 daniel-mar 227
            "install-path": "../danielmarschall/php_utils"
228
        },
229
        {
602 daniel-mar 230
            "name": "danielmarschall/uuid_mac_utils",
621 daniel-mar 231
            "version": "dev-master",
602 daniel-mar 232
            "version_normalized": "dev-master",
233
            "source": {
621 daniel-mar 234
                "type": "git",
235
                "url": "https://github.com/danielmarschall/uuid_mac_utils.git",
759 daniel-mar 236
                "reference": "31174ea5dc3398645f70bc40f5162aa5b73f5b52"
602 daniel-mar 237
            },
621 daniel-mar 238
            "dist": {
239
                "type": "zip",
759 daniel-mar 240
                "url": "https://api.github.com/repos/danielmarschall/uuid_mac_utils/zipball/31174ea5dc3398645f70bc40f5162aa5b73f5b52",
241
                "reference": "31174ea5dc3398645f70bc40f5162aa5b73f5b52",
621 daniel-mar 242
                "shasum": ""
243
            },
244
            "require": {
245
                "php": ">=7.0"
246
            },
759 daniel-mar 247
            "time": "2022-02-13T00:44:25+00:00",
621 daniel-mar 248
            "default-branch": true,
602 daniel-mar 249
            "type": "library",
621 daniel-mar 250
            "installation-source": "dist",
251
            "notification-url": "https://packagist.org/downloads/",
602 daniel-mar 252
            "license": [
253
                "Apache-2.0"
254
            ],
621 daniel-mar 255
            "authors": [
256
                {
257
                    "name": "Daniel Marschall",
258
                    "email": "info@daniel-marschall.de",
259
                    "homepage": "https://www.daniel-marschall.de/"
260
                }
261
            ],
262
            "description": "UUID & MAC Utils for PHP",
263
            "homepage": "https://www.viathinksoft.com/projects/uuid_mac_utils",
264
            "support": {
265
                "issues": "https://github.com/danielmarschall/uuid_mac_utils/issues",
266
                "source": "https://github.com/danielmarschall/uuid_mac_utils/tree/master"
267
            },
602 daniel-mar 268
            "install-path": "../danielmarschall/uuid_mac_utils"
269
        },
270
        {
597 daniel-mar 271
            "name": "danielmarschall/vnag",
621 daniel-mar 272
            "version": "dev-master",
597 daniel-mar 273
            "version_normalized": "dev-master",
274
            "source": {
621 daniel-mar 275
                "type": "git",
276
                "url": "https://github.com/danielmarschall/vnag.git",
759 daniel-mar 277
                "reference": "117090c03ad95c35f699aacd8750bbaeef3d8268"
597 daniel-mar 278
            },
621 daniel-mar 279
            "dist": {
280
                "type": "zip",
759 daniel-mar 281
                "url": "https://api.github.com/repos/danielmarschall/vnag/zipball/117090c03ad95c35f699aacd8750bbaeef3d8268",
282
                "reference": "117090c03ad95c35f699aacd8750bbaeef3d8268",
621 daniel-mar 283
                "shasum": ""
284
            },
285
            "require": {
286
                "php": ">=7.0"
287
            },
759 daniel-mar 288
            "time": "2022-02-03T01:26:49+00:00",
621 daniel-mar 289
            "default-branch": true,
597 daniel-mar 290
            "type": "library",
621 daniel-mar 291
            "installation-source": "dist",
292
            "notification-url": "https://packagist.org/downloads/",
597 daniel-mar 293
            "license": [
294
                "Apache-2.0"
295
            ],
621 daniel-mar 296
            "authors": [
297
                {
298
                    "name": "Daniel Marschall",
299
                    "email": "info@daniel-marschall.de",
300
                    "homepage": "https://www.daniel-marschall.de/"
301
                }
302
            ],
303
            "description": "VNag - Framework for developing Nagios plugins with PHP",
304
            "homepage": "https://www.viathinksoft.com/projects/vnag",
305
            "support": {
306
                "issues": "https://github.com/danielmarschall/vnag/issues",
307
                "source": "https://github.com/danielmarschall/vnag/tree/master"
308
            },
597 daniel-mar 309
            "install-path": "../danielmarschall/vnag"
310
        },
311
        {
312
            "name": "dcodeio/bcrypt.js",
313
            "version": "master",
314
            "version_normalized": "dev-master",
315
            "source": {
316
                "type": "git",
317
                "url": "https://github.com/dcodeIO/bcrypt.js",
318
                "reference": "master"
319
            },
320
            "type": "library",
321
            "installation-source": "source",
322
            "license": [
323
                "BSD-3-Clause",
324
                "MIT"
325
            ],
326
            "install-path": "../dcodeio/bcrypt.js"
327
        },
328
        {
329
            "name": "emn178/js-sha3",
330
            "version": "master",
331
            "version_normalized": "dev-master",
332
            "source": {
333
                "type": "git",
334
                "url": "https://github.com/emn178/js-sha3",
335
                "reference": "master"
336
            },
337
            "type": "library",
338
            "installation-source": "source",
339
            "license": [
340
                "MIT"
341
            ],
342
            "install-path": "../emn178/js-sha3"
343
        },
344
        {
345
            "name": "firebase/php-jwt",
679 daniel-mar 346
            "version": "v5.5.1",
347
            "version_normalized": "5.5.1.0",
597 daniel-mar 348
            "source": {
349
                "type": "git",
350
                "url": "https://github.com/firebase/php-jwt.git",
679 daniel-mar 351
                "reference": "83b609028194aa042ea33b5af2d41a7427de80e6"
597 daniel-mar 352
            },
353
            "dist": {
354
                "type": "zip",
679 daniel-mar 355
                "url": "https://api.github.com/repos/firebase/php-jwt/zipball/83b609028194aa042ea33b5af2d41a7427de80e6",
356
                "reference": "83b609028194aa042ea33b5af2d41a7427de80e6",
597 daniel-mar 357
                "shasum": ""
358
            },
359
            "require": {
360
                "php": ">=5.3.0"
361
            },
362
            "require-dev": {
363
                "phpunit/phpunit": ">=4.8 <=9"
364
            },
637 daniel-mar 365
            "suggest": {
366
                "paragonie/sodium_compat": "Support EdDSA (Ed25519) signatures when libsodium is not present"
367
            },
679 daniel-mar 368
            "time": "2021-11-08T20:18:51+00:00",
597 daniel-mar 369
            "type": "library",
370
            "installation-source": "dist",
371
            "autoload": {
372
                "psr-4": {
373
                    "Firebase\\JWT\\": "src"
374
                }
375
            },
376
            "notification-url": "https://packagist.org/downloads/",
377
            "license": [
378
                "BSD-3-Clause"
379
            ],
380
            "authors": [
381
                {
382
                    "name": "Neuman Vong",
383
                    "email": "neuman+pear@twilio.com",
384
                    "role": "Developer"
385
                },
386
                {
387
                    "name": "Anant Narayanan",
388
                    "email": "anant@php.net",
389
                    "role": "Developer"
390
                }
391
            ],
392
            "description": "A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.",
393
            "homepage": "https://github.com/firebase/php-jwt",
394
            "keywords": [
395
                "jwt",
396
                "php"
397
            ],
398
            "support": {
399
                "issues": "https://github.com/firebase/php-jwt/issues",
679 daniel-mar 400
                "source": "https://github.com/firebase/php-jwt/tree/v5.5.1"
597 daniel-mar 401
            },
402
            "install-path": "../firebase/php-jwt"
403
        },
404
        {
405
            "name": "gedmarc/layout",
406
            "version": "master",
407
            "version_normalized": "dev-master",
408
            "source": {
409
                "type": "git",
410
                "url": "https://github.com/GedMarc/layout",
411
                "reference": "master"
412
            },
413
            "type": "library",
414
            "installation-source": "source",
415
            "license": [
416
                "GPL-3.0-or-later",
417
                "MIT"
418
            ],
419
            "install-path": "../gedmarc/layout"
420
        },
421
        {
422
            "name": "matthiasmullie/minify",
423
            "version": "1.3.66",
424
            "version_normalized": "1.3.66.0",
425
            "source": {
426
                "type": "git",
427
                "url": "https://github.com/matthiasmullie/minify.git",
428
                "reference": "45fd3b0f1dfa2c965857c6d4a470bea52adc31a6"
429
            },
430
            "dist": {
431
                "type": "zip",
432
                "url": "https://api.github.com/repos/matthiasmullie/minify/zipball/45fd3b0f1dfa2c965857c6d4a470bea52adc31a6",
433
                "reference": "45fd3b0f1dfa2c965857c6d4a470bea52adc31a6",
434
                "shasum": ""
435
            },
436
            "require": {
437
                "ext-pcre": "*",
438
                "matthiasmullie/path-converter": "~1.1",
439
                "php": ">=5.3.0"
440
            },
441
            "require-dev": {
442
                "friendsofphp/php-cs-fixer": "~2.0",
443
                "matthiasmullie/scrapbook": "dev-master",
444
                "phpunit/phpunit": ">=4.8"
445
            },
446
            "suggest": {
447
                "psr/cache-implementation": "Cache implementation to use with Minify::cache"
448
            },
449
            "time": "2021-01-06T15:18:10+00:00",
450
            "bin": [
451
                "bin/minifycss",
452
                "bin/minifyjs"
453
            ],
454
            "type": "library",
455
            "installation-source": "dist",
456
            "autoload": {
457
                "psr-4": {
458
                    "MatthiasMullie\\Minify\\": "src/"
459
                }
460
            },
461
            "notification-url": "https://packagist.org/downloads/",
462
            "license": [
463
                "MIT"
464
            ],
465
            "authors": [
466
                {
467
                    "name": "Matthias Mullie",
468
                    "email": "minify@mullie.eu",
469
                    "homepage": "http://www.mullie.eu",
470
                    "role": "Developer"
471
                }
472
            ],
473
            "description": "CSS & JavaScript minifier, in PHP. Removes whitespace, strips comments, combines files (incl. @import statements and small assets in CSS files), and optimizes/shortens a few common programming patterns.",
474
            "homepage": "http://www.minifier.org",
475
            "keywords": [
476
                "JS",
477
                "css",
478
                "javascript",
479
                "minifier",
480
                "minify"
481
            ],
482
            "support": {
483
                "issues": "https://github.com/matthiasmullie/minify/issues",
484
                "source": "https://github.com/matthiasmullie/minify/tree/1.3.66"
485
            },
486
            "funding": [
487
                {
488
                    "url": "https://github.com/[user1",
489
                    "type": "github"
490
                },
491
                {
492
                    "url": "https://github.com/matthiasmullie] # Replace with up to 4 GitHub Sponsors-enabled usernames e.g.",
493
                    "type": "github"
494
                },
495
                {
496
                    "url": "https://github.com/user2",
497
                    "type": "github"
498
                }
499
            ],
500
            "install-path": "../matthiasmullie/minify"
501
        },
502
        {
503
            "name": "matthiasmullie/path-converter",
504
            "version": "1.1.3",
505
            "version_normalized": "1.1.3.0",
506
            "source": {
507
                "type": "git",
508
                "url": "https://github.com/matthiasmullie/path-converter.git",
509
                "reference": "e7d13b2c7e2f2268e1424aaed02085518afa02d9"
510
            },
511
            "dist": {
512
                "type": "zip",
513
                "url": "https://api.github.com/repos/matthiasmullie/path-converter/zipball/e7d13b2c7e2f2268e1424aaed02085518afa02d9",
514
                "reference": "e7d13b2c7e2f2268e1424aaed02085518afa02d9",
515
                "shasum": ""
516
            },
517
            "require": {
518
                "ext-pcre": "*",
519
                "php": ">=5.3.0"
520
            },
521
            "require-dev": {
522
                "phpunit/phpunit": "~4.8"
523
            },
524
            "time": "2019-02-05T23:41:09+00:00",
525
            "type": "library",
526
            "installation-source": "dist",
527
            "autoload": {
528
                "psr-4": {
529
                    "MatthiasMullie\\PathConverter\\": "src/"
530
                }
531
            },
532
            "notification-url": "https://packagist.org/downloads/",
533
            "license": [
534
                "MIT"
535
            ],
536
            "authors": [
537
                {
538
                    "name": "Matthias Mullie",
539
                    "email": "pathconverter@mullie.eu",
540
                    "homepage": "http://www.mullie.eu",
541
                    "role": "Developer"
542
                }
543
            ],
544
            "description": "Relative path converter",
545
            "homepage": "http://github.com/matthiasmullie/path-converter",
546
            "keywords": [
547
                "converter",
548
                "path",
549
                "paths",
550
                "relative"
551
            ],
552
            "support": {
553
                "issues": "https://github.com/matthiasmullie/path-converter/issues",
554
                "source": "https://github.com/matthiasmullie/path-converter/tree/1.1.3"
555
            },
556
            "install-path": "../matthiasmullie/path-converter"
557
        },
558
        {
559
            "name": "n-other/php-sha3",
560
            "version": "dev-master",
561
            "version_normalized": "dev-master",
562
            "source": {
563
                "type": "git",
564
                "url": "https://github.com/n-other/php-sha3.git",
565
                "reference": "54ee3b90986e88286d333319e6340b90bde4f71a"
566
            },
567
            "dist": {
568
                "type": "zip",
569
                "url": "https://api.github.com/repos/n-other/php-sha3/zipball/54ee3b90986e88286d333319e6340b90bde4f71a",
570
                "reference": "54ee3b90986e88286d333319e6340b90bde4f71a",
571
                "shasum": ""
572
            },
573
            "require": {
574
                "php": ">=5.4.0"
575
            },
576
            "require-dev": {
577
                "phpunit/phpunit": "^4.8",
578
                "satooshi/php-coveralls": "dev-master"
579
            },
580
            "time": "2018-07-13T13:11:34+00:00",
581
            "default-branch": true,
582
            "type": "library",
583
            "installation-source": "dist",
584
            "autoload": {
585
                "psr-4": {
586
                    "bb\\Sha3\\": "src"
587
                }
588
            },
589
            "notification-url": "https://packagist.org/downloads/",
590
            "license": [
591
                "MIT"
592
            ],
593
            "authors": [
594
                {
595
                    "name": "Bruno Bierbaumer",
596
                    "homepage": "https://github.com/0xbb/php-sha3"
597
                }
598
            ],
599
            "description": "Pure PHP implementation of SHA-3",
600
            "keywords": [
601
                "sha-3",
602
                "sha3",
603
                "shake"
604
            ],
605
            "support": {
606
                "source": "https://github.com/n-other/php-sha3/tree/master"
607
            },
608
            "install-path": "../n-other/php-sha3"
609
        },
610
        {
611
            "name": "spamspan/spamspan",
612
            "version": "master",
613
            "version_normalized": "dev-master",
614
            "dist": {
615
                "type": "zip",
616
                "url": "http://www.spamspan.com/releases/spamspan-latest.zip",
617
                "reference": "master"
618
            },
619
            "type": "library",
620
            "installation-source": "dist",
621
            "license": [
622
                "GPL-2.0-only"
623
            ],
624
            "install-path": "../spamspan/spamspan"
625
        },
626
        {
627
            "name": "symfony/polyfill-mbstring",
628
            "version": "v1.19.0",
629
            "version_normalized": "1.19.0.0",
630
            "source": {
631
                "type": "git",
632
                "url": "https://github.com/symfony/polyfill-mbstring.git",
633
                "reference": "b5f7b932ee6fa802fc792eabd77c4c88084517ce"
634
            },
635
            "dist": {
636
                "type": "zip",
637
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/b5f7b932ee6fa802fc792eabd77c4c88084517ce",
638
                "reference": "b5f7b932ee6fa802fc792eabd77c4c88084517ce",
639
                "shasum": ""
640
            },
641
            "require": {
642
                "php": ">=5.3.3"
643
            },
644
            "suggest": {
645
                "ext-mbstring": "For best performance"
646
            },
647
            "time": "2020-10-23T09:01:57+00:00",
648
            "type": "library",
649
            "extra": {
650
                "branch-alias": {
651
                    "dev-main": "1.19-dev"
652
                },
653
                "thanks": {
654
                    "name": "symfony/polyfill",
655
                    "url": "https://github.com/symfony/polyfill"
656
                }
657
            },
658
            "installation-source": "dist",
659
            "autoload": {
759 daniel-mar 660
                "files": [
661
                    "bootstrap.php"
662
                ],
597 daniel-mar 663
                "psr-4": {
664
                    "Symfony\\Polyfill\\Mbstring\\": ""
759 daniel-mar 665
                }
597 daniel-mar 666
            },
667
            "notification-url": "https://packagist.org/downloads/",
668
            "license": [
669
                "MIT"
670
            ],
671
            "authors": [
672
                {
673
                    "name": "Nicolas Grekas",
674
                    "email": "p@tchwork.com"
675
                },
676
                {
677
                    "name": "Symfony Community",
678
                    "homepage": "https://symfony.com/contributors"
679
                }
680
            ],
681
            "description": "Symfony polyfill for the Mbstring extension",
682
            "homepage": "https://symfony.com",
683
            "keywords": [
684
                "compatibility",
685
                "mbstring",
686
                "polyfill",
687
                "portable",
688
                "shim"
689
            ],
690
            "support": {
691
                "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.19.0"
692
            },
693
            "funding": [
694
                {
695
                    "url": "https://symfony.com/sponsor",
696
                    "type": "custom"
697
                },
698
                {
699
                    "url": "https://github.com/fabpot",
700
                    "type": "github"
701
                },
702
                {
703
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
704
                    "type": "tidelift"
705
                }
706
            ],
707
            "install-path": "../symfony/polyfill-mbstring"
708
        },
709
        {
710
            "name": "tinymce/tinymce",
759 daniel-mar 711
            "version": "5.10.3",
712
            "version_normalized": "5.10.3.0",
597 daniel-mar 713
            "source": {
714
                "type": "git",
715
                "url": "https://github.com/tinymce/tinymce-dist.git",
759 daniel-mar 716
                "reference": "dadd7f25e31680f1c6bf61d2fb0b15794f425cd1"
597 daniel-mar 717
            },
718
            "dist": {
719
                "type": "zip",
759 daniel-mar 720
                "url": "https://api.github.com/repos/tinymce/tinymce-dist/zipball/dadd7f25e31680f1c6bf61d2fb0b15794f425cd1",
721
                "reference": "dadd7f25e31680f1c6bf61d2fb0b15794f425cd1",
597 daniel-mar 722
                "shasum": ""
723
            },
759 daniel-mar 724
            "time": "2022-02-09T03:24:06+00:00",
597 daniel-mar 725
            "type": "component",
726
            "extra": {
727
                "component": {
728
                    "scripts": [
729
                        "tinymce.js",
730
                        "plugins/*/plugin.js",
731
                        "themes/*/theme.js",
732
                        "themes/*/icons.js"
733
                    ],
734
                    "files": [
735
                        "tinymce.min.js",
736
                        "plugins/*/plugin.min.js",
737
                        "themes/*/theme.min.js",
738
                        "skins/**",
739
                        "icons/*/icons.min.js"
740
                    ]
741
                }
742
            },
743
            "installation-source": "dist",
744
            "notification-url": "https://packagist.org/downloads/",
745
            "license": [
746
                "LGPL-2.1-only"
747
            ],
748
            "description": "Web based JavaScript HTML WYSIWYG editor control.",
637 daniel-mar 749
            "homepage": "https://www.tiny.cloud/",
597 daniel-mar 750
            "keywords": [
637 daniel-mar 751
                "contenteditable",
752
                "editing",
597 daniel-mar 753
                "html",
754
                "javascript",
637 daniel-mar 755
                "rich editor",
756
                "rich text",
757
                "rich text editor",
597 daniel-mar 758
                "richtext",
637 daniel-mar 759
                "rte",
760
                "text",
597 daniel-mar 761
                "tinymce",
762
                "wysiwyg"
763
            ],
764
            "support": {
759 daniel-mar 765
                "source": "https://github.com/tinymce/tinymce-dist/tree/5.10.3"
597 daniel-mar 766
            },
767
            "install-path": "../tinymce/tinymce"
768
        },
769
        {
770
            "name": "twbs/bootstrap",
679 daniel-mar 771
            "version": "v5.1.3",
772
            "version_normalized": "5.1.3.0",
597 daniel-mar 773
            "source": {
774
                "type": "git",
775
                "url": "https://github.com/twbs/bootstrap.git",
679 daniel-mar 776
                "reference": "1a6fdfae6be09b09eaced8f0e442ca6f7680a61e"
597 daniel-mar 777
            },
778
            "dist": {
779
                "type": "zip",
679 daniel-mar 780
                "url": "https://api.github.com/repos/twbs/bootstrap/zipball/1a6fdfae6be09b09eaced8f0e442ca6f7680a61e",
781
                "reference": "1a6fdfae6be09b09eaced8f0e442ca6f7680a61e",
597 daniel-mar 782
                "shasum": ""
783
            },
784
            "replace": {
785
                "twitter/bootstrap": "self.version"
786
            },
679 daniel-mar 787
            "time": "2021-10-09T06:43:19+00:00",
597 daniel-mar 788
            "type": "library",
789
            "installation-source": "dist",
790
            "notification-url": "https://packagist.org/downloads/",
791
            "license": [
792
                "MIT"
793
            ],
794
            "authors": [
795
                {
796
                    "name": "Mark Otto",
797
                    "email": "markdotto@gmail.com"
798
                },
799
                {
800
                    "name": "Jacob Thornton",
801
                    "email": "jacobthornton@gmail.com"
802
                }
803
            ],
804
            "description": "The most popular front-end framework for developing responsive, mobile first projects on the web.",
805
            "homepage": "https://getbootstrap.com/",
806
            "keywords": [
807
                "JS",
808
                "css",
809
                "framework",
810
                "front-end",
811
                "mobile-first",
812
                "responsive",
813
                "sass",
814
                "web"
815
            ],
816
            "support": {
817
                "issues": "https://github.com/twbs/bootstrap/issues",
679 daniel-mar 818
                "source": "https://github.com/twbs/bootstrap/tree/v5.1.3"
597 daniel-mar 819
            },
820
            "install-path": "../twbs/bootstrap"
821
        },
822
        {
823
            "name": "tweeb/tinymce-i18n",
824
            "version": "2.0.3",
825
            "version_normalized": "2.0.3.0",
826
            "source": {
827
                "type": "git",
828
                "url": "https://github.com/tweeb/tinymce-i18n.git",
829
                "reference": "9be0b61d0d91bba1f9a5c34f4830752b5da987ef"
830
            },
831
            "dist": {
832
                "type": "zip",
833
                "url": "https://api.github.com/repos/tweeb/tinymce-i18n/zipball/9be0b61d0d91bba1f9a5c34f4830752b5da987ef",
834
                "reference": "9be0b61d0d91bba1f9a5c34f4830752b5da987ef",
835
                "shasum": ""
836
            },
837
            "time": "2021-05-01T18:52:45+00:00",
838
            "type": "library",
839
            "installation-source": "dist",
840
            "notification-url": "https://packagist.org/downloads/",
841
            "license": [
842
                "MIT"
843
            ],
844
            "authors": [
845
                {
846
                    "name": "TinyMCE Community"
847
                }
848
            ],
849
            "description": "Languages for TinyMCE 5",
850
            "homepage": "https://github.com/tweeb/tinymce-i18n",
851
            "keywords": [
852
                "i18n",
853
                "languages",
854
                "tinymce"
855
            ],
856
            "support": {
857
                "source": "https://github.com/tweeb/tinymce-i18n/tree/2.0.3"
858
            },
859
            "install-path": "../tweeb/tinymce-i18n"
860
        },
861
        {
862
            "name": "vakata/jstree",
637 daniel-mar 863
            "version": "3.3.12",
864
            "version_normalized": "3.3.12.0",
597 daniel-mar 865
            "source": {
866
                "type": "git",
867
                "url": "https://github.com/vakata/jstree.git",
637 daniel-mar 868
                "reference": "7a03954015eaea2467956dc05e6be78f4d1a1ff0"
597 daniel-mar 869
            },
870
            "dist": {
871
                "type": "zip",
637 daniel-mar 872
                "url": "https://api.github.com/repos/vakata/jstree/zipball/7a03954015eaea2467956dc05e6be78f4d1a1ff0",
873
                "reference": "7a03954015eaea2467956dc05e6be78f4d1a1ff0",
597 daniel-mar 874
                "shasum": ""
875
            },
876
            "require": {
877
                "components/jquery": ">=1.9.1"
878
            },
879
            "suggest": {
880
                "robloach/component-installer": "Allows installation of Components via Composer"
881
            },
637 daniel-mar 882
            "time": "2021-09-03T12:55:53+00:00",
597 daniel-mar 883
            "type": "component",
884
            "extra": {
885
                "component": {
886
                    "scripts": [
887
                        "dist/jstree.js"
888
                    ],
889
                    "styles": [
890
                        "dist/themes/default/style.css"
891
                    ],
892
                    "images": [
893
                        "dist/themes/default/32px.png",
894
                        "dist/themes/default/40px.png",
895
                        "dist/themes/default/throbber.gif"
896
                    ],
897
                    "files": [
898
                        "dist/jstree.min.js",
899
                        "dist/themes/default/style.min.css",
900
                        "dist/themes/default/32px.png",
901
                        "dist/themes/default/40px.png",
902
                        "dist/themes/default/throbber.gif"
903
                    ]
904
                }
905
            },
906
            "installation-source": "dist",
907
            "notification-url": "https://packagist.org/downloads/",
908
            "license": [
909
                "MIT"
910
            ],
911
            "authors": [
912
                {
913
                    "name": "Ivan Bozhanov",
914
                    "email": "jstree@jstree.com"
915
                }
916
            ],
917
            "description": "jsTree is jquery plugin, that provides interactive trees.",
918
            "homepage": "http://jstree.com",
919
            "support": {
920
                "forum": "https://groups.google.com/forum/#!forum/jstree",
921
                "issues": "https://github.com/vakata/jstree/issues",
922
                "source": "https://github.com/vakata/jstree"
923
            },
924
            "funding": [
925
                {
926
                    "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",
927
                    "type": "custom"
928
                },
929
                {
930
                    "url": "https://github.com/vakata",
931
                    "type": "github"
932
                }
933
            ],
934
            "install-path": "../vakata/jstree"
935
        }
936
    ],
937
    "dev": true,
938
    "dev-package-names": []
939
}