Subversion Repositories oidplus

Rev

Rev 602 | Rev 618 | 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",
149
            "version": "master",
150
            "version_normalized": "dev-master",
151
            "source": {
152
                "type": "svn",
153
                "url": "https://svn.viathinksoft.com/svn/fileformats/",
154
                "reference": "trunk/"
155
            },
156
            "type": "library",
157
            "installation-source": "source",
158
            "license": [
159
                "Apache-2.0"
160
            ],
161
            "install-path": "../danielmarschall/fileformats"
162
        },
163
        {
603 daniel-mar 164
            "name": "danielmarschall/php_utils",
165
            "version": "master",
166
            "version_normalized": "dev-master",
167
            "source": {
168
                "type": "svn",
169
                "url": "https://svn.viathinksoft.com/svn/php_utils/",
170
                "reference": "trunk/"
171
            },
172
            "type": "library",
173
            "installation-source": "source",
174
            "license": [
175
                "Apache-2.0"
176
            ],
177
            "install-path": "../danielmarschall/php_utils"
178
        },
179
        {
602 daniel-mar 180
            "name": "danielmarschall/uuid_mac_utils",
181
            "version": "master",
182
            "version_normalized": "dev-master",
183
            "source": {
184
                "type": "svn",
185
                "url": "https://svn.viathinksoft.com/svn/uuid_mac_utils/",
186
                "reference": "trunk/"
187
            },
188
            "type": "library",
189
            "installation-source": "source",
190
            "license": [
191
                "Apache-2.0"
192
            ],
193
            "install-path": "../danielmarschall/uuid_mac_utils"
194
        },
195
        {
597 daniel-mar 196
            "name": "danielmarschall/vnag",
197
            "version": "master",
198
            "version_normalized": "dev-master",
199
            "source": {
200
                "type": "svn",
201
                "url": "https://svn.viathinksoft.com/svn/vnag/",
202
                "reference": "trunk/"
203
            },
204
            "type": "library",
205
            "installation-source": "source",
206
            "license": [
207
                "Apache-2.0"
208
            ],
209
            "install-path": "../danielmarschall/vnag"
210
        },
211
        {
212
            "name": "dcodeio/bcrypt.js",
213
            "version": "master",
214
            "version_normalized": "dev-master",
215
            "source": {
216
                "type": "git",
217
                "url": "https://github.com/dcodeIO/bcrypt.js",
218
                "reference": "master"
219
            },
220
            "type": "library",
221
            "installation-source": "source",
222
            "license": [
223
                "BSD-3-Clause",
224
                "MIT"
225
            ],
226
            "install-path": "../dcodeio/bcrypt.js"
227
        },
228
        {
229
            "name": "emn178/js-sha3",
230
            "version": "master",
231
            "version_normalized": "dev-master",
232
            "source": {
233
                "type": "git",
234
                "url": "https://github.com/emn178/js-sha3",
235
                "reference": "master"
236
            },
237
            "type": "library",
238
            "installation-source": "source",
239
            "license": [
240
                "MIT"
241
            ],
242
            "install-path": "../emn178/js-sha3"
243
        },
244
        {
245
            "name": "firebase/php-jwt",
246
            "version": "v5.2.1",
247
            "version_normalized": "5.2.1.0",
248
            "source": {
249
                "type": "git",
250
                "url": "https://github.com/firebase/php-jwt.git",
251
                "reference": "f42c9110abe98dd6cfe9053c49bc86acc70b2d23"
252
            },
253
            "dist": {
254
                "type": "zip",
255
                "url": "https://api.github.com/repos/firebase/php-jwt/zipball/f42c9110abe98dd6cfe9053c49bc86acc70b2d23",
256
                "reference": "f42c9110abe98dd6cfe9053c49bc86acc70b2d23",
257
                "shasum": ""
258
            },
259
            "require": {
260
                "php": ">=5.3.0"
261
            },
262
            "require-dev": {
263
                "phpunit/phpunit": ">=4.8 <=9"
264
            },
265
            "time": "2021-02-12T00:02:00+00:00",
266
            "type": "library",
267
            "installation-source": "dist",
268
            "autoload": {
269
                "psr-4": {
270
                    "Firebase\\JWT\\": "src"
271
                }
272
            },
273
            "notification-url": "https://packagist.org/downloads/",
274
            "license": [
275
                "BSD-3-Clause"
276
            ],
277
            "authors": [
278
                {
279
                    "name": "Neuman Vong",
280
                    "email": "neuman+pear@twilio.com",
281
                    "role": "Developer"
282
                },
283
                {
284
                    "name": "Anant Narayanan",
285
                    "email": "anant@php.net",
286
                    "role": "Developer"
287
                }
288
            ],
289
            "description": "A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.",
290
            "homepage": "https://github.com/firebase/php-jwt",
291
            "keywords": [
292
                "jwt",
293
                "php"
294
            ],
295
            "support": {
296
                "issues": "https://github.com/firebase/php-jwt/issues",
297
                "source": "https://github.com/firebase/php-jwt/tree/v5.2.1"
298
            },
299
            "install-path": "../firebase/php-jwt"
300
        },
301
        {
302
            "name": "gedmarc/layout",
303
            "version": "master",
304
            "version_normalized": "dev-master",
305
            "source": {
306
                "type": "git",
307
                "url": "https://github.com/GedMarc/layout",
308
                "reference": "master"
309
            },
310
            "type": "library",
311
            "installation-source": "source",
312
            "license": [
313
                "GPL-3.0-or-later",
314
                "MIT"
315
            ],
316
            "install-path": "../gedmarc/layout"
317
        },
318
        {
319
            "name": "google/recaptcha",
320
            "version": "1.2.4",
321
            "version_normalized": "1.2.4.0",
322
            "source": {
323
                "type": "git",
324
                "url": "https://github.com/google/recaptcha.git",
325
                "reference": "614f25a9038be4f3f2da7cbfd778dc5b357d2419"
326
            },
327
            "dist": {
328
                "type": "zip",
329
                "url": "https://api.github.com/repos/google/recaptcha/zipball/614f25a9038be4f3f2da7cbfd778dc5b357d2419",
330
                "reference": "614f25a9038be4f3f2da7cbfd778dc5b357d2419",
331
                "shasum": ""
332
            },
333
            "require": {
334
                "php": ">=5.5"
335
            },
336
            "require-dev": {
337
                "friendsofphp/php-cs-fixer": "^2.2.20|^2.15",
338
                "php-coveralls/php-coveralls": "^2.1",
339
                "phpunit/phpunit": "^4.8.36|^5.7.27|^6.59|^7.5.11"
340
            },
341
            "time": "2020-03-31T17:50:54+00:00",
342
            "type": "library",
343
            "extra": {
344
                "branch-alias": {
345
                    "dev-master": "1.2.x-dev"
346
                }
347
            },
348
            "installation-source": "dist",
349
            "autoload": {
350
                "psr-4": {
351
                    "ReCaptcha\\": "src/ReCaptcha"
352
                }
353
            },
354
            "notification-url": "https://packagist.org/downloads/",
355
            "license": [
356
                "BSD-3-Clause"
357
            ],
358
            "description": "Client library for reCAPTCHA, a free service that protects websites from spam and abuse.",
359
            "homepage": "https://www.google.com/recaptcha/",
360
            "keywords": [
361
                "Abuse",
362
                "captcha",
363
                "recaptcha",
364
                "spam"
365
            ],
366
            "support": {
367
                "forum": "https://groups.google.com/forum/#!forum/recaptcha",
368
                "issues": "https://github.com/google/recaptcha/issues",
369
                "source": "https://github.com/google/recaptcha"
370
            },
371
            "install-path": "../google/recaptcha"
372
        },
373
        {
374
            "name": "matthiasmullie/minify",
375
            "version": "1.3.66",
376
            "version_normalized": "1.3.66.0",
377
            "source": {
378
                "type": "git",
379
                "url": "https://github.com/matthiasmullie/minify.git",
380
                "reference": "45fd3b0f1dfa2c965857c6d4a470bea52adc31a6"
381
            },
382
            "dist": {
383
                "type": "zip",
384
                "url": "https://api.github.com/repos/matthiasmullie/minify/zipball/45fd3b0f1dfa2c965857c6d4a470bea52adc31a6",
385
                "reference": "45fd3b0f1dfa2c965857c6d4a470bea52adc31a6",
386
                "shasum": ""
387
            },
388
            "require": {
389
                "ext-pcre": "*",
390
                "matthiasmullie/path-converter": "~1.1",
391
                "php": ">=5.3.0"
392
            },
393
            "require-dev": {
394
                "friendsofphp/php-cs-fixer": "~2.0",
395
                "matthiasmullie/scrapbook": "dev-master",
396
                "phpunit/phpunit": ">=4.8"
397
            },
398
            "suggest": {
399
                "psr/cache-implementation": "Cache implementation to use with Minify::cache"
400
            },
401
            "time": "2021-01-06T15:18:10+00:00",
402
            "bin": [
403
                "bin/minifycss",
404
                "bin/minifyjs"
405
            ],
406
            "type": "library",
407
            "installation-source": "dist",
408
            "autoload": {
409
                "psr-4": {
410
                    "MatthiasMullie\\Minify\\": "src/"
411
                }
412
            },
413
            "notification-url": "https://packagist.org/downloads/",
414
            "license": [
415
                "MIT"
416
            ],
417
            "authors": [
418
                {
419
                    "name": "Matthias Mullie",
420
                    "email": "minify@mullie.eu",
421
                    "homepage": "http://www.mullie.eu",
422
                    "role": "Developer"
423
                }
424
            ],
425
            "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.",
426
            "homepage": "http://www.minifier.org",
427
            "keywords": [
428
                "JS",
429
                "css",
430
                "javascript",
431
                "minifier",
432
                "minify"
433
            ],
434
            "support": {
435
                "issues": "https://github.com/matthiasmullie/minify/issues",
436
                "source": "https://github.com/matthiasmullie/minify/tree/1.3.66"
437
            },
438
            "funding": [
439
                {
440
                    "url": "https://github.com/[user1",
441
                    "type": "github"
442
                },
443
                {
444
                    "url": "https://github.com/matthiasmullie] # Replace with up to 4 GitHub Sponsors-enabled usernames e.g.",
445
                    "type": "github"
446
                },
447
                {
448
                    "url": "https://github.com/user2",
449
                    "type": "github"
450
                }
451
            ],
452
            "install-path": "../matthiasmullie/minify"
453
        },
454
        {
455
            "name": "matthiasmullie/path-converter",
456
            "version": "1.1.3",
457
            "version_normalized": "1.1.3.0",
458
            "source": {
459
                "type": "git",
460
                "url": "https://github.com/matthiasmullie/path-converter.git",
461
                "reference": "e7d13b2c7e2f2268e1424aaed02085518afa02d9"
462
            },
463
            "dist": {
464
                "type": "zip",
465
                "url": "https://api.github.com/repos/matthiasmullie/path-converter/zipball/e7d13b2c7e2f2268e1424aaed02085518afa02d9",
466
                "reference": "e7d13b2c7e2f2268e1424aaed02085518afa02d9",
467
                "shasum": ""
468
            },
469
            "require": {
470
                "ext-pcre": "*",
471
                "php": ">=5.3.0"
472
            },
473
            "require-dev": {
474
                "phpunit/phpunit": "~4.8"
475
            },
476
            "time": "2019-02-05T23:41:09+00:00",
477
            "type": "library",
478
            "installation-source": "dist",
479
            "autoload": {
480
                "psr-4": {
481
                    "MatthiasMullie\\PathConverter\\": "src/"
482
                }
483
            },
484
            "notification-url": "https://packagist.org/downloads/",
485
            "license": [
486
                "MIT"
487
            ],
488
            "authors": [
489
                {
490
                    "name": "Matthias Mullie",
491
                    "email": "pathconverter@mullie.eu",
492
                    "homepage": "http://www.mullie.eu",
493
                    "role": "Developer"
494
                }
495
            ],
496
            "description": "Relative path converter",
497
            "homepage": "http://github.com/matthiasmullie/path-converter",
498
            "keywords": [
499
                "converter",
500
                "path",
501
                "paths",
502
                "relative"
503
            ],
504
            "support": {
505
                "issues": "https://github.com/matthiasmullie/path-converter/issues",
506
                "source": "https://github.com/matthiasmullie/path-converter/tree/1.1.3"
507
            },
508
            "install-path": "../matthiasmullie/path-converter"
509
        },
510
        {
511
            "name": "mikemcl/bignumber.js",
512
            "version": "master",
513
            "version_normalized": "dev-master",
514
            "source": {
515
                "type": "git",
516
                "url": "https://github.com/MikeMcl/bignumber.js",
517
                "reference": "master"
518
            },
519
            "type": "library",
520
            "installation-source": "source",
521
            "license": [
522
                "MIT"
523
            ],
524
            "install-path": "../mikemcl/bignumber.js"
525
        },
526
        {
527
            "name": "n-other/php-sha3",
528
            "version": "dev-master",
529
            "version_normalized": "dev-master",
530
            "source": {
531
                "type": "git",
532
                "url": "https://github.com/n-other/php-sha3.git",
533
                "reference": "54ee3b90986e88286d333319e6340b90bde4f71a"
534
            },
535
            "dist": {
536
                "type": "zip",
537
                "url": "https://api.github.com/repos/n-other/php-sha3/zipball/54ee3b90986e88286d333319e6340b90bde4f71a",
538
                "reference": "54ee3b90986e88286d333319e6340b90bde4f71a",
539
                "shasum": ""
540
            },
541
            "require": {
542
                "php": ">=5.4.0"
543
            },
544
            "require-dev": {
545
                "phpunit/phpunit": "^4.8",
546
                "satooshi/php-coveralls": "dev-master"
547
            },
548
            "time": "2018-07-13T13:11:34+00:00",
549
            "default-branch": true,
550
            "type": "library",
551
            "installation-source": "dist",
552
            "autoload": {
553
                "psr-4": {
554
                    "bb\\Sha3\\": "src"
555
                }
556
            },
557
            "notification-url": "https://packagist.org/downloads/",
558
            "license": [
559
                "MIT"
560
            ],
561
            "authors": [
562
                {
563
                    "name": "Bruno Bierbaumer",
564
                    "homepage": "https://github.com/0xbb/php-sha3"
565
                }
566
            ],
567
            "description": "Pure PHP implementation of SHA-3",
568
            "keywords": [
569
                "sha-3",
570
                "sha3",
571
                "shake"
572
            ],
573
            "support": {
574
                "source": "https://github.com/n-other/php-sha3/tree/master"
575
            },
576
            "install-path": "../n-other/php-sha3"
577
        },
578
        {
579
            "name": "spamspan/spamspan",
580
            "version": "master",
581
            "version_normalized": "dev-master",
582
            "dist": {
583
                "type": "zip",
584
                "url": "http://www.spamspan.com/releases/spamspan-latest.zip",
585
                "reference": "master"
586
            },
587
            "type": "library",
588
            "installation-source": "dist",
589
            "license": [
590
                "GPL-2.0-only"
591
            ],
592
            "install-path": "../spamspan/spamspan"
593
        },
594
        {
595
            "name": "symfony/polyfill-mbstring",
596
            "version": "v1.19.0",
597
            "version_normalized": "1.19.0.0",
598
            "source": {
599
                "type": "git",
600
                "url": "https://github.com/symfony/polyfill-mbstring.git",
601
                "reference": "b5f7b932ee6fa802fc792eabd77c4c88084517ce"
602
            },
603
            "dist": {
604
                "type": "zip",
605
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/b5f7b932ee6fa802fc792eabd77c4c88084517ce",
606
                "reference": "b5f7b932ee6fa802fc792eabd77c4c88084517ce",
607
                "shasum": ""
608
            },
609
            "require": {
610
                "php": ">=5.3.3"
611
            },
612
            "suggest": {
613
                "ext-mbstring": "For best performance"
614
            },
615
            "time": "2020-10-23T09:01:57+00:00",
616
            "type": "library",
617
            "extra": {
618
                "branch-alias": {
619
                    "dev-main": "1.19-dev"
620
                },
621
                "thanks": {
622
                    "name": "symfony/polyfill",
623
                    "url": "https://github.com/symfony/polyfill"
624
                }
625
            },
626
            "installation-source": "dist",
627
            "autoload": {
628
                "psr-4": {
629
                    "Symfony\\Polyfill\\Mbstring\\": ""
630
                },
631
                "files": [
632
                    "bootstrap.php"
633
                ]
634
            },
635
            "notification-url": "https://packagist.org/downloads/",
636
            "license": [
637
                "MIT"
638
            ],
639
            "authors": [
640
                {
641
                    "name": "Nicolas Grekas",
642
                    "email": "p@tchwork.com"
643
                },
644
                {
645
                    "name": "Symfony Community",
646
                    "homepage": "https://symfony.com/contributors"
647
                }
648
            ],
649
            "description": "Symfony polyfill for the Mbstring extension",
650
            "homepage": "https://symfony.com",
651
            "keywords": [
652
                "compatibility",
653
                "mbstring",
654
                "polyfill",
655
                "portable",
656
                "shim"
657
            ],
658
            "support": {
659
                "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.19.0"
660
            },
661
            "funding": [
662
                {
663
                    "url": "https://symfony.com/sponsor",
664
                    "type": "custom"
665
                },
666
                {
667
                    "url": "https://github.com/fabpot",
668
                    "type": "github"
669
                },
670
                {
671
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
672
                    "type": "tidelift"
673
                }
674
            ],
675
            "install-path": "../symfony/polyfill-mbstring"
676
        },
677
        {
678
            "name": "tinymce/tinymce",
679
            "version": "5.8.1",
680
            "version_normalized": "5.8.1.0",
681
            "source": {
682
                "type": "git",
683
                "url": "https://github.com/tinymce/tinymce-dist.git",
684
                "reference": "7bbf6f5f7cfa927286523a7681fd20b8489f0709"
685
            },
686
            "dist": {
687
                "type": "zip",
688
                "url": "https://api.github.com/repos/tinymce/tinymce-dist/zipball/7bbf6f5f7cfa927286523a7681fd20b8489f0709",
689
                "reference": "7bbf6f5f7cfa927286523a7681fd20b8489f0709",
690
                "shasum": ""
691
            },
692
            "time": "2021-05-20T02:06:43+00:00",
693
            "type": "component",
694
            "extra": {
695
                "component": {
696
                    "scripts": [
697
                        "tinymce.js",
698
                        "plugins/*/plugin.js",
699
                        "themes/*/theme.js",
700
                        "themes/*/icons.js"
701
                    ],
702
                    "files": [
703
                        "tinymce.min.js",
704
                        "plugins/*/plugin.min.js",
705
                        "themes/*/theme.min.js",
706
                        "skins/**",
707
                        "icons/*/icons.min.js"
708
                    ]
709
                }
710
            },
711
            "installation-source": "dist",
712
            "notification-url": "https://packagist.org/downloads/",
713
            "license": [
714
                "LGPL-2.1-only"
715
            ],
716
            "description": "Web based JavaScript HTML WYSIWYG editor control.",
717
            "homepage": "http://www.tinymce.com",
718
            "keywords": [
719
                "editor",
720
                "html",
721
                "javascript",
722
                "richtext",
723
                "tinymce",
724
                "wysiwyg"
725
            ],
726
            "support": {
727
                "source": "https://github.com/tinymce/tinymce-dist/tree/5.8.1"
728
            },
729
            "install-path": "../tinymce/tinymce"
730
        },
731
        {
732
            "name": "twbs/bootstrap",
733
            "version": "v5.0.1",
734
            "version_normalized": "5.0.1.0",
735
            "source": {
736
                "type": "git",
737
                "url": "https://github.com/twbs/bootstrap.git",
738
                "reference": "58b1be927f43c779377e478df2d119f2ddf956ca"
739
            },
740
            "dist": {
741
                "type": "zip",
742
                "url": "https://api.github.com/repos/twbs/bootstrap/zipball/58b1be927f43c779377e478df2d119f2ddf956ca",
743
                "reference": "58b1be927f43c779377e478df2d119f2ddf956ca",
744
                "shasum": ""
745
            },
746
            "replace": {
747
                "twitter/bootstrap": "self.version"
748
            },
749
            "time": "2021-05-13T16:22:20+00:00",
750
            "type": "library",
751
            "installation-source": "dist",
752
            "notification-url": "https://packagist.org/downloads/",
753
            "license": [
754
                "MIT"
755
            ],
756
            "authors": [
757
                {
758
                    "name": "Mark Otto",
759
                    "email": "markdotto@gmail.com"
760
                },
761
                {
762
                    "name": "Jacob Thornton",
763
                    "email": "jacobthornton@gmail.com"
764
                }
765
            ],
766
            "description": "The most popular front-end framework for developing responsive, mobile first projects on the web.",
767
            "homepage": "https://getbootstrap.com/",
768
            "keywords": [
769
                "JS",
770
                "css",
771
                "framework",
772
                "front-end",
773
                "mobile-first",
774
                "responsive",
775
                "sass",
776
                "web"
777
            ],
778
            "support": {
779
                "issues": "https://github.com/twbs/bootstrap/issues",
780
                "source": "https://github.com/twbs/bootstrap/tree/v5.0.1"
781
            },
782
            "funding": [
783
                {
784
                    "url": "https://opencollective.com/bootstrap",
785
                    "type": "open_collective"
786
                }
787
            ],
788
            "install-path": "../twbs/bootstrap"
789
        },
790
        {
791
            "name": "tweeb/tinymce-i18n",
792
            "version": "2.0.3",
793
            "version_normalized": "2.0.3.0",
794
            "source": {
795
                "type": "git",
796
                "url": "https://github.com/tweeb/tinymce-i18n.git",
797
                "reference": "9be0b61d0d91bba1f9a5c34f4830752b5da987ef"
798
            },
799
            "dist": {
800
                "type": "zip",
801
                "url": "https://api.github.com/repos/tweeb/tinymce-i18n/zipball/9be0b61d0d91bba1f9a5c34f4830752b5da987ef",
802
                "reference": "9be0b61d0d91bba1f9a5c34f4830752b5da987ef",
803
                "shasum": ""
804
            },
805
            "time": "2021-05-01T18:52:45+00:00",
806
            "type": "library",
807
            "installation-source": "dist",
808
            "notification-url": "https://packagist.org/downloads/",
809
            "license": [
810
                "MIT"
811
            ],
812
            "authors": [
813
                {
814
                    "name": "TinyMCE Community"
815
                }
816
            ],
817
            "description": "Languages for TinyMCE 5",
818
            "homepage": "https://github.com/tweeb/tinymce-i18n",
819
            "keywords": [
820
                "i18n",
821
                "languages",
822
                "tinymce"
823
            ],
824
            "support": {
825
                "source": "https://github.com/tweeb/tinymce-i18n/tree/2.0.3"
826
            },
827
            "install-path": "../tweeb/tinymce-i18n"
828
        },
829
        {
830
            "name": "vakata/jstree",
831
            "version": "3.3.11",
832
            "version_normalized": "3.3.11.0",
833
            "source": {
834
                "type": "git",
835
                "url": "https://github.com/vakata/jstree.git",
836
                "reference": "4a77e59a3f67b0beb1b576cc211cb7e7a76a9879"
837
            },
838
            "dist": {
839
                "type": "zip",
840
                "url": "https://api.github.com/repos/vakata/jstree/zipball/4a77e59a3f67b0beb1b576cc211cb7e7a76a9879",
841
                "reference": "4a77e59a3f67b0beb1b576cc211cb7e7a76a9879",
842
                "shasum": ""
843
            },
844
            "require": {
845
                "components/jquery": ">=1.9.1"
846
            },
847
            "suggest": {
848
                "robloach/component-installer": "Allows installation of Components via Composer"
849
            },
850
            "time": "2020-12-18T20:56:30+00:00",
851
            "type": "component",
852
            "extra": {
853
                "component": {
854
                    "scripts": [
855
                        "dist/jstree.js"
856
                    ],
857
                    "styles": [
858
                        "dist/themes/default/style.css"
859
                    ],
860
                    "images": [
861
                        "dist/themes/default/32px.png",
862
                        "dist/themes/default/40px.png",
863
                        "dist/themes/default/throbber.gif"
864
                    ],
865
                    "files": [
866
                        "dist/jstree.min.js",
867
                        "dist/themes/default/style.min.css",
868
                        "dist/themes/default/32px.png",
869
                        "dist/themes/default/40px.png",
870
                        "dist/themes/default/throbber.gif"
871
                    ]
872
                }
873
            },
874
            "installation-source": "dist",
875
            "notification-url": "https://packagist.org/downloads/",
876
            "license": [
877
                "MIT"
878
            ],
879
            "authors": [
880
                {
881
                    "name": "Ivan Bozhanov",
882
                    "email": "jstree@jstree.com"
883
                }
884
            ],
885
            "description": "jsTree is jquery plugin, that provides interactive trees.",
886
            "homepage": "http://jstree.com",
887
            "support": {
888
                "forum": "https://groups.google.com/forum/#!forum/jstree",
889
                "issues": "https://github.com/vakata/jstree/issues",
890
                "source": "https://github.com/vakata/jstree"
891
            },
892
            "funding": [
893
                {
894
                    "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",
895
                    "type": "custom"
896
                },
897
                {
898
                    "url": "https://github.com/vakata",
899
                    "type": "github"
900
                }
901
            ],
902
            "install-path": "../vakata/jstree"
903
        }
904
    ],
905
    "dev": true,
906
    "dev-package-names": []
907
}