@stll/anonymize-wasm 1.4.10 → 1.5.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/address-stopwords.mjs +2 -0
- package/dist/allow-list.mjs +1 -0
- package/dist/constants.mjs +1 -0
- package/dist/constants.mjs.map +1 -1
- package/dist/constants2.d.mts +1 -1
- package/dist/names-nw-ar.mjs +202 -0
- package/dist/names-nw-ar.mjs.map +1 -0
- package/dist/names-nw-fil.mjs +202 -0
- package/dist/names-nw-fil.mjs.map +1 -0
- package/dist/names-nw-id.mjs +210 -0
- package/dist/names-nw-id.mjs.map +1 -0
- package/dist/names-nw-in.mjs +526 -0
- package/dist/names-nw-in.mjs.map +1 -0
- package/dist/names-nw-ja-latn.mjs +260 -0
- package/dist/names-nw-ja-latn.mjs.map +1 -0
- package/dist/names-nw-ko.mjs +162 -0
- package/dist/names-nw-ko.mjs.map +1 -0
- package/dist/names-nw-th.mjs +188 -0
- package/dist/names-nw-th.mjs.map +1 -0
- package/dist/names-nw-vi.mjs +151 -0
- package/dist/names-nw-vi.mjs.map +1 -0
- package/dist/names-nw-zh-latn.mjs +197 -0
- package/dist/names-nw-zh-latn.mjs.map +1 -0
- package/dist/wasm.d.mts +43 -9
- package/dist/wasm.mjs +235 -36
- package/dist/wasm.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -6,6 +6,7 @@ var address_stopwords_default = {
|
|
|
6
6
|
"agenda",
|
|
7
7
|
"agent",
|
|
8
8
|
"amount",
|
|
9
|
+
"basic",
|
|
9
10
|
"brent",
|
|
10
11
|
"central",
|
|
11
12
|
"centro",
|
|
@@ -32,6 +33,7 @@ var address_stopwords_default = {
|
|
|
32
33
|
"price",
|
|
33
34
|
"principal",
|
|
34
35
|
"rate",
|
|
36
|
+
"rent",
|
|
35
37
|
"registro",
|
|
36
38
|
"schedule",
|
|
37
39
|
"se",
|
package/dist/allow-list.mjs
CHANGED
package/dist/constants.mjs
CHANGED
package/dist/constants.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"constants.mjs","names":[],"sources":["../../src/constants.ts"],"sourcesContent":["/**\n * Runtime-free constants for the anonymization pipeline.\n *\n * This module is the SSR-safe / browser-safe entrypoint:\n * importing it must not pull in `@stll/text-search`,\n * `@stll/anonymize-wasm`, or any other runtime-bearing\n * module. Consumers that only need the static label list,\n * detection-source identifiers, or operator names import\n * from `@stll/anonymize/constants` (or\n * `@stll/anonymize-wasm/constants`) without paying the\n * wasm / regex-set startup cost.\n *\n * `types.ts` re-exports these for back-compat, so existing\n * `import { DEFAULT_ENTITY_LABELS } from \"@stll/anonymize\"`\n * call sites keep working.\n */\n\n/**\n * Source of a detected entity span.\n * Ordered by detection layer in the pipeline.\n */\nexport const DETECTION_SOURCES = {\n TRIGGER: \"trigger\",\n REGEX: \"regex\",\n DENY_LIST: \"deny-list\",\n LEGAL_FORM: \"legal-form\",\n GAZETTEER: \"gazetteer\",\n COUNTRY: \"country\",\n NER: \"ner\",\n COREFERENCE: \"coreference\",\n} as const;\n\nexport type DetectionSource =\n (typeof DETECTION_SOURCES)[keyof typeof DETECTION_SOURCES];\n\n/**\n * Priority levels for detection sources.\n * Higher = more structurally reliable. Used during\n * overlap resolution so deterministic detectors beat\n * probabilistic ones regardless of raw score.\n */\nexport const DETECTOR_PRIORITY = {\n [DETECTION_SOURCES.GAZETTEER]: 5,\n [DETECTION_SOURCES.TRIGGER]: 4,\n [DETECTION_SOURCES.LEGAL_FORM]: 3,\n [DETECTION_SOURCES.REGEX]: 3,\n [DETECTION_SOURCES.COUNTRY]: 3,\n [DETECTION_SOURCES.DENY_LIST]: 2,\n [DETECTION_SOURCES.COREFERENCE]: 2,\n [DETECTION_SOURCES.NER]: 1,\n} as const satisfies Record<DetectionSource, number>;\n\n/**\n * Anonymization operator types. Each operator defines\n * how a confirmed entity is replaced in the output.\n */\nexport const OPERATOR_TYPES = [\"replace\", \"redact\"] as const;\n\nexport type OperatorType = (typeof OPERATOR_TYPES)[number];\n\n/**\n * Canonical entity labels used across the pipeline.\n * NER models may use different native labels; the bench\n * NER wrapper maps model output to these canonical names.\n *\n * These labels are ephemeral: entities are regenerated on\n * every pipeline run and never persisted to the database.\n * Renaming a label here requires no migration.\n */\nexport const DEFAULT_ENTITY_LABELS = [\n \"person\",\n \"organization\",\n \"phone number\",\n \"address\",\n \"country\",\n \"email address\",\n \"date\",\n \"date of birth\",\n \"bank account number\",\n \"iban\",\n \"tax identification number\",\n \"identity card number\",\n \"birth number\",\n \"national identification number\",\n \"social security number\",\n \"registration number\",\n \"credit card number\",\n \"passport number\",\n \"monetary amount\",\n \"land parcel\",\n \"misc\",\n] as const;\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;AAqBA,MAAa,oBAAoB;CAC/B,SAAS;CACT,OAAO;CACP,WAAW;CACX,YAAY;CACZ,WAAW;CACX,SAAS;CACT,KAAK;CACL,aAAa;AACf;;;;;;;AAWA,MAAa,oBAAoB;EAC9B,kBAAkB,YAAY;EAC9B,kBAAkB,UAAU;EAC5B,kBAAkB,aAAa;EAC/B,kBAAkB,QAAQ;EAC1B,kBAAkB,UAAU;EAC5B,kBAAkB,YAAY;EAC9B,kBAAkB,cAAc;EAChC,kBAAkB,MAAM;AAC3B;;;;;AAMA,MAAa,iBAAiB,CAAC,WAAW,QAAQ;;;;;;;;;;AAalD,MAAa,wBAAwB;CACnC;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;AACF"}
|
|
1
|
+
{"version":3,"file":"constants.mjs","names":[],"sources":["../../src/constants.ts"],"sourcesContent":["/**\n * Runtime-free constants for the anonymization pipeline.\n *\n * This module is the SSR-safe / browser-safe entrypoint:\n * importing it must not pull in `@stll/text-search`,\n * `@stll/anonymize-wasm`, or any other runtime-bearing\n * module. Consumers that only need the static label list,\n * detection-source identifiers, or operator names import\n * from `@stll/anonymize/constants` (or\n * `@stll/anonymize-wasm/constants`) without paying the\n * wasm / regex-set startup cost.\n *\n * `types.ts` re-exports these for back-compat, so existing\n * `import { DEFAULT_ENTITY_LABELS } from \"@stll/anonymize\"`\n * call sites keep working.\n */\n\n/**\n * Source of a detected entity span.\n * Ordered by detection layer in the pipeline.\n */\nexport const DETECTION_SOURCES = {\n TRIGGER: \"trigger\",\n REGEX: \"regex\",\n DENY_LIST: \"deny-list\",\n LEGAL_FORM: \"legal-form\",\n GAZETTEER: \"gazetteer\",\n COUNTRY: \"country\",\n NER: \"ner\",\n COREFERENCE: \"coreference\",\n} as const;\n\nexport type DetectionSource =\n (typeof DETECTION_SOURCES)[keyof typeof DETECTION_SOURCES];\n\n/**\n * Priority levels for detection sources.\n * Higher = more structurally reliable. Used during\n * overlap resolution so deterministic detectors beat\n * probabilistic ones regardless of raw score.\n */\nexport const DETECTOR_PRIORITY = {\n [DETECTION_SOURCES.GAZETTEER]: 5,\n [DETECTION_SOURCES.TRIGGER]: 4,\n [DETECTION_SOURCES.LEGAL_FORM]: 3,\n [DETECTION_SOURCES.REGEX]: 3,\n [DETECTION_SOURCES.COUNTRY]: 3,\n [DETECTION_SOURCES.DENY_LIST]: 2,\n [DETECTION_SOURCES.COREFERENCE]: 2,\n [DETECTION_SOURCES.NER]: 1,\n} as const satisfies Record<DetectionSource, number>;\n\n/**\n * Anonymization operator types. Each operator defines\n * how a confirmed entity is replaced in the output.\n */\nexport const OPERATOR_TYPES = [\"replace\", \"redact\"] as const;\n\nexport type OperatorType = (typeof OPERATOR_TYPES)[number];\n\n/**\n * Canonical entity labels used across the pipeline.\n * NER models may use different native labels; the bench\n * NER wrapper maps model output to these canonical names.\n *\n * These labels are ephemeral: entities are regenerated on\n * every pipeline run and never persisted to the database.\n * Renaming a label here requires no migration.\n */\nexport const DEFAULT_ENTITY_LABELS = [\n \"person\",\n \"organization\",\n \"phone number\",\n \"address\",\n \"country\",\n \"email address\",\n \"date\",\n \"date of birth\",\n \"bank account number\",\n \"iban\",\n \"tax identification number\",\n \"identity card number\",\n \"birth number\",\n \"national identification number\",\n \"social security number\",\n \"registration number\",\n \"credit card number\",\n \"passport number\",\n \"crypto\",\n \"monetary amount\",\n \"land parcel\",\n \"misc\",\n] as const;\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;AAqBA,MAAa,oBAAoB;CAC/B,SAAS;CACT,OAAO;CACP,WAAW;CACX,YAAY;CACZ,WAAW;CACX,SAAS;CACT,KAAK;CACL,aAAa;AACf;;;;;;;AAWA,MAAa,oBAAoB;EAC9B,kBAAkB,YAAY;EAC9B,kBAAkB,UAAU;EAC5B,kBAAkB,aAAa;EAC/B,kBAAkB,QAAQ;EAC1B,kBAAkB,UAAU;EAC5B,kBAAkB,YAAY;EAC9B,kBAAkB,cAAc;EAChC,kBAAkB,MAAM;AAC3B;;;;;AAMA,MAAa,iBAAiB,CAAC,WAAW,QAAQ;;;;;;;;;;AAalD,MAAa,wBAAwB;CACnC;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;AACF"}
|
package/dist/constants2.d.mts
CHANGED
|
@@ -61,7 +61,7 @@ type OperatorType = (typeof OPERATOR_TYPES)[number];
|
|
|
61
61
|
* every pipeline run and never persisted to the database.
|
|
62
62
|
* Renaming a label here requires no migration.
|
|
63
63
|
*/
|
|
64
|
-
declare const DEFAULT_ENTITY_LABELS: readonly ["person", "organization", "phone number", "address", "country", "email address", "date", "date of birth", "bank account number", "iban", "tax identification number", "identity card number", "birth number", "national identification number", "social security number", "registration number", "credit card number", "passport number", "monetary amount", "land parcel", "misc"];
|
|
64
|
+
declare const DEFAULT_ENTITY_LABELS: readonly ["person", "organization", "phone number", "address", "country", "email address", "date", "date of birth", "bank account number", "iban", "tax identification number", "identity card number", "birth number", "national identification number", "social security number", "registration number", "credit card number", "passport number", "crypto", "monetary amount", "land parcel", "misc"];
|
|
65
65
|
//#endregion
|
|
66
66
|
export { OPERATOR_TYPES as a, DetectionSource as i, DETECTION_SOURCES as n, OperatorType as o, DETECTOR_PRIORITY as r, DEFAULT_ENTITY_LABELS as t };
|
|
67
67
|
//# sourceMappingURL=constants2.d.mts.map
|
|
@@ -0,0 +1,202 @@
|
|
|
1
|
+
//#region src/data/names-nw-ar.json
|
|
2
|
+
var _comment = "Non-Western name tokens for ar locale";
|
|
3
|
+
var names = [
|
|
4
|
+
"Abdel",
|
|
5
|
+
"Abdul",
|
|
6
|
+
"Abdullah",
|
|
7
|
+
"Abou",
|
|
8
|
+
"Abu",
|
|
9
|
+
"Ahmad",
|
|
10
|
+
"Ahmed",
|
|
11
|
+
"Aisha",
|
|
12
|
+
"AlAmeri",
|
|
13
|
+
"AlAmin",
|
|
14
|
+
"AlAssad",
|
|
15
|
+
"AlBadi",
|
|
16
|
+
"AlBashir",
|
|
17
|
+
"AlBloshi",
|
|
18
|
+
"AlBwardi",
|
|
19
|
+
"AlDhaheri",
|
|
20
|
+
"AlFalahi",
|
|
21
|
+
"AlFuttaim",
|
|
22
|
+
"AlGargash",
|
|
23
|
+
"AlGhurair",
|
|
24
|
+
"AlHabtoor",
|
|
25
|
+
"AlHammadi",
|
|
26
|
+
"AlHarthi",
|
|
27
|
+
"AlHashmi",
|
|
28
|
+
"AlHussein",
|
|
29
|
+
"AlJabri",
|
|
30
|
+
"AlKaabi",
|
|
31
|
+
"AlKalbani",
|
|
32
|
+
"AlKetbi",
|
|
33
|
+
"AlKhalifa",
|
|
34
|
+
"AlKhatib",
|
|
35
|
+
"AlMakdissi",
|
|
36
|
+
"AlMaktoum",
|
|
37
|
+
"AlMansoori",
|
|
38
|
+
"AlMarri",
|
|
39
|
+
"AlMazrouei",
|
|
40
|
+
"AlMheiri",
|
|
41
|
+
"AlMusabi",
|
|
42
|
+
"AlNahyan",
|
|
43
|
+
"AlNuaimi",
|
|
44
|
+
"AlOwais",
|
|
45
|
+
"AlQasimi",
|
|
46
|
+
"AlRashid",
|
|
47
|
+
"AlRifai",
|
|
48
|
+
"AlRumaithi",
|
|
49
|
+
"AlSabah",
|
|
50
|
+
"AlSaud",
|
|
51
|
+
"AlSayed",
|
|
52
|
+
"AlShamsi",
|
|
53
|
+
"AlShehhi",
|
|
54
|
+
"AlSuwaidi",
|
|
55
|
+
"AlTamimi",
|
|
56
|
+
"AlTayer",
|
|
57
|
+
"AlThani",
|
|
58
|
+
"Ali",
|
|
59
|
+
"Alia",
|
|
60
|
+
"Alisa",
|
|
61
|
+
"Amal",
|
|
62
|
+
"Amin",
|
|
63
|
+
"Amine",
|
|
64
|
+
"Amir",
|
|
65
|
+
"Amira",
|
|
66
|
+
"Anas",
|
|
67
|
+
"Anwar",
|
|
68
|
+
"Bedoui",
|
|
69
|
+
"Belhadj",
|
|
70
|
+
"BenAli",
|
|
71
|
+
"BenSalah",
|
|
72
|
+
"Benatia",
|
|
73
|
+
"Benzema",
|
|
74
|
+
"Bilal",
|
|
75
|
+
"Bouazizi",
|
|
76
|
+
"Boudiaf",
|
|
77
|
+
"Bouhouche",
|
|
78
|
+
"Bouteflika",
|
|
79
|
+
"Cherif",
|
|
80
|
+
"Djamel",
|
|
81
|
+
"Djebbari",
|
|
82
|
+
"ElAmrani",
|
|
83
|
+
"ElFassi",
|
|
84
|
+
"ElJaziri",
|
|
85
|
+
"Fadhil",
|
|
86
|
+
"Fadi",
|
|
87
|
+
"Faisal",
|
|
88
|
+
"Farah",
|
|
89
|
+
"Farid",
|
|
90
|
+
"Fatemeh",
|
|
91
|
+
"Fatima",
|
|
92
|
+
"Fatma",
|
|
93
|
+
"Ferhat",
|
|
94
|
+
"Fikri",
|
|
95
|
+
"Ghada",
|
|
96
|
+
"Habib",
|
|
97
|
+
"Habiba",
|
|
98
|
+
"Hadi",
|
|
99
|
+
"Hamdan",
|
|
100
|
+
"Hamza",
|
|
101
|
+
"Hamzah",
|
|
102
|
+
"Hasan",
|
|
103
|
+
"Hassan",
|
|
104
|
+
"Hoda",
|
|
105
|
+
"Hussein",
|
|
106
|
+
"Ibrahim",
|
|
107
|
+
"Jaber",
|
|
108
|
+
"Jamal",
|
|
109
|
+
"Karim",
|
|
110
|
+
"Khaled",
|
|
111
|
+
"Khalid",
|
|
112
|
+
"Khan",
|
|
113
|
+
"Laila",
|
|
114
|
+
"Latif",
|
|
115
|
+
"Layla",
|
|
116
|
+
"Mahdi",
|
|
117
|
+
"Mahmoud",
|
|
118
|
+
"Majid",
|
|
119
|
+
"Mariam",
|
|
120
|
+
"Maryam",
|
|
121
|
+
"Mebarki",
|
|
122
|
+
"Mehdi",
|
|
123
|
+
"Mir",
|
|
124
|
+
"Mirza",
|
|
125
|
+
"Mohamed",
|
|
126
|
+
"Mohammad",
|
|
127
|
+
"Mohammed",
|
|
128
|
+
"Mona",
|
|
129
|
+
"Moncef",
|
|
130
|
+
"Mourad",
|
|
131
|
+
"Muhammad",
|
|
132
|
+
"Muhammed",
|
|
133
|
+
"Mustafa",
|
|
134
|
+
"Nabil",
|
|
135
|
+
"Nader",
|
|
136
|
+
"Nasser",
|
|
137
|
+
"Nizar",
|
|
138
|
+
"Noor",
|
|
139
|
+
"Nour",
|
|
140
|
+
"Omar",
|
|
141
|
+
"Othman",
|
|
142
|
+
"Ouyahia",
|
|
143
|
+
"Rachid",
|
|
144
|
+
"Rahman",
|
|
145
|
+
"Rami",
|
|
146
|
+
"Rania",
|
|
147
|
+
"Rashid",
|
|
148
|
+
"Reda",
|
|
149
|
+
"Reem",
|
|
150
|
+
"Rida",
|
|
151
|
+
"Saad",
|
|
152
|
+
"Saeed",
|
|
153
|
+
"Sahar",
|
|
154
|
+
"Said",
|
|
155
|
+
"Salem",
|
|
156
|
+
"Salim",
|
|
157
|
+
"Salma",
|
|
158
|
+
"Samer",
|
|
159
|
+
"Sami",
|
|
160
|
+
"Samir",
|
|
161
|
+
"Sana",
|
|
162
|
+
"Saud",
|
|
163
|
+
"Sayyed",
|
|
164
|
+
"Sellal",
|
|
165
|
+
"Sofiane",
|
|
166
|
+
"Sulayman",
|
|
167
|
+
"Sultan",
|
|
168
|
+
"Syed",
|
|
169
|
+
"Taha",
|
|
170
|
+
"Tarek",
|
|
171
|
+
"Tareq",
|
|
172
|
+
"Toufik",
|
|
173
|
+
"Usman",
|
|
174
|
+
"Uthman",
|
|
175
|
+
"Waleed",
|
|
176
|
+
"Walid",
|
|
177
|
+
"Yacine",
|
|
178
|
+
"Yasmin",
|
|
179
|
+
"Yasmine",
|
|
180
|
+
"Yasser",
|
|
181
|
+
"Yassine",
|
|
182
|
+
"Yassir",
|
|
183
|
+
"Yousef",
|
|
184
|
+
"Youssef",
|
|
185
|
+
"Zahra",
|
|
186
|
+
"Zain",
|
|
187
|
+
"Zane",
|
|
188
|
+
"Zayed",
|
|
189
|
+
"Zerhouni",
|
|
190
|
+
"Zeroual",
|
|
191
|
+
"Ziad",
|
|
192
|
+
"Zine",
|
|
193
|
+
"Zouhair"
|
|
194
|
+
];
|
|
195
|
+
var names_nw_ar_default = {
|
|
196
|
+
_comment,
|
|
197
|
+
names
|
|
198
|
+
};
|
|
199
|
+
//#endregion
|
|
200
|
+
export { _comment, names_nw_ar_default as default, names };
|
|
201
|
+
|
|
202
|
+
//# sourceMappingURL=names-nw-ar.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"names-nw-ar.mjs","names":[],"sources":["../../src/data/names-nw-ar.json"],"sourcesContent":[""],"mappings":""}
|
|
@@ -0,0 +1,202 @@
|
|
|
1
|
+
//#region src/data/names-nw-fil.json
|
|
2
|
+
var _comment = "Non-Western name tokens for fil locale";
|
|
3
|
+
var names = [
|
|
4
|
+
"Aguilar",
|
|
5
|
+
"Alberto",
|
|
6
|
+
"Alfonso",
|
|
7
|
+
"Almeida",
|
|
8
|
+
"Alva",
|
|
9
|
+
"Amor",
|
|
10
|
+
"Ana",
|
|
11
|
+
"Andres",
|
|
12
|
+
"Antonio",
|
|
13
|
+
"Apolinario",
|
|
14
|
+
"Aquino",
|
|
15
|
+
"Araneta",
|
|
16
|
+
"Arroyo",
|
|
17
|
+
"Arturo",
|
|
18
|
+
"Asuncion",
|
|
19
|
+
"Aurelio",
|
|
20
|
+
"Ayala",
|
|
21
|
+
"Bautista",
|
|
22
|
+
"Bayani",
|
|
23
|
+
"Bonifacio",
|
|
24
|
+
"Candido",
|
|
25
|
+
"Cardozo",
|
|
26
|
+
"Caridad",
|
|
27
|
+
"Carlos",
|
|
28
|
+
"Carmen",
|
|
29
|
+
"Castro",
|
|
30
|
+
"Cayetano",
|
|
31
|
+
"Cipriano",
|
|
32
|
+
"Coelho",
|
|
33
|
+
"Cojuangco",
|
|
34
|
+
"Concepcion",
|
|
35
|
+
"Consuelo",
|
|
36
|
+
"Corazon",
|
|
37
|
+
"Cornelio",
|
|
38
|
+
"Costa",
|
|
39
|
+
"Cruz",
|
|
40
|
+
"Danilo",
|
|
41
|
+
"DeGuzman",
|
|
42
|
+
"DeJesus",
|
|
43
|
+
"DeLeon",
|
|
44
|
+
"DelRosario",
|
|
45
|
+
"DelaCruz",
|
|
46
|
+
"DelosSantos",
|
|
47
|
+
"Diaz",
|
|
48
|
+
"Diego",
|
|
49
|
+
"Diosdado",
|
|
50
|
+
"Dolores",
|
|
51
|
+
"Domingo",
|
|
52
|
+
"Drilon",
|
|
53
|
+
"Duterte",
|
|
54
|
+
"Eduardo",
|
|
55
|
+
"Efren",
|
|
56
|
+
"Ejercito",
|
|
57
|
+
"Elena",
|
|
58
|
+
"Emilio",
|
|
59
|
+
"Enrile",
|
|
60
|
+
"Enrique",
|
|
61
|
+
"Enriquez",
|
|
62
|
+
"Ernesto",
|
|
63
|
+
"Esperanza",
|
|
64
|
+
"Espiritu",
|
|
65
|
+
"Estrada",
|
|
66
|
+
"Ferdinand",
|
|
67
|
+
"Fernandes",
|
|
68
|
+
"Fernandez",
|
|
69
|
+
"Fernando",
|
|
70
|
+
"Flaviano",
|
|
71
|
+
"Florentino",
|
|
72
|
+
"Flores",
|
|
73
|
+
"Francisco",
|
|
74
|
+
"Gabriel",
|
|
75
|
+
"Garcia",
|
|
76
|
+
"Gaudencio",
|
|
77
|
+
"George",
|
|
78
|
+
"Gerald",
|
|
79
|
+
"Gloria",
|
|
80
|
+
"Gokongwei",
|
|
81
|
+
"Gonzales",
|
|
82
|
+
"Gordon",
|
|
83
|
+
"Gracia",
|
|
84
|
+
"Hector",
|
|
85
|
+
"Herminigildo",
|
|
86
|
+
"Hernandez",
|
|
87
|
+
"Hutapea",
|
|
88
|
+
"Imelda",
|
|
89
|
+
"Isidro",
|
|
90
|
+
"Jerry",
|
|
91
|
+
"Jose",
|
|
92
|
+
"Joseph",
|
|
93
|
+
"Juan",
|
|
94
|
+
"Kenneth",
|
|
95
|
+
"Lacson",
|
|
96
|
+
"Lakandula",
|
|
97
|
+
"Laurel",
|
|
98
|
+
"Leocadio",
|
|
99
|
+
"Leopoldo",
|
|
100
|
+
"Lopez",
|
|
101
|
+
"Lorenzo",
|
|
102
|
+
"Lourdes",
|
|
103
|
+
"Luis",
|
|
104
|
+
"Luz",
|
|
105
|
+
"Macario",
|
|
106
|
+
"Magdalo",
|
|
107
|
+
"Magdiwang",
|
|
108
|
+
"Magno",
|
|
109
|
+
"Manuel",
|
|
110
|
+
"Marco",
|
|
111
|
+
"Marcos",
|
|
112
|
+
"Maria",
|
|
113
|
+
"Marlon",
|
|
114
|
+
"Mendoza",
|
|
115
|
+
"Mercado",
|
|
116
|
+
"Mercedes",
|
|
117
|
+
"Miguel",
|
|
118
|
+
"Milagros",
|
|
119
|
+
"Mina",
|
|
120
|
+
"Morales",
|
|
121
|
+
"Natividad",
|
|
122
|
+
"Navarro",
|
|
123
|
+
"Nicolas",
|
|
124
|
+
"Norberto",
|
|
125
|
+
"Ofelia",
|
|
126
|
+
"Orlando",
|
|
127
|
+
"Osmeña",
|
|
128
|
+
"Pablo",
|
|
129
|
+
"Pangilinan",
|
|
130
|
+
"Pascual",
|
|
131
|
+
"Patricio",
|
|
132
|
+
"Paz",
|
|
133
|
+
"Pedro",
|
|
134
|
+
"Percival",
|
|
135
|
+
"Pereira",
|
|
136
|
+
"Perez",
|
|
137
|
+
"Pichai",
|
|
138
|
+
"Pilar",
|
|
139
|
+
"Pimentel",
|
|
140
|
+
"Pinto",
|
|
141
|
+
"Poe",
|
|
142
|
+
"Presentacion",
|
|
143
|
+
"Purificacion",
|
|
144
|
+
"Rafael",
|
|
145
|
+
"Ramon",
|
|
146
|
+
"Ramos",
|
|
147
|
+
"Razon",
|
|
148
|
+
"Recto",
|
|
149
|
+
"Remedios",
|
|
150
|
+
"Reyes",
|
|
151
|
+
"Reynaldo",
|
|
152
|
+
"Ricardo",
|
|
153
|
+
"Rivera",
|
|
154
|
+
"Roberto",
|
|
155
|
+
"Rodrigo",
|
|
156
|
+
"Rodrigues",
|
|
157
|
+
"Romero",
|
|
158
|
+
"Rosa",
|
|
159
|
+
"Rosario",
|
|
160
|
+
"Roxas",
|
|
161
|
+
"Salazar",
|
|
162
|
+
"Sanchez",
|
|
163
|
+
"Santiago",
|
|
164
|
+
"Santos",
|
|
165
|
+
"Severino",
|
|
166
|
+
"Silva",
|
|
167
|
+
"Silvestre",
|
|
168
|
+
"Sison",
|
|
169
|
+
"Siti",
|
|
170
|
+
"Soledad",
|
|
171
|
+
"Soriano",
|
|
172
|
+
"Sy",
|
|
173
|
+
"Tagle",
|
|
174
|
+
"Teodoro",
|
|
175
|
+
"Teresa",
|
|
176
|
+
"Thomas",
|
|
177
|
+
"Tiangco",
|
|
178
|
+
"Tomas",
|
|
179
|
+
"Torres",
|
|
180
|
+
"Ulysses",
|
|
181
|
+
"Valdez",
|
|
182
|
+
"Valentin",
|
|
183
|
+
"Vicente",
|
|
184
|
+
"Victoriano",
|
|
185
|
+
"Villanueva",
|
|
186
|
+
"Villar",
|
|
187
|
+
"Villareal",
|
|
188
|
+
"Visitacion",
|
|
189
|
+
"Wilfredo",
|
|
190
|
+
"Yolanda",
|
|
191
|
+
"Yuchengco",
|
|
192
|
+
"Zobel",
|
|
193
|
+
"Zubiri"
|
|
194
|
+
];
|
|
195
|
+
var names_nw_fil_default = {
|
|
196
|
+
_comment,
|
|
197
|
+
names
|
|
198
|
+
};
|
|
199
|
+
//#endregion
|
|
200
|
+
export { _comment, names_nw_fil_default as default, names };
|
|
201
|
+
|
|
202
|
+
//# sourceMappingURL=names-nw-fil.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"names-nw-fil.mjs","names":[],"sources":["../../src/data/names-nw-fil.json"],"sourcesContent":[""],"mappings":""}
|
|
@@ -0,0 +1,210 @@
|
|
|
1
|
+
//#region src/data/names-nw-id.json
|
|
2
|
+
var _comment = "Non-Western name tokens for id locale";
|
|
3
|
+
var names = [
|
|
4
|
+
"Adel",
|
|
5
|
+
"Agung",
|
|
6
|
+
"Agus",
|
|
7
|
+
"Ahmad",
|
|
8
|
+
"Amin",
|
|
9
|
+
"Andi",
|
|
10
|
+
"Anggraini",
|
|
11
|
+
"Anwar",
|
|
12
|
+
"Aris",
|
|
13
|
+
"Aritonang",
|
|
14
|
+
"Asep",
|
|
15
|
+
"Ayu",
|
|
16
|
+
"Bapak",
|
|
17
|
+
"Batak",
|
|
18
|
+
"Batubara",
|
|
19
|
+
"Bayu",
|
|
20
|
+
"Beng",
|
|
21
|
+
"Budi",
|
|
22
|
+
"Budiman",
|
|
23
|
+
"Cecep",
|
|
24
|
+
"Dalimunthe",
|
|
25
|
+
"Daulay",
|
|
26
|
+
"Dedi",
|
|
27
|
+
"Dewi",
|
|
28
|
+
"Dian",
|
|
29
|
+
"Dimas",
|
|
30
|
+
"Dina",
|
|
31
|
+
"Dwi",
|
|
32
|
+
"Eko",
|
|
33
|
+
"Emon",
|
|
34
|
+
"Encep",
|
|
35
|
+
"Endang",
|
|
36
|
+
"Fadhil",
|
|
37
|
+
"Fajar",
|
|
38
|
+
"Fandi",
|
|
39
|
+
"Farid",
|
|
40
|
+
"Fitriani",
|
|
41
|
+
"Ginting",
|
|
42
|
+
"Gulo",
|
|
43
|
+
"Gultom",
|
|
44
|
+
"Gusti",
|
|
45
|
+
"Habib",
|
|
46
|
+
"Hadi",
|
|
47
|
+
"Hadiy",
|
|
48
|
+
"Haikal",
|
|
49
|
+
"Hamzah",
|
|
50
|
+
"Handayani",
|
|
51
|
+
"Hani",
|
|
52
|
+
"Harahap",
|
|
53
|
+
"Hartini",
|
|
54
|
+
"Hartono",
|
|
55
|
+
"Hasan",
|
|
56
|
+
"Hasibuan",
|
|
57
|
+
"Hendra",
|
|
58
|
+
"Heru",
|
|
59
|
+
"Hidayat",
|
|
60
|
+
"Ibu",
|
|
61
|
+
"Iis",
|
|
62
|
+
"Indah",
|
|
63
|
+
"Indra",
|
|
64
|
+
"Ita",
|
|
65
|
+
"Jajang",
|
|
66
|
+
"Jamal",
|
|
67
|
+
"Jaya",
|
|
68
|
+
"Jeo",
|
|
69
|
+
"Joko",
|
|
70
|
+
"Kak",
|
|
71
|
+
"Kakak",
|
|
72
|
+
"Karo",
|
|
73
|
+
"Kartini",
|
|
74
|
+
"Ketut",
|
|
75
|
+
"Koshy",
|
|
76
|
+
"Kurniawan",
|
|
77
|
+
"Kurup",
|
|
78
|
+
"Kusuma",
|
|
79
|
+
"Kusumawati",
|
|
80
|
+
"Lase",
|
|
81
|
+
"Lasmi",
|
|
82
|
+
"Latif",
|
|
83
|
+
"Lestari",
|
|
84
|
+
"Lim",
|
|
85
|
+
"Loke",
|
|
86
|
+
"Lubis",
|
|
87
|
+
"Made",
|
|
88
|
+
"Maharani",
|
|
89
|
+
"Manurung",
|
|
90
|
+
"Mbak",
|
|
91
|
+
"Nadapdap",
|
|
92
|
+
"Nasution",
|
|
93
|
+
"Neng",
|
|
94
|
+
"Noor",
|
|
95
|
+
"Nugroho",
|
|
96
|
+
"Nurlita",
|
|
97
|
+
"Nurul",
|
|
98
|
+
"Nuryati",
|
|
99
|
+
"Nyoman",
|
|
100
|
+
"Nyonya",
|
|
101
|
+
"Ompusunggu",
|
|
102
|
+
"Othman",
|
|
103
|
+
"Panggabean",
|
|
104
|
+
"Pardede",
|
|
105
|
+
"Parwati",
|
|
106
|
+
"Peranginangin",
|
|
107
|
+
"Permata",
|
|
108
|
+
"Prasetyo",
|
|
109
|
+
"Pratama",
|
|
110
|
+
"Puji",
|
|
111
|
+
"Punian",
|
|
112
|
+
"Purnomo",
|
|
113
|
+
"Purwanto",
|
|
114
|
+
"Puspita",
|
|
115
|
+
"Putri",
|
|
116
|
+
"Raden",
|
|
117
|
+
"Rahardjo",
|
|
118
|
+
"Rahmat",
|
|
119
|
+
"Rahayu",
|
|
120
|
+
"Rahman",
|
|
121
|
+
"Rajagukguk",
|
|
122
|
+
"Rara",
|
|
123
|
+
"Rashid",
|
|
124
|
+
"Rasmini",
|
|
125
|
+
"Rasyid",
|
|
126
|
+
"Ratna",
|
|
127
|
+
"Retno",
|
|
128
|
+
"Ridwan",
|
|
129
|
+
"Rini",
|
|
130
|
+
"Rizky",
|
|
131
|
+
"Roro",
|
|
132
|
+
"Rudi",
|
|
133
|
+
"Rusdi",
|
|
134
|
+
"Ruslan",
|
|
135
|
+
"Saeed",
|
|
136
|
+
"Safitri",
|
|
137
|
+
"Salim",
|
|
138
|
+
"Santos",
|
|
139
|
+
"Santoso",
|
|
140
|
+
"Sari",
|
|
141
|
+
"Sembiring",
|
|
142
|
+
"Sena",
|
|
143
|
+
"Seni",
|
|
144
|
+
"Setiawan",
|
|
145
|
+
"Sigit",
|
|
146
|
+
"Sihotang",
|
|
147
|
+
"Simanjuntak",
|
|
148
|
+
"Simatupang",
|
|
149
|
+
"Simbolon",
|
|
150
|
+
"Sinaga",
|
|
151
|
+
"Sipahutar",
|
|
152
|
+
"Siregar",
|
|
153
|
+
"Siti",
|
|
154
|
+
"Slamet",
|
|
155
|
+
"Sofi",
|
|
156
|
+
"Suharsono",
|
|
157
|
+
"Suharto",
|
|
158
|
+
"Sukarmi",
|
|
159
|
+
"Sukesi",
|
|
160
|
+
"Sukirah",
|
|
161
|
+
"Sulastri",
|
|
162
|
+
"Sulayman",
|
|
163
|
+
"Sulistyo",
|
|
164
|
+
"Sultan",
|
|
165
|
+
"Sumiati",
|
|
166
|
+
"Suparman",
|
|
167
|
+
"Suryadi",
|
|
168
|
+
"Suryana",
|
|
169
|
+
"Suryani",
|
|
170
|
+
"Suryanto",
|
|
171
|
+
"Susanto",
|
|
172
|
+
"Sutanto",
|
|
173
|
+
"Sutinah",
|
|
174
|
+
"Tampubolon",
|
|
175
|
+
"Tarigan",
|
|
176
|
+
"Tata",
|
|
177
|
+
"Tati",
|
|
178
|
+
"Teguh",
|
|
179
|
+
"Tukinem",
|
|
180
|
+
"Tuminah",
|
|
181
|
+
"Tutik",
|
|
182
|
+
"Ujang",
|
|
183
|
+
"Urai",
|
|
184
|
+
"Usep",
|
|
185
|
+
"Utami",
|
|
186
|
+
"Utomo",
|
|
187
|
+
"Wahyu",
|
|
188
|
+
"Warsiti",
|
|
189
|
+
"Wati",
|
|
190
|
+
"Wayan",
|
|
191
|
+
"Wibowo",
|
|
192
|
+
"Wicaksono",
|
|
193
|
+
"Wijaya",
|
|
194
|
+
"Wira",
|
|
195
|
+
"Wulandari",
|
|
196
|
+
"Yanti",
|
|
197
|
+
"Yoga",
|
|
198
|
+
"Yudi",
|
|
199
|
+
"Zain",
|
|
200
|
+
"Zebua",
|
|
201
|
+
"Zega"
|
|
202
|
+
];
|
|
203
|
+
var names_nw_id_default = {
|
|
204
|
+
_comment,
|
|
205
|
+
names
|
|
206
|
+
};
|
|
207
|
+
//#endregion
|
|
208
|
+
export { _comment, names_nw_id_default as default, names };
|
|
209
|
+
|
|
210
|
+
//# sourceMappingURL=names-nw-id.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"names-nw-id.mjs","names":[],"sources":["../../src/data/names-nw-id.json"],"sourcesContent":[""],"mappings":""}
|