Subversion Repositories oidplus

Rev

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