Subversion Repositories oidplus

Rev

Rev 1261 | Rev 1308 | 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",
1196 daniel-mar 195
                "reference": "681871be63734893ac6c4ea6c1db99e9ab7e0807"
1192 daniel-mar 196
            },
197
            "dist": {
198
                "type": "zip",
1196 daniel-mar 199
                "url": "https://api.github.com/repos/danielmarschall/glip/zipball/681871be63734893ac6c4ea6c1db99e9ab7e0807",
200
                "reference": "681871be63734893ac6c4ea6c1db99e9ab7e0807",
1192 daniel-mar 201
                "shasum": ""
202
            },
203
            "require": {
204
                "ext-zlib": "*",
1196 daniel-mar 205
                "php": ">=5.3"
1192 daniel-mar 206
            },
1196 daniel-mar 207
            "time": "2023-04-10T18:46:40+00:00",
1192 daniel-mar 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",
1249 daniel-mar 353
                "reference": "4a41123a727d2607c931f2486c94d91f46cc58f0"
603 daniel-mar 354
            },
621 daniel-mar 355
            "dist": {
356
                "type": "zip",
1249 daniel-mar 357
                "url": "https://api.github.com/repos/danielmarschall/php_utils/zipball/4a41123a727d2607c931f2486c94d91f46cc58f0",
358
                "reference": "4a41123a727d2607c931f2486c94d91f46cc58f0",
621 daniel-mar 359
                "shasum": ""
360
            },
361
            "require": {
1196 daniel-mar 362
                "ext-zlib": "*",
621 daniel-mar 363
                "php": ">=7.0"
364
            },
1249 daniel-mar 365
            "time": "2023-04-21T07:50:32+00:00",
621 daniel-mar 366
            "default-branch": true,
603 daniel-mar 367
            "type": "library",
621 daniel-mar 368
            "installation-source": "dist",
369
            "notification-url": "https://packagist.org/downloads/",
603 daniel-mar 370
            "license": [
371
                "Apache-2.0"
372
            ],
621 daniel-mar 373
            "authors": [
374
                {
375
                    "name": "Daniel Marschall",
376
                    "email": "info@daniel-marschall.de",
377
                    "homepage": "https://www.daniel-marschall.de/"
378
                }
379
            ],
380
            "description": "PHP functions",
381
            "homepage": "https://www.viathinksoft.com/projects/php_utils",
382
            "support": {
383
                "issues": "https://github.com/danielmarschall/php_utils/issues",
384
                "source": "https://github.com/danielmarschall/php_utils/tree/master"
385
            },
603 daniel-mar 386
            "install-path": "../danielmarschall/php_utils"
387
        },
388
        {
602 daniel-mar 389
            "name": "danielmarschall/uuid_mac_utils",
621 daniel-mar 390
            "version": "dev-master",
602 daniel-mar 391
            "version_normalized": "dev-master",
392
            "source": {
621 daniel-mar 393
                "type": "git",
394
                "url": "https://github.com/danielmarschall/uuid_mac_utils.git",
1261 daniel-mar 395
                "reference": "5276a39b98752a800abc7b9c16b9d0c9928f934f"
602 daniel-mar 396
            },
621 daniel-mar 397
            "dist": {
398
                "type": "zip",
1261 daniel-mar 399
                "url": "https://api.github.com/repos/danielmarschall/uuid_mac_utils/zipball/5276a39b98752a800abc7b9c16b9d0c9928f934f",
400
                "reference": "5276a39b98752a800abc7b9c16b9d0c9928f934f",
621 daniel-mar 401
                "shasum": ""
402
            },
403
            "require": {
404
                "php": ">=7.0"
405
            },
1261 daniel-mar 406
            "time": "2023-05-06T20:34:16+00:00",
621 daniel-mar 407
            "default-branch": true,
602 daniel-mar 408
            "type": "library",
621 daniel-mar 409
            "installation-source": "dist",
410
            "notification-url": "https://packagist.org/downloads/",
602 daniel-mar 411
            "license": [
412
                "Apache-2.0"
413
            ],
621 daniel-mar 414
            "authors": [
415
                {
416
                    "name": "Daniel Marschall",
417
                    "email": "info@daniel-marschall.de",
418
                    "homepage": "https://www.daniel-marschall.de/"
419
                }
420
            ],
421
            "description": "UUID & MAC Utils for PHP",
422
            "homepage": "https://www.viathinksoft.com/projects/uuid_mac_utils",
423
            "support": {
424
                "issues": "https://github.com/danielmarschall/uuid_mac_utils/issues",
425
                "source": "https://github.com/danielmarschall/uuid_mac_utils/tree/master"
426
            },
602 daniel-mar 427
            "install-path": "../danielmarschall/uuid_mac_utils"
428
        },
429
        {
597 daniel-mar 430
            "name": "danielmarschall/vnag",
621 daniel-mar 431
            "version": "dev-master",
597 daniel-mar 432
            "version_normalized": "dev-master",
433
            "source": {
621 daniel-mar 434
                "type": "git",
435
                "url": "https://github.com/danielmarschall/vnag.git",
1261 daniel-mar 436
                "reference": "4187cbaf037c95e81cefbef119ee1ab35908abe2"
597 daniel-mar 437
            },
621 daniel-mar 438
            "dist": {
439
                "type": "zip",
1261 daniel-mar 440
                "url": "https://api.github.com/repos/danielmarschall/vnag/zipball/4187cbaf037c95e81cefbef119ee1ab35908abe2",
441
                "reference": "4187cbaf037c95e81cefbef119ee1ab35908abe2",
621 daniel-mar 442
                "shasum": ""
443
            },
444
            "require": {
445
                "php": ">=7.0"
446
            },
1261 daniel-mar 447
            "time": "2023-05-02T23:40:04+00:00",
621 daniel-mar 448
            "default-branch": true,
597 daniel-mar 449
            "type": "library",
621 daniel-mar 450
            "installation-source": "dist",
451
            "notification-url": "https://packagist.org/downloads/",
597 daniel-mar 452
            "license": [
453
                "Apache-2.0"
454
            ],
621 daniel-mar 455
            "authors": [
456
                {
457
                    "name": "Daniel Marschall",
458
                    "email": "info@daniel-marschall.de",
459
                    "homepage": "https://www.daniel-marschall.de/"
460
                }
461
            ],
462
            "description": "VNag - Framework for developing Nagios plugins with PHP",
463
            "homepage": "https://www.viathinksoft.com/projects/vnag",
464
            "support": {
465
                "issues": "https://github.com/danielmarschall/vnag/issues",
466
                "source": "https://github.com/danielmarschall/vnag/tree/master"
467
            },
597 daniel-mar 468
            "install-path": "../danielmarschall/vnag"
469
        },
470
        {
471
            "name": "dcodeio/bcrypt.js",
472
            "version": "master",
473
            "version_normalized": "dev-master",
474
            "source": {
475
                "type": "git",
476
                "url": "https://github.com/dcodeIO/bcrypt.js",
477
                "reference": "master"
478
            },
479
            "type": "library",
480
            "installation-source": "source",
481
            "license": [
482
                "BSD-3-Clause",
483
                "MIT"
484
            ],
485
            "install-path": "../dcodeio/bcrypt.js"
486
        },
487
        {
488
            "name": "emn178/js-sha3",
489
            "version": "master",
490
            "version_normalized": "dev-master",
491
            "source": {
492
                "type": "git",
493
                "url": "https://github.com/emn178/js-sha3",
494
                "reference": "master"
495
            },
496
            "type": "library",
497
            "installation-source": "source",
498
            "license": [
499
                "MIT"
500
            ],
501
            "install-path": "../emn178/js-sha3"
502
        },
503
        {
504
            "name": "firebase/php-jwt",
679 daniel-mar 505
            "version": "v5.5.1",
506
            "version_normalized": "5.5.1.0",
597 daniel-mar 507
            "source": {
508
                "type": "git",
509
                "url": "https://github.com/firebase/php-jwt.git",
679 daniel-mar 510
                "reference": "83b609028194aa042ea33b5af2d41a7427de80e6"
597 daniel-mar 511
            },
512
            "dist": {
513
                "type": "zip",
679 daniel-mar 514
                "url": "https://api.github.com/repos/firebase/php-jwt/zipball/83b609028194aa042ea33b5af2d41a7427de80e6",
515
                "reference": "83b609028194aa042ea33b5af2d41a7427de80e6",
597 daniel-mar 516
                "shasum": ""
517
            },
518
            "require": {
519
                "php": ">=5.3.0"
520
            },
521
            "require-dev": {
522
                "phpunit/phpunit": ">=4.8 <=9"
523
            },
637 daniel-mar 524
            "suggest": {
525
                "paragonie/sodium_compat": "Support EdDSA (Ed25519) signatures when libsodium is not present"
526
            },
679 daniel-mar 527
            "time": "2021-11-08T20:18:51+00:00",
597 daniel-mar 528
            "type": "library",
529
            "installation-source": "dist",
530
            "autoload": {
531
                "psr-4": {
532
                    "Firebase\\JWT\\": "src"
533
                }
534
            },
535
            "notification-url": "https://packagist.org/downloads/",
536
            "license": [
537
                "BSD-3-Clause"
538
            ],
539
            "authors": [
540
                {
541
                    "name": "Neuman Vong",
542
                    "email": "neuman+pear@twilio.com",
543
                    "role": "Developer"
544
                },
545
                {
546
                    "name": "Anant Narayanan",
547
                    "email": "anant@php.net",
548
                    "role": "Developer"
549
                }
550
            ],
551
            "description": "A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.",
552
            "homepage": "https://github.com/firebase/php-jwt",
553
            "keywords": [
554
                "jwt",
555
                "php"
556
            ],
557
            "support": {
558
                "issues": "https://github.com/firebase/php-jwt/issues",
679 daniel-mar 559
                "source": "https://github.com/firebase/php-jwt/tree/v5.5.1"
597 daniel-mar 560
            },
561
            "install-path": "../firebase/php-jwt"
562
        },
563
        {
564
            "name": "gedmarc/layout",
565
            "version": "master",
566
            "version_normalized": "dev-master",
567
            "source": {
568
                "type": "git",
569
                "url": "https://github.com/GedMarc/layout",
570
                "reference": "master"
571
            },
572
            "type": "library",
573
            "installation-source": "source",
574
            "license": [
575
                "GPL-3.0-or-later",
576
                "MIT"
577
            ],
578
            "install-path": "../gedmarc/layout"
579
        },
580
        {
581
            "name": "matthiasmullie/minify",
1042 daniel-mar 582
            "version": "1.3.70",
583
            "version_normalized": "1.3.70.0",
597 daniel-mar 584
            "source": {
585
                "type": "git",
586
                "url": "https://github.com/matthiasmullie/minify.git",
1042 daniel-mar 587
                "reference": "2807d9f9bece6877577ad44acb5c801bb3ae536b"
597 daniel-mar 588
            },
589
            "dist": {
590
                "type": "zip",
1042 daniel-mar 591
                "url": "https://api.github.com/repos/matthiasmullie/minify/zipball/2807d9f9bece6877577ad44acb5c801bb3ae536b",
592
                "reference": "2807d9f9bece6877577ad44acb5c801bb3ae536b",
597 daniel-mar 593
                "shasum": ""
594
            },
595
            "require": {
596
                "ext-pcre": "*",
597
                "matthiasmullie/path-converter": "~1.1",
598
                "php": ">=5.3.0"
599
            },
600
            "require-dev": {
1042 daniel-mar 601
                "friendsofphp/php-cs-fixer": ">=2.0",
602
                "matthiasmullie/scrapbook": ">=1.3",
603
                "phpunit/phpunit": ">=4.8",
604
                "squizlabs/php_codesniffer": ">=3.0"
597 daniel-mar 605
            },
606
            "suggest": {
607
                "psr/cache-implementation": "Cache implementation to use with Minify::cache"
608
            },
1042 daniel-mar 609
            "time": "2022-12-09T12:56:44+00:00",
597 daniel-mar 610
            "bin": [
611
                "bin/minifycss",
612
                "bin/minifyjs"
613
            ],
614
            "type": "library",
615
            "installation-source": "dist",
616
            "autoload": {
617
                "psr-4": {
618
                    "MatthiasMullie\\Minify\\": "src/"
619
                }
620
            },
621
            "notification-url": "https://packagist.org/downloads/",
622
            "license": [
623
                "MIT"
624
            ],
625
            "authors": [
626
                {
627
                    "name": "Matthias Mullie",
628
                    "email": "minify@mullie.eu",
1042 daniel-mar 629
                    "homepage": "https://www.mullie.eu",
597 daniel-mar 630
                    "role": "Developer"
631
                }
632
            ],
633
            "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 634
            "homepage": "https://github.com/matthiasmullie/minify",
597 daniel-mar 635
            "keywords": [
636
                "JS",
637
                "css",
638
                "javascript",
639
                "minifier",
640
                "minify"
641
            ],
642
            "support": {
643
                "issues": "https://github.com/matthiasmullie/minify/issues",
1042 daniel-mar 644
                "source": "https://github.com/matthiasmullie/minify/tree/1.3.70"
597 daniel-mar 645
            },
646
            "funding": [
647
                {
842 daniel-mar 648
                    "url": "https://github.com/matthiasmullie",
597 daniel-mar 649
                    "type": "github"
650
                }
651
            ],
652
            "install-path": "../matthiasmullie/minify"
653
        },
654
        {
655
            "name": "matthiasmullie/path-converter",
656
            "version": "1.1.3",
657
            "version_normalized": "1.1.3.0",
658
            "source": {
659
                "type": "git",
660
                "url": "https://github.com/matthiasmullie/path-converter.git",
661
                "reference": "e7d13b2c7e2f2268e1424aaed02085518afa02d9"
662
            },
663
            "dist": {
664
                "type": "zip",
665
                "url": "https://api.github.com/repos/matthiasmullie/path-converter/zipball/e7d13b2c7e2f2268e1424aaed02085518afa02d9",
666
                "reference": "e7d13b2c7e2f2268e1424aaed02085518afa02d9",
667
                "shasum": ""
668
            },
669
            "require": {
670
                "ext-pcre": "*",
671
                "php": ">=5.3.0"
672
            },
673
            "require-dev": {
674
                "phpunit/phpunit": "~4.8"
675
            },
676
            "time": "2019-02-05T23:41:09+00:00",
677
            "type": "library",
678
            "installation-source": "dist",
679
            "autoload": {
680
                "psr-4": {
681
                    "MatthiasMullie\\PathConverter\\": "src/"
682
                }
683
            },
684
            "notification-url": "https://packagist.org/downloads/",
685
            "license": [
686
                "MIT"
687
            ],
688
            "authors": [
689
                {
690
                    "name": "Matthias Mullie",
691
                    "email": "pathconverter@mullie.eu",
692
                    "homepage": "http://www.mullie.eu",
693
                    "role": "Developer"
694
                }
695
            ],
696
            "description": "Relative path converter",
697
            "homepage": "http://github.com/matthiasmullie/path-converter",
698
            "keywords": [
699
                "converter",
700
                "path",
701
                "paths",
702
                "relative"
703
            ],
704
            "support": {
705
                "issues": "https://github.com/matthiasmullie/path-converter/issues",
706
                "source": "https://github.com/matthiasmullie/path-converter/tree/1.1.3"
707
            },
708
            "install-path": "../matthiasmullie/path-converter"
709
        },
710
        {
827 daniel-mar 711
            "name": "paragonie/constant_time_encoding",
874 daniel-mar 712
            "version": "v2.6.3",
713
            "version_normalized": "2.6.3.0",
827 daniel-mar 714
            "source": {
715
                "type": "git",
716
                "url": "https://github.com/paragonie/constant_time_encoding.git",
874 daniel-mar 717
                "reference": "58c3f47f650c94ec05a151692652a868995d2938"
827 daniel-mar 718
            },
719
            "dist": {
720
                "type": "zip",
874 daniel-mar 721
                "url": "https://api.github.com/repos/paragonie/constant_time_encoding/zipball/58c3f47f650c94ec05a151692652a868995d2938",
722
                "reference": "58c3f47f650c94ec05a151692652a868995d2938",
827 daniel-mar 723
                "shasum": ""
724
            },
725
            "require": {
726
                "php": "^7|^8"
727
            },
728
            "require-dev": {
729
                "phpunit/phpunit": "^6|^7|^8|^9",
730
                "vimeo/psalm": "^1|^2|^3|^4"
731
            },
874 daniel-mar 732
            "time": "2022-06-14T06:56:20+00:00",
827 daniel-mar 733
            "type": "library",
734
            "installation-source": "dist",
735
            "autoload": {
736
                "psr-4": {
737
                    "ParagonIE\\ConstantTime\\": "src/"
738
                }
739
            },
740
            "notification-url": "https://packagist.org/downloads/",
741
            "license": [
742
                "MIT"
743
            ],
744
            "authors": [
745
                {
746
                    "name": "Paragon Initiative Enterprises",
747
                    "email": "security@paragonie.com",
748
                    "homepage": "https://paragonie.com",
749
                    "role": "Maintainer"
750
                },
751
                {
752
                    "name": "Steve 'Sc00bz' Thomas",
753
                    "email": "steve@tobtu.com",
754
                    "homepage": "https://www.tobtu.com",
755
                    "role": "Original Developer"
756
                }
757
            ],
758
            "description": "Constant-time Implementations of RFC 4648 Encoding (Base-64, Base-32, Base-16)",
759
            "keywords": [
760
                "base16",
761
                "base32",
762
                "base32_decode",
763
                "base32_encode",
764
                "base64",
765
                "base64_decode",
766
                "base64_encode",
767
                "bin2hex",
768
                "encoding",
769
                "hex",
770
                "hex2bin",
771
                "rfc4648"
772
            ],
773
            "support": {
774
                "email": "info@paragonie.com",
775
                "issues": "https://github.com/paragonie/constant_time_encoding/issues",
776
                "source": "https://github.com/paragonie/constant_time_encoding"
777
            },
778
            "install-path": "../paragonie/constant_time_encoding"
779
        },
780
        {
781
            "name": "paragonie/random_compat",
782
            "version": "v9.99.100",
783
            "version_normalized": "9.99.100.0",
784
            "source": {
785
                "type": "git",
786
                "url": "https://github.com/paragonie/random_compat.git",
787
                "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a"
788
            },
789
            "dist": {
790
                "type": "zip",
791
                "url": "https://api.github.com/repos/paragonie/random_compat/zipball/996434e5492cb4c3edcb9168db6fbb1359ef965a",
792
                "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a",
793
                "shasum": ""
794
            },
795
            "require": {
796
                "php": ">= 7"
797
            },
798
            "require-dev": {
799
                "phpunit/phpunit": "4.*|5.*",
800
                "vimeo/psalm": "^1"
801
            },
802
            "suggest": {
803
                "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
804
            },
805
            "time": "2020-10-15T08:29:30+00:00",
806
            "type": "library",
807
            "installation-source": "dist",
808
            "notification-url": "https://packagist.org/downloads/",
809
            "license": [
810
                "MIT"
811
            ],
812
            "authors": [
813
                {
814
                    "name": "Paragon Initiative Enterprises",
815
                    "email": "security@paragonie.com",
816
                    "homepage": "https://paragonie.com"
817
                }
818
            ],
819
            "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
820
            "keywords": [
821
                "csprng",
822
                "polyfill",
823
                "pseudorandom",
824
                "random"
825
            ],
826
            "support": {
827
                "email": "info@paragonie.com",
828
                "issues": "https://github.com/paragonie/random_compat/issues",
829
                "source": "https://github.com/paragonie/random_compat"
830
            },
831
            "install-path": "../paragonie/random_compat"
832
        },
833
        {
834
            "name": "phpseclib/phpseclib",
1042 daniel-mar 835
            "version": "3.0.x-dev",
836
            "version_normalized": "3.0.9999999.9999999-dev",
827 daniel-mar 837
            "source": {
838
                "type": "git",
839
                "url": "https://github.com/phpseclib/phpseclib.git",
1284 daniel-mar 840
                "reference": "2097656b4a968a5ccde692a4d56755aa829f8962"
827 daniel-mar 841
            },
842
            "dist": {
843
                "type": "zip",
1284 daniel-mar 844
                "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/2097656b4a968a5ccde692a4d56755aa829f8962",
845
                "reference": "2097656b4a968a5ccde692a4d56755aa829f8962",
827 daniel-mar 846
                "shasum": ""
847
            },
848
            "require": {
849
                "paragonie/constant_time_encoding": "^1|^2",
850
                "paragonie/random_compat": "^1.4|^2.0|^9.99.99",
851
                "php": ">=5.6.1"
852
            },
853
            "require-dev": {
854
                "phpunit/phpunit": "*"
855
            },
856
            "suggest": {
1042 daniel-mar 857
                "ext-dom": "Install the DOM extension to load XML formatted public keys.",
827 daniel-mar 858
                "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.",
859
                "ext-libsodium": "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.",
860
                "ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.",
861
                "ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations."
862
            },
1284 daniel-mar 863
            "time": "2023-05-18T13:17:52+00:00",
827 daniel-mar 864
            "type": "library",
865
            "installation-source": "dist",
866
            "autoload": {
867
                "files": [
868
                    "phpseclib/bootstrap.php"
869
                ],
870
                "psr-4": {
871
                    "phpseclib3\\": "phpseclib/"
872
                }
873
            },
874
            "notification-url": "https://packagist.org/downloads/",
875
            "license": [
876
                "MIT"
877
            ],
878
            "authors": [
879
                {
880
                    "name": "Jim Wigginton",
881
                    "email": "terrafrost@php.net",
882
                    "role": "Lead Developer"
883
                },
884
                {
885
                    "name": "Patrick Monnerat",
886
                    "email": "pm@datasphere.ch",
887
                    "role": "Developer"
888
                },
889
                {
890
                    "name": "Andreas Fischer",
891
                    "email": "bantu@phpbb.com",
892
                    "role": "Developer"
893
                },
894
                {
895
                    "name": "Hans-Jürgen Petrich",
896
                    "email": "petrich@tronic-media.com",
897
                    "role": "Developer"
898
                },
899
                {
900
                    "name": "Graham Campbell",
901
                    "email": "graham@alt-three.com",
902
                    "role": "Developer"
903
                }
904
            ],
905
            "description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.",
906
            "homepage": "http://phpseclib.sourceforge.net",
907
            "keywords": [
908
                "BigInteger",
909
                "aes",
910
                "asn.1",
911
                "asn1",
912
                "blowfish",
913
                "crypto",
914
                "cryptography",
915
                "encryption",
916
                "rsa",
917
                "security",
918
                "sftp",
919
                "signature",
920
                "signing",
921
                "ssh",
922
                "twofish",
923
                "x.509",
924
                "x509"
925
            ],
926
            "support": {
927
                "issues": "https://github.com/phpseclib/phpseclib/issues",
1042 daniel-mar 928
                "source": "https://github.com/phpseclib/phpseclib/tree/3.0"
827 daniel-mar 929
            },
930
            "funding": [
931
                {
932
                    "url": "https://github.com/terrafrost",
933
                    "type": "github"
934
                },
935
                {
936
                    "url": "https://www.patreon.com/phpseclib",
937
                    "type": "patreon"
938
                },
939
                {
940
                    "url": "https://tidelift.com/funding/github/packagist/phpseclib/phpseclib",
941
                    "type": "tidelift"
942
                }
943
            ],
944
            "install-path": "../phpseclib/phpseclib"
945
        },
946
        {
833 daniel-mar 947
            "name": "script47/bs5-utils",
948
            "version": "master",
949
            "version_normalized": "dev-master",
950
            "source": {
951
                "type": "git",
952
                "url": "https://github.com/Script47/bs5-utils",
953
                "reference": "master"
954
            },
955
            "type": "library",
956
            "installation-source": "source",
957
            "license": [
958
                "MIT"
959
            ],
960
            "install-path": "../script47/bs5-utils"
961
        },
962
        {
597 daniel-mar 963
            "name": "spamspan/spamspan",
964
            "version": "master",
965
            "version_normalized": "dev-master",
966
            "dist": {
967
                "type": "zip",
968
                "url": "http://www.spamspan.com/releases/spamspan-latest.zip",
969
                "reference": "master"
970
            },
971
            "type": "library",
972
            "installation-source": "dist",
973
            "license": [
974
                "GPL-2.0-only"
975
            ],
976
            "install-path": "../spamspan/spamspan"
977
        },
978
        {
979
            "name": "symfony/polyfill-mbstring",
980
            "version": "v1.19.0",
981
            "version_normalized": "1.19.0.0",
982
            "source": {
983
                "type": "git",
984
                "url": "https://github.com/symfony/polyfill-mbstring.git",
985
                "reference": "b5f7b932ee6fa802fc792eabd77c4c88084517ce"
986
            },
987
            "dist": {
988
                "type": "zip",
989
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/b5f7b932ee6fa802fc792eabd77c4c88084517ce",
990
                "reference": "b5f7b932ee6fa802fc792eabd77c4c88084517ce",
991
                "shasum": ""
992
            },
993
            "require": {
994
                "php": ">=5.3.3"
995
            },
996
            "suggest": {
997
                "ext-mbstring": "For best performance"
998
            },
999
            "time": "2020-10-23T09:01:57+00:00",
1000
            "type": "library",
1001
            "extra": {
1002
                "branch-alias": {
1003
                    "dev-main": "1.19-dev"
1004
                },
1005
                "thanks": {
1006
                    "name": "symfony/polyfill",
1007
                    "url": "https://github.com/symfony/polyfill"
1008
                }
1009
            },
1010
            "installation-source": "dist",
1011
            "autoload": {
759 daniel-mar 1012
                "files": [
1013
                    "bootstrap.php"
1014
                ],
597 daniel-mar 1015
                "psr-4": {
1016
                    "Symfony\\Polyfill\\Mbstring\\": ""
759 daniel-mar 1017
                }
597 daniel-mar 1018
            },
1019
            "notification-url": "https://packagist.org/downloads/",
1020
            "license": [
1021
                "MIT"
1022
            ],
1023
            "authors": [
1024
                {
1025
                    "name": "Nicolas Grekas",
1026
                    "email": "p@tchwork.com"
1027
                },
1028
                {
1029
                    "name": "Symfony Community",
1030
                    "homepage": "https://symfony.com/contributors"
1031
                }
1032
            ],
1033
            "description": "Symfony polyfill for the Mbstring extension",
1034
            "homepage": "https://symfony.com",
1035
            "keywords": [
1036
                "compatibility",
1037
                "mbstring",
1038
                "polyfill",
1039
                "portable",
1040
                "shim"
1041
            ],
1042
            "support": {
1043
                "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.19.0"
1044
            },
1045
            "funding": [
1046
                {
1047
                    "url": "https://symfony.com/sponsor",
1048
                    "type": "custom"
1049
                },
1050
                {
1051
                    "url": "https://github.com/fabpot",
1052
                    "type": "github"
1053
                },
1054
                {
1055
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1056
                    "type": "tidelift"
1057
                }
1058
            ],
1059
            "install-path": "../symfony/polyfill-mbstring"
1060
        },
1061
        {
1062
            "name": "tinymce/tinymce",
777 daniel-mar 1063
            "version": "5.x-dev",
1064
            "version_normalized": "5.9999999.9999999.9999999-dev",
597 daniel-mar 1065
            "source": {
1066
                "type": "git",
1067
                "url": "https://github.com/tinymce/tinymce-dist.git",
1042 daniel-mar 1068
                "reference": "f078d8eb7de81f20d34b2ae4326870d20e22d4ff"
597 daniel-mar 1069
            },
1070
            "dist": {
1071
                "type": "zip",
1042 daniel-mar 1072
                "url": "https://api.github.com/repos/tinymce/tinymce-dist/zipball/f078d8eb7de81f20d34b2ae4326870d20e22d4ff",
1073
                "reference": "f078d8eb7de81f20d34b2ae4326870d20e22d4ff",
597 daniel-mar 1074
                "shasum": ""
1075
            },
1042 daniel-mar 1076
            "time": "2022-12-07T03:50:54+00:00",
597 daniel-mar 1077
            "type": "component",
1078
            "extra": {
1079
                "component": {
1080
                    "scripts": [
1081
                        "tinymce.js",
1082
                        "plugins/*/plugin.js",
1083
                        "themes/*/theme.js",
1084
                        "themes/*/icons.js"
1085
                    ],
1086
                    "files": [
1087
                        "tinymce.min.js",
1088
                        "plugins/*/plugin.min.js",
1089
                        "themes/*/theme.min.js",
1090
                        "skins/**",
1091
                        "icons/*/icons.min.js"
1092
                    ]
1093
                }
1094
            },
1095
            "installation-source": "dist",
1096
            "notification-url": "https://packagist.org/downloads/",
1097
            "license": [
1098
                "LGPL-2.1-only"
1099
            ],
1100
            "description": "Web based JavaScript HTML WYSIWYG editor control.",
637 daniel-mar 1101
            "homepage": "https://www.tiny.cloud/",
597 daniel-mar 1102
            "keywords": [
637 daniel-mar 1103
                "contenteditable",
1104
                "editing",
597 daniel-mar 1105
                "html",
1106
                "javascript",
637 daniel-mar 1107
                "rich editor",
1108
                "rich text",
1109
                "rich text editor",
597 daniel-mar 1110
                "richtext",
637 daniel-mar 1111
                "rte",
1112
                "text",
597 daniel-mar 1113
                "tinymce",
1114
                "wysiwyg"
1115
            ],
1116
            "support": {
1042 daniel-mar 1117
                "source": "https://github.com/tinymce/tinymce-dist/tree/5.10.7"
597 daniel-mar 1118
            },
1119
            "install-path": "../tinymce/tinymce"
1120
        },
1121
        {
1122
            "name": "twbs/bootstrap",
1151 daniel-mar 1123
            "version": "v5.3.0-alpha3",
1124
            "version_normalized": "5.3.0.0-alpha3",
597 daniel-mar 1125
            "source": {
1126
                "type": "git",
1127
                "url": "https://github.com/twbs/bootstrap.git",
1151 daniel-mar 1128
                "reference": "ac576614a5515e429f27e756fad81d5aa05e95a6"
597 daniel-mar 1129
            },
1130
            "dist": {
1131
                "type": "zip",
1151 daniel-mar 1132
                "url": "https://api.github.com/repos/twbs/bootstrap/zipball/ac576614a5515e429f27e756fad81d5aa05e95a6",
1133
                "reference": "ac576614a5515e429f27e756fad81d5aa05e95a6",
597 daniel-mar 1134
                "shasum": ""
1135
            },
1136
            "replace": {
1137
                "twitter/bootstrap": "self.version"
1138
            },
1151 daniel-mar 1139
            "time": "2023-04-03T07:26:50+00:00",
597 daniel-mar 1140
            "type": "library",
1141
            "installation-source": "dist",
1142
            "notification-url": "https://packagist.org/downloads/",
1143
            "license": [
1144
                "MIT"
1145
            ],
1146
            "authors": [
1147
                {
1148
                    "name": "Mark Otto",
1149
                    "email": "markdotto@gmail.com"
1150
                },
1151
                {
1152
                    "name": "Jacob Thornton",
1153
                    "email": "jacobthornton@gmail.com"
1154
                }
1155
            ],
1156
            "description": "The most popular front-end framework for developing responsive, mobile first projects on the web.",
1157
            "homepage": "https://getbootstrap.com/",
1158
            "keywords": [
1159
                "JS",
1160
                "css",
1161
                "framework",
1162
                "front-end",
1163
                "mobile-first",
1164
                "responsive",
1165
                "sass",
1166
                "web"
1167
            ],
1168
            "support": {
1169
                "issues": "https://github.com/twbs/bootstrap/issues",
1151 daniel-mar 1170
                "source": "https://github.com/twbs/bootstrap/tree/v5.3.0-alpha3"
597 daniel-mar 1171
            },
1172
            "install-path": "../twbs/bootstrap"
1173
        },
1174
        {
1175
            "name": "tweeb/tinymce-i18n",
833 daniel-mar 1176
            "version": "2.0.4",
1177
            "version_normalized": "2.0.4.0",
597 daniel-mar 1178
            "source": {
1179
                "type": "git",
1180
                "url": "https://github.com/tweeb/tinymce-i18n.git",
833 daniel-mar 1181
                "reference": "058da08d6e61dc4e0279de6509bb6969a62f68e5"
597 daniel-mar 1182
            },
1183
            "dist": {
1184
                "type": "zip",
833 daniel-mar 1185
                "url": "https://api.github.com/repos/tweeb/tinymce-i18n/zipball/058da08d6e61dc4e0279de6509bb6969a62f68e5",
1186
                "reference": "058da08d6e61dc4e0279de6509bb6969a62f68e5",
597 daniel-mar 1187
                "shasum": ""
1188
            },
833 daniel-mar 1189
            "time": "2022-04-12T13:16:56+00:00",
597 daniel-mar 1190
            "type": "library",
1191
            "installation-source": "dist",
1192
            "notification-url": "https://packagist.org/downloads/",
1193
            "license": [
1194
                "MIT"
1195
            ],
1196
            "authors": [
1197
                {
1198
                    "name": "TinyMCE Community"
1199
                }
1200
            ],
833 daniel-mar 1201
            "description": "Languages for TinyMCE 6",
597 daniel-mar 1202
            "homepage": "https://github.com/tweeb/tinymce-i18n",
1203
            "keywords": [
1204
                "i18n",
1205
                "languages",
1206
                "tinymce"
1207
            ],
1208
            "support": {
833 daniel-mar 1209
                "source": "https://github.com/tweeb/tinymce-i18n/tree/2.0.4"
597 daniel-mar 1210
            },
1211
            "install-path": "../tweeb/tinymce-i18n"
1212
        },
1213
        {
1214
            "name": "vakata/jstree",
1101 daniel-mar 1215
            "version": "3.3.15",
1216
            "version_normalized": "3.3.15.0",
597 daniel-mar 1217
            "source": {
1218
                "type": "git",
1219
                "url": "https://github.com/vakata/jstree.git",
1101 daniel-mar 1220
                "reference": "8c1bcc87771f5be0b70cd49d6a7888707ebcc64e"
597 daniel-mar 1221
            },
1222
            "dist": {
1223
                "type": "zip",
1101 daniel-mar 1224
                "url": "https://api.github.com/repos/vakata/jstree/zipball/8c1bcc87771f5be0b70cd49d6a7888707ebcc64e",
1225
                "reference": "8c1bcc87771f5be0b70cd49d6a7888707ebcc64e",
597 daniel-mar 1226
                "shasum": ""
1227
            },
1228
            "require": {
1229
                "components/jquery": ">=1.9.1"
1230
            },
1231
            "suggest": {
1232
                "robloach/component-installer": "Allows installation of Components via Composer"
1233
            },
1101 daniel-mar 1234
            "time": "2023-02-19T23:38:56+00:00",
597 daniel-mar 1235
            "type": "component",
1236
            "extra": {
1237
                "component": {
1238
                    "scripts": [
1239
                        "dist/jstree.js"
1240
                    ],
1241
                    "styles": [
1242
                        "dist/themes/default/style.css"
1243
                    ],
1244
                    "images": [
1245
                        "dist/themes/default/32px.png",
1246
                        "dist/themes/default/40px.png",
1247
                        "dist/themes/default/throbber.gif"
1248
                    ],
1249
                    "files": [
1250
                        "dist/jstree.min.js",
1251
                        "dist/themes/default/style.min.css",
1252
                        "dist/themes/default/32px.png",
1253
                        "dist/themes/default/40px.png",
1254
                        "dist/themes/default/throbber.gif"
1255
                    ]
1256
                }
1257
            },
1258
            "installation-source": "dist",
1259
            "notification-url": "https://packagist.org/downloads/",
1260
            "license": [
1261
                "MIT"
1262
            ],
1263
            "authors": [
1264
                {
1265
                    "name": "Ivan Bozhanov",
1266
                    "email": "jstree@jstree.com"
1267
                }
1268
            ],
1269
            "description": "jsTree is jquery plugin, that provides interactive trees.",
1270
            "homepage": "http://jstree.com",
1271
            "support": {
1272
                "forum": "https://groups.google.com/forum/#!forum/jstree",
1273
                "issues": "https://github.com/vakata/jstree/issues",
1274
                "source": "https://github.com/vakata/jstree"
1275
            },
1276
            "funding": [
1277
                {
1278
                    "url": "https://github.com/vakata",
1279
                    "type": "github"
1280
                }
1281
            ],
1282
            "install-path": "../vakata/jstree"
1283
        }
1284
    ],
1034 daniel-mar 1285
    "dev": false,
597 daniel-mar 1286
    "dev-package-names": []
1287
}