@stll/anonymize-wasm 1.4.5 → 1.4.7

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.
@@ -1,478 +0,0 @@
1
- import { t as __exportAll } from "./rolldown-runtime.mjs";
2
- //#region src/data/amount-words.json
3
- var amount_words_exports = /* @__PURE__ */ __exportAll({
4
- _comment: () => _comment,
5
- default: () => amount_words_default,
6
- magnitudeSuffixes: () => magnitudeSuffixes,
7
- patterns: () => patterns,
8
- percentages: () => percentages,
9
- shareQuantityTerms: () => shareQuantityTerms
10
- });
11
- var _comment = "Patterns for written-out monetary amounts, magnitude suffixes, share-quantity guards, and numeric percentage phrases, by language.";
12
- var patterns = [
13
- {
14
- "lang": "cs",
15
- "keywords": ["slovy", "slovně"]
16
- },
17
- {
18
- "lang": "sk",
19
- "keywords": ["slovom", "slovami"]
20
- },
21
- {
22
- "lang": "de",
23
- "keywords": ["in Worten", "in Buchstaben"]
24
- },
25
- {
26
- "lang": "en",
27
- "keywords": ["in words", "in letters"]
28
- },
29
- {
30
- "lang": "fr",
31
- "keywords": ["en lettres", "en toutes lettres"]
32
- },
33
- {
34
- "lang": "pl",
35
- "keywords": ["słownie"]
36
- },
37
- {
38
- "lang": "it",
39
- "keywords": ["in lettere"]
40
- },
41
- {
42
- "lang": "es",
43
- "keywords": ["en letras"]
44
- }
45
- ];
46
- var percentages = [{
47
- "lang": "en",
48
- "keywords": ["percent"],
49
- "standalone": ["zero", "one hundred"],
50
- "ones": [
51
- "one",
52
- "two",
53
- "three",
54
- "four",
55
- "five",
56
- "six",
57
- "seven",
58
- "eight",
59
- "nine"
60
- ],
61
- "teens": [
62
- "ten",
63
- "eleven",
64
- "twelve",
65
- "thirteen",
66
- "fourteen",
67
- "fifteen",
68
- "sixteen",
69
- "seventeen",
70
- "eighteen",
71
- "nineteen"
72
- ],
73
- "tens": [
74
- "twenty",
75
- "thirty",
76
- "forty",
77
- "fifty",
78
- "sixty",
79
- "seventy",
80
- "eighty",
81
- "ninety"
82
- ],
83
- "allowSpaceCompoundSeparator": true
84
- }];
85
- var magnitudeSuffixes = [
86
- {
87
- "lang": "cs",
88
- "words": [
89
- "sto",
90
- "sta",
91
- "stě",
92
- "sty",
93
- "stovka",
94
- "stovky",
95
- "stovek",
96
- "tisíc",
97
- "tisíce",
98
- "tisíců",
99
- "milion",
100
- "miliony",
101
- "milionů",
102
- "miliarda",
103
- "miliardy",
104
- "miliard",
105
- "bilion",
106
- "biliony",
107
- "bilionů"
108
- ],
109
- "abbreviationsCaseInsensitive": ["mld"],
110
- "abbreviationsCaseSensitive": ["K", "M"]
111
- },
112
- {
113
- "lang": "de",
114
- "words": [
115
- "hundert",
116
- "hunderte",
117
- "hunderten",
118
- "tausend",
119
- "million",
120
- "millionen",
121
- "milliarde",
122
- "milliarden",
123
- "billion",
124
- "billionen"
125
- ],
126
- "abbreviationsCaseInsensitive": ["mio", "mrd"],
127
- "abbreviationsCaseSensitive": ["K", "M"]
128
- },
129
- {
130
- "lang": "en",
131
- "words": [
132
- "hundred",
133
- "hundreds",
134
- "thousand",
135
- "thousands",
136
- "million",
137
- "millions",
138
- "billion",
139
- "billions",
140
- "trillion",
141
- "trillions",
142
- "quadrillion",
143
- "quadrillions"
144
- ],
145
- "abbreviationsCaseInsensitive": [
146
- "bn",
147
- "bln",
148
- "tn",
149
- "trn"
150
- ],
151
- "abbreviationsCaseSensitive": ["K", "M"]
152
- },
153
- {
154
- "lang": "es",
155
- "words": [
156
- "cien",
157
- "ciento",
158
- "cientos",
159
- "millón",
160
- "millones",
161
- "billón",
162
- "billones"
163
- ],
164
- "abbreviationsCaseInsensitive": ["mln"],
165
- "abbreviationsCaseSensitive": ["K", "M"]
166
- },
167
- {
168
- "lang": "fr",
169
- "words": [
170
- "cent",
171
- "cents",
172
- "centaine",
173
- "centaines",
174
- "mille",
175
- "million",
176
- "millions",
177
- "milliard",
178
- "milliards",
179
- "billion",
180
- "billions"
181
- ],
182
- "abbreviationsCaseInsensitive": [
183
- "mio",
184
- "md",
185
- "mrd"
186
- ],
187
- "abbreviationsCaseSensitive": ["K", "M"]
188
- },
189
- {
190
- "lang": "it",
191
- "words": [
192
- "cento",
193
- "centinaio",
194
- "centinaia",
195
- "mille",
196
- "milione",
197
- "milioni",
198
- "miliardo",
199
- "miliardi",
200
- "bilione",
201
- "bilioni"
202
- ],
203
- "abbreviationsCaseInsensitive": ["mln", "mld"],
204
- "abbreviationsCaseSensitive": ["K", "M"]
205
- },
206
- {
207
- "lang": "pl",
208
- "words": [
209
- "sto",
210
- "sta",
211
- "stów",
212
- "stoma",
213
- "setki",
214
- "setek",
215
- "tysiąc",
216
- "tysiące",
217
- "tysięcy",
218
- "milion",
219
- "miliony",
220
- "milionów",
221
- "miliard",
222
- "miliardy",
223
- "miliardów",
224
- "bilion",
225
- "biliony",
226
- "bilionów"
227
- ],
228
- "abbreviationsCaseInsensitive": ["mln", "mld"],
229
- "abbreviationsCaseSensitive": ["K", "M"]
230
- },
231
- {
232
- "lang": "pt-br",
233
- "words": [
234
- "cem",
235
- "cento",
236
- "centena",
237
- "centenas",
238
- "milhão",
239
- "milhões",
240
- "bilhão",
241
- "bilhões",
242
- "trilhão",
243
- "trilhões"
244
- ],
245
- "abbreviationsCaseInsensitive": [],
246
- "abbreviationsCaseSensitive": ["K", "M"]
247
- },
248
- {
249
- "lang": "sk",
250
- "words": [
251
- "sto",
252
- "sta",
253
- "stoviek",
254
- "stovka",
255
- "stovky",
256
- "tisíc",
257
- "tisíce",
258
- "tisícov",
259
- "milión",
260
- "milióny",
261
- "miliónov",
262
- "milion",
263
- "miliony",
264
- "milionov",
265
- "miliarda",
266
- "miliardy",
267
- "miliárd",
268
- "bilión",
269
- "bilióny",
270
- "biliónov"
271
- ],
272
- "abbreviationsCaseInsensitive": ["mld"],
273
- "abbreviationsCaseSensitive": ["K", "M"]
274
- }
275
- ];
276
- var shareQuantityTerms = [
277
- {
278
- "lang": "cs",
279
- "modifiers": [
280
- "kmenové",
281
- "obyčejné",
282
- "prioritní",
283
- "registrované",
284
- "vlastní",
285
- "hlasovací",
286
- "nehlasovací",
287
- "omezené",
288
- "třída",
289
- "série"
290
- ],
291
- "nouns": [
292
- "akcie",
293
- "cenné papíry",
294
- "podíly",
295
- "jednotky"
296
- ]
297
- },
298
- {
299
- "lang": "de",
300
- "modifiers": [
301
- "stamm",
302
- "vorzugs",
303
- "namens",
304
- "eigene",
305
- "stimmberechtigte",
306
- "stimmrechtslose",
307
- "beschränkte",
308
- "klasse",
309
- "serie"
310
- ],
311
- "nouns": [
312
- "aktien",
313
- "wertpapiere",
314
- "anteile",
315
- "einheiten"
316
- ]
317
- },
318
- {
319
- "lang": "en",
320
- "modifiers": [
321
- "ordinary",
322
- "common",
323
- "preferred",
324
- "registered",
325
- "treasury",
326
- "voting",
327
- "non-voting",
328
- "restricted",
329
- "class",
330
- "series"
331
- ],
332
- "nouns": [
333
- "share",
334
- "shares",
335
- "stock",
336
- "stocks",
337
- "security",
338
- "securities",
339
- "unit",
340
- "units"
341
- ]
342
- },
343
- {
344
- "lang": "es",
345
- "modifiers": [
346
- "ordinarias",
347
- "comunes",
348
- "preferentes",
349
- "nominativas",
350
- "propias",
351
- "con derecho a voto",
352
- "sin derecho a voto",
353
- "restringidas",
354
- "clase",
355
- "serie"
356
- ],
357
- "nouns": [
358
- "acciones",
359
- "valores",
360
- "participaciones",
361
- "unidades"
362
- ]
363
- },
364
- {
365
- "lang": "fr",
366
- "modifiers": [
367
- "ordinaires",
368
- "communes",
369
- "privilégiées",
370
- "nominatives",
371
- "propres",
372
- "votantes",
373
- "sans droit de vote",
374
- "restreintes",
375
- "classe",
376
- "série"
377
- ],
378
- "nouns": [
379
- "actions",
380
- "titres",
381
- "unités"
382
- ]
383
- },
384
- {
385
- "lang": "it",
386
- "modifiers": [
387
- "ordinarie",
388
- "comuni",
389
- "privilegiate",
390
- "nominative",
391
- "proprie",
392
- "votanti",
393
- "senza diritto di voto",
394
- "vincolate",
395
- "classe",
396
- "serie"
397
- ],
398
- "nouns": [
399
- "azioni",
400
- "titoli",
401
- "quote",
402
- "unità"
403
- ]
404
- },
405
- {
406
- "lang": "pl",
407
- "modifiers": [
408
- "zwykłe",
409
- "imienne",
410
- "uprzywilejowane",
411
- "własne",
412
- "głosujące",
413
- "nieme",
414
- "ograniczone",
415
- "klasa",
416
- "seria"
417
- ],
418
- "nouns": [
419
- "akcje",
420
- "papiery wartościowe",
421
- "udziały",
422
- "jednostki"
423
- ]
424
- },
425
- {
426
- "lang": "pt-br",
427
- "modifiers": [
428
- "ordinárias",
429
- "comuns",
430
- "preferenciais",
431
- "nominativas",
432
- "próprias",
433
- "votantes",
434
- "sem direito a voto",
435
- "restritas",
436
- "classe",
437
- "série"
438
- ],
439
- "nouns": [
440
- "ações",
441
- "valores mobiliários",
442
- "participações",
443
- "unidades"
444
- ]
445
- },
446
- {
447
- "lang": "sk",
448
- "modifiers": [
449
- "kmeňové",
450
- "obyčajné",
451
- "prioritné",
452
- "registrované",
453
- "vlastné",
454
- "hlasovacie",
455
- "nehlasovacie",
456
- "obmedzené",
457
- "trieda",
458
- "séria"
459
- ],
460
- "nouns": [
461
- "akcie",
462
- "cenné papiere",
463
- "podiely",
464
- "jednotky"
465
- ]
466
- }
467
- ];
468
- var amount_words_default = {
469
- _comment,
470
- patterns,
471
- percentages,
472
- magnitudeSuffixes,
473
- shareQuantityTerms
474
- };
475
- //#endregion
476
- export { amount_words_exports as n, amount_words_default as t };
477
-
478
- //# sourceMappingURL=amount-words.mjs.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"amount-words.mjs","names":[],"sources":["../../src/data/amount-words.json"],"sourcesContent":[""],"mappings":""}
@@ -1,13 +0,0 @@
1
- //#region \0rolldown/runtime.js
2
- var __defProp = Object.defineProperty;
3
- var __exportAll = (all, no_symbols) => {
4
- let target = {};
5
- for (var name in all) __defProp(target, name, {
6
- get: all[name],
7
- enumerable: true
8
- });
9
- if (!no_symbols) __defProp(target, Symbol.toStringTag, { value: "Module" });
10
- return target;
11
- };
12
- //#endregion
13
- export { __exportAll as t };