nk_jtb 0.2.0 → 0.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (67) hide show
  1. package/composer.lock +1286 -0
  2. package/index.html +29 -6
  3. package/main.js +2 -1
  4. package/package.json +7 -5
  5. package/public/images/logo.svg +1 -25
  6. package/scss/_nk.scss +33 -38
  7. package/scss/base/_base.scss +39 -16
  8. package/scss/base/_content_gap.scss +8 -4
  9. package/scss/base/_vars_base.scss +41 -11
  10. package/scss/base/_vars_colors.scss +5 -3
  11. package/scss/base/_vars_components.scss +17 -32
  12. package/scss/base/_vars_utility_maps.scss +33 -11
  13. package/scss/components/_box.scss +1 -1
  14. package/scss/components/_button.scss +1 -12
  15. package/scss/components/_dropdown.scss +0 -12
  16. package/scss/components/_hero.scss +2 -2
  17. package/scss/components/_icon.scss +1 -4
  18. package/scss/components/_list.scss +32 -0
  19. package/scss/components/_menu.scss +13 -7
  20. package/scss/components/_navbar.scss +10 -3
  21. package/scss/components/_other.scss +11 -16
  22. package/scss/components/_sidebar.scss +20 -6
  23. package/scss/forms/_control.scss +4 -3
  24. package/scss/forms/_form.scss +36 -39
  25. package/scss/forms/_index.scss +1 -0
  26. package/scss/forms/_toggle.scss +54 -0
  27. package/scss/functions/_colorFunctions.scss +35 -0
  28. package/scss/functions/_helpers.scss +4 -0
  29. package/scss/jtb.scss +7 -8
  30. package/scss/layouts/__two-column.scss +32 -0
  31. package/scss/mixins/_colorSchemeSimple.scss +1 -1
  32. package/scss/mixins/_createState.scss +1 -1
  33. package/scss/mixins/_makeColorSchemeAdvanced.scss +1 -1
  34. package/scss/mixins/_makeCssPropertyMixins.scss +8 -3
  35. package/scss/mixins/_makeMagicClass.scss +61 -0
  36. package/scss/mixins/_makeMagicGrid2Cols.scss +70 -0
  37. package/scss/mixins/_makeMagicGridFixedWidth.scss +55 -0
  38. package/scss/mixins/_makeResponsiveClasses.scss +91 -0
  39. package/scss/mixins/_makeResponsivePositionUtilities.scss +3 -3
  40. package/scss/mixins/_media.scss +23 -27
  41. package/scss/mixins/_positionUtilityClasses.scss +5 -2
  42. package/scss/play.scss +30 -0
  43. package/scss/utilities/_border.scss +76 -64
  44. package/scss/utilities/_display_visibility.scss +66 -0
  45. package/scss/utilities/_flex.scss +21 -3
  46. package/scss/utilities/_general.scss +15 -21
  47. package/scss/utilities/_grid.scss +44 -135
  48. package/scss/utilities/_opacity.scss +8 -0
  49. package/scss/utilities/_position.scss +16 -36
  50. package/scss/utilities/_sizes.scss +32 -23
  51. package/scss/utilities/_spacing.scss +95 -27
  52. package/scss/utilities/_state.scss +7 -0
  53. package/scss/utilities/_text.scss +44 -13
  54. package/scss/utilities/_themes.scss +69 -43
  55. package/scss/utilities/_transition.scss +5 -0
  56. package/scss/utilities/_translate.scss +32 -0
  57. package/public/images/hero-lg.jpg +0 -0
  58. package/public/images/hero-md.jpg +0 -0
  59. package/public/images/hero-sm.jpg +0 -0
  60. package/public/images/hero-xl.jpg +0 -0
  61. package/public/images/logo-alt.svg +0 -24
  62. package/public/images/logo.png +0 -0
  63. package/public/images/painting.jpg +0 -0
  64. package/scss/functions/_setTextColor.scss +0 -12
  65. package/scss/layout/_grid_old.scss +0 -88
  66. package/scss/utilities/_display.scss +0 -127
  67. package/tests.html +0 -252
package/composer.lock ADDED
@@ -0,0 +1,1286 @@
1
+ {
2
+ "_readme": [
3
+ "This file locks the dependencies of your project to a known state",
4
+ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
5
+ "This file is @generated automatically"
6
+ ],
7
+ "content-hash": "704f4755b6517c8b0b9fa48720dfce08",
8
+ "packages": [
9
+ {
10
+ "name": "alexpechkarev/geometry-library",
11
+ "version": "1.0.4",
12
+ "source": {
13
+ "type": "git",
14
+ "url": "https://github.com/alexpechkarev/geometry-library.git",
15
+ "reference": "71e40bd2ecdc86d3d985422b0c32d5f0d91a5612"
16
+ },
17
+ "dist": {
18
+ "type": "zip",
19
+ "url": "https://api.github.com/repos/alexpechkarev/geometry-library/zipball/71e40bd2ecdc86d3d985422b0c32d5f0d91a5612",
20
+ "reference": "71e40bd2ecdc86d3d985422b0c32d5f0d91a5612",
21
+ "shasum": ""
22
+ },
23
+ "type": "library",
24
+ "extra": {
25
+ "branch-alias": {
26
+ "dev-master": "1.0-dev"
27
+ }
28
+ },
29
+ "autoload": {
30
+ "psr-4": {
31
+ "GeometryLibrary\\": "/"
32
+ }
33
+ },
34
+ "notification-url": "https://packagist.org/downloads/",
35
+ "license": [
36
+ "MIT"
37
+ ],
38
+ "authors": [
39
+ {
40
+ "name": "Alexander Pechkarev",
41
+ "email": "alexpechkarev@gmail.com"
42
+ }
43
+ ],
44
+ "description": "PHP Geometry library provides utility functions for the computation of geometric data on the surface of the Earth.",
45
+ "homepage": "https://alexpechkarev.github.io/geometry-library/",
46
+ "keywords": [
47
+ "computations polygons and polylines",
48
+ "encoding and decoding polyline paths utilities",
49
+ "google maps geometry library",
50
+ "php geometry library",
51
+ "spherical geometry utilities"
52
+ ],
53
+ "support": {
54
+ "issues": "https://github.com/alexpechkarev/geometry-library/issues",
55
+ "source": "https://github.com/alexpechkarev/geometry-library/tree/1.0.4"
56
+ },
57
+ "time": "2021-10-18T15:15:05+00:00"
58
+ },
59
+ {
60
+ "name": "alexpechkarev/google-maps",
61
+ "version": "9.0",
62
+ "source": {
63
+ "type": "git",
64
+ "url": "https://github.com/alexpechkarev/google-maps.git",
65
+ "reference": "861dcf84153ec2181fd8205d2eeaa106de87e741"
66
+ },
67
+ "dist": {
68
+ "type": "zip",
69
+ "url": "https://api.github.com/repos/alexpechkarev/google-maps/zipball/861dcf84153ec2181fd8205d2eeaa106de87e741",
70
+ "reference": "861dcf84153ec2181fd8205d2eeaa106de87e741",
71
+ "shasum": ""
72
+ },
73
+ "require": {
74
+ "alexpechkarev/geometry-library": "^1.0.2",
75
+ "ext-curl": "*",
76
+ "ext-json": "*",
77
+ "illuminate/config": "^8.0 | ^9.0",
78
+ "illuminate/support": "^8.0 | ^9.0",
79
+ "jbroadway/urlify": "^1.1"
80
+ },
81
+ "require-dev": {
82
+ "phpunit/phpunit": "4.7.*"
83
+ },
84
+ "type": "library",
85
+ "extra": {
86
+ "branch-alias": {
87
+ "dev-master": "8.0-dev"
88
+ },
89
+ "laravel": {
90
+ "providers": [
91
+ "GoogleMaps\\ServiceProvider\\GoogleMapsServiceProvider"
92
+ ],
93
+ "aliases": {
94
+ "GoogleMaps": "GoogleMaps\\Facade\\GoogleMapsFacade"
95
+ }
96
+ }
97
+ },
98
+ "autoload": {
99
+ "psr-4": {
100
+ "GoogleMaps\\": "src/"
101
+ }
102
+ },
103
+ "notification-url": "https://packagist.org/downloads/",
104
+ "license": [
105
+ "MIT"
106
+ ],
107
+ "authors": [
108
+ {
109
+ "name": "Alexander Pechkarev",
110
+ "email": "alexpechkarev@gmail.com"
111
+ }
112
+ ],
113
+ "description": "Collection of Google Maps API Web Services for Laravel",
114
+ "homepage": "https://alexpechkarev.github.io/google-maps/",
115
+ "keywords": [
116
+ "Google Maps API",
117
+ "directions api",
118
+ "distance matrix api",
119
+ "elevation api",
120
+ "geocoding api",
121
+ "geolocation api",
122
+ "google maps api for laravel",
123
+ "google maps web service for laravel",
124
+ "laravel google maps api",
125
+ "places api web service",
126
+ "roads api",
127
+ "time zone api"
128
+ ],
129
+ "support": {
130
+ "issues": "https://github.com/alexpechkarev/google-maps/issues",
131
+ "source": "https://github.com/alexpechkarev/google-maps/tree/9.0"
132
+ },
133
+ "time": "2022-02-13T11:44:27+00:00"
134
+ },
135
+ {
136
+ "name": "doctrine/inflector",
137
+ "version": "2.0.6",
138
+ "source": {
139
+ "type": "git",
140
+ "url": "https://github.com/doctrine/inflector.git",
141
+ "reference": "d9d313a36c872fd6ee06d9a6cbcf713eaa40f024"
142
+ },
143
+ "dist": {
144
+ "type": "zip",
145
+ "url": "https://api.github.com/repos/doctrine/inflector/zipball/d9d313a36c872fd6ee06d9a6cbcf713eaa40f024",
146
+ "reference": "d9d313a36c872fd6ee06d9a6cbcf713eaa40f024",
147
+ "shasum": ""
148
+ },
149
+ "require": {
150
+ "php": "^7.2 || ^8.0"
151
+ },
152
+ "require-dev": {
153
+ "doctrine/coding-standard": "^10",
154
+ "phpstan/phpstan": "^1.8",
155
+ "phpstan/phpstan-phpunit": "^1.1",
156
+ "phpstan/phpstan-strict-rules": "^1.3",
157
+ "phpunit/phpunit": "^8.5 || ^9.5",
158
+ "vimeo/psalm": "^4.25"
159
+ },
160
+ "type": "library",
161
+ "autoload": {
162
+ "psr-4": {
163
+ "Doctrine\\Inflector\\": "lib/Doctrine/Inflector"
164
+ }
165
+ },
166
+ "notification-url": "https://packagist.org/downloads/",
167
+ "license": [
168
+ "MIT"
169
+ ],
170
+ "authors": [
171
+ {
172
+ "name": "Guilherme Blanco",
173
+ "email": "guilhermeblanco@gmail.com"
174
+ },
175
+ {
176
+ "name": "Roman Borschel",
177
+ "email": "roman@code-factory.org"
178
+ },
179
+ {
180
+ "name": "Benjamin Eberlei",
181
+ "email": "kontakt@beberlei.de"
182
+ },
183
+ {
184
+ "name": "Jonathan Wage",
185
+ "email": "jonwage@gmail.com"
186
+ },
187
+ {
188
+ "name": "Johannes Schmitt",
189
+ "email": "schmittjoh@gmail.com"
190
+ }
191
+ ],
192
+ "description": "PHP Doctrine Inflector is a small library that can perform string manipulations with regard to upper/lowercase and singular/plural forms of words.",
193
+ "homepage": "https://www.doctrine-project.org/projects/inflector.html",
194
+ "keywords": [
195
+ "inflection",
196
+ "inflector",
197
+ "lowercase",
198
+ "manipulation",
199
+ "php",
200
+ "plural",
201
+ "singular",
202
+ "strings",
203
+ "uppercase",
204
+ "words"
205
+ ],
206
+ "support": {
207
+ "issues": "https://github.com/doctrine/inflector/issues",
208
+ "source": "https://github.com/doctrine/inflector/tree/2.0.6"
209
+ },
210
+ "funding": [
211
+ {
212
+ "url": "https://www.doctrine-project.org/sponsorship.html",
213
+ "type": "custom"
214
+ },
215
+ {
216
+ "url": "https://www.patreon.com/phpdoctrine",
217
+ "type": "patreon"
218
+ },
219
+ {
220
+ "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finflector",
221
+ "type": "tidelift"
222
+ }
223
+ ],
224
+ "time": "2022-10-20T09:10:12+00:00"
225
+ },
226
+ {
227
+ "name": "illuminate/collections",
228
+ "version": "v9.37.0",
229
+ "source": {
230
+ "type": "git",
231
+ "url": "https://github.com/illuminate/collections.git",
232
+ "reference": "32e3cd051cf1d12c1e7d5f7bb5a52d0dae8b7a8b"
233
+ },
234
+ "dist": {
235
+ "type": "zip",
236
+ "url": "https://api.github.com/repos/illuminate/collections/zipball/32e3cd051cf1d12c1e7d5f7bb5a52d0dae8b7a8b",
237
+ "reference": "32e3cd051cf1d12c1e7d5f7bb5a52d0dae8b7a8b",
238
+ "shasum": ""
239
+ },
240
+ "require": {
241
+ "illuminate/conditionable": "^9.0",
242
+ "illuminate/contracts": "^9.0",
243
+ "illuminate/macroable": "^9.0",
244
+ "php": "^8.0.2"
245
+ },
246
+ "suggest": {
247
+ "symfony/var-dumper": "Required to use the dump method (^6.0)."
248
+ },
249
+ "type": "library",
250
+ "extra": {
251
+ "branch-alias": {
252
+ "dev-master": "9.x-dev"
253
+ }
254
+ },
255
+ "autoload": {
256
+ "files": [
257
+ "helpers.php"
258
+ ],
259
+ "psr-4": {
260
+ "Illuminate\\Support\\": ""
261
+ }
262
+ },
263
+ "notification-url": "https://packagist.org/downloads/",
264
+ "license": [
265
+ "MIT"
266
+ ],
267
+ "authors": [
268
+ {
269
+ "name": "Taylor Otwell",
270
+ "email": "taylor@laravel.com"
271
+ }
272
+ ],
273
+ "description": "The Illuminate Collections package.",
274
+ "homepage": "https://laravel.com",
275
+ "support": {
276
+ "issues": "https://github.com/laravel/framework/issues",
277
+ "source": "https://github.com/laravel/framework"
278
+ },
279
+ "time": "2022-10-06T14:13:23+00:00"
280
+ },
281
+ {
282
+ "name": "illuminate/conditionable",
283
+ "version": "v9.37.0",
284
+ "source": {
285
+ "type": "git",
286
+ "url": "https://github.com/illuminate/conditionable.git",
287
+ "reference": "5b40f51ccb07e0e7b1ec5559d8db9e0e2dc51883"
288
+ },
289
+ "dist": {
290
+ "type": "zip",
291
+ "url": "https://api.github.com/repos/illuminate/conditionable/zipball/5b40f51ccb07e0e7b1ec5559d8db9e0e2dc51883",
292
+ "reference": "5b40f51ccb07e0e7b1ec5559d8db9e0e2dc51883",
293
+ "shasum": ""
294
+ },
295
+ "require": {
296
+ "php": "^8.0.2"
297
+ },
298
+ "type": "library",
299
+ "extra": {
300
+ "branch-alias": {
301
+ "dev-master": "9.x-dev"
302
+ }
303
+ },
304
+ "autoload": {
305
+ "psr-4": {
306
+ "Illuminate\\Support\\": ""
307
+ }
308
+ },
309
+ "notification-url": "https://packagist.org/downloads/",
310
+ "license": [
311
+ "MIT"
312
+ ],
313
+ "authors": [
314
+ {
315
+ "name": "Taylor Otwell",
316
+ "email": "taylor@laravel.com"
317
+ }
318
+ ],
319
+ "description": "The Illuminate Conditionable package.",
320
+ "homepage": "https://laravel.com",
321
+ "support": {
322
+ "issues": "https://github.com/laravel/framework/issues",
323
+ "source": "https://github.com/laravel/framework"
324
+ },
325
+ "time": "2022-07-29T19:44:19+00:00"
326
+ },
327
+ {
328
+ "name": "illuminate/config",
329
+ "version": "v9.37.0",
330
+ "source": {
331
+ "type": "git",
332
+ "url": "https://github.com/illuminate/config.git",
333
+ "reference": "92baa45cede73bc2ad8a0a193f9cb3f8bde676a9"
334
+ },
335
+ "dist": {
336
+ "type": "zip",
337
+ "url": "https://api.github.com/repos/illuminate/config/zipball/92baa45cede73bc2ad8a0a193f9cb3f8bde676a9",
338
+ "reference": "92baa45cede73bc2ad8a0a193f9cb3f8bde676a9",
339
+ "shasum": ""
340
+ },
341
+ "require": {
342
+ "illuminate/collections": "^9.0",
343
+ "illuminate/contracts": "^9.0",
344
+ "php": "^8.0.2"
345
+ },
346
+ "type": "library",
347
+ "extra": {
348
+ "branch-alias": {
349
+ "dev-master": "9.x-dev"
350
+ }
351
+ },
352
+ "autoload": {
353
+ "psr-4": {
354
+ "Illuminate\\Config\\": ""
355
+ }
356
+ },
357
+ "notification-url": "https://packagist.org/downloads/",
358
+ "license": [
359
+ "MIT"
360
+ ],
361
+ "authors": [
362
+ {
363
+ "name": "Taylor Otwell",
364
+ "email": "taylor@laravel.com"
365
+ }
366
+ ],
367
+ "description": "The Illuminate Config package.",
368
+ "homepage": "https://laravel.com",
369
+ "support": {
370
+ "issues": "https://github.com/laravel/framework/issues",
371
+ "source": "https://github.com/laravel/framework"
372
+ },
373
+ "time": "2022-08-08T17:13:46+00:00"
374
+ },
375
+ {
376
+ "name": "illuminate/contracts",
377
+ "version": "v9.37.0",
378
+ "source": {
379
+ "type": "git",
380
+ "url": "https://github.com/illuminate/contracts.git",
381
+ "reference": "d57130115694b4f6a98d064bea31cdb09d7784f8"
382
+ },
383
+ "dist": {
384
+ "type": "zip",
385
+ "url": "https://api.github.com/repos/illuminate/contracts/zipball/d57130115694b4f6a98d064bea31cdb09d7784f8",
386
+ "reference": "d57130115694b4f6a98d064bea31cdb09d7784f8",
387
+ "shasum": ""
388
+ },
389
+ "require": {
390
+ "php": "^8.0.2",
391
+ "psr/container": "^1.1.1|^2.0.1",
392
+ "psr/simple-cache": "^1.0|^2.0|^3.0"
393
+ },
394
+ "type": "library",
395
+ "extra": {
396
+ "branch-alias": {
397
+ "dev-master": "9.x-dev"
398
+ }
399
+ },
400
+ "autoload": {
401
+ "psr-4": {
402
+ "Illuminate\\Contracts\\": ""
403
+ }
404
+ },
405
+ "notification-url": "https://packagist.org/downloads/",
406
+ "license": [
407
+ "MIT"
408
+ ],
409
+ "authors": [
410
+ {
411
+ "name": "Taylor Otwell",
412
+ "email": "taylor@laravel.com"
413
+ }
414
+ ],
415
+ "description": "The Illuminate Contracts package.",
416
+ "homepage": "https://laravel.com",
417
+ "support": {
418
+ "issues": "https://github.com/laravel/framework/issues",
419
+ "source": "https://github.com/laravel/framework"
420
+ },
421
+ "time": "2022-09-15T13:31:42+00:00"
422
+ },
423
+ {
424
+ "name": "illuminate/macroable",
425
+ "version": "v9.37.0",
426
+ "source": {
427
+ "type": "git",
428
+ "url": "https://github.com/illuminate/macroable.git",
429
+ "reference": "e3bfaf6401742a9c6abca61b9b10e998e5b6449a"
430
+ },
431
+ "dist": {
432
+ "type": "zip",
433
+ "url": "https://api.github.com/repos/illuminate/macroable/zipball/e3bfaf6401742a9c6abca61b9b10e998e5b6449a",
434
+ "reference": "e3bfaf6401742a9c6abca61b9b10e998e5b6449a",
435
+ "shasum": ""
436
+ },
437
+ "require": {
438
+ "php": "^8.0.2"
439
+ },
440
+ "type": "library",
441
+ "extra": {
442
+ "branch-alias": {
443
+ "dev-master": "9.x-dev"
444
+ }
445
+ },
446
+ "autoload": {
447
+ "psr-4": {
448
+ "Illuminate\\Support\\": ""
449
+ }
450
+ },
451
+ "notification-url": "https://packagist.org/downloads/",
452
+ "license": [
453
+ "MIT"
454
+ ],
455
+ "authors": [
456
+ {
457
+ "name": "Taylor Otwell",
458
+ "email": "taylor@laravel.com"
459
+ }
460
+ ],
461
+ "description": "The Illuminate Macroable package.",
462
+ "homepage": "https://laravel.com",
463
+ "support": {
464
+ "issues": "https://github.com/laravel/framework/issues",
465
+ "source": "https://github.com/laravel/framework"
466
+ },
467
+ "time": "2022-08-09T13:29:29+00:00"
468
+ },
469
+ {
470
+ "name": "illuminate/support",
471
+ "version": "v9.37.0",
472
+ "source": {
473
+ "type": "git",
474
+ "url": "https://github.com/illuminate/support.git",
475
+ "reference": "f194a3b1435ed4f2542d127efb8652c7d41980ea"
476
+ },
477
+ "dist": {
478
+ "type": "zip",
479
+ "url": "https://api.github.com/repos/illuminate/support/zipball/f194a3b1435ed4f2542d127efb8652c7d41980ea",
480
+ "reference": "f194a3b1435ed4f2542d127efb8652c7d41980ea",
481
+ "shasum": ""
482
+ },
483
+ "require": {
484
+ "doctrine/inflector": "^2.0",
485
+ "ext-json": "*",
486
+ "ext-mbstring": "*",
487
+ "illuminate/collections": "^9.0",
488
+ "illuminate/conditionable": "^9.0",
489
+ "illuminate/contracts": "^9.0",
490
+ "illuminate/macroable": "^9.0",
491
+ "nesbot/carbon": "^2.62.1",
492
+ "php": "^8.0.2",
493
+ "voku/portable-ascii": "^2.0"
494
+ },
495
+ "conflict": {
496
+ "tightenco/collect": "<5.5.33"
497
+ },
498
+ "suggest": {
499
+ "illuminate/filesystem": "Required to use the composer class (^9.0).",
500
+ "league/commonmark": "Required to use Str::markdown() and Stringable::markdown() (^2.0.2).",
501
+ "ramsey/uuid": "Required to use Str::uuid() (^4.2.2).",
502
+ "symfony/process": "Required to use the composer class (^6.0).",
503
+ "symfony/uid": "Required to use Str::ulid() (^6.0).",
504
+ "symfony/var-dumper": "Required to use the dd function (^6.0).",
505
+ "vlucas/phpdotenv": "Required to use the Env class and env helper (^5.4.1)."
506
+ },
507
+ "type": "library",
508
+ "extra": {
509
+ "branch-alias": {
510
+ "dev-master": "9.x-dev"
511
+ }
512
+ },
513
+ "autoload": {
514
+ "files": [
515
+ "helpers.php"
516
+ ],
517
+ "psr-4": {
518
+ "Illuminate\\Support\\": ""
519
+ }
520
+ },
521
+ "notification-url": "https://packagist.org/downloads/",
522
+ "license": [
523
+ "MIT"
524
+ ],
525
+ "authors": [
526
+ {
527
+ "name": "Taylor Otwell",
528
+ "email": "taylor@laravel.com"
529
+ }
530
+ ],
531
+ "description": "The Illuminate Support package.",
532
+ "homepage": "https://laravel.com",
533
+ "support": {
534
+ "issues": "https://github.com/laravel/framework/issues",
535
+ "source": "https://github.com/laravel/framework"
536
+ },
537
+ "time": "2022-10-24T09:54:34+00:00"
538
+ },
539
+ {
540
+ "name": "jbroadway/urlify",
541
+ "version": "1.2.4-stable",
542
+ "source": {
543
+ "type": "git",
544
+ "url": "https://github.com/jbroadway/urlify.git",
545
+ "reference": "d0fafbaa1dc14e8039cdf5c72a932a8d1de1750e"
546
+ },
547
+ "dist": {
548
+ "type": "zip",
549
+ "url": "https://api.github.com/repos/jbroadway/urlify/zipball/d0fafbaa1dc14e8039cdf5c72a932a8d1de1750e",
550
+ "reference": "d0fafbaa1dc14e8039cdf5c72a932a8d1de1750e",
551
+ "shasum": ""
552
+ },
553
+ "require": {
554
+ "php": ">=7.2",
555
+ "voku/portable-ascii": "^2.0",
556
+ "voku/stop-words": "^2.0"
557
+ },
558
+ "require-dev": {
559
+ "phpunit/phpunit": "^8.5"
560
+ },
561
+ "type": "library",
562
+ "extra": {
563
+ "branch-alias": {
564
+ "dev-master": "1.0-dev"
565
+ }
566
+ },
567
+ "autoload": {
568
+ "psr-0": {
569
+ "URLify": ""
570
+ }
571
+ },
572
+ "notification-url": "https://packagist.org/downloads/",
573
+ "license": [
574
+ "BSD-3-Clause-Clear"
575
+ ],
576
+ "authors": [
577
+ {
578
+ "name": "Johnny Broadway",
579
+ "email": "johnny@johnnybroadway.com",
580
+ "homepage": "http://www.johnnybroadway.com/"
581
+ }
582
+ ],
583
+ "description": "A fast PHP slug generator and transliteration library that converts non-ascii characters for use in URLs.",
584
+ "homepage": "https://github.com/jbroadway/urlify",
585
+ "keywords": [
586
+ "ascii",
587
+ "blogging",
588
+ "blogs",
589
+ "downcode",
590
+ "encode",
591
+ "iconv",
592
+ "link",
593
+ "seo",
594
+ "slug",
595
+ "slugify",
596
+ "slugs",
597
+ "translit",
598
+ "transliterate",
599
+ "transliteration",
600
+ "unicode",
601
+ "url",
602
+ "urlify"
603
+ ],
604
+ "support": {
605
+ "issues": "https://github.com/jbroadway/urlify/issues",
606
+ "source": "https://github.com/jbroadway/urlify/tree/1.2.4-stable"
607
+ },
608
+ "time": "2022-06-15T16:46:46+00:00"
609
+ },
610
+ {
611
+ "name": "nesbot/carbon",
612
+ "version": "2.62.1",
613
+ "source": {
614
+ "type": "git",
615
+ "url": "https://github.com/briannesbitt/Carbon.git",
616
+ "reference": "01bc4cdefe98ef58d1f9cb31bdbbddddf2a88f7a"
617
+ },
618
+ "dist": {
619
+ "type": "zip",
620
+ "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/01bc4cdefe98ef58d1f9cb31bdbbddddf2a88f7a",
621
+ "reference": "01bc4cdefe98ef58d1f9cb31bdbbddddf2a88f7a",
622
+ "shasum": ""
623
+ },
624
+ "require": {
625
+ "ext-json": "*",
626
+ "php": "^7.1.8 || ^8.0",
627
+ "symfony/polyfill-mbstring": "^1.0",
628
+ "symfony/polyfill-php80": "^1.16",
629
+ "symfony/translation": "^3.4 || ^4.0 || ^5.0 || ^6.0"
630
+ },
631
+ "require-dev": {
632
+ "doctrine/dbal": "^2.0 || ^3.0",
633
+ "doctrine/orm": "^2.7",
634
+ "friendsofphp/php-cs-fixer": "^3.0",
635
+ "kylekatarnls/multi-tester": "^2.0",
636
+ "ondrejmirtes/better-reflection": "*",
637
+ "phpmd/phpmd": "^2.9",
638
+ "phpstan/extension-installer": "^1.0",
639
+ "phpstan/phpstan": "^0.12.99 || ^1.7.14",
640
+ "phpunit/php-file-iterator": "^2.0.5 || ^3.0.6",
641
+ "phpunit/phpunit": "^7.5.20 || ^8.5.26 || ^9.5.20",
642
+ "squizlabs/php_codesniffer": "^3.4"
643
+ },
644
+ "bin": [
645
+ "bin/carbon"
646
+ ],
647
+ "type": "library",
648
+ "extra": {
649
+ "branch-alias": {
650
+ "dev-3.x": "3.x-dev",
651
+ "dev-master": "2.x-dev"
652
+ },
653
+ "laravel": {
654
+ "providers": [
655
+ "Carbon\\Laravel\\ServiceProvider"
656
+ ]
657
+ },
658
+ "phpstan": {
659
+ "includes": [
660
+ "extension.neon"
661
+ ]
662
+ }
663
+ },
664
+ "autoload": {
665
+ "psr-4": {
666
+ "Carbon\\": "src/Carbon/"
667
+ }
668
+ },
669
+ "notification-url": "https://packagist.org/downloads/",
670
+ "license": [
671
+ "MIT"
672
+ ],
673
+ "authors": [
674
+ {
675
+ "name": "Brian Nesbitt",
676
+ "email": "brian@nesbot.com",
677
+ "homepage": "https://markido.com"
678
+ },
679
+ {
680
+ "name": "kylekatarnls",
681
+ "homepage": "https://github.com/kylekatarnls"
682
+ }
683
+ ],
684
+ "description": "An API extension for DateTime that supports 281 different languages.",
685
+ "homepage": "https://carbon.nesbot.com",
686
+ "keywords": [
687
+ "date",
688
+ "datetime",
689
+ "time"
690
+ ],
691
+ "support": {
692
+ "docs": "https://carbon.nesbot.com/docs",
693
+ "issues": "https://github.com/briannesbitt/Carbon/issues",
694
+ "source": "https://github.com/briannesbitt/Carbon"
695
+ },
696
+ "funding": [
697
+ {
698
+ "url": "https://github.com/sponsors/kylekatarnls",
699
+ "type": "github"
700
+ },
701
+ {
702
+ "url": "https://opencollective.com/Carbon#sponsor",
703
+ "type": "opencollective"
704
+ },
705
+ {
706
+ "url": "https://tidelift.com/subscription/pkg/packagist-nesbot-carbon?utm_source=packagist-nesbot-carbon&utm_medium=referral&utm_campaign=readme",
707
+ "type": "tidelift"
708
+ }
709
+ ],
710
+ "time": "2022-09-02T07:48:13+00:00"
711
+ },
712
+ {
713
+ "name": "psr/container",
714
+ "version": "2.0.2",
715
+ "source": {
716
+ "type": "git",
717
+ "url": "https://github.com/php-fig/container.git",
718
+ "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963"
719
+ },
720
+ "dist": {
721
+ "type": "zip",
722
+ "url": "https://api.github.com/repos/php-fig/container/zipball/c71ecc56dfe541dbd90c5360474fbc405f8d5963",
723
+ "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963",
724
+ "shasum": ""
725
+ },
726
+ "require": {
727
+ "php": ">=7.4.0"
728
+ },
729
+ "type": "library",
730
+ "extra": {
731
+ "branch-alias": {
732
+ "dev-master": "2.0.x-dev"
733
+ }
734
+ },
735
+ "autoload": {
736
+ "psr-4": {
737
+ "Psr\\Container\\": "src/"
738
+ }
739
+ },
740
+ "notification-url": "https://packagist.org/downloads/",
741
+ "license": [
742
+ "MIT"
743
+ ],
744
+ "authors": [
745
+ {
746
+ "name": "PHP-FIG",
747
+ "homepage": "https://www.php-fig.org/"
748
+ }
749
+ ],
750
+ "description": "Common Container Interface (PHP FIG PSR-11)",
751
+ "homepage": "https://github.com/php-fig/container",
752
+ "keywords": [
753
+ "PSR-11",
754
+ "container",
755
+ "container-interface",
756
+ "container-interop",
757
+ "psr"
758
+ ],
759
+ "support": {
760
+ "issues": "https://github.com/php-fig/container/issues",
761
+ "source": "https://github.com/php-fig/container/tree/2.0.2"
762
+ },
763
+ "time": "2021-11-05T16:47:00+00:00"
764
+ },
765
+ {
766
+ "name": "psr/simple-cache",
767
+ "version": "3.0.0",
768
+ "source": {
769
+ "type": "git",
770
+ "url": "https://github.com/php-fig/simple-cache.git",
771
+ "reference": "764e0b3939f5ca87cb904f570ef9be2d78a07865"
772
+ },
773
+ "dist": {
774
+ "type": "zip",
775
+ "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/764e0b3939f5ca87cb904f570ef9be2d78a07865",
776
+ "reference": "764e0b3939f5ca87cb904f570ef9be2d78a07865",
777
+ "shasum": ""
778
+ },
779
+ "require": {
780
+ "php": ">=8.0.0"
781
+ },
782
+ "type": "library",
783
+ "extra": {
784
+ "branch-alias": {
785
+ "dev-master": "3.0.x-dev"
786
+ }
787
+ },
788
+ "autoload": {
789
+ "psr-4": {
790
+ "Psr\\SimpleCache\\": "src/"
791
+ }
792
+ },
793
+ "notification-url": "https://packagist.org/downloads/",
794
+ "license": [
795
+ "MIT"
796
+ ],
797
+ "authors": [
798
+ {
799
+ "name": "PHP-FIG",
800
+ "homepage": "https://www.php-fig.org/"
801
+ }
802
+ ],
803
+ "description": "Common interfaces for simple caching",
804
+ "keywords": [
805
+ "cache",
806
+ "caching",
807
+ "psr",
808
+ "psr-16",
809
+ "simple-cache"
810
+ ],
811
+ "support": {
812
+ "source": "https://github.com/php-fig/simple-cache/tree/3.0.0"
813
+ },
814
+ "time": "2021-10-29T13:26:27+00:00"
815
+ },
816
+ {
817
+ "name": "symfony/polyfill-mbstring",
818
+ "version": "v1.26.0",
819
+ "source": {
820
+ "type": "git",
821
+ "url": "https://github.com/symfony/polyfill-mbstring.git",
822
+ "reference": "9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e"
823
+ },
824
+ "dist": {
825
+ "type": "zip",
826
+ "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e",
827
+ "reference": "9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e",
828
+ "shasum": ""
829
+ },
830
+ "require": {
831
+ "php": ">=7.1"
832
+ },
833
+ "provide": {
834
+ "ext-mbstring": "*"
835
+ },
836
+ "suggest": {
837
+ "ext-mbstring": "For best performance"
838
+ },
839
+ "type": "library",
840
+ "extra": {
841
+ "branch-alias": {
842
+ "dev-main": "1.26-dev"
843
+ },
844
+ "thanks": {
845
+ "name": "symfony/polyfill",
846
+ "url": "https://github.com/symfony/polyfill"
847
+ }
848
+ },
849
+ "autoload": {
850
+ "files": [
851
+ "bootstrap.php"
852
+ ],
853
+ "psr-4": {
854
+ "Symfony\\Polyfill\\Mbstring\\": ""
855
+ }
856
+ },
857
+ "notification-url": "https://packagist.org/downloads/",
858
+ "license": [
859
+ "MIT"
860
+ ],
861
+ "authors": [
862
+ {
863
+ "name": "Nicolas Grekas",
864
+ "email": "p@tchwork.com"
865
+ },
866
+ {
867
+ "name": "Symfony Community",
868
+ "homepage": "https://symfony.com/contributors"
869
+ }
870
+ ],
871
+ "description": "Symfony polyfill for the Mbstring extension",
872
+ "homepage": "https://symfony.com",
873
+ "keywords": [
874
+ "compatibility",
875
+ "mbstring",
876
+ "polyfill",
877
+ "portable",
878
+ "shim"
879
+ ],
880
+ "support": {
881
+ "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.26.0"
882
+ },
883
+ "funding": [
884
+ {
885
+ "url": "https://symfony.com/sponsor",
886
+ "type": "custom"
887
+ },
888
+ {
889
+ "url": "https://github.com/fabpot",
890
+ "type": "github"
891
+ },
892
+ {
893
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
894
+ "type": "tidelift"
895
+ }
896
+ ],
897
+ "time": "2022-05-24T11:49:31+00:00"
898
+ },
899
+ {
900
+ "name": "symfony/polyfill-php80",
901
+ "version": "v1.26.0",
902
+ "source": {
903
+ "type": "git",
904
+ "url": "https://github.com/symfony/polyfill-php80.git",
905
+ "reference": "cfa0ae98841b9e461207c13ab093d76b0fa7bace"
906
+ },
907
+ "dist": {
908
+ "type": "zip",
909
+ "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/cfa0ae98841b9e461207c13ab093d76b0fa7bace",
910
+ "reference": "cfa0ae98841b9e461207c13ab093d76b0fa7bace",
911
+ "shasum": ""
912
+ },
913
+ "require": {
914
+ "php": ">=7.1"
915
+ },
916
+ "type": "library",
917
+ "extra": {
918
+ "branch-alias": {
919
+ "dev-main": "1.26-dev"
920
+ },
921
+ "thanks": {
922
+ "name": "symfony/polyfill",
923
+ "url": "https://github.com/symfony/polyfill"
924
+ }
925
+ },
926
+ "autoload": {
927
+ "files": [
928
+ "bootstrap.php"
929
+ ],
930
+ "psr-4": {
931
+ "Symfony\\Polyfill\\Php80\\": ""
932
+ },
933
+ "classmap": [
934
+ "Resources/stubs"
935
+ ]
936
+ },
937
+ "notification-url": "https://packagist.org/downloads/",
938
+ "license": [
939
+ "MIT"
940
+ ],
941
+ "authors": [
942
+ {
943
+ "name": "Ion Bazan",
944
+ "email": "ion.bazan@gmail.com"
945
+ },
946
+ {
947
+ "name": "Nicolas Grekas",
948
+ "email": "p@tchwork.com"
949
+ },
950
+ {
951
+ "name": "Symfony Community",
952
+ "homepage": "https://symfony.com/contributors"
953
+ }
954
+ ],
955
+ "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
956
+ "homepage": "https://symfony.com",
957
+ "keywords": [
958
+ "compatibility",
959
+ "polyfill",
960
+ "portable",
961
+ "shim"
962
+ ],
963
+ "support": {
964
+ "source": "https://github.com/symfony/polyfill-php80/tree/v1.26.0"
965
+ },
966
+ "funding": [
967
+ {
968
+ "url": "https://symfony.com/sponsor",
969
+ "type": "custom"
970
+ },
971
+ {
972
+ "url": "https://github.com/fabpot",
973
+ "type": "github"
974
+ },
975
+ {
976
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
977
+ "type": "tidelift"
978
+ }
979
+ ],
980
+ "time": "2022-05-10T07:21:04+00:00"
981
+ },
982
+ {
983
+ "name": "symfony/translation",
984
+ "version": "v6.0.14",
985
+ "source": {
986
+ "type": "git",
987
+ "url": "https://github.com/symfony/translation.git",
988
+ "reference": "6f99eb179aee4652c0a7cd7c11f2a870d904330c"
989
+ },
990
+ "dist": {
991
+ "type": "zip",
992
+ "url": "https://api.github.com/repos/symfony/translation/zipball/6f99eb179aee4652c0a7cd7c11f2a870d904330c",
993
+ "reference": "6f99eb179aee4652c0a7cd7c11f2a870d904330c",
994
+ "shasum": ""
995
+ },
996
+ "require": {
997
+ "php": ">=8.0.2",
998
+ "symfony/polyfill-mbstring": "~1.0",
999
+ "symfony/translation-contracts": "^2.3|^3.0"
1000
+ },
1001
+ "conflict": {
1002
+ "symfony/config": "<5.4",
1003
+ "symfony/console": "<5.4",
1004
+ "symfony/dependency-injection": "<5.4",
1005
+ "symfony/http-kernel": "<5.4",
1006
+ "symfony/twig-bundle": "<5.4",
1007
+ "symfony/yaml": "<5.4"
1008
+ },
1009
+ "provide": {
1010
+ "symfony/translation-implementation": "2.3|3.0"
1011
+ },
1012
+ "require-dev": {
1013
+ "psr/log": "^1|^2|^3",
1014
+ "symfony/config": "^5.4|^6.0",
1015
+ "symfony/console": "^5.4|^6.0",
1016
+ "symfony/dependency-injection": "^5.4|^6.0",
1017
+ "symfony/finder": "^5.4|^6.0",
1018
+ "symfony/http-client-contracts": "^1.1|^2.0|^3.0",
1019
+ "symfony/http-kernel": "^5.4|^6.0",
1020
+ "symfony/intl": "^5.4|^6.0",
1021
+ "symfony/polyfill-intl-icu": "^1.21",
1022
+ "symfony/service-contracts": "^1.1.2|^2|^3",
1023
+ "symfony/yaml": "^5.4|^6.0"
1024
+ },
1025
+ "suggest": {
1026
+ "psr/log-implementation": "To use logging capability in translator",
1027
+ "symfony/config": "",
1028
+ "symfony/yaml": ""
1029
+ },
1030
+ "type": "library",
1031
+ "autoload": {
1032
+ "files": [
1033
+ "Resources/functions.php"
1034
+ ],
1035
+ "psr-4": {
1036
+ "Symfony\\Component\\Translation\\": ""
1037
+ },
1038
+ "exclude-from-classmap": [
1039
+ "/Tests/"
1040
+ ]
1041
+ },
1042
+ "notification-url": "https://packagist.org/downloads/",
1043
+ "license": [
1044
+ "MIT"
1045
+ ],
1046
+ "authors": [
1047
+ {
1048
+ "name": "Fabien Potencier",
1049
+ "email": "fabien@symfony.com"
1050
+ },
1051
+ {
1052
+ "name": "Symfony Community",
1053
+ "homepage": "https://symfony.com/contributors"
1054
+ }
1055
+ ],
1056
+ "description": "Provides tools to internationalize your application",
1057
+ "homepage": "https://symfony.com",
1058
+ "support": {
1059
+ "source": "https://github.com/symfony/translation/tree/v6.0.14"
1060
+ },
1061
+ "funding": [
1062
+ {
1063
+ "url": "https://symfony.com/sponsor",
1064
+ "type": "custom"
1065
+ },
1066
+ {
1067
+ "url": "https://github.com/fabpot",
1068
+ "type": "github"
1069
+ },
1070
+ {
1071
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1072
+ "type": "tidelift"
1073
+ }
1074
+ ],
1075
+ "time": "2022-10-07T08:02:12+00:00"
1076
+ },
1077
+ {
1078
+ "name": "symfony/translation-contracts",
1079
+ "version": "v3.0.2",
1080
+ "source": {
1081
+ "type": "git",
1082
+ "url": "https://github.com/symfony/translation-contracts.git",
1083
+ "reference": "acbfbb274e730e5a0236f619b6168d9dedb3e282"
1084
+ },
1085
+ "dist": {
1086
+ "type": "zip",
1087
+ "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/acbfbb274e730e5a0236f619b6168d9dedb3e282",
1088
+ "reference": "acbfbb274e730e5a0236f619b6168d9dedb3e282",
1089
+ "shasum": ""
1090
+ },
1091
+ "require": {
1092
+ "php": ">=8.0.2"
1093
+ },
1094
+ "suggest": {
1095
+ "symfony/translation-implementation": ""
1096
+ },
1097
+ "type": "library",
1098
+ "extra": {
1099
+ "branch-alias": {
1100
+ "dev-main": "3.0-dev"
1101
+ },
1102
+ "thanks": {
1103
+ "name": "symfony/contracts",
1104
+ "url": "https://github.com/symfony/contracts"
1105
+ }
1106
+ },
1107
+ "autoload": {
1108
+ "psr-4": {
1109
+ "Symfony\\Contracts\\Translation\\": ""
1110
+ }
1111
+ },
1112
+ "notification-url": "https://packagist.org/downloads/",
1113
+ "license": [
1114
+ "MIT"
1115
+ ],
1116
+ "authors": [
1117
+ {
1118
+ "name": "Nicolas Grekas",
1119
+ "email": "p@tchwork.com"
1120
+ },
1121
+ {
1122
+ "name": "Symfony Community",
1123
+ "homepage": "https://symfony.com/contributors"
1124
+ }
1125
+ ],
1126
+ "description": "Generic abstractions related to translation",
1127
+ "homepage": "https://symfony.com",
1128
+ "keywords": [
1129
+ "abstractions",
1130
+ "contracts",
1131
+ "decoupling",
1132
+ "interfaces",
1133
+ "interoperability",
1134
+ "standards"
1135
+ ],
1136
+ "support": {
1137
+ "source": "https://github.com/symfony/translation-contracts/tree/v3.0.2"
1138
+ },
1139
+ "funding": [
1140
+ {
1141
+ "url": "https://symfony.com/sponsor",
1142
+ "type": "custom"
1143
+ },
1144
+ {
1145
+ "url": "https://github.com/fabpot",
1146
+ "type": "github"
1147
+ },
1148
+ {
1149
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1150
+ "type": "tidelift"
1151
+ }
1152
+ ],
1153
+ "time": "2022-06-27T17:10:44+00:00"
1154
+ },
1155
+ {
1156
+ "name": "voku/portable-ascii",
1157
+ "version": "2.0.1",
1158
+ "source": {
1159
+ "type": "git",
1160
+ "url": "https://github.com/voku/portable-ascii.git",
1161
+ "reference": "b56450eed252f6801410d810c8e1727224ae0743"
1162
+ },
1163
+ "dist": {
1164
+ "type": "zip",
1165
+ "url": "https://api.github.com/repos/voku/portable-ascii/zipball/b56450eed252f6801410d810c8e1727224ae0743",
1166
+ "reference": "b56450eed252f6801410d810c8e1727224ae0743",
1167
+ "shasum": ""
1168
+ },
1169
+ "require": {
1170
+ "php": ">=7.0.0"
1171
+ },
1172
+ "require-dev": {
1173
+ "phpunit/phpunit": "~6.0 || ~7.0 || ~9.0"
1174
+ },
1175
+ "suggest": {
1176
+ "ext-intl": "Use Intl for transliterator_transliterate() support"
1177
+ },
1178
+ "type": "library",
1179
+ "autoload": {
1180
+ "psr-4": {
1181
+ "voku\\": "src/voku/"
1182
+ }
1183
+ },
1184
+ "notification-url": "https://packagist.org/downloads/",
1185
+ "license": [
1186
+ "MIT"
1187
+ ],
1188
+ "authors": [
1189
+ {
1190
+ "name": "Lars Moelleken",
1191
+ "homepage": "http://www.moelleken.org/"
1192
+ }
1193
+ ],
1194
+ "description": "Portable ASCII library - performance optimized (ascii) string functions for php.",
1195
+ "homepage": "https://github.com/voku/portable-ascii",
1196
+ "keywords": [
1197
+ "ascii",
1198
+ "clean",
1199
+ "php"
1200
+ ],
1201
+ "support": {
1202
+ "issues": "https://github.com/voku/portable-ascii/issues",
1203
+ "source": "https://github.com/voku/portable-ascii/tree/2.0.1"
1204
+ },
1205
+ "funding": [
1206
+ {
1207
+ "url": "https://www.paypal.me/moelleken",
1208
+ "type": "custom"
1209
+ },
1210
+ {
1211
+ "url": "https://github.com/voku",
1212
+ "type": "github"
1213
+ },
1214
+ {
1215
+ "url": "https://opencollective.com/portable-ascii",
1216
+ "type": "open_collective"
1217
+ },
1218
+ {
1219
+ "url": "https://www.patreon.com/voku",
1220
+ "type": "patreon"
1221
+ },
1222
+ {
1223
+ "url": "https://tidelift.com/funding/github/packagist/voku/portable-ascii",
1224
+ "type": "tidelift"
1225
+ }
1226
+ ],
1227
+ "time": "2022-03-08T17:03:00+00:00"
1228
+ },
1229
+ {
1230
+ "name": "voku/stop-words",
1231
+ "version": "2.0.1",
1232
+ "source": {
1233
+ "type": "git",
1234
+ "url": "https://github.com/voku/stop-words.git",
1235
+ "reference": "8e63c0af20f800b1600783764e0ce19e53969f71"
1236
+ },
1237
+ "dist": {
1238
+ "type": "zip",
1239
+ "url": "https://api.github.com/repos/voku/stop-words/zipball/8e63c0af20f800b1600783764e0ce19e53969f71",
1240
+ "reference": "8e63c0af20f800b1600783764e0ce19e53969f71",
1241
+ "shasum": ""
1242
+ },
1243
+ "require": {
1244
+ "php": ">=7.0.0"
1245
+ },
1246
+ "require-dev": {
1247
+ "phpunit/phpunit": "~6.0"
1248
+ },
1249
+ "type": "library",
1250
+ "autoload": {
1251
+ "psr-4": {
1252
+ "voku\\": "src/voku/"
1253
+ }
1254
+ },
1255
+ "notification-url": "https://packagist.org/downloads/",
1256
+ "license": [
1257
+ "MIT"
1258
+ ],
1259
+ "authors": [
1260
+ {
1261
+ "name": "Lars Moelleken",
1262
+ "homepage": "http://www.moelleken.org/"
1263
+ }
1264
+ ],
1265
+ "description": "Stop-Words via PHP",
1266
+ "keywords": [
1267
+ "stop words",
1268
+ "stop-words"
1269
+ ],
1270
+ "support": {
1271
+ "issues": "https://github.com/voku/stop-words/issues",
1272
+ "source": "https://github.com/voku/stop-words/tree/master"
1273
+ },
1274
+ "time": "2018-11-23T01:37:27+00:00"
1275
+ }
1276
+ ],
1277
+ "packages-dev": [],
1278
+ "aliases": [],
1279
+ "minimum-stability": "stable",
1280
+ "stability-flags": [],
1281
+ "prefer-stable": false,
1282
+ "prefer-lowest": false,
1283
+ "platform": [],
1284
+ "platform-dev": [],
1285
+ "plugin-api-version": "2.0.0"
1286
+ }