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