Subversion Repositories oidplus

Rev

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

Rev Author Line No. Line
597 daniel-mar 1
{
2
    "packages": [
3
        {
4
            "name": "components/jquery",
637 daniel-mar 5
            "version": "3.6.0",
6
            "version_normalized": "3.6.0.0",
597 daniel-mar 7
            "source": {
8
                "type": "git",
9
                "url": "https://github.com/components/jquery.git",
637 daniel-mar 10
                "reference": "6cf38ee1fd04b6adf8e7dda161283aa35be818c3"
597 daniel-mar 11
            },
12
            "dist": {
13
                "type": "zip",
637 daniel-mar 14
                "url": "https://api.github.com/repos/components/jquery/zipball/6cf38ee1fd04b6adf8e7dda161283aa35be818c3",
15
                "reference": "6cf38ee1fd04b6adf8e7dda161283aa35be818c3",
597 daniel-mar 16
                "shasum": ""
17
            },
637 daniel-mar 18
            "time": "2021-03-20T19:13:42+00:00",
597 daniel-mar 19
            "type": "component",
20
            "extra": {
21
                "component": {
22
                    "scripts": [
23
                        "jquery.js"
24
                    ],
25
                    "files": [
26
                        "jquery.min.js",
27
                        "jquery.min.map",
28
                        "jquery.slim.js",
29
                        "jquery.slim.min.js",
30
                        "jquery.slim.min.map"
31
                    ]
32
                }
33
            },
34
            "installation-source": "dist",
35
            "notification-url": "https://packagist.org/downloads/",
36
            "license": [
37
                "MIT"
38
            ],
39
            "authors": [
40
                {
41
                    "name": "JS Foundation and other contributors"
42
                }
43
            ],
44
            "description": "jQuery JavaScript Library",
45
            "homepage": "http://jquery.com",
46
            "support": {
47
                "forum": "http://forum.jquery.com",
48
                "irc": "irc://irc.freenode.org/jquery",
49
                "issues": "https://github.com/jquery/jquery/issues",
50
                "source": "https://github.com/jquery/jquery",
51
                "wiki": "http://docs.jquery.com/"
52
            },
53
            "install-path": "../components/jquery"
54
        },
55
        {
56
            "name": "components/jqueryui",
57
            "version": "1.12.1",
58
            "version_normalized": "1.12.1.0",
59
            "source": {
60
                "type": "git",
61
                "url": "https://github.com/components/jqueryui.git",
62
                "reference": "44ecf3794cc56b65954cc19737234a3119d036cc"
63
            },
64
            "dist": {
65
                "type": "zip",
66
                "url": "https://api.github.com/repos/components/jqueryui/zipball/44ecf3794cc56b65954cc19737234a3119d036cc",
67
                "reference": "44ecf3794cc56b65954cc19737234a3119d036cc",
68
                "shasum": ""
69
            },
70
            "require": {
71
                "components/jquery": ">=1.6"
72
            },
73
            "time": "2016-09-16T05:47:55+00:00",
74
            "type": "component",
75
            "extra": {
76
                "component": {
77
                    "name": "jquery-ui",
78
                    "scripts": [
79
                        "jquery-ui.js"
80
                    ],
81
                    "files": [
82
                        "ui/**",
83
                        "themes/**",
84
                        "jquery-ui.min.js"
85
                    ],
86
                    "shim": {
87
                        "deps": [
88
                            "jquery"
89
                        ],
90
                        "exports": "jQuery"
91
                    }
92
                }
93
            },
94
            "installation-source": "dist",
95
            "notification-url": "https://packagist.org/downloads/",
96
            "license": [
97
                "MIT"
98
            ],
99
            "authors": [
100
                {
101
                    "name": "jQuery UI Team",
102
                    "homepage": "http://jqueryui.com/about"
103
                },
104
                {
105
                    "name": "Joern Zaefferer",
106
                    "email": "joern.zaefferer@gmail.com",
107
                    "homepage": "http://bassistance.de"
108
                },
109
                {
110
                    "name": "Scott Gonzalez",
111
                    "email": "scott.gonzalez@gmail.com",
112
                    "homepage": "http://scottgonzalez.com"
113
                },
114
                {
115
                    "name": "Kris Borchers",
116
                    "email": "kris.borchers@gmail.com",
117
                    "homepage": "http://krisborchers.com"
118
                },
119
                {
120
                    "name": "Mike Sherov",
121
                    "email": "mike.sherov@gmail.com",
122
                    "homepage": "http://mike.sherov.com"
123
                },
124
                {
125
                    "name": "TJ VanToll",
126
                    "email": "tj.vantoll@gmail.com",
127
                    "homepage": "http://tjvantoll.com"
128
                },
129
                {
130
                    "name": "Corey Frang",
131
                    "email": "gnarf37@gmail.com",
132
                    "homepage": "http://gnarf.net"
133
                },
134
                {
135
                    "name": "Felix Nagel",
136
                    "email": "info@felixnagel.com",
137
                    "homepage": "http://www.felixnagel.com"
138
                }
139
            ],
140
            "description": "jQuery UI is a curated set of user interface interactions, effects, widgets, and themes built on top of the jQuery JavaScript Library. Whether you're building highly interactive web applications or you just need to add a date picker to a form control, jQuery UI is the perfect choice.",
141
            "support": {
142
                "issues": "https://github.com/components/jqueryui/issues",
143
                "source": "https://github.com/components/jqueryui/tree/master"
144
            },
145
            "install-path": "../components/jqueryui"
146
        },
147
        {
148
            "name": "danielmarschall/fileformats",
621 daniel-mar 149
            "version": "dev-master",
597 daniel-mar 150
            "version_normalized": "dev-master",
151
            "source": {
621 daniel-mar 152
                "type": "git",
153
                "url": "https://github.com/danielmarschall/fileformats.git",
732 daniel-mar 154
                "reference": "880e97b497710dc14ee8f38b4e48250ce49202ee"
597 daniel-mar 155
            },
621 daniel-mar 156
            "dist": {
157
                "type": "zip",
732 daniel-mar 158
                "url": "https://api.github.com/repos/danielmarschall/fileformats/zipball/880e97b497710dc14ee8f38b4e48250ce49202ee",
159
                "reference": "880e97b497710dc14ee8f38b4e48250ce49202ee",
621 daniel-mar 160
                "shasum": ""
161
            },
162
            "require": {
163
                "php": ">=7.0"
164
            },
732 daniel-mar 165
            "time": "2022-01-09T15:19:14+00:00",
621 daniel-mar 166
            "default-branch": true,
597 daniel-mar 167
            "type": "library",
621 daniel-mar 168
            "installation-source": "dist",
169
            "notification-url": "https://packagist.org/downloads/",
597 daniel-mar 170
            "license": [
171
                "Apache-2.0"
172
            ],
621 daniel-mar 173
            "authors": [
174
                {
175
                    "name": "Daniel Marschall",
176
                    "email": "info@daniel-marschall.de",
177
                    "homepage": "https://www.daniel-marschall.de/"
178
                }
179
            ],
180
            "description": "File format detection in PHP",
181
            "homepage": "https://www.viathinksoft.com/projects/fileformats",
182
            "support": {
183
                "issues": "https://github.com/danielmarschall/fileformats/issues",
184
                "source": "https://github.com/danielmarschall/fileformats/tree/master"
185
            },
597 daniel-mar 186
            "install-path": "../danielmarschall/fileformats"
187
        },
188
        {
1192 daniel-mar 189
            "name": "danielmarschall/glip",
190
            "version": "dev-master",
191
            "version_normalized": "dev-master",
192
            "source": {
193
                "type": "git",
194
                "url": "https://github.com/danielmarschall/glip.git",
195
                "reference": "83fcfd37360424dc973191d7338161bed92f7da3"
196
            },
197
            "dist": {
198
                "type": "zip",
199
                "url": "https://api.github.com/repos/danielmarschall/glip/zipball/83fcfd37360424dc973191d7338161bed92f7da3",
200
                "reference": "83fcfd37360424dc973191d7338161bed92f7da3",
201
                "shasum": ""
202
            },
203
            "require": {
204
                "ext-zlib": "*",
205
                "php": ">=5.2"
206
            },
207
            "time": "2023-04-09T21:44:18+00:00",
208
            "default-branch": true,
209
            "type": "library",
210
            "extra": {
211
                "branch-alias": {
212
                    "dev-master": "0.1.3-dev"
213
                }
214
            },
215
            "installation-source": "dist",
216
            "autoload": {
217
                "psr-4": {
218
                    "ViaThinkSoft\\Glip\\": "src/"
219
                }
220
            },
221
            "notification-url": "https://packagist.org/downloads/",
222
            "license": [
223
                "GPL-2.0-or-later"
224
            ],
225
            "authors": [
226
                {
227
                    "name": "Patrik Fimml",
228
                    "email": "patrik@fimml.at",
229
                    "homepage": "https://fimml.at/",
230
                    "role": "Developer"
231
                },
232
                {
233
                    "name": "Daniel Marschall",
234
                    "email": "info@daniel-marschall.de",
235
                    "homepage": "https://www.daniel-marschall.de/",
236
                    "role": "Developer"
237
                }
238
            ],
239
            "description": "Git library for PHP",
240
            "homepage": "https://fimml.at/projects/glip",
241
            "keywords": [
242
                "git"
243
            ],
244
            "support": {
245
                "issues": "https://github.com/danielmarschall/glip/issues",
246
                "source": "https://github.com/danielmarschall/glip/tree/master"
247
            },
248
            "install-path": "../danielmarschall/glip"
249
        },
250
        {
930 daniel-mar 251
            "name": "danielmarschall/oidconverter",
252
            "version": "dev-master",
253
            "version_normalized": "dev-master",
254
            "source": {
255
                "type": "git",
256
                "url": "https://github.com/danielmarschall/oidconverter.git",
958 daniel-mar 257
                "reference": "75088ebe78675e6a6ecb3842c7ce6177f8476fbb"
930 daniel-mar 258
            },
259
            "dist": {
260
                "type": "zip",
958 daniel-mar 261
                "url": "https://api.github.com/repos/danielmarschall/oidconverter/zipball/75088ebe78675e6a6ecb3842c7ce6177f8476fbb",
262
                "reference": "75088ebe78675e6a6ecb3842c7ce6177f8476fbb",
930 daniel-mar 263
                "shasum": ""
264
            },
265
            "require": {
266
                "php": ">=7.0"
267
            },
958 daniel-mar 268
            "time": "2022-09-18T14:33:29+00:00",
930 daniel-mar 269
            "default-branch": true,
270
            "type": "library",
271
            "installation-source": "dist",
272
            "notification-url": "https://packagist.org/downloads/",
273
            "license": [
274
                "Apache-2.0"
275
            ],
276
            "authors": [
277
                {
278
                    "name": "Daniel Marschall",
279
                    "email": "info@daniel-marschall.de",
280
                    "homepage": "https://www.daniel-marschall.de/"
281
                }
282
            ],
283
            "description": "OID/DER converter",
284
            "homepage": "https://www.viathinksoft.com/projects/oidconverter",
285
            "support": {
286
                "issues": "https://github.com/danielmarschall/oidconverter/issues",
287
                "source": "https://github.com/danielmarschall/oidconverter/tree/master"
288
            },
289
            "install-path": "../danielmarschall/oidconverter"
290
        },
291
        {
1021 daniel-mar 292
            "name": "danielmarschall/php-sha3",
293
            "version": "dev-master",
294
            "version_normalized": "dev-master",
295
            "source": {
296
                "type": "git",
297
                "url": "https://github.com/danielmarschall/php-sha3.git",
1105 daniel-mar 298
                "reference": "5605bd539677494558470234266cb5885343e72b"
1021 daniel-mar 299
            },
300
            "dist": {
301
                "type": "zip",
1105 daniel-mar 302
                "url": "https://api.github.com/repos/danielmarschall/php-sha3/zipball/5605bd539677494558470234266cb5885343e72b",
303
                "reference": "5605bd539677494558470234266cb5885343e72b",
1021 daniel-mar 304
                "shasum": ""
305
            },
306
            "require": {
307
                "php": ">=5.4.0"
308
            },
309
            "require-dev": {
1023 daniel-mar 310
                "php-coveralls/php-coveralls": "dev-master",
311
                "phpstan/phpstan": "^1.8",
312
                "phpunit/phpunit": "^4.8"
1021 daniel-mar 313
            },
1105 daniel-mar 314
            "time": "2023-02-28T22:45:45+00:00",
1021 daniel-mar 315
            "default-branch": true,
316
            "type": "library",
317
            "installation-source": "dist",
318
            "autoload": {
319
                "psr-4": {
320
                    "bb\\Sha3\\": "src"
321
                }
322
            },
323
            "notification-url": "https://packagist.org/downloads/",
324
            "license": [
325
                "MIT"
326
            ],
327
            "authors": [
328
                {
329
                    "name": "Bruno Bierbaumer",
330
                    "homepage": "https://github.com/0xbb/php-sha3"
331
                }
332
            ],
333
            "description": "Pure PHP implementation of SHA-3",
334
            "keywords": [
335
                "keccak",
336
                "sha-3",
337
                "sha3",
338
                "shake"
339
            ],
340
            "support": {
1023 daniel-mar 341
                "issues": "https://github.com/danielmarschall/php-sha3/issues",
1021 daniel-mar 342
                "source": "https://github.com/danielmarschall/php-sha3/tree/master"
343
            },
344
            "install-path": "../danielmarschall/php-sha3"
345
        },
346
        {
603 daniel-mar 347
            "name": "danielmarschall/php_utils",
621 daniel-mar 348
            "version": "dev-master",
603 daniel-mar 349
            "version_normalized": "dev-master",
350
            "source": {
621 daniel-mar 351
                "type": "git",
352
                "url": "https://github.com/danielmarschall/php_utils.git",
1192 daniel-mar 353
                "reference": "8edebfb477d599a78a4e67f5ad2458c24e30c718"
603 daniel-mar 354
            },
621 daniel-mar 355
            "dist": {
356
                "type": "zip",
1192 daniel-mar 357
                "url": "https://api.github.com/repos/danielmarschall/php_utils/zipball/8edebfb477d599a78a4e67f5ad2458c24e30c718",
358
                "reference": "8edebfb477d599a78a4e67f5ad2458c24e30c718",
621 daniel-mar 359
                "shasum": ""
360
            },
361
            "require": {
362
                "php": ">=7.0"
363
            },
1192 daniel-mar 364
            "time": "2023-04-09T22:02:32+00:00",
621 daniel-mar 365
            "default-branch": true,
603 daniel-mar 366
            "type": "library",
621 daniel-mar 367
            "installation-source": "dist",
368
            "notification-url": "https://packagist.org/downloads/",
603 daniel-mar 369
            "license": [
370
                "Apache-2.0"
371
            ],
621 daniel-mar 372
            "authors": [
373
                {
374
                    "name": "Daniel Marschall",
375
                    "email": "info@daniel-marschall.de",
376
                    "homepage": "https://www.daniel-marschall.de/"
377
                }
378
            ],
379
            "description": "PHP functions",
380
            "homepage": "https://www.viathinksoft.com/projects/php_utils",
381
            "support": {
382
                "issues": "https://github.com/danielmarschall/php_utils/issues",
383
                "source": "https://github.com/danielmarschall/php_utils/tree/master"
384
            },
603 daniel-mar 385
            "install-path": "../danielmarschall/php_utils"
386
        },
387
        {
602 daniel-mar 388
            "name": "danielmarschall/uuid_mac_utils",
621 daniel-mar 389
            "version": "dev-master",
602 daniel-mar 390
            "version_normalized": "dev-master",
391
            "source": {
621 daniel-mar 392
                "type": "git",
393
                "url": "https://github.com/danielmarschall/uuid_mac_utils.git",
998 daniel-mar 394
                "reference": "d0edce10196d6cef8f8e1c23c346d408abde1704"
602 daniel-mar 395
            },
621 daniel-mar 396
            "dist": {
397
                "type": "zip",
998 daniel-mar 398
                "url": "https://api.github.com/repos/danielmarschall/uuid_mac_utils/zipball/d0edce10196d6cef8f8e1c23c346d408abde1704",
399
                "reference": "d0edce10196d6cef8f8e1c23c346d408abde1704",
621 daniel-mar 400
                "shasum": ""
401
            },
402
            "require": {
403
                "php": ">=7.0"
404
            },
998 daniel-mar 405
            "time": "2022-10-06T11:48:47+00:00",
621 daniel-mar 406
            "default-branch": true,
602 daniel-mar 407
            "type": "library",
621 daniel-mar 408
            "installation-source": "dist",
409
            "notification-url": "https://packagist.org/downloads/",
602 daniel-mar 410
            "license": [
411
                "Apache-2.0"
412
            ],
621 daniel-mar 413
            "authors": [
414
                {
415
                    "name": "Daniel Marschall",
416
                    "email": "info@daniel-marschall.de",
417
                    "homepage": "https://www.daniel-marschall.de/"
418
                }
419
            ],
420
            "description": "UUID & MAC Utils for PHP",
421
            "homepage": "https://www.viathinksoft.com/projects/uuid_mac_utils",
422
            "support": {
423
                "issues": "https://github.com/danielmarschall/uuid_mac_utils/issues",
424
                "source": "https://github.com/danielmarschall/uuid_mac_utils/tree/master"
425
            },
602 daniel-mar 426
            "install-path": "../danielmarschall/uuid_mac_utils"
427
        },
428
        {
597 daniel-mar 429
            "name": "danielmarschall/vnag",
621 daniel-mar 430
            "version": "dev-master",
597 daniel-mar 431
            "version_normalized": "dev-master",
432
            "source": {
621 daniel-mar 433
                "type": "git",
434
                "url": "https://github.com/danielmarschall/vnag.git",
1051 daniel-mar 435
                "reference": "839d7ddfe183bf59ab1a2a37e0c24e7653340ccb"
597 daniel-mar 436
            },
621 daniel-mar 437
            "dist": {
438
                "type": "zip",
1051 daniel-mar 439
                "url": "https://api.github.com/repos/danielmarschall/vnag/zipball/839d7ddfe183bf59ab1a2a37e0c24e7653340ccb",
440
                "reference": "839d7ddfe183bf59ab1a2a37e0c24e7653340ccb",
621 daniel-mar 441
                "shasum": ""
442
            },
443
            "require": {
444
                "php": ">=7.0"
445
            },
1051 daniel-mar 446
            "time": "2022-12-18T19:54:16+00:00",
621 daniel-mar 447
            "default-branch": true,
597 daniel-mar 448
            "type": "library",
621 daniel-mar 449
            "installation-source": "dist",
450
            "notification-url": "https://packagist.org/downloads/",
597 daniel-mar 451
            "license": [
452
                "Apache-2.0"
453
            ],
621 daniel-mar 454
            "authors": [
455
                {
456
                    "name": "Daniel Marschall",
457
                    "email": "info@daniel-marschall.de",
458
                    "homepage": "https://www.daniel-marschall.de/"
459
                }
460
            ],
461
            "description": "VNag - Framework for developing Nagios plugins with PHP",
462
            "homepage": "https://www.viathinksoft.com/projects/vnag",
463
            "support": {
464
                "issues": "https://github.com/danielmarschall/vnag/issues",
465
                "source": "https://github.com/danielmarschall/vnag/tree/master"
466
            },
597 daniel-mar 467
            "install-path": "../danielmarschall/vnag"
468
        },
469
        {
470
            "name": "dcodeio/bcrypt.js",
471
            "version": "master",
472
            "version_normalized": "dev-master",
473
            "source": {
474
                "type": "git",
475
                "url": "https://github.com/dcodeIO/bcrypt.js",
476
                "reference": "master"
477
            },
478
            "type": "library",
479
            "installation-source": "source",
480
            "license": [
481
                "BSD-3-Clause",
482
                "MIT"
483
            ],
484
            "install-path": "../dcodeio/bcrypt.js"
485
        },
486
        {
487
            "name": "emn178/js-sha3",
488
            "version": "master",
489
            "version_normalized": "dev-master",
490
            "source": {
491
                "type": "git",
492
                "url": "https://github.com/emn178/js-sha3",
493
                "reference": "master"
494
            },
495
            "type": "library",
496
            "installation-source": "source",
497
            "license": [
498
                "MIT"
499
            ],
500
            "install-path": "../emn178/js-sha3"
501
        },
502
        {
503
            "name": "firebase/php-jwt",
679 daniel-mar 504
            "version": "v5.5.1",
505
            "version_normalized": "5.5.1.0",
597 daniel-mar 506
            "source": {
507
                "type": "git",
508
                "url": "https://github.com/firebase/php-jwt.git",
679 daniel-mar 509
                "reference": "83b609028194aa042ea33b5af2d41a7427de80e6"
597 daniel-mar 510
            },
511
            "dist": {
512
                "type": "zip",
679 daniel-mar 513
                "url": "https://api.github.com/repos/firebase/php-jwt/zipball/83b609028194aa042ea33b5af2d41a7427de80e6",
514
                "reference": "83b609028194aa042ea33b5af2d41a7427de80e6",
597 daniel-mar 515
                "shasum": ""
516
            },
517
            "require": {
518
                "php": ">=5.3.0"
519
            },
520
            "require-dev": {
521
                "phpunit/phpunit": ">=4.8 <=9"
522
            },
637 daniel-mar 523
            "suggest": {
524
                "paragonie/sodium_compat": "Support EdDSA (Ed25519) signatures when libsodium is not present"
525
            },
679 daniel-mar 526
            "time": "2021-11-08T20:18:51+00:00",
597 daniel-mar 527
            "type": "library",
528
            "installation-source": "dist",
529
            "autoload": {
530
                "psr-4": {
531
                    "Firebase\\JWT\\": "src"
532
                }
533
            },
534
            "notification-url": "https://packagist.org/downloads/",
535
            "license": [
536
                "BSD-3-Clause"
537
            ],
538
            "authors": [
539
                {
540
                    "name": "Neuman Vong",
541
                    "email": "neuman+pear@twilio.com",
542
                    "role": "Developer"
543
                },
544
                {
545
                    "name": "Anant Narayanan",
546
                    "email": "anant@php.net",
547
                    "role": "Developer"
548
                }
549
            ],
550
            "description": "A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.",
551
            "homepage": "https://github.com/firebase/php-jwt",
552
            "keywords": [
553
                "jwt",
554
                "php"
555
            ],
556
            "support": {
557
                "issues": "https://github.com/firebase/php-jwt/issues",
679 daniel-mar 558
                "source": "https://github.com/firebase/php-jwt/tree/v5.5.1"
597 daniel-mar 559
            },
560
            "install-path": "../firebase/php-jwt"
561
        },
562
        {
563
            "name": "gedmarc/layout",
564
            "version": "master",
565
            "version_normalized": "dev-master",
566
            "source": {
567
                "type": "git",
568
                "url": "https://github.com/GedMarc/layout",
569
                "reference": "master"
570
            },
571
            "type": "library",
572
            "installation-source": "source",
573
            "license": [
574
                "GPL-3.0-or-later",
575
                "MIT"
576
            ],
577
            "install-path": "../gedmarc/layout"
578
        },
579
        {
580
            "name": "matthiasmullie/minify",
1042 daniel-mar 581
            "version": "1.3.70",
582
            "version_normalized": "1.3.70.0",
597 daniel-mar 583
            "source": {
584
                "type": "git",
585
                "url": "https://github.com/matthiasmullie/minify.git",
1042 daniel-mar 586
                "reference": "2807d9f9bece6877577ad44acb5c801bb3ae536b"
597 daniel-mar 587
            },
588
            "dist": {
589
                "type": "zip",
1042 daniel-mar 590
                "url": "https://api.github.com/repos/matthiasmullie/minify/zipball/2807d9f9bece6877577ad44acb5c801bb3ae536b",
591
                "reference": "2807d9f9bece6877577ad44acb5c801bb3ae536b",
597 daniel-mar 592
                "shasum": ""
593
            },
594
            "require": {
595
                "ext-pcre": "*",
596
                "matthiasmullie/path-converter": "~1.1",
597
                "php": ">=5.3.0"
598
            },
599
            "require-dev": {
1042 daniel-mar 600
                "friendsofphp/php-cs-fixer": ">=2.0",
601
                "matthiasmullie/scrapbook": ">=1.3",
602
                "phpunit/phpunit": ">=4.8",
603
                "squizlabs/php_codesniffer": ">=3.0"
597 daniel-mar 604
            },
605
            "suggest": {
606
                "psr/cache-implementation": "Cache implementation to use with Minify::cache"
607
            },
1042 daniel-mar 608
            "time": "2022-12-09T12:56:44+00:00",
597 daniel-mar 609
            "bin": [
610
                "bin/minifycss",
611
                "bin/minifyjs"
612
            ],
613
            "type": "library",
614
            "installation-source": "dist",
615
            "autoload": {
616
                "psr-4": {
617
                    "MatthiasMullie\\Minify\\": "src/"
618
                }
619
            },
620
            "notification-url": "https://packagist.org/downloads/",
621
            "license": [
622
                "MIT"
623
            ],
624
            "authors": [
625
                {
626
                    "name": "Matthias Mullie",
627
                    "email": "minify@mullie.eu",
1042 daniel-mar 628
                    "homepage": "https://www.mullie.eu",
597 daniel-mar 629
                    "role": "Developer"
630
                }
631
            ],
632
            "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.",
1042 daniel-mar 633
            "homepage": "https://github.com/matthiasmullie/minify",
597 daniel-mar 634
            "keywords": [
635
                "JS",
636
                "css",
637
                "javascript",
638
                "minifier",
639
                "minify"
640
            ],
641
            "support": {
642
                "issues": "https://github.com/matthiasmullie/minify/issues",
1042 daniel-mar 643
                "source": "https://github.com/matthiasmullie/minify/tree/1.3.70"
597 daniel-mar 644
            },
645
            "funding": [
646
                {
842 daniel-mar 647
                    "url": "https://github.com/matthiasmullie",
597 daniel-mar 648
                    "type": "github"
649
                }
650
            ],
651
            "install-path": "../matthiasmullie/minify"
652
        },
653
        {
654
            "name": "matthiasmullie/path-converter",
655
            "version": "1.1.3",
656
            "version_normalized": "1.1.3.0",
657
            "source": {
658
                "type": "git",
659
                "url": "https://github.com/matthiasmullie/path-converter.git",
660
                "reference": "e7d13b2c7e2f2268e1424aaed02085518afa02d9"
661
            },
662
            "dist": {
663
                "type": "zip",
664
                "url": "https://api.github.com/repos/matthiasmullie/path-converter/zipball/e7d13b2c7e2f2268e1424aaed02085518afa02d9",
665
                "reference": "e7d13b2c7e2f2268e1424aaed02085518afa02d9",
666
                "shasum": ""
667
            },
668
            "require": {
669
                "ext-pcre": "*",
670
                "php": ">=5.3.0"
671
            },
672
            "require-dev": {
673
                "phpunit/phpunit": "~4.8"
674
            },
675
            "time": "2019-02-05T23:41:09+00:00",
676
            "type": "library",
677
            "installation-source": "dist",
678
            "autoload": {
679
                "psr-4": {
680
                    "MatthiasMullie\\PathConverter\\": "src/"
681
                }
682
            },
683
            "notification-url": "https://packagist.org/downloads/",
684
            "license": [
685
                "MIT"
686
            ],
687
            "authors": [
688
                {
689
                    "name": "Matthias Mullie",
690
                    "email": "pathconverter@mullie.eu",
691
                    "homepage": "http://www.mullie.eu",
692
                    "role": "Developer"
693
                }
694
            ],
695
            "description": "Relative path converter",
696
            "homepage": "http://github.com/matthiasmullie/path-converter",
697
            "keywords": [
698
                "converter",
699
                "path",
700
                "paths",
701
                "relative"
702
            ],
703
            "support": {
704
                "issues": "https://github.com/matthiasmullie/path-converter/issues",
705
                "source": "https://github.com/matthiasmullie/path-converter/tree/1.1.3"
706
            },
707
            "install-path": "../matthiasmullie/path-converter"
708
        },
709
        {
827 daniel-mar 710
            "name": "paragonie/constant_time_encoding",
874 daniel-mar 711
            "version": "v2.6.3",
712
            "version_normalized": "2.6.3.0",
827 daniel-mar 713
            "source": {
714
                "type": "git",
715
                "url": "https://github.com/paragonie/constant_time_encoding.git",
874 daniel-mar 716
                "reference": "58c3f47f650c94ec05a151692652a868995d2938"
827 daniel-mar 717
            },
718
            "dist": {
719
                "type": "zip",
874 daniel-mar 720
                "url": "https://api.github.com/repos/paragonie/constant_time_encoding/zipball/58c3f47f650c94ec05a151692652a868995d2938",
721
                "reference": "58c3f47f650c94ec05a151692652a868995d2938",
827 daniel-mar 722
                "shasum": ""
723
            },
724
            "require": {
725
                "php": "^7|^8"
726
            },
727
            "require-dev": {
728
                "phpunit/phpunit": "^6|^7|^8|^9",
729
                "vimeo/psalm": "^1|^2|^3|^4"
730
            },
874 daniel-mar 731
            "time": "2022-06-14T06:56:20+00:00",
827 daniel-mar 732
            "type": "library",
733
            "installation-source": "dist",
734
            "autoload": {
735
                "psr-4": {
736
                    "ParagonIE\\ConstantTime\\": "src/"
737
                }
738
            },
739
            "notification-url": "https://packagist.org/downloads/",
740
            "license": [
741
                "MIT"
742
            ],
743
            "authors": [
744
                {
745
                    "name": "Paragon Initiative Enterprises",
746
                    "email": "security@paragonie.com",
747
                    "homepage": "https://paragonie.com",
748
                    "role": "Maintainer"
749
                },
750
                {
751
                    "name": "Steve 'Sc00bz' Thomas",
752
                    "email": "steve@tobtu.com",
753
                    "homepage": "https://www.tobtu.com",
754
                    "role": "Original Developer"
755
                }
756
            ],
757
            "description": "Constant-time Implementations of RFC 4648 Encoding (Base-64, Base-32, Base-16)",
758
            "keywords": [
759
                "base16",
760
                "base32",
761
                "base32_decode",
762
                "base32_encode",
763
                "base64",
764
                "base64_decode",
765
                "base64_encode",
766
                "bin2hex",
767
                "encoding",
768
                "hex",
769
                "hex2bin",
770
                "rfc4648"
771
            ],
772
            "support": {
773
                "email": "info@paragonie.com",
774
                "issues": "https://github.com/paragonie/constant_time_encoding/issues",
775
                "source": "https://github.com/paragonie/constant_time_encoding"
776
            },
777
            "install-path": "../paragonie/constant_time_encoding"
778
        },
779
        {
780
            "name": "paragonie/random_compat",
781
            "version": "v9.99.100",
782
            "version_normalized": "9.99.100.0",
783
            "source": {
784
                "type": "git",
785
                "url": "https://github.com/paragonie/random_compat.git",
786
                "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a"
787
            },
788
            "dist": {
789
                "type": "zip",
790
                "url": "https://api.github.com/repos/paragonie/random_compat/zipball/996434e5492cb4c3edcb9168db6fbb1359ef965a",
791
                "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a",
792
                "shasum": ""
793
            },
794
            "require": {
795
                "php": ">= 7"
796
            },
797
            "require-dev": {
798
                "phpunit/phpunit": "4.*|5.*",
799
                "vimeo/psalm": "^1"
800
            },
801
            "suggest": {
802
                "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
803
            },
804
            "time": "2020-10-15T08:29:30+00:00",
805
            "type": "library",
806
            "installation-source": "dist",
807
            "notification-url": "https://packagist.org/downloads/",
808
            "license": [
809
                "MIT"
810
            ],
811
            "authors": [
812
                {
813
                    "name": "Paragon Initiative Enterprises",
814
                    "email": "security@paragonie.com",
815
                    "homepage": "https://paragonie.com"
816
                }
817
            ],
818
            "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
819
            "keywords": [
820
                "csprng",
821
                "polyfill",
822
                "pseudorandom",
823
                "random"
824
            ],
825
            "support": {
826
                "email": "info@paragonie.com",
827
                "issues": "https://github.com/paragonie/random_compat/issues",
828
                "source": "https://github.com/paragonie/random_compat"
829
            },
830
            "install-path": "../paragonie/random_compat"
831
        },
832
        {
833
            "name": "phpseclib/phpseclib",
1042 daniel-mar 834
            "version": "3.0.x-dev",
835
            "version_normalized": "3.0.9999999.9999999-dev",
827 daniel-mar 836
            "source": {
837
                "type": "git",
838
                "url": "https://github.com/phpseclib/phpseclib.git",
1192 daniel-mar 839
                "reference": "2d1216ba29068e2ad917d320992d38c5077bdaae"
827 daniel-mar 840
            },
841
            "dist": {
842
                "type": "zip",
1192 daniel-mar 843
                "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/2d1216ba29068e2ad917d320992d38c5077bdaae",
844
                "reference": "2d1216ba29068e2ad917d320992d38c5077bdaae",
827 daniel-mar 845
                "shasum": ""
846
            },
847
            "require": {
848
                "paragonie/constant_time_encoding": "^1|^2",
849
                "paragonie/random_compat": "^1.4|^2.0|^9.99.99",
850
                "php": ">=5.6.1"
851
            },
852
            "require-dev": {
853
                "phpunit/phpunit": "*"
854
            },
855
            "suggest": {
1042 daniel-mar 856
                "ext-dom": "Install the DOM extension to load XML formatted public keys.",
827 daniel-mar 857
                "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.",
858
                "ext-libsodium": "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.",
859
                "ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.",
860
                "ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations."
861
            },
1192 daniel-mar 862
            "time": "2023-04-09T15:33:57+00:00",
827 daniel-mar 863
            "type": "library",
864
            "installation-source": "dist",
865
            "autoload": {
866
                "files": [
867
                    "phpseclib/bootstrap.php"
868
                ],
869
                "psr-4": {
870
                    "phpseclib3\\": "phpseclib/"
871
                }
872
            },
873
            "notification-url": "https://packagist.org/downloads/",
874
            "license": [
875
                "MIT"
876
            ],
877
            "authors": [
878
                {
879
                    "name": "Jim Wigginton",
880
                    "email": "terrafrost@php.net",
881
                    "role": "Lead Developer"
882
                },
883
                {
884
                    "name": "Patrick Monnerat",
885
                    "email": "pm@datasphere.ch",
886
                    "role": "Developer"
887
                },
888
                {
889
                    "name": "Andreas Fischer",
890
                    "email": "bantu@phpbb.com",
891
                    "role": "Developer"
892
                },
893
                {
894
                    "name": "Hans-Jürgen Petrich",
895
                    "email": "petrich@tronic-media.com",
896
                    "role": "Developer"
897
                },
898
                {
899
                    "name": "Graham Campbell",
900
                    "email": "graham@alt-three.com",
901
                    "role": "Developer"
902
                }
903
            ],
904
            "description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.",
905
            "homepage": "http://phpseclib.sourceforge.net",
906
            "keywords": [
907
                "BigInteger",
908
                "aes",
909
                "asn.1",
910
                "asn1",
911
                "blowfish",
912
                "crypto",
913
                "cryptography",
914
                "encryption",
915
                "rsa",
916
                "security",
917
                "sftp",
918
                "signature",
919
                "signing",
920
                "ssh",
921
                "twofish",
922
                "x.509",
923
                "x509"
924
            ],
925
            "support": {
926
                "issues": "https://github.com/phpseclib/phpseclib/issues",
1042 daniel-mar 927
                "source": "https://github.com/phpseclib/phpseclib/tree/3.0"
827 daniel-mar 928
            },
929
            "funding": [
930
                {
931
                    "url": "https://github.com/terrafrost",
932
                    "type": "github"
933
                },
934
                {
935
                    "url": "https://www.patreon.com/phpseclib",
936
                    "type": "patreon"
937
                },
938
                {
939
                    "url": "https://tidelift.com/funding/github/packagist/phpseclib/phpseclib",
940
                    "type": "tidelift"
941
                }
942
            ],
943
            "install-path": "../phpseclib/phpseclib"
944
        },
945
        {
833 daniel-mar 946
            "name": "script47/bs5-utils",
947
            "version": "master",
948
            "version_normalized": "dev-master",
949
            "source": {
950
                "type": "git",
951
                "url": "https://github.com/Script47/bs5-utils",
952
                "reference": "master"
953
            },
954
            "type": "library",
955
            "installation-source": "source",
956
            "license": [
957
                "MIT"
958
            ],
959
            "install-path": "../script47/bs5-utils"
960
        },
961
        {
597 daniel-mar 962
            "name": "spamspan/spamspan",
963
            "version": "master",
964
            "version_normalized": "dev-master",
965
            "dist": {
966
                "type": "zip",
967
                "url": "http://www.spamspan.com/releases/spamspan-latest.zip",
968
                "reference": "master"
969
            },
970
            "type": "library",
971
            "installation-source": "dist",
972
            "license": [
973
                "GPL-2.0-only"
974
            ],
975
            "install-path": "../spamspan/spamspan"
976
        },
977
        {
978
            "name": "symfony/polyfill-mbstring",
979
            "version": "v1.19.0",
980
            "version_normalized": "1.19.0.0",
981
            "source": {
982
                "type": "git",
983
                "url": "https://github.com/symfony/polyfill-mbstring.git",
984
                "reference": "b5f7b932ee6fa802fc792eabd77c4c88084517ce"
985
            },
986
            "dist": {
987
                "type": "zip",
988
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/b5f7b932ee6fa802fc792eabd77c4c88084517ce",
989
                "reference": "b5f7b932ee6fa802fc792eabd77c4c88084517ce",
990
                "shasum": ""
991
            },
992
            "require": {
993
                "php": ">=5.3.3"
994
            },
995
            "suggest": {
996
                "ext-mbstring": "For best performance"
997
            },
998
            "time": "2020-10-23T09:01:57+00:00",
999
            "type": "library",
1000
            "extra": {
1001
                "branch-alias": {
1002
                    "dev-main": "1.19-dev"
1003
                },
1004
                "thanks": {
1005
                    "name": "symfony/polyfill",
1006
                    "url": "https://github.com/symfony/polyfill"
1007
                }
1008
            },
1009
            "installation-source": "dist",
1010
            "autoload": {
759 daniel-mar 1011
                "files": [
1012
                    "bootstrap.php"
1013
                ],
597 daniel-mar 1014
                "psr-4": {
1015
                    "Symfony\\Polyfill\\Mbstring\\": ""
759 daniel-mar 1016
                }
597 daniel-mar 1017
            },
1018
            "notification-url": "https://packagist.org/downloads/",
1019
            "license": [
1020
                "MIT"
1021
            ],
1022
            "authors": [
1023
                {
1024
                    "name": "Nicolas Grekas",
1025
                    "email": "p@tchwork.com"
1026
                },
1027
                {
1028
                    "name": "Symfony Community",
1029
                    "homepage": "https://symfony.com/contributors"
1030
                }
1031
            ],
1032
            "description": "Symfony polyfill for the Mbstring extension",
1033
            "homepage": "https://symfony.com",
1034
            "keywords": [
1035
                "compatibility",
1036
                "mbstring",
1037
                "polyfill",
1038
                "portable",
1039
                "shim"
1040
            ],
1041
            "support": {
1042
                "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.19.0"
1043
            },
1044
            "funding": [
1045
                {
1046
                    "url": "https://symfony.com/sponsor",
1047
                    "type": "custom"
1048
                },
1049
                {
1050
                    "url": "https://github.com/fabpot",
1051
                    "type": "github"
1052
                },
1053
                {
1054
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1055
                    "type": "tidelift"
1056
                }
1057
            ],
1058
            "install-path": "../symfony/polyfill-mbstring"
1059
        },
1060
        {
1061
            "name": "tinymce/tinymce",
777 daniel-mar 1062
            "version": "5.x-dev",
1063
            "version_normalized": "5.9999999.9999999.9999999-dev",
597 daniel-mar 1064
            "source": {
1065
                "type": "git",
1066
                "url": "https://github.com/tinymce/tinymce-dist.git",
1042 daniel-mar 1067
                "reference": "f078d8eb7de81f20d34b2ae4326870d20e22d4ff"
597 daniel-mar 1068
            },
1069
            "dist": {
1070
                "type": "zip",
1042 daniel-mar 1071
                "url": "https://api.github.com/repos/tinymce/tinymce-dist/zipball/f078d8eb7de81f20d34b2ae4326870d20e22d4ff",
1072
                "reference": "f078d8eb7de81f20d34b2ae4326870d20e22d4ff",
597 daniel-mar 1073
                "shasum": ""
1074
            },
1042 daniel-mar 1075
            "time": "2022-12-07T03:50:54+00:00",
597 daniel-mar 1076
            "type": "component",
1077
            "extra": {
1078
                "component": {
1079
                    "scripts": [
1080
                        "tinymce.js",
1081
                        "plugins/*/plugin.js",
1082
                        "themes/*/theme.js",
1083
                        "themes/*/icons.js"
1084
                    ],
1085
                    "files": [
1086
                        "tinymce.min.js",
1087
                        "plugins/*/plugin.min.js",
1088
                        "themes/*/theme.min.js",
1089
                        "skins/**",
1090
                        "icons/*/icons.min.js"
1091
                    ]
1092
                }
1093
            },
1094
            "installation-source": "dist",
1095
            "notification-url": "https://packagist.org/downloads/",
1096
            "license": [
1097
                "LGPL-2.1-only"
1098
            ],
1099
            "description": "Web based JavaScript HTML WYSIWYG editor control.",
637 daniel-mar 1100
            "homepage": "https://www.tiny.cloud/",
597 daniel-mar 1101
            "keywords": [
637 daniel-mar 1102
                "contenteditable",
1103
                "editing",
597 daniel-mar 1104
                "html",
1105
                "javascript",
637 daniel-mar 1106
                "rich editor",
1107
                "rich text",
1108
                "rich text editor",
597 daniel-mar 1109
                "richtext",
637 daniel-mar 1110
                "rte",
1111
                "text",
597 daniel-mar 1112
                "tinymce",
1113
                "wysiwyg"
1114
            ],
1115
            "support": {
1042 daniel-mar 1116
                "source": "https://github.com/tinymce/tinymce-dist/tree/5.10.7"
597 daniel-mar 1117
            },
1118
            "install-path": "../tinymce/tinymce"
1119
        },
1120
        {
1121
            "name": "twbs/bootstrap",
1151 daniel-mar 1122
            "version": "v5.3.0-alpha3",
1123
            "version_normalized": "5.3.0.0-alpha3",
597 daniel-mar 1124
            "source": {
1125
                "type": "git",
1126
                "url": "https://github.com/twbs/bootstrap.git",
1151 daniel-mar 1127
                "reference": "ac576614a5515e429f27e756fad81d5aa05e95a6"
597 daniel-mar 1128
            },
1129
            "dist": {
1130
                "type": "zip",
1151 daniel-mar 1131
                "url": "https://api.github.com/repos/twbs/bootstrap/zipball/ac576614a5515e429f27e756fad81d5aa05e95a6",
1132
                "reference": "ac576614a5515e429f27e756fad81d5aa05e95a6",
597 daniel-mar 1133
                "shasum": ""
1134
            },
1135
            "replace": {
1136
                "twitter/bootstrap": "self.version"
1137
            },
1151 daniel-mar 1138
            "time": "2023-04-03T07:26:50+00:00",
597 daniel-mar 1139
            "type": "library",
1140
            "installation-source": "dist",
1141
            "notification-url": "https://packagist.org/downloads/",
1142
            "license": [
1143
                "MIT"
1144
            ],
1145
            "authors": [
1146
                {
1147
                    "name": "Mark Otto",
1148
                    "email": "markdotto@gmail.com"
1149
                },
1150
                {
1151
                    "name": "Jacob Thornton",
1152
                    "email": "jacobthornton@gmail.com"
1153
                }
1154
            ],
1155
            "description": "The most popular front-end framework for developing responsive, mobile first projects on the web.",
1156
            "homepage": "https://getbootstrap.com/",
1157
            "keywords": [
1158
                "JS",
1159
                "css",
1160
                "framework",
1161
                "front-end",
1162
                "mobile-first",
1163
                "responsive",
1164
                "sass",
1165
                "web"
1166
            ],
1167
            "support": {
1168
                "issues": "https://github.com/twbs/bootstrap/issues",
1151 daniel-mar 1169
                "source": "https://github.com/twbs/bootstrap/tree/v5.3.0-alpha3"
597 daniel-mar 1170
            },
1171
            "install-path": "../twbs/bootstrap"
1172
        },
1173
        {
1174
            "name": "tweeb/tinymce-i18n",
833 daniel-mar 1175
            "version": "2.0.4",
1176
            "version_normalized": "2.0.4.0",
597 daniel-mar 1177
            "source": {
1178
                "type": "git",
1179
                "url": "https://github.com/tweeb/tinymce-i18n.git",
833 daniel-mar 1180
                "reference": "058da08d6e61dc4e0279de6509bb6969a62f68e5"
597 daniel-mar 1181
            },
1182
            "dist": {
1183
                "type": "zip",
833 daniel-mar 1184
                "url": "https://api.github.com/repos/tweeb/tinymce-i18n/zipball/058da08d6e61dc4e0279de6509bb6969a62f68e5",
1185
                "reference": "058da08d6e61dc4e0279de6509bb6969a62f68e5",
597 daniel-mar 1186
                "shasum": ""
1187
            },
833 daniel-mar 1188
            "time": "2022-04-12T13:16:56+00:00",
597 daniel-mar 1189
            "type": "library",
1190
            "installation-source": "dist",
1191
            "notification-url": "https://packagist.org/downloads/",
1192
            "license": [
1193
                "MIT"
1194
            ],
1195
            "authors": [
1196
                {
1197
                    "name": "TinyMCE Community"
1198
                }
1199
            ],
833 daniel-mar 1200
            "description": "Languages for TinyMCE 6",
597 daniel-mar 1201
            "homepage": "https://github.com/tweeb/tinymce-i18n",
1202
            "keywords": [
1203
                "i18n",
1204
                "languages",
1205
                "tinymce"
1206
            ],
1207
            "support": {
833 daniel-mar 1208
                "source": "https://github.com/tweeb/tinymce-i18n/tree/2.0.4"
597 daniel-mar 1209
            },
1210
            "install-path": "../tweeb/tinymce-i18n"
1211
        },
1212
        {
1213
            "name": "vakata/jstree",
1101 daniel-mar 1214
            "version": "3.3.15",
1215
            "version_normalized": "3.3.15.0",
597 daniel-mar 1216
            "source": {
1217
                "type": "git",
1218
                "url": "https://github.com/vakata/jstree.git",
1101 daniel-mar 1219
                "reference": "8c1bcc87771f5be0b70cd49d6a7888707ebcc64e"
597 daniel-mar 1220
            },
1221
            "dist": {
1222
                "type": "zip",
1101 daniel-mar 1223
                "url": "https://api.github.com/repos/vakata/jstree/zipball/8c1bcc87771f5be0b70cd49d6a7888707ebcc64e",
1224
                "reference": "8c1bcc87771f5be0b70cd49d6a7888707ebcc64e",
597 daniel-mar 1225
                "shasum": ""
1226
            },
1227
            "require": {
1228
                "components/jquery": ">=1.9.1"
1229
            },
1230
            "suggest": {
1231
                "robloach/component-installer": "Allows installation of Components via Composer"
1232
            },
1101 daniel-mar 1233
            "time": "2023-02-19T23:38:56+00:00",
597 daniel-mar 1234
            "type": "component",
1235
            "extra": {
1236
                "component": {
1237
                    "scripts": [
1238
                        "dist/jstree.js"
1239
                    ],
1240
                    "styles": [
1241
                        "dist/themes/default/style.css"
1242
                    ],
1243
                    "images": [
1244
                        "dist/themes/default/32px.png",
1245
                        "dist/themes/default/40px.png",
1246
                        "dist/themes/default/throbber.gif"
1247
                    ],
1248
                    "files": [
1249
                        "dist/jstree.min.js",
1250
                        "dist/themes/default/style.min.css",
1251
                        "dist/themes/default/32px.png",
1252
                        "dist/themes/default/40px.png",
1253
                        "dist/themes/default/throbber.gif"
1254
                    ]
1255
                }
1256
            },
1257
            "installation-source": "dist",
1258
            "notification-url": "https://packagist.org/downloads/",
1259
            "license": [
1260
                "MIT"
1261
            ],
1262
            "authors": [
1263
                {
1264
                    "name": "Ivan Bozhanov",
1265
                    "email": "jstree@jstree.com"
1266
                }
1267
            ],
1268
            "description": "jsTree is jquery plugin, that provides interactive trees.",
1269
            "homepage": "http://jstree.com",
1270
            "support": {
1271
                "forum": "https://groups.google.com/forum/#!forum/jstree",
1272
                "issues": "https://github.com/vakata/jstree/issues",
1273
                "source": "https://github.com/vakata/jstree"
1274
            },
1275
            "funding": [
1276
                {
1277
                    "url": "https://github.com/vakata",
1278
                    "type": "github"
1279
                }
1280
            ],
1281
            "install-path": "../vakata/jstree"
1282
        }
1283
    ],
1034 daniel-mar 1284
    "dev": false,
597 daniel-mar 1285
    "dev-package-names": []
1286
}