dev-dict 0.11.10 → 0.11.12

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.
@@ -0,0 +1,1839 @@
1
+ import { t as e } from "./locales-CvHJXK8Z.js";
2
+ import { g as t } from "./utils-CxyRIyjZ.js";
3
+ import { a as n, c as r, d as i, f as a, h as o, i as s, l as c, m as l, n as u, o as d, p as f, r as p, s as m, t as h, u as g } from "./ui_library-Zgy-bmI_.js";
4
+ import { a as _, c as v, i as y, l as b, n as x, o as S, r as C, s as w, t as T } from "./standard-D20hQ7Ls.js";
5
+ var E = t({
6
+ obj: {
7
+ [o.id]: o,
8
+ [l.id]: l,
9
+ [f.id]: f,
10
+ [a.id]: a,
11
+ [i.id]: i,
12
+ [g.id]: g,
13
+ [c.id]: c,
14
+ [r.id]: r,
15
+ [m.id]: m,
16
+ [d.id]: d,
17
+ [n.id]: n,
18
+ [s.id]: s,
19
+ [p.id]: p,
20
+ [u.id]: u,
21
+ [h.id]: h
22
+ },
23
+ keys: ["name"],
24
+ populateEmpty: !1
25
+ }), D = {
26
+ id: "ai_generated",
27
+ name: {
28
+ [e.EN_US]: "AI Generated",
29
+ [e.EN_GB]: e.EN_US,
30
+ [e.DE_DE]: "KI-generiert"
31
+ }
32
+ }, O = {
33
+ id: "community",
34
+ name: {
35
+ [e.EN_US]: "Community",
36
+ [e.EN_GB]: e.EN_US,
37
+ [e.DE_DE]: "Gemeinschaft"
38
+ }
39
+ }, k = {
40
+ id: "official_website",
41
+ name: {
42
+ [e.EN_US]: "Official Website",
43
+ [e.EN_GB]: e.EN_US,
44
+ [e.DE_DE]: "Offizielle Website"
45
+ }
46
+ }, A = {
47
+ id: "wikipedia",
48
+ name: {
49
+ [e.EN_US]: "Wikipedia",
50
+ [e.EN_GB]: e.EN_US,
51
+ [e.DE_DE]: "Wikipedia"
52
+ }
53
+ }, j = t({
54
+ obj: {
55
+ [D.id]: D,
56
+ [O.id]: O,
57
+ [k.id]: k,
58
+ [A.id]: A
59
+ },
60
+ keys: ["name"],
61
+ populateEmpty: !1
62
+ }), M = t({
63
+ obj: {
64
+ [b.id]: b,
65
+ [v.id]: v,
66
+ [w.id]: w,
67
+ [S.id]: S,
68
+ [_.id]: _,
69
+ [y.id]: y,
70
+ [x.id]: x,
71
+ [C.id]: C,
72
+ [T.id]: T
73
+ },
74
+ keys: ["name"],
75
+ populateEmpty: !1
76
+ }), ee = {
77
+ id: "aes",
78
+ name: {
79
+ [e.EN_US]: "AES",
80
+ [e.EN_GB]: e.EN_US,
81
+ [e.DE_DE]: e.EN_US
82
+ },
83
+ altName: {
84
+ [e.EN_US]: "Advanced Encryption Standard",
85
+ [e.EN_GB]: e.EN_US,
86
+ [e.DE_DE]: e.EN_US
87
+ },
88
+ label: {
89
+ [e.EN_US]: "Encryption Standard",
90
+ [e.EN_GB]: e.EN_US,
91
+ [e.DE_DE]: "Verschlüsselungsstandard"
92
+ },
93
+ definition: {
94
+ [e.EN_US]: "Advanced Encryption Standard (AES) is a symmetric encryption algorithm established as a standard by the US National Institute of Standards and Technology (NIST) in 2001. It uses block cipher with key sizes of 128, 192, or 256 bits and is widely adopted for securing sensitive data in software applications, communications, and storage systems.",
95
+ [e.EN_GB]: e.EN_US,
96
+ [e.DE_DE]: "Advanced Encryption Standard (AES) ist ein symmetrischer Verschlüsselungsalgorithmus, der im Jahr 2001 vom US-amerikanischen National Institute of Standards and Technology (NIST) als Standard festgelegt wurde. Er verwendet eine Blockchiffre mit Schlüssellängen von 128, 192 oder 256 Bit und wird weltweit zur Absicherung sensibler Daten in Softwareanwendungen, Kommunikationssystemen und Speichersystemen eingesetzt."
97
+ },
98
+ type: [M.standard],
99
+ tags: [E.security, E.cryptography],
100
+ links: {
101
+ website: "https://nvlpubs.nist.gov/nistpubs/FIPS/NIST.FIPS.197-upd1.pdf",
102
+ wikipedia: "https://en.wikipedia.org/wiki/Advanced_Encryption_Standard"
103
+ },
104
+ sources: {
105
+ label: [j.community],
106
+ definition: [j.ai_generated, j.wikipedia]
107
+ }
108
+ }, te = {
109
+ id: "agile",
110
+ name: {
111
+ [e.EN_US]: "Agile",
112
+ [e.EN_GB]: e.EN_US,
113
+ [e.DE_DE]: e.EN_US
114
+ },
115
+ label: { ...M.methodology.name },
116
+ definition: {
117
+ [e.EN_US]: "Agile is a software development methodology that emphasizes iterative progress, collaboration, and flexibility. It promotes adaptive planning, evolutionary development, early delivery, and continuous improvement, encouraging rapid and flexible response to change through cross-functional teams working in short cycles called sprints.",
118
+ [e.EN_GB]: "Agile is a software development methodology that emphasises iterative progress, collaboration, and flexibility. It promotes adaptive planning, evolutionary development, early delivery, and continuous improvement, encouraging rapid and flexible response to change through cross-functional teams working in short cycles called sprints.",
119
+ [e.DE_DE]: "Agile ist eine Softwareentwicklungsmethodik, die iterative Fortschritte, Zusammenarbeit und Flexibilität betont. Sie fördert adaptive Planung, evolutionäre Entwicklung, frühzeitige Lieferung und kontinuierliche Verbesserung und ermutigt zu einer schnellen und flexiblen Reaktion auf Veränderungen durch funktionsübergreifende Teams, die in kurzen Zyklen, sogenannten Sprints, arbeiten."
120
+ },
121
+ type: [M.methodology],
122
+ tags: [
123
+ E.software_development,
124
+ E.project_management,
125
+ E.scrum,
126
+ E.kanban
127
+ ],
128
+ links: {
129
+ website: "https://agilemanifesto.org",
130
+ wikipedia: "https://en.wikipedia.org/wiki/Agile_software_development"
131
+ },
132
+ sources: {
133
+ label: [j.community],
134
+ definition: [j.ai_generated]
135
+ }
136
+ }, N = {
137
+ id: "ai",
138
+ name: {
139
+ [e.EN_US]: "AI",
140
+ [e.EN_GB]: e.EN_US,
141
+ [e.DE_DE]: "KI"
142
+ },
143
+ altName: {
144
+ [e.EN_US]: "Artificial Intelligence",
145
+ [e.EN_GB]: e.EN_US,
146
+ [e.DE_DE]: "Künstliche Intelligenz"
147
+ },
148
+ label: { [e.EN_US]: "" },
149
+ definition: { [e.EN_US]: "" },
150
+ type: [],
151
+ tags: []
152
+ }, P = {
153
+ id: "algolia",
154
+ name: { [e.EN_US]: "Algolia" },
155
+ label: { [e.EN_US]: "" },
156
+ definition: { [e.EN_US]: "" },
157
+ type: [],
158
+ tags: []
159
+ }, F = {
160
+ id: "alpine_js",
161
+ name: { [e.EN_US]: "Alpine.js" },
162
+ label: { [e.EN_US]: "" },
163
+ definition: { [e.EN_US]: "" },
164
+ type: [],
165
+ tags: []
166
+ }, I = {
167
+ id: "android_studio",
168
+ name: { [e.EN_US]: "Android Studio" },
169
+ label: { [e.EN_US]: "" },
170
+ definition: { [e.EN_US]: "" },
171
+ type: [],
172
+ tags: []
173
+ }, L = {
174
+ id: "angularjs",
175
+ name: { [e.EN_US]: "AngularJS" },
176
+ label: { [e.EN_US]: "" },
177
+ definition: { [e.EN_US]: "" },
178
+ type: [],
179
+ tags: []
180
+ }, R = {
181
+ id: "apache_tomcat",
182
+ name: { [e.EN_US]: "Apache Tomcat" },
183
+ label: { [e.EN_US]: "" },
184
+ definition: { [e.EN_US]: "" },
185
+ type: [],
186
+ tags: []
187
+ }, z = {
188
+ id: "asp_net",
189
+ name: { [e.EN_US]: "ASP.NET" },
190
+ label: { [e.EN_US]: "" },
191
+ definition: { [e.EN_US]: "" },
192
+ type: [],
193
+ tags: []
194
+ }, B = {
195
+ id: "assembly",
196
+ name: { [e.EN_US]: "Assembly" },
197
+ label: { [e.EN_US]: "" },
198
+ definition: { [e.EN_US]: "" },
199
+ type: [M.language],
200
+ tags: []
201
+ }, V = {
202
+ id: "aws",
203
+ name: {
204
+ [e.EN_US]: "AWS",
205
+ [e.EN_GB]: e.EN_US,
206
+ [e.DE_DE]: e.EN_US
207
+ },
208
+ altName: {
209
+ [e.EN_US]: "Amazon Web Services",
210
+ [e.EN_GB]: e.EN_US,
211
+ [e.DE_DE]: e.EN_US
212
+ },
213
+ label: {
214
+ [e.EN_US]: "Cloud Computing Platform",
215
+ [e.EN_GB]: e.EN_US,
216
+ [e.DE_DE]: "Cloud-Computing-Plattform"
217
+ },
218
+ definition: { [e.EN_US]: "" },
219
+ type: [M.platform],
220
+ tags: [],
221
+ links: { website: "https://aws.amazon.com/" }
222
+ }, H = {
223
+ id: "azure",
224
+ name: { [e.EN_US]: "Azure" },
225
+ label: { [e.EN_US]: "" },
226
+ definition: { [e.EN_US]: "" },
227
+ type: [],
228
+ tags: []
229
+ }, U = {
230
+ id: "azure_pipelines",
231
+ name: { [e.EN_US]: "Azure Pipelines" },
232
+ label: { [e.EN_US]: "" },
233
+ definition: { [e.EN_US]: "" },
234
+ type: [],
235
+ tags: []
236
+ }, W = {
237
+ id: "backbone_js",
238
+ name: { [e.EN_US]: "Backbone.js" },
239
+ label: { [e.EN_US]: "" },
240
+ definition: { [e.EN_US]: "" },
241
+ type: [],
242
+ tags: []
243
+ }, G = {
244
+ id: "bash",
245
+ name: { [e.EN_US]: "Bash" },
246
+ label: { [e.EN_US]: "" },
247
+ definition: { [e.EN_US]: "" },
248
+ type: [M.language],
249
+ tags: []
250
+ }, K = {
251
+ id: "bdd",
252
+ name: { [e.EN_US]: "BDD" },
253
+ label: { [e.EN_US]: "" },
254
+ definition: { [e.EN_US]: "" },
255
+ type: [],
256
+ tags: []
257
+ }, q = {
258
+ id: "beanstalk",
259
+ name: { [e.EN_US]: "Beanstalk" },
260
+ label: { [e.EN_US]: "" },
261
+ definition: { [e.EN_US]: "" },
262
+ type: [],
263
+ tags: []
264
+ }, J = {
265
+ id: "big_js",
266
+ name: { [e.EN_US]: "Big.js" },
267
+ label: { [e.EN_US]: "" },
268
+ definition: { [e.EN_US]: "" },
269
+ type: [],
270
+ tags: []
271
+ }, Y = {
272
+ id: "biome",
273
+ name: { [e.EN_US]: "Biome" },
274
+ label: { [e.EN_US]: "" },
275
+ definition: { [e.EN_US]: "" },
276
+ type: [],
277
+ tags: []
278
+ }, X = {
279
+ id: "bitbucket_pipelines",
280
+ name: { [e.EN_US]: "Bitbucket Pipelines" },
281
+ label: { [e.EN_US]: "" },
282
+ definition: { [e.EN_US]: "" },
283
+ type: [],
284
+ tags: []
285
+ }, Z = {
286
+ id: "bitcoin",
287
+ name: { [e.EN_US]: "Bitcoin" },
288
+ label: { [e.EN_US]: "" },
289
+ definition: { [e.EN_US]: "" },
290
+ type: [],
291
+ tags: []
292
+ }, Q = {
293
+ id: "blockchain",
294
+ name: { [e.EN_US]: "Blockchain" },
295
+ label: { [e.EN_US]: "" },
296
+ definition: { [e.EN_US]: "" },
297
+ type: [],
298
+ tags: []
299
+ }, ne = {
300
+ id: "bootstrap",
301
+ name: { [e.EN_US]: "Bootstrap" },
302
+ label: { [e.EN_US]: "" },
303
+ definition: { [e.EN_US]: "" },
304
+ type: [],
305
+ tags: []
306
+ }, re = {
307
+ id: "browserify",
308
+ name: { [e.EN_US]: "Browserify" },
309
+ label: { [e.EN_US]: "" },
310
+ definition: { [e.EN_US]: "" },
311
+ type: [],
312
+ tags: []
313
+ }, ie = {
314
+ id: "browserstack",
315
+ name: { [e.EN_US]: "BrowserStack" },
316
+ label: { [e.EN_US]: "" },
317
+ definition: { [e.EN_US]: "" },
318
+ type: [],
319
+ tags: []
320
+ }, ae = {
321
+ id: "bugzilla",
322
+ name: { [e.EN_US]: "Bugzilla" },
323
+ label: { [e.EN_US]: "" },
324
+ definition: { [e.EN_US]: "" },
325
+ type: [],
326
+ tags: []
327
+ }, oe = {
328
+ id: "c_sharp",
329
+ name: { [e.EN_US]: "C#" },
330
+ label: { [e.EN_US]: "" },
331
+ definition: { [e.EN_US]: "" },
332
+ type: [M.language],
333
+ tags: []
334
+ }, se = {
335
+ id: "cakephp",
336
+ name: { [e.EN_US]: "CakePHP" },
337
+ label: { [e.EN_US]: "" },
338
+ definition: { [e.EN_US]: "" },
339
+ type: [],
340
+ tags: []
341
+ }, ce = {
342
+ id: "chart_js",
343
+ name: { [e.EN_US]: "Chart.js" },
344
+ label: { [e.EN_US]: "" },
345
+ definition: { [e.EN_US]: "" },
346
+ type: [],
347
+ tags: []
348
+ }, le = {
349
+ id: "ci_cd",
350
+ name: { [e.EN_US]: "CI/CD" },
351
+ label: { [e.EN_US]: "" },
352
+ definition: { [e.EN_US]: "" },
353
+ type: [],
354
+ tags: []
355
+ }, ue = {
356
+ id: "circle_ci",
357
+ name: { [e.EN_US]: "CircleCI" },
358
+ label: { [e.EN_US]: "" },
359
+ definition: { [e.EN_US]: "" },
360
+ type: [],
361
+ tags: []
362
+ }, de = {
363
+ id: "claude_code",
364
+ name: { [e.EN_US]: "Claude Code" },
365
+ label: { [e.EN_US]: "" },
366
+ definition: { [e.EN_US]: "" },
367
+ type: [],
368
+ tags: []
369
+ }, fe = {
370
+ id: "clean_code",
371
+ name: { [e.EN_US]: "Clean Code" },
372
+ label: { [e.EN_US]: "" },
373
+ definition: { [e.EN_US]: "" },
374
+ type: [],
375
+ tags: []
376
+ }, pe = {
377
+ id: "clojure",
378
+ name: { [e.EN_US]: "Clojure" },
379
+ label: { [e.EN_US]: "" },
380
+ definition: { [e.EN_US]: "" },
381
+ type: [M.language],
382
+ tags: []
383
+ }, me = {
384
+ id: "cloudflare",
385
+ name: { [e.EN_US]: "Cloudflare" },
386
+ label: { [e.EN_US]: "" },
387
+ definition: { [e.EN_US]: "" },
388
+ type: [],
389
+ tags: []
390
+ }, he = {
391
+ id: "codacy",
392
+ name: { [e.EN_US]: "Codacy" },
393
+ label: { [e.EN_US]: "" },
394
+ definition: { [e.EN_US]: "" },
395
+ type: [],
396
+ tags: []
397
+ }, ge = {
398
+ id: "codeigniter",
399
+ name: { [e.EN_US]: "CodeIgniter" },
400
+ label: { [e.EN_US]: "" },
401
+ definition: { [e.EN_US]: "" },
402
+ type: [],
403
+ tags: []
404
+ }, _e = {
405
+ id: "confluence",
406
+ name: { [e.EN_US]: "Confluence" },
407
+ label: { [e.EN_US]: "" },
408
+ definition: { [e.EN_US]: "" },
409
+ type: [],
410
+ tags: []
411
+ }, ve = {
412
+ id: "contentful",
413
+ name: {
414
+ [e.EN_US]: "Contentful",
415
+ [e.EN_GB]: e.EN_US,
416
+ [e.DE_DE]: e.EN_US
417
+ },
418
+ label: { [e.EN_US]: "" },
419
+ definition: { [e.EN_US]: "" },
420
+ type: [M.cms],
421
+ tags: []
422
+ }, ye = {
423
+ id: "cplusplus",
424
+ name: { [e.EN_US]: "C++" },
425
+ label: { [e.EN_US]: "" },
426
+ definition: { [e.EN_US]: "" },
427
+ type: [M.language],
428
+ tags: []
429
+ }, be = {
430
+ id: "craft_cms",
431
+ name: {
432
+ [e.EN_US]: "Craft CMS",
433
+ [e.EN_GB]: e.EN_US,
434
+ [e.DE_DE]: e.EN_US
435
+ },
436
+ label: { [e.EN_US]: "" },
437
+ definition: { [e.EN_US]: "" },
438
+ type: [M.cms],
439
+ tags: []
440
+ }, xe = {
441
+ id: "cs_cart",
442
+ name: { [e.EN_US]: "CS-Cart" },
443
+ label: { [e.EN_US]: "" },
444
+ definition: { [e.EN_US]: "" },
445
+ type: [],
446
+ tags: []
447
+ }, Se = {
448
+ id: "css",
449
+ name: { [e.EN_US]: "CSS" },
450
+ label: { [e.EN_US]: "" },
451
+ definition: { [e.EN_US]: "" },
452
+ type: [M.language],
453
+ tags: []
454
+ }, Ce = {
455
+ id: "css_in_js",
456
+ name: { [e.EN_US]: "CSS-in-JS" },
457
+ label: { [e.EN_US]: "" },
458
+ definition: { [e.EN_US]: "" },
459
+ type: [],
460
+ tags: []
461
+ }, we = {
462
+ id: "css_modules",
463
+ name: { [e.EN_US]: "CSS Modules" },
464
+ label: { [e.EN_US]: "" },
465
+ definition: { [e.EN_US]: "" },
466
+ type: [],
467
+ tags: []
468
+ }, Te = {
469
+ id: "cucumber",
470
+ name: { [e.EN_US]: "Cucumber" },
471
+ label: { [e.EN_US]: "" },
472
+ definition: { [e.EN_US]: "" },
473
+ type: [],
474
+ tags: []
475
+ }, Ee = {
476
+ id: "cvs",
477
+ name: { [e.EN_US]: "CVS" },
478
+ label: { [e.EN_US]: "" },
479
+ definition: { [e.EN_US]: "" },
480
+ type: [],
481
+ tags: []
482
+ }, De = {
483
+ id: "cypress",
484
+ name: { [e.EN_US]: "Cypress" },
485
+ label: { [e.EN_US]: "" },
486
+ definition: { [e.EN_US]: "" },
487
+ type: [],
488
+ tags: []
489
+ }, Oe = {
490
+ id: "dart",
491
+ name: { [e.EN_US]: "Dart" },
492
+ label: { [e.EN_US]: "" },
493
+ definition: { [e.EN_US]: "" },
494
+ type: [M.language],
495
+ tags: []
496
+ }, ke = {
497
+ id: "ddd",
498
+ name: { [e.EN_US]: "DDD" },
499
+ label: { [e.EN_US]: "" },
500
+ definition: { [e.EN_US]: "" },
501
+ type: [],
502
+ tags: []
503
+ }, Ae = {
504
+ id: "digital_ocean",
505
+ name: { [e.EN_US]: "Digital Ocean" },
506
+ label: { [e.EN_US]: "" },
507
+ definition: { [e.EN_US]: "" },
508
+ type: [],
509
+ tags: []
510
+ }, je = {
511
+ id: "docker",
512
+ name: { [e.EN_US]: "Docker" },
513
+ label: { [e.EN_US]: "" },
514
+ definition: { [e.EN_US]: "" },
515
+ type: [],
516
+ tags: []
517
+ }, Me = {
518
+ id: "docusaurus",
519
+ name: { [e.EN_US]: "Docusaurus" },
520
+ label: { [e.EN_US]: "" },
521
+ definition: { [e.EN_US]: "" },
522
+ type: [],
523
+ tags: []
524
+ }, Ne = {
525
+ id: "dot_net",
526
+ name: { [e.EN_US]: ".NET" },
527
+ label: { [e.EN_US]: "" },
528
+ definition: { [e.EN_US]: "" },
529
+ type: [],
530
+ tags: []
531
+ }, Pe = {
532
+ id: "dreamweaver",
533
+ name: { [e.EN_US]: "Dreamweaver" },
534
+ label: { [e.EN_US]: "" },
535
+ definition: { [e.EN_US]: "" },
536
+ type: [],
537
+ tags: []
538
+ }, Fe = {
539
+ id: "dynatrace",
540
+ name: { [e.EN_US]: "Dynatrace" },
541
+ label: { [e.EN_US]: "" },
542
+ definition: { [e.EN_US]: "" },
543
+ type: [],
544
+ tags: []
545
+ }, Ie = {
546
+ id: "e2e",
547
+ name: {
548
+ [e.EN_US]: "End-to-end Testing",
549
+ [e.EN_GB]: e.EN_US,
550
+ [e.DE_DE]: "Ende-zu-Ende-Tests"
551
+ },
552
+ altName: {
553
+ [e.EN_US]: "E2E Testing",
554
+ [e.EN_GB]: e.EN_US,
555
+ [e.DE_DE]: "E2E-Tests"
556
+ },
557
+ label: {
558
+ [e.EN_US]: "Testing Methodology",
559
+ [e.EN_GB]: e.EN_US,
560
+ [e.DE_DE]: "Testmethodik"
561
+ },
562
+ definition: {
563
+ [e.EN_US]: "A software testing methodology that validates the entire application flow from start to finish, simulating real user scenarios to ensure all integrated components work together correctly.",
564
+ [e.EN_GB]: e.EN_US,
565
+ [e.DE_DE]: "Eine Software-Testmethodik, die den gesamten Anwendungsablauf von Anfang bis Ende validiert und reale Benutzerszenarien simuliert, um sicherzustellen, dass alle integrierten Komponenten korrekt zusammenarbeiten."
566
+ },
567
+ type: [M.concept, M.methodology],
568
+ tags: [
569
+ E.testing,
570
+ E.automation,
571
+ E.qa,
572
+ E.e2e
573
+ ]
574
+ }, Le = {
575
+ id: "encryption",
576
+ name: { [e.EN_US]: "Encryption" },
577
+ label: { [e.EN_US]: "" },
578
+ definition: { [e.EN_US]: "" },
579
+ type: [],
580
+ tags: []
581
+ }, Re = {
582
+ id: "erlang",
583
+ name: { [e.EN_US]: "Erlang" },
584
+ label: { [e.EN_US]: "" },
585
+ definition: { [e.EN_US]: "" },
586
+ type: [M.language],
587
+ tags: []
588
+ }, ze = {
589
+ id: "es_build",
590
+ name: { [e.EN_US]: "esbuild" },
591
+ label: { [e.EN_US]: "" },
592
+ definition: { [e.EN_US]: "" },
593
+ type: [],
594
+ tags: []
595
+ }, Be = {
596
+ id: "eslint",
597
+ name: { [e.EN_US]: "ESLint" },
598
+ label: { [e.EN_US]: "" },
599
+ definition: { [e.EN_US]: "" },
600
+ type: [],
601
+ tags: []
602
+ }, Ve = {
603
+ id: "excel",
604
+ name: { [e.EN_US]: "Excel" },
605
+ label: { [e.EN_US]: "" },
606
+ definition: { [e.EN_US]: "" },
607
+ type: [],
608
+ tags: []
609
+ }, He = {
610
+ id: "express",
611
+ name: { [e.EN_US]: "Express" },
612
+ label: { [e.EN_US]: "" },
613
+ definition: { [e.EN_US]: "" },
614
+ type: [],
615
+ tags: []
616
+ }, Ue = {
617
+ id: "expression_engine",
618
+ name: {
619
+ [e.EN_US]: "ExpressionEngine",
620
+ [e.EN_GB]: e.EN_US,
621
+ [e.DE_DE]: e.EN_US
622
+ },
623
+ label: { [e.EN_US]: "" },
624
+ definition: { [e.EN_US]: "" },
625
+ type: [M.cms],
626
+ tags: []
627
+ }, We = {
628
+ id: "f_sharp",
629
+ name: { [e.EN_US]: "F#" },
630
+ label: { [e.EN_US]: "" },
631
+ definition: { [e.EN_US]: "" },
632
+ type: [M.language],
633
+ tags: []
634
+ }, Ge = {
635
+ id: "fhir",
636
+ name: { [e.EN_US]: "FHIR" },
637
+ label: { [e.EN_US]: "" },
638
+ definition: { [e.EN_US]: "" },
639
+ type: [],
640
+ tags: []
641
+ }, Ke = {
642
+ id: "figma",
643
+ name: { [e.EN_US]: "Figma" },
644
+ label: { [e.EN_US]: "" },
645
+ definition: { [e.EN_US]: "" },
646
+ type: [],
647
+ tags: []
648
+ }, qe = {
649
+ id: "filezilla",
650
+ name: { [e.EN_US]: "FileZilla" },
651
+ label: { [e.EN_US]: "" },
652
+ definition: { [e.EN_US]: "" },
653
+ type: [],
654
+ tags: []
655
+ }, Je = {
656
+ id: "firebase",
657
+ name: { [e.EN_US]: "Firebase" },
658
+ label: { [e.EN_US]: "" },
659
+ definition: { [e.EN_US]: "" },
660
+ type: [],
661
+ tags: []
662
+ }, Ye = {
663
+ id: "flamelink",
664
+ name: {
665
+ [e.EN_US]: "Flamelink",
666
+ [e.EN_GB]: e.EN_US,
667
+ [e.DE_DE]: e.EN_US
668
+ },
669
+ label: { [e.EN_US]: "" },
670
+ definition: { [e.EN_US]: "" },
671
+ type: [M.cms],
672
+ tags: []
673
+ }, Xe = {
674
+ id: "flutter",
675
+ name: { [e.EN_US]: "Flutter" },
676
+ label: { [e.EN_US]: "" },
677
+ definition: { [e.EN_US]: "" },
678
+ type: [],
679
+ tags: []
680
+ }, Ze = {
681
+ id: "fortran",
682
+ name: { [e.EN_US]: "Fortran" },
683
+ label: { [e.EN_US]: "" },
684
+ definition: { [e.EN_US]: "" },
685
+ type: [M.language],
686
+ tags: []
687
+ }, Qe = {
688
+ id: "foundation",
689
+ name: { [e.EN_US]: "Foundation" },
690
+ label: { [e.EN_US]: "" },
691
+ definition: { [e.EN_US]: "" },
692
+ type: [],
693
+ tags: []
694
+ }, $e = {
695
+ id: "ftp",
696
+ name: { [e.EN_US]: "FTP" },
697
+ label: { [e.EN_US]: "" },
698
+ definition: { [e.EN_US]: "" },
699
+ type: [],
700
+ tags: []
701
+ }, et = {
702
+ id: "gatsby",
703
+ name: { [e.EN_US]: "Gatsby" },
704
+ label: { [e.EN_US]: "" },
705
+ definition: { [e.EN_US]: "" },
706
+ type: [],
707
+ tags: []
708
+ }, tt = {
709
+ id: "gcp",
710
+ name: { [e.EN_US]: "GCP" },
711
+ label: { [e.EN_US]: "" },
712
+ definition: { [e.EN_US]: "" },
713
+ type: [],
714
+ tags: []
715
+ }, nt = {
716
+ id: "git",
717
+ name: { [e.EN_US]: "Git" },
718
+ label: { [e.EN_US]: "" },
719
+ definition: { [e.EN_US]: "" },
720
+ type: [],
721
+ tags: []
722
+ }, rt = {
723
+ id: "github",
724
+ name: { [e.EN_US]: "GitHub" },
725
+ label: { [e.EN_US]: "" },
726
+ definition: { [e.EN_US]: "" },
727
+ type: [],
728
+ tags: []
729
+ }, it = {
730
+ id: "github_actions",
731
+ name: { [e.EN_US]: "GitHub Actions" },
732
+ label: { [e.EN_US]: "" },
733
+ definition: { [e.EN_US]: "" },
734
+ type: [],
735
+ tags: []
736
+ }, at = {
737
+ id: "gitlab",
738
+ name: { [e.EN_US]: "GitLab" },
739
+ label: { [e.EN_US]: "" },
740
+ definition: { [e.EN_US]: "" },
741
+ type: [],
742
+ tags: []
743
+ }, ot = {
744
+ id: "gitlab_ci",
745
+ name: { [e.EN_US]: "GitLab CI" },
746
+ label: { [e.EN_US]: "" },
747
+ definition: { [e.EN_US]: "" },
748
+ type: [],
749
+ tags: []
750
+ }, st = {
751
+ id: "golang",
752
+ name: { [e.EN_US]: "Go" },
753
+ label: { [e.EN_US]: "" },
754
+ definition: { [e.EN_US]: "" },
755
+ type: [M.language],
756
+ tags: []
757
+ }, ct = {
758
+ id: "google_analytics",
759
+ name: { [e.EN_US]: "Google Analytics" },
760
+ label: { [e.EN_US]: "" },
761
+ definition: { [e.EN_US]: "" },
762
+ type: [],
763
+ tags: []
764
+ }, lt = {
765
+ id: "google_app_engine",
766
+ name: { [e.EN_US]: "Google App Engine" },
767
+ label: { [e.EN_US]: "" },
768
+ definition: { [e.EN_US]: "" },
769
+ type: [],
770
+ tags: []
771
+ }, ut = {
772
+ id: "google_business",
773
+ name: { [e.EN_US]: "Google Business" },
774
+ label: { [e.EN_US]: "" },
775
+ definition: { [e.EN_US]: "" },
776
+ type: [],
777
+ tags: []
778
+ }, dt = {
779
+ id: "google_maps_api",
780
+ name: { [e.EN_US]: "Google Maps API" },
781
+ label: { [e.EN_US]: "" },
782
+ definition: { [e.EN_US]: "" },
783
+ type: [],
784
+ tags: []
785
+ }, ft = {
786
+ id: "graphql",
787
+ name: { [e.EN_US]: "GraphQL" },
788
+ label: { [e.EN_US]: "" },
789
+ definition: { [e.EN_US]: "" },
790
+ type: [],
791
+ tags: []
792
+ }, pt = {
793
+ id: "groovy",
794
+ name: { [e.EN_US]: "Groovy" },
795
+ label: { [e.EN_US]: "" },
796
+ definition: { [e.EN_US]: "" },
797
+ type: [M.language],
798
+ tags: []
799
+ }, mt = {
800
+ id: "grunt",
801
+ name: { [e.EN_US]: "Grunt" },
802
+ label: { [e.EN_US]: "" },
803
+ definition: { [e.EN_US]: "" },
804
+ type: [],
805
+ tags: []
806
+ }, ht = {
807
+ id: "gulp",
808
+ name: { [e.EN_US]: "Gulp" },
809
+ label: { [e.EN_US]: "" },
810
+ definition: { [e.EN_US]: "" },
811
+ type: [],
812
+ tags: []
813
+ }, gt = {
814
+ id: "handlebars",
815
+ name: { [e.EN_US]: "Handlebars" },
816
+ label: { [e.EN_US]: "" },
817
+ definition: { [e.EN_US]: "" },
818
+ type: [],
819
+ tags: []
820
+ }, _t = {
821
+ id: "handsontable",
822
+ name: { [e.EN_US]: "Handsontable" },
823
+ label: { [e.EN_US]: "" },
824
+ definition: { [e.EN_US]: "" },
825
+ type: [],
826
+ tags: []
827
+ }, vt = {
828
+ id: "haskell",
829
+ name: { [e.EN_US]: "Haskell" },
830
+ label: { [e.EN_US]: "" },
831
+ definition: { [e.EN_US]: "" },
832
+ type: [M.language],
833
+ tags: []
834
+ }, yt = {
835
+ id: "hetzner",
836
+ name: { [e.EN_US]: "Hetzner" },
837
+ label: { [e.EN_US]: "" },
838
+ definition: { [e.EN_US]: "" },
839
+ type: [],
840
+ tags: []
841
+ }, bt = {
842
+ id: "hl7",
843
+ name: { [e.EN_US]: "HL7" },
844
+ label: { [e.EN_US]: "" },
845
+ definition: { [e.EN_US]: "" },
846
+ type: [],
847
+ tags: []
848
+ }, xt = {
849
+ id: "html",
850
+ name: { [e.EN_US]: "HTML" },
851
+ label: { [e.EN_US]: "" },
852
+ definition: { [e.EN_US]: "" },
853
+ type: [M.language],
854
+ tags: []
855
+ }, St = {
856
+ id: "htmx",
857
+ name: { [e.EN_US]: "HTMX" },
858
+ label: { [e.EN_US]: "" },
859
+ definition: { [e.EN_US]: "" },
860
+ type: [],
861
+ tags: []
862
+ }, Ct = {
863
+ id: "i18n",
864
+ name: { [e.EN_US]: "i18n" },
865
+ label: { [e.EN_US]: "" },
866
+ definition: { [e.EN_US]: "" },
867
+ type: [],
868
+ tags: []
869
+ }, wt = {
870
+ id: "ionic",
871
+ name: { [e.EN_US]: "Ionic Framework" },
872
+ label: { [e.EN_US]: "" },
873
+ definition: { [e.EN_US]: "" },
874
+ type: [],
875
+ tags: []
876
+ }, Tt = {
877
+ id: "jasmine",
878
+ name: { [e.EN_US]: "Jasmine" },
879
+ label: { [e.EN_US]: "" },
880
+ definition: { [e.EN_US]: "" },
881
+ type: [],
882
+ tags: []
883
+ }, Et = {
884
+ id: "java",
885
+ name: { [e.EN_US]: "Java" },
886
+ label: { [e.EN_US]: "" },
887
+ definition: { [e.EN_US]: "" },
888
+ type: [M.language],
889
+ tags: []
890
+ }, Dt = {
891
+ id: "javascript",
892
+ name: { [e.EN_US]: "JavaScript" },
893
+ label: {
894
+ [e.EN_US]: "High-Level Programming Language",
895
+ [e.DE_DE]: "Hochsprache"
896
+ },
897
+ definition: { [e.EN_US]: "" },
898
+ type: [M.language],
899
+ tags: [
900
+ E.frontend,
901
+ E.backend,
902
+ E.open_source
903
+ ],
904
+ links: {
905
+ website: "https://tc39.es/ecma262",
906
+ wikipedia: "https://en.wikipedia.org/wiki/JavaScript"
907
+ }
908
+ }, Ot = {
909
+ id: "jenkins",
910
+ name: { [e.EN_US]: "Jenkins" },
911
+ label: { [e.EN_US]: "" },
912
+ definition: { [e.EN_US]: "" },
913
+ type: [],
914
+ tags: []
915
+ }, kt = {
916
+ id: "jest",
917
+ name: { [e.EN_US]: "Jest" },
918
+ label: { [e.EN_US]: "" },
919
+ definition: { [e.EN_US]: "" },
920
+ type: [],
921
+ tags: []
922
+ }, At = {
923
+ id: "jira",
924
+ name: { [e.EN_US]: "Jira" },
925
+ label: { [e.EN_US]: "" },
926
+ definition: { [e.EN_US]: "" },
927
+ type: [],
928
+ tags: []
929
+ }, jt = {
930
+ id: "jquery",
931
+ name: { [e.EN_US]: "jQuery" },
932
+ label: { [e.EN_US]: "" },
933
+ definition: { [e.EN_US]: "" },
934
+ type: [],
935
+ tags: []
936
+ }, Mt = {
937
+ id: "js",
938
+ name: { [e.EN_US]: "JavaScript" },
939
+ label: { [e.EN_US]: "" },
940
+ definition: { [e.EN_US]: "" },
941
+ type: [],
942
+ tags: []
943
+ }, Nt = {
944
+ id: "kanban",
945
+ name: { [e.EN_US]: "Kanban" },
946
+ label: { [e.EN_US]: "" },
947
+ definition: { [e.EN_US]: "" },
948
+ type: [],
949
+ tags: []
950
+ }, Pt = {
951
+ id: "karma",
952
+ name: { [e.EN_US]: "Karma" },
953
+ label: { [e.EN_US]: "" },
954
+ definition: { [e.EN_US]: "" },
955
+ type: [],
956
+ tags: []
957
+ }, Ft = {
958
+ id: "kotlin",
959
+ name: { [e.EN_US]: "Kotlin" },
960
+ label: { [e.EN_US]: "" },
961
+ definition: { [e.EN_US]: "" },
962
+ type: [M.language],
963
+ tags: []
964
+ }, It = {
965
+ id: "kubernetes",
966
+ name: { [e.EN_US]: "Kubernetes" },
967
+ label: { [e.EN_US]: "" },
968
+ definition: { [e.EN_US]: "" },
969
+ type: [],
970
+ tags: []
971
+ }, Lt = {
972
+ id: "laravel",
973
+ name: { [e.EN_US]: "Laravel" },
974
+ label: { [e.EN_US]: "" },
975
+ definition: { [e.EN_US]: "" },
976
+ type: [],
977
+ tags: []
978
+ }, Rt = {
979
+ id: "legacy_migration",
980
+ name: { [e.EN_US]: "Legacy Migration" },
981
+ label: { [e.EN_US]: "" },
982
+ definition: { [e.EN_US]: "" },
983
+ type: [],
984
+ tags: []
985
+ }, zt = {
986
+ id: "lexical",
987
+ name: { [e.EN_US]: "Lexical" },
988
+ label: { [e.EN_US]: "" },
989
+ definition: { [e.EN_US]: "" },
990
+ type: [],
991
+ tags: []
992
+ }, Bt = {
993
+ id: "linux",
994
+ name: { [e.EN_US]: "Linux" },
995
+ label: { [e.EN_US]: "" },
996
+ definition: { [e.EN_US]: "" },
997
+ type: [],
998
+ tags: []
999
+ }, Vt = {
1000
+ id: "lua",
1001
+ name: { [e.EN_US]: "Lua" },
1002
+ label: { [e.EN_US]: "" },
1003
+ definition: { [e.EN_US]: "" },
1004
+ type: [M.language],
1005
+ tags: []
1006
+ }, Ht = {
1007
+ id: "mac_os",
1008
+ name: { [e.EN_US]: "Mac OS" },
1009
+ label: { [e.EN_US]: "" },
1010
+ definition: { [e.EN_US]: "" },
1011
+ type: [],
1012
+ tags: []
1013
+ }, Ut = {
1014
+ id: "mail_blaze",
1015
+ name: { [e.EN_US]: "Mail Blaze" },
1016
+ label: { [e.EN_US]: "" },
1017
+ definition: { [e.EN_US]: "" },
1018
+ type: [],
1019
+ tags: []
1020
+ }, Wt = {
1021
+ id: "mailchimp",
1022
+ name: { [e.EN_US]: "Mailchimp" },
1023
+ label: { [e.EN_US]: "" },
1024
+ definition: { [e.EN_US]: "" },
1025
+ type: [],
1026
+ tags: []
1027
+ }, Gt = {
1028
+ id: "make",
1029
+ name: { [e.EN_US]: "Make" },
1030
+ label: { [e.EN_US]: "" },
1031
+ definition: { [e.EN_US]: "" },
1032
+ type: [],
1033
+ tags: []
1034
+ }, Kt = {
1035
+ id: "marionette",
1036
+ name: { [e.EN_US]: "Marionette.js" },
1037
+ label: { [e.EN_US]: "" },
1038
+ definition: { [e.EN_US]: "" },
1039
+ type: [],
1040
+ tags: []
1041
+ }, qt = {
1042
+ id: "matlab",
1043
+ name: { [e.EN_US]: "MATLAB" },
1044
+ label: { [e.EN_US]: "" },
1045
+ definition: { [e.EN_US]: "" },
1046
+ type: [M.language],
1047
+ tags: []
1048
+ }, Jt = {
1049
+ id: "maven",
1050
+ name: { [e.EN_US]: "Maven" },
1051
+ label: { [e.EN_US]: "" },
1052
+ definition: { [e.EN_US]: "" },
1053
+ type: [],
1054
+ tags: []
1055
+ }, Yt = {
1056
+ id: "meta_mask",
1057
+ name: { [e.EN_US]: "MetaMask" },
1058
+ label: { [e.EN_US]: "" },
1059
+ definition: { [e.EN_US]: "" },
1060
+ type: [],
1061
+ tags: []
1062
+ }, Xt = {
1063
+ id: "microsoft_sql_server",
1064
+ name: { [e.EN_US]: "Microsoft SQL Server" },
1065
+ label: { [e.EN_US]: "" },
1066
+ definition: { [e.EN_US]: "" },
1067
+ type: [],
1068
+ tags: []
1069
+ }, Zt = {
1070
+ id: "mongo_db",
1071
+ name: { [e.EN_US]: "MongoDB" },
1072
+ label: { [e.EN_US]: "" },
1073
+ definition: { [e.EN_US]: "" },
1074
+ type: [],
1075
+ tags: []
1076
+ }, Qt = {
1077
+ id: "mui",
1078
+ name: { [e.EN_US]: "Material UI" },
1079
+ label: { [e.EN_US]: "" },
1080
+ definition: { [e.EN_US]: "" },
1081
+ type: [],
1082
+ tags: []
1083
+ }, $t = {
1084
+ id: "mysql",
1085
+ name: { [e.EN_US]: "MySQL" },
1086
+ label: { [e.EN_US]: "" },
1087
+ definition: { [e.EN_US]: "" },
1088
+ type: [],
1089
+ tags: []
1090
+ }, en = {
1091
+ id: "navicat",
1092
+ name: { [e.EN_US]: "Navicat" },
1093
+ label: { [e.EN_US]: "" },
1094
+ definition: { [e.EN_US]: "" },
1095
+ type: [],
1096
+ tags: []
1097
+ }, tn = {
1098
+ id: "nest_js",
1099
+ name: { [e.EN_US]: "NestJS" },
1100
+ label: { [e.EN_US]: "" },
1101
+ definition: { [e.EN_US]: "" },
1102
+ type: [],
1103
+ tags: []
1104
+ }, nn = {
1105
+ id: "netbeans",
1106
+ name: { [e.EN_US]: "NetBeans" },
1107
+ label: { [e.EN_US]: "" },
1108
+ definition: { [e.EN_US]: "" },
1109
+ type: [],
1110
+ tags: []
1111
+ }, rn = {
1112
+ id: "netlify",
1113
+ name: { [e.EN_US]: "Netlify" },
1114
+ label: { [e.EN_US]: "" },
1115
+ definition: { [e.EN_US]: "" },
1116
+ type: [],
1117
+ tags: []
1118
+ }, an = {
1119
+ id: "new_relic",
1120
+ name: { [e.EN_US]: "New Relic" },
1121
+ label: { [e.EN_US]: "" },
1122
+ definition: { [e.EN_US]: "" },
1123
+ type: [],
1124
+ tags: []
1125
+ }, on = {
1126
+ id: "next_js",
1127
+ name: {
1128
+ [e.EN_US]: "Next.js",
1129
+ [e.EN_GB]: e.EN_US,
1130
+ [e.DE_DE]: e.EN_US
1131
+ },
1132
+ label: { [e.EN_US]: "" },
1133
+ definition: { [e.EN_US]: "" },
1134
+ type: [M.framework],
1135
+ tags: []
1136
+ }, sn = {
1137
+ id: "nexudus",
1138
+ name: { [e.EN_US]: "Nexudus" },
1139
+ label: { [e.EN_US]: "" },
1140
+ definition: { [e.EN_US]: "" },
1141
+ type: [],
1142
+ tags: []
1143
+ }, cn = {
1144
+ id: "nft",
1145
+ name: { [e.EN_US]: "NFT" },
1146
+ label: { [e.EN_US]: "" },
1147
+ definition: { [e.EN_US]: "" },
1148
+ type: [],
1149
+ tags: []
1150
+ }, ln = {
1151
+ id: "nginx",
1152
+ name: { [e.EN_US]: "Nginx" },
1153
+ label: { [e.EN_US]: "" },
1154
+ definition: { [e.EN_US]: "" },
1155
+ type: [],
1156
+ tags: []
1157
+ }, un = {
1158
+ id: "nightsbridge",
1159
+ name: { [e.EN_US]: "Nightsbridge" },
1160
+ label: { [e.EN_US]: "" },
1161
+ definition: { [e.EN_US]: "" },
1162
+ type: [],
1163
+ tags: []
1164
+ }, dn = {
1165
+ id: "node_js",
1166
+ name: { [e.EN_US]: "Node.js" },
1167
+ label: {
1168
+ [e.EN_US]: "JavaScript Runtime",
1169
+ [e.DE_DE]: "JavaScript-Laufzeit"
1170
+ },
1171
+ definition: {
1172
+ [e.EN_US]: "Node.js is a free, open-source, cross-platform JavaScript runtime environment that lets developers create servers, web apps, command line tools and scripts.",
1173
+ [e.DE_DE]: "Node.js ist eine kostenlose, Open-Source, plattformübergreifende JavaScript-Laufzeitumgebung, die es Entwicklern ermöglicht, Server, Webanwendungen, Befehlszeilentools und Skripte zu erstellen."
1174
+ },
1175
+ type: [M.runtime_environment],
1176
+ tags: [E.backend],
1177
+ links: { website: "https://nodejs.org" }
1178
+ }, fn = {
1179
+ id: "node_mailer",
1180
+ name: { [e.EN_US]: "Nodemailer" },
1181
+ label: { [e.EN_US]: "" },
1182
+ definition: { [e.EN_US]: "" },
1183
+ type: [],
1184
+ tags: []
1185
+ }, pn = {
1186
+ id: "nosql",
1187
+ name: { [e.EN_US]: "NoSQL" },
1188
+ label: { [e.EN_US]: "" },
1189
+ definition: { [e.EN_US]: "" },
1190
+ type: [],
1191
+ tags: []
1192
+ }, mn = {
1193
+ id: "nx",
1194
+ name: { [e.EN_US]: "Nx" },
1195
+ label: { [e.EN_US]: "" },
1196
+ definition: { [e.EN_US]: "" },
1197
+ type: [],
1198
+ tags: []
1199
+ }, hn = {
1200
+ id: "objective_c",
1201
+ name: { [e.EN_US]: "Objective-C" },
1202
+ label: { [e.EN_US]: "" },
1203
+ definition: { [e.EN_US]: "" },
1204
+ type: [M.language],
1205
+ tags: []
1206
+ }, gn = {
1207
+ id: "ocaml",
1208
+ name: { [e.EN_US]: "OCaml" },
1209
+ label: { [e.EN_US]: "" },
1210
+ definition: { [e.EN_US]: "" },
1211
+ type: [M.language],
1212
+ tags: []
1213
+ }, _n = {
1214
+ id: "okta",
1215
+ name: { [e.EN_US]: "Okta" },
1216
+ label: { [e.EN_US]: "" },
1217
+ definition: { [e.EN_US]: "" },
1218
+ type: [],
1219
+ tags: []
1220
+ }, vn = {
1221
+ id: "open_ai",
1222
+ name: { [e.EN_US]: "OpenAI" },
1223
+ label: { [e.EN_US]: "" },
1224
+ definition: { [e.EN_US]: "" },
1225
+ type: [],
1226
+ tags: []
1227
+ }, yn = {
1228
+ id: "optimizely",
1229
+ name: { [e.EN_US]: "Optimizely" },
1230
+ label: { [e.EN_US]: "" },
1231
+ definition: { [e.EN_US]: "" },
1232
+ type: [],
1233
+ tags: []
1234
+ }, bn = {
1235
+ id: "pathlogix",
1236
+ name: { [e.EN_US]: "Pathlogix" },
1237
+ label: { [e.EN_US]: "" },
1238
+ definition: { [e.EN_US]: "" },
1239
+ type: [],
1240
+ tags: []
1241
+ }, xn = {
1242
+ id: "perl",
1243
+ name: { [e.EN_US]: "Perl" },
1244
+ label: { [e.EN_US]: "" },
1245
+ definition: { [e.EN_US]: "" },
1246
+ type: [M.language],
1247
+ tags: []
1248
+ }, Sn = {
1249
+ id: "photoshop",
1250
+ name: { [e.EN_US]: "Photoshop" },
1251
+ label: { [e.EN_US]: "" },
1252
+ definition: { [e.EN_US]: "" },
1253
+ type: [],
1254
+ tags: []
1255
+ }, Cn = {
1256
+ id: "php",
1257
+ name: { [e.EN_US]: "PHP" },
1258
+ label: { [e.EN_US]: "" },
1259
+ definition: { [e.EN_US]: "" },
1260
+ type: [M.language],
1261
+ tags: []
1262
+ }, wn = {
1263
+ id: "pnpm",
1264
+ name: { [e.EN_US]: "pnpm" },
1265
+ label: { [e.EN_US]: "" },
1266
+ definition: { [e.EN_US]: "" },
1267
+ type: [],
1268
+ tags: []
1269
+ }, Tn = {
1270
+ id: "polyglot_js",
1271
+ name: { [e.EN_US]: "Polyglot.js" },
1272
+ label: { [e.EN_US]: "" },
1273
+ definition: { [e.EN_US]: "" },
1274
+ type: [],
1275
+ tags: []
1276
+ }, En = {
1277
+ id: "postgres",
1278
+ name: { [e.EN_US]: "PostgreSQL" },
1279
+ label: { [e.EN_US]: "" },
1280
+ definition: { [e.EN_US]: "" },
1281
+ type: [],
1282
+ tags: []
1283
+ }, Dn = {
1284
+ id: "posthog",
1285
+ name: { [e.EN_US]: "PostHog" },
1286
+ label: { [e.EN_US]: "" },
1287
+ definition: { [e.EN_US]: "" },
1288
+ type: [],
1289
+ tags: []
1290
+ }, On = {
1291
+ id: "prettier",
1292
+ name: { [e.EN_US]: "Prettier" },
1293
+ label: { [e.EN_US]: "" },
1294
+ definition: { [e.EN_US]: "" },
1295
+ type: [],
1296
+ tags: []
1297
+ }, kn = {
1298
+ id: "putty",
1299
+ name: { [e.EN_US]: "PuTTY" },
1300
+ label: { [e.EN_US]: "" },
1301
+ definition: { [e.EN_US]: "" },
1302
+ type: [],
1303
+ tags: []
1304
+ }, An = {
1305
+ id: "pwa",
1306
+ name: {
1307
+ [e.EN_US]: "Progressive Web App",
1308
+ [e.EN_GB]: e.EN_US,
1309
+ [e.DE_DE]: e.EN_US
1310
+ },
1311
+ altName: {
1312
+ [e.EN_US]: "PWA",
1313
+ [e.EN_GB]: e.EN_US,
1314
+ [e.DE_DE]: e.EN_US
1315
+ },
1316
+ label: { [e.EN_US]: "" },
1317
+ definition: { [e.EN_US]: "" },
1318
+ type: [],
1319
+ tags: []
1320
+ }, jn = {
1321
+ id: "python",
1322
+ name: { [e.EN_US]: "Python" },
1323
+ label: { [e.EN_US]: "" },
1324
+ definition: { [e.EN_US]: "" },
1325
+ type: [M.language],
1326
+ tags: []
1327
+ }, Mn = {
1328
+ id: "quickbooks",
1329
+ name: { [e.EN_US]: "QuickBooks" },
1330
+ label: { [e.EN_US]: "" },
1331
+ definition: { [e.EN_US]: "" },
1332
+ type: [],
1333
+ tags: []
1334
+ }, Nn = {
1335
+ id: "r",
1336
+ name: { [e.EN_US]: "R" },
1337
+ label: { [e.EN_US]: "" },
1338
+ definition: { [e.EN_US]: "" },
1339
+ type: [M.language],
1340
+ tags: []
1341
+ }, Pn = {
1342
+ id: "react",
1343
+ name: {
1344
+ [e.EN_US]: "React",
1345
+ [e.EN_GB]: e.EN_US,
1346
+ [e.DE_DE]: e.EN_US
1347
+ },
1348
+ label: {
1349
+ [e.EN_US]: "JavaScript Library",
1350
+ [e.EN_GB]: e.EN_US,
1351
+ [e.DE_DE]: "JavaScript-Bibliothek"
1352
+ },
1353
+ definition: {
1354
+ [e.EN_US]: "A JavaScript library for building component-based user interfaces.",
1355
+ [e.EN_GB]: e.EN_US,
1356
+ [e.DE_DE]: "Eine JavaScript-Bibliothek zum Erstellen komponentenbasierter Benutzeroberflächen."
1357
+ },
1358
+ type: [M.library],
1359
+ tags: [
1360
+ E.frontend,
1361
+ E.backend,
1362
+ E.javascript,
1363
+ E.open_source,
1364
+ E.ui_library
1365
+ ],
1366
+ links: {
1367
+ website: "https://react.dev",
1368
+ npm: "https://www.npmjs.com/package/react",
1369
+ github: "https://github.com/facebook/react",
1370
+ wikipedia: "https://en.wikipedia.org/wiki/React_(software)"
1371
+ },
1372
+ sources: {
1373
+ label: [j.community],
1374
+ definition: [j.official_website]
1375
+ }
1376
+ }, Fn = {
1377
+ id: "react_hook_form",
1378
+ name: { [e.EN_US]: "React Hook Form" },
1379
+ label: { [e.EN_US]: "" },
1380
+ definition: { [e.EN_US]: "" },
1381
+ type: [],
1382
+ tags: []
1383
+ }, In = {
1384
+ id: "react_pdf",
1385
+ name: { [e.EN_US]: "React PDF" },
1386
+ label: { [e.EN_US]: "" },
1387
+ definition: { [e.EN_US]: "" },
1388
+ type: [],
1389
+ tags: []
1390
+ }, Ln = {
1391
+ id: "react_testing_library",
1392
+ name: { [e.EN_US]: "React Testing Library" },
1393
+ label: { [e.EN_US]: "" },
1394
+ definition: { [e.EN_US]: "" },
1395
+ type: [],
1396
+ tags: []
1397
+ }, Rn = {
1398
+ id: "redux",
1399
+ name: { [e.EN_US]: "Redux" },
1400
+ label: { [e.EN_US]: "" },
1401
+ definition: { [e.EN_US]: "" },
1402
+ type: [],
1403
+ tags: []
1404
+ }, zn = {
1405
+ id: "reflow_soldering",
1406
+ name: { [e.EN_US]: "Reflow Soldering" },
1407
+ label: { [e.EN_US]: "" },
1408
+ definition: { [e.EN_US]: "" },
1409
+ type: [],
1410
+ tags: []
1411
+ }, Bn = {
1412
+ id: "resend",
1413
+ name: { [e.EN_US]: "Resend" },
1414
+ label: { [e.EN_US]: "" },
1415
+ definition: { [e.EN_US]: "" },
1416
+ type: [],
1417
+ tags: []
1418
+ }, Vn = {
1419
+ id: "rest_api",
1420
+ name: { [e.EN_US]: "REST API" },
1421
+ label: { [e.EN_US]: "" },
1422
+ definition: { [e.EN_US]: "" },
1423
+ type: [],
1424
+ tags: []
1425
+ }, Hn = {
1426
+ id: "rsync",
1427
+ name: { [e.EN_US]: "rsync" },
1428
+ label: { [e.EN_US]: "" },
1429
+ definition: { [e.EN_US]: "" },
1430
+ type: [],
1431
+ tags: []
1432
+ }, Un = {
1433
+ id: "ruby",
1434
+ name: { [e.EN_US]: "Ruby" },
1435
+ label: { [e.EN_US]: "" },
1436
+ definition: { [e.EN_US]: "" },
1437
+ type: [M.language],
1438
+ tags: []
1439
+ }, Wn = {
1440
+ id: "rust",
1441
+ name: { [e.EN_US]: "Rust" },
1442
+ label: { [e.EN_US]: "" },
1443
+ definition: { [e.EN_US]: "" },
1444
+ type: [M.language],
1445
+ tags: []
1446
+ }, Gn = {
1447
+ id: "sanity",
1448
+ name: {
1449
+ [e.EN_US]: "Sanity",
1450
+ [e.EN_GB]: e.EN_US,
1451
+ [e.DE_DE]: e.EN_US
1452
+ },
1453
+ label: { [e.EN_US]: "" },
1454
+ definition: { [e.EN_US]: "" },
1455
+ type: [M.cms],
1456
+ tags: []
1457
+ }, Kn = {
1458
+ id: "sass",
1459
+ name: { [e.EN_US]: "SASS" },
1460
+ label: { [e.EN_US]: "" },
1461
+ definition: { [e.EN_US]: "" },
1462
+ type: [],
1463
+ tags: []
1464
+ }, qn = {
1465
+ id: "scala",
1466
+ name: { [e.EN_US]: "Scala" },
1467
+ label: { [e.EN_US]: "" },
1468
+ definition: { [e.EN_US]: "" },
1469
+ type: [M.language],
1470
+ tags: []
1471
+ }, Jn = {
1472
+ id: "scrum",
1473
+ name: { [e.EN_US]: "Scrum" },
1474
+ label: { [e.EN_US]: "" },
1475
+ definition: { [e.EN_US]: "" },
1476
+ type: [],
1477
+ tags: []
1478
+ }, Yn = {
1479
+ id: "sendgrid",
1480
+ name: { [e.EN_US]: "SendGrid" },
1481
+ label: { [e.EN_US]: "" },
1482
+ definition: { [e.EN_US]: "" },
1483
+ type: [],
1484
+ tags: []
1485
+ }, Xn = {
1486
+ id: "sentry",
1487
+ name: { [e.EN_US]: "Sentry" },
1488
+ label: { [e.EN_US]: "" },
1489
+ definition: { [e.EN_US]: "" },
1490
+ type: [],
1491
+ tags: []
1492
+ }, Zn = {
1493
+ id: "service_workers",
1494
+ name: { [e.EN_US]: "Service Workers" },
1495
+ label: { [e.EN_US]: "" },
1496
+ definition: { [e.EN_US]: "" },
1497
+ type: [],
1498
+ tags: []
1499
+ }, Qn = {
1500
+ id: "shadcn",
1501
+ name: { [e.EN_US]: "Shadcn" },
1502
+ label: { [e.EN_US]: "" },
1503
+ definition: { [e.EN_US]: "" },
1504
+ type: [],
1505
+ tags: []
1506
+ }, $n = {
1507
+ id: "smarty",
1508
+ name: { [e.EN_US]: "Smarty" },
1509
+ label: { [e.EN_US]: "" },
1510
+ definition: { [e.EN_US]: "" },
1511
+ type: [],
1512
+ tags: []
1513
+ }, er = {
1514
+ id: "snyk",
1515
+ name: { [e.EN_US]: "Snyk" },
1516
+ label: { [e.EN_US]: "" },
1517
+ definition: { [e.EN_US]: "" },
1518
+ type: [],
1519
+ tags: []
1520
+ }, tr = {
1521
+ id: "socket_io",
1522
+ name: { [e.EN_US]: "Socket.io" },
1523
+ label: { [e.EN_US]: "" },
1524
+ definition: { [e.EN_US]: "" },
1525
+ type: [],
1526
+ tags: []
1527
+ }, nr = {
1528
+ id: "splunk",
1529
+ name: { [e.EN_US]: "Splunk" },
1530
+ label: { [e.EN_US]: "" },
1531
+ definition: { [e.EN_US]: "" },
1532
+ type: [],
1533
+ tags: []
1534
+ }, rr = {
1535
+ id: "sql",
1536
+ name: { [e.EN_US]: "SQL" },
1537
+ label: { [e.EN_US]: "" },
1538
+ definition: { [e.EN_US]: "" },
1539
+ type: [M.language],
1540
+ tags: []
1541
+ }, ir = {
1542
+ id: "sql_lite",
1543
+ name: { [e.EN_US]: "SQLite" },
1544
+ label: { [e.EN_US]: "" },
1545
+ definition: { [e.EN_US]: "" },
1546
+ type: [],
1547
+ tags: []
1548
+ }, ar = {
1549
+ id: "ssh",
1550
+ name: { [e.EN_US]: "SSH" },
1551
+ label: { [e.EN_US]: "" },
1552
+ definition: { [e.EN_US]: "" },
1553
+ type: [],
1554
+ tags: []
1555
+ }, or = {
1556
+ id: "storybook",
1557
+ name: { [e.EN_US]: "Storybook" },
1558
+ label: { [e.EN_US]: "" },
1559
+ definition: { [e.EN_US]: "" },
1560
+ type: [],
1561
+ tags: []
1562
+ }, sr = {
1563
+ id: "stripe",
1564
+ name: { [e.EN_US]: "Stripe" },
1565
+ label: { [e.EN_US]: "" },
1566
+ definition: { [e.EN_US]: "" },
1567
+ type: [],
1568
+ tags: []
1569
+ }, cr = {
1570
+ id: "styled_components",
1571
+ name: { [e.EN_US]: "Styled Components" },
1572
+ label: { [e.EN_US]: "" },
1573
+ definition: { [e.EN_US]: "" },
1574
+ type: [],
1575
+ tags: []
1576
+ }, lr = {
1577
+ id: "sublime_text",
1578
+ name: { [e.EN_US]: "Sublime Text" },
1579
+ label: { [e.EN_US]: "" },
1580
+ definition: { [e.EN_US]: "" },
1581
+ type: [],
1582
+ tags: []
1583
+ }, ur = {
1584
+ id: "supabase",
1585
+ name: { [e.EN_US]: "Supabase" },
1586
+ label: { [e.EN_US]: "" },
1587
+ definition: { [e.EN_US]: "" },
1588
+ type: [],
1589
+ tags: []
1590
+ }, dr = {
1591
+ id: "svn",
1592
+ name: { [e.EN_US]: "SVN" },
1593
+ label: { [e.EN_US]: "" },
1594
+ definition: { [e.EN_US]: "" },
1595
+ type: [],
1596
+ tags: []
1597
+ }, fr = {
1598
+ id: "swift",
1599
+ name: { [e.EN_US]: "Swift" },
1600
+ label: { [e.EN_US]: "" },
1601
+ definition: { [e.EN_US]: "" },
1602
+ type: [M.language],
1603
+ tags: []
1604
+ }, pr = {
1605
+ id: "tailwind",
1606
+ name: { [e.EN_US]: "Tailwind CSS" },
1607
+ label: { [e.EN_US]: "" },
1608
+ definition: { [e.EN_US]: "" },
1609
+ type: [],
1610
+ tags: []
1611
+ }, mr = {
1612
+ id: "tanstack",
1613
+ name: { [e.EN_US]: "Tanstack" },
1614
+ label: { [e.EN_US]: "" },
1615
+ definition: { [e.EN_US]: "" },
1616
+ type: [],
1617
+ tags: []
1618
+ }, $ = {
1619
+ id: "tanstack_query",
1620
+ name: { [e.EN_US]: "Tanstack Query" },
1621
+ label: { [e.EN_US]: "" },
1622
+ definition: { [e.EN_US]: "" },
1623
+ type: [],
1624
+ tags: []
1625
+ }, hr = {
1626
+ id: "templ",
1627
+ name: { [e.EN_US]: "Templ" },
1628
+ label: { [e.EN_US]: "" },
1629
+ definition: { [e.EN_US]: "" },
1630
+ type: [],
1631
+ tags: []
1632
+ }, gr = {
1633
+ id: "terraform",
1634
+ name: { [e.EN_US]: "Terraform" },
1635
+ label: { [e.EN_US]: "" },
1636
+ definition: { [e.EN_US]: "" },
1637
+ type: [],
1638
+ tags: []
1639
+ }, _r = {
1640
+ id: "trello",
1641
+ name: { [e.EN_US]: "Trello" },
1642
+ label: { [e.EN_US]: "" },
1643
+ definition: { [e.EN_US]: "" },
1644
+ type: [],
1645
+ tags: []
1646
+ }, vr = {
1647
+ id: "twig",
1648
+ name: { [e.EN_US]: "Twig" },
1649
+ label: { [e.EN_US]: "" },
1650
+ definition: { [e.EN_US]: "" },
1651
+ type: [],
1652
+ tags: []
1653
+ }, yr = {
1654
+ id: "typescript",
1655
+ name: {
1656
+ [e.EN_US]: "TypeScript",
1657
+ [e.EN_GB]: e.EN_US,
1658
+ [e.DE_DE]: e.EN_US
1659
+ },
1660
+ label: {
1661
+ [e.EN_US]: "High-Level Programming Language",
1662
+ [e.EN_GB]: e.EN_US,
1663
+ [e.DE_DE]: "Hochsprache"
1664
+ },
1665
+ definition: {
1666
+ [e.EN_US]: "TypeScript is a strongly typed programming language that builds on JavaScript, giving you better tooling at any scale.",
1667
+ [e.EN_GB]: e.EN_US,
1668
+ [e.DE_DE]: "TypeScript ist eine stark typisierte Programmiersprache, die auf JavaScript aufbaut und Ihnen bei jeder Größenordnung bessere Werkzeuge bietet."
1669
+ },
1670
+ type: [M.language],
1671
+ tags: [
1672
+ E.frontend,
1673
+ E.backend,
1674
+ E.open_source,
1675
+ E.javascript
1676
+ ],
1677
+ links: { website: "https://www.typescriptlang.org" },
1678
+ sources: {
1679
+ label: [j.community],
1680
+ definition: [j.official_website]
1681
+ }
1682
+ }, br = {
1683
+ id: "typesense",
1684
+ name: { [e.EN_US]: "Typesense" },
1685
+ label: { [e.EN_US]: "" },
1686
+ definition: { [e.EN_US]: "" },
1687
+ type: [],
1688
+ tags: []
1689
+ }, xr = {
1690
+ id: "vercel",
1691
+ name: { [e.EN_US]: "Vercel" },
1692
+ label: { [e.EN_US]: "" },
1693
+ definition: { [e.EN_US]: "" },
1694
+ type: [],
1695
+ tags: []
1696
+ }, Sr = {
1697
+ id: "vim",
1698
+ name: { [e.EN_US]: "Vim" },
1699
+ label: { [e.EN_US]: "" },
1700
+ definition: { [e.EN_US]: "" },
1701
+ type: [],
1702
+ tags: []
1703
+ }, Cr = {
1704
+ id: "visual_basic",
1705
+ name: { [e.EN_US]: "Visual Basic" },
1706
+ label: { [e.EN_US]: "" },
1707
+ definition: { [e.EN_US]: "" },
1708
+ type: [M.language],
1709
+ tags: []
1710
+ }, wr = {
1711
+ id: "vite",
1712
+ name: { [e.EN_US]: "Vite" },
1713
+ label: { [e.EN_US]: "" },
1714
+ definition: { [e.EN_US]: "" },
1715
+ type: [],
1716
+ tags: []
1717
+ }, Tr = {
1718
+ id: "vitest",
1719
+ name: { [e.EN_US]: "Vitest" },
1720
+ label: { [e.EN_US]: "" },
1721
+ definition: { [e.EN_US]: "" },
1722
+ type: [],
1723
+ tags: []
1724
+ }, Er = {
1725
+ id: "vue_js",
1726
+ name: { [e.EN_US]: "Vue.js" },
1727
+ label: { [e.EN_US]: "" },
1728
+ definition: { [e.EN_US]: "" },
1729
+ type: [],
1730
+ tags: []
1731
+ }, Dr = {
1732
+ id: "wdio",
1733
+ name: {
1734
+ [e.EN_US]: "WebdriverIO",
1735
+ [e.EN_GB]: e.EN_US,
1736
+ [e.DE_DE]: e.EN_US
1737
+ },
1738
+ altName: {
1739
+ [e.EN_US]: "WDIO",
1740
+ [e.EN_GB]: e.EN_US,
1741
+ [e.DE_DE]: e.EN_US
1742
+ },
1743
+ label: { [e.EN_US]: "" },
1744
+ definition: { [e.EN_US]: "" },
1745
+ type: [],
1746
+ tags: []
1747
+ }, Or = {
1748
+ id: "web_forms",
1749
+ name: { [e.EN_US]: "Web Forms" },
1750
+ label: { [e.EN_US]: "" },
1751
+ definition: { [e.EN_US]: "" },
1752
+ type: [],
1753
+ tags: []
1754
+ }, kr = {
1755
+ id: "web_workers",
1756
+ name: { [e.EN_US]: "Web Workers" },
1757
+ label: { [e.EN_US]: "" },
1758
+ definition: { [e.EN_US]: "" },
1759
+ type: [],
1760
+ tags: []
1761
+ }, Ar = {
1762
+ id: "web3",
1763
+ name: { [e.EN_US]: "Web3" },
1764
+ label: { [e.EN_US]: "" },
1765
+ definition: { [e.EN_US]: "" },
1766
+ type: [],
1767
+ tags: []
1768
+ }, jr = {
1769
+ id: "webpack",
1770
+ name: { [e.EN_US]: "Webpack" },
1771
+ label: { [e.EN_US]: "" },
1772
+ definition: { [e.EN_US]: "" },
1773
+ type: [],
1774
+ tags: []
1775
+ }, Mr = {
1776
+ id: "websockets",
1777
+ name: { [e.EN_US]: "WebSockets" },
1778
+ label: { [e.EN_US]: "" },
1779
+ definition: { [e.EN_US]: "" },
1780
+ type: [],
1781
+ tags: []
1782
+ }, Nr = {
1783
+ id: "windows",
1784
+ name: { [e.EN_US]: "Windows" },
1785
+ label: { [e.EN_US]: "" },
1786
+ definition: { [e.EN_US]: "" },
1787
+ type: [],
1788
+ tags: []
1789
+ }, Pr = {
1790
+ id: "winscp",
1791
+ name: { [e.EN_US]: "WinSCP" },
1792
+ label: { [e.EN_US]: "" },
1793
+ definition: { [e.EN_US]: "" },
1794
+ type: [],
1795
+ tags: []
1796
+ }, Fr = {
1797
+ id: "wordpress",
1798
+ name: {
1799
+ [e.EN_US]: "WordPress",
1800
+ [e.EN_GB]: e.EN_US,
1801
+ [e.DE_DE]: e.EN_US
1802
+ },
1803
+ label: { [e.EN_US]: "" },
1804
+ definition: { [e.EN_US]: "" },
1805
+ type: [M.cms],
1806
+ tags: []
1807
+ }, Ir = {
1808
+ id: "yarn",
1809
+ name: { [e.EN_US]: "Yarn" },
1810
+ label: { [e.EN_US]: "" },
1811
+ definition: { [e.EN_US]: "" },
1812
+ type: [],
1813
+ tags: []
1814
+ }, Lr = {
1815
+ id: "zephyr",
1816
+ name: { [e.EN_US]: "Zephyr" },
1817
+ label: { [e.EN_US]: "" },
1818
+ definition: { [e.EN_US]: "" },
1819
+ type: [],
1820
+ tags: []
1821
+ }, Rr = {
1822
+ id: "zig",
1823
+ name: { [e.EN_US]: "Zig" },
1824
+ label: { [e.EN_US]: "" },
1825
+ definition: { [e.EN_US]: "" },
1826
+ type: [M.language],
1827
+ tags: []
1828
+ }, zr = {
1829
+ id: "zod",
1830
+ name: { [e.EN_US]: "Zod" },
1831
+ label: { [e.EN_US]: "" },
1832
+ definition: { [e.EN_US]: "" },
1833
+ type: [],
1834
+ tags: []
1835
+ };
1836
+ //#endregion
1837
+ export { Hn as $, Ve as $n, R as $r, Vt as $t, dr as A, ut as An, ue as Ar, dn as At, tr as B, et as Bn, Z as Br, en as Bt, _r as C, _t as Cn, _e as Cr, vn as Ct, mr as D, pt as Dn, pe as Dr, mn as Dt, $ as E, mt as En, me as Er, hn as Et, or as F, at as Fn, ae as Fr, on as Ft, Xn as G, Ye as Gn, K as Gr, Yt as Gt, $n as H, Qe as Hn, Y as Hr, Qt as Ht, ar as I, it as In, ie as Ir, an as It, qn as J, Ke as Jn, U as Jr, Kt as Jt, Yn as K, Je as Kn, G as Kr, Jt as Kt, ir as L, rt as Ln, re as Lr, rn as Lt, lr as M, ct as Mn, ce as Mr, ln as Mt, cr as N, st as Nn, se as Nr, cn as Nt, pr as O, ft as On, fe as Or, pn as Ot, sr as P, ot as Pn, oe as Pr, sn as Pt, Un as Q, He as Qn, z as Qr, Ht as Qt, rr as R, nt as Rn, ne as Rr, nn as Rt, vr as S, vt as Sn, ve as Sr, yn as St, hr as T, ht as Tn, he as Tr, gn as Tt, Qn as U, Ze as Un, J as Ur, Zt as Ut, er as V, $e as Vn, X as Vr, $t as Vt, Zn as W, Xe as Wn, q as Wr, Xt as Wt, Gn as X, We as Xn, V as Xr, Wt as Xt, Kn as Y, Ge as Yn, H as Yr, Gt as Yt, Wn as Z, Ue as Zn, B as Zr, Ut as Zt, Cr as _, Ct as _n, Ce as _r, wn as _t, Fr as a, te as ai, Ft as an, Fe as ar, In as at, br as b, bt as bn, be as br, xn as bt, Mr as c, j as ci, Mt as cn, Me as cr, Nn as ct, kr as d, kt as dn, ke as dr, An as dt, L as ei, Bt as en, Be as er, Vn as et, Or as f, Ot as fn, Oe as fr, kn as ft, wr as g, wt as gn, we as gr, Tn as gt, Tr as h, Tt as hn, Te as hr, En as ht, Ir as i, N as ii, It as in, Ie as ir, Ln as it, ur as j, lt as jn, le as jr, un as jt, fr as k, dt as kn, de as kr, fn as kt, jr as l, E as li, jt as ln, je as lr, Mn as lt, Er as m, Et as mn, Ee as mr, Dn as mt, Rr as n, F as ni, Rt as nn, Re as nr, zn as nt, Pr as o, ee as oi, Pt as on, Pe as or, Fn as ot, Dr as p, Dt as pn, De as pr, On as pt, Jn as q, qe as qn, W as qr, qt, Lr as r, P as ri, Lt as rn, Le as rr, Rn as rt, Nr as s, M as si, Nt as sn, Ne as sr, Pn as st, zr as t, I as ti, zt as tn, ze as tr, Bn as tt, Ar as u, At as un, Ae as ur, jn as ut, Sr as v, St as vn, Se as vr, Cn as vt, gr as w, gt as wn, ge as wr, _n as wt, yr as x, yt as xn, ye as xr, bn as xt, xr as y, xt as yn, xe as yr, Sn as yt, nr as z, tt as zn, Q as zr, tn as zt };
1838
+
1839
+ //# sourceMappingURL=zod-Cp5grB_O.js.map