Subversion Repositories oidplus

Rev

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