@stacksjs/whois 0.70.73 → 0.70.75
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/constants.d.ts +326 -322
- package/package.json +2 -2
package/dist/constants.d.ts
CHANGED
|
@@ -1,323 +1,327 @@
|
|
|
1
1
|
export declare const IANA_CHK_URL: string;
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
2
|
+
/** @defaultValue `{ 'whois.denic.de': '-T dn,ace', 'whois.nic.fr': '-V Md5.2' }` */
|
|
3
|
+
export declare const PARAMETERS: Record<string, string>;
|
|
4
|
+
/**
|
|
5
|
+
* @defaultValue
|
|
6
|
+
* ```ts
|
|
7
|
+
* {
|
|
8
|
+
* 'br.com': 'whois.centralnic.net',
|
|
9
|
+
* 'cn.com': 'whois.centralnic.net',
|
|
10
|
+
* 'de.com': 'whois.centralnic.net',
|
|
11
|
+
* 'eu.com': 'whois.centralnic.net',
|
|
12
|
+
* 'gb.com': 'whois.centralnic.net',
|
|
13
|
+
* 'gb.net': 'whois.centralnic.net',
|
|
14
|
+
* 'gr.com': 'whois.centralnic.net',
|
|
15
|
+
* 'hu.com': 'whois.centralnic.net',
|
|
16
|
+
* 'in.net': 'whois.centralnic.net',
|
|
17
|
+
* 'no.com': 'whois.centralnic.net',
|
|
18
|
+
* 'qc.com': 'whois.centralnic.net',
|
|
19
|
+
* 'ru.com': 'whois.centralnic.net',
|
|
20
|
+
* 'sa.com': 'whois.centralnic.net',
|
|
21
|
+
* 'se.com': 'whois.centralnic.net',
|
|
22
|
+
* 'se.net': 'whois.centralnic.net',
|
|
23
|
+
* 'uk.com': 'whois.centralnic.net',
|
|
24
|
+
* 'uk.net': 'whois.centralnic.net',
|
|
25
|
+
* 'us.com': 'whois.centralnic.net',
|
|
26
|
+
* 'uy.com': 'whois.centralnic.net',
|
|
27
|
+
* 'za.com': 'whois.centralnic.net',
|
|
28
|
+
* 'jpn.com': 'whois.centralnic.ne',
|
|
29
|
+
* 'web.com': 'whois.centralnic.ne',
|
|
30
|
+
* 'com': 'whois.verisign-grs.com',
|
|
31
|
+
* 'za.net': 'whois.za.net',
|
|
32
|
+
* 'net': 'whois.verisign-grs.com',
|
|
33
|
+
* 'eu.org': 'whois.eu.org',
|
|
34
|
+
* 'za.org': 'whois.za.org',
|
|
35
|
+
* 'org': 'whois.pir.org',
|
|
36
|
+
* 'llyw.cymru': 'whois.nic.llyw.cymru',
|
|
37
|
+
* 'gov.scot': 'whois.nic.gov.scot',
|
|
38
|
+
* 'gov.wales': 'whois.nic.gov.wales',
|
|
39
|
+
* 'edu': 'whois.educause.edu',
|
|
40
|
+
* 'gov': 'whois.dotgov.gov',
|
|
41
|
+
* 'int': 'whois.iana.org',
|
|
42
|
+
* 'e164.arpa': 'whois.ripe.net',
|
|
43
|
+
* 'arpa': 'whois.iana.org',
|
|
44
|
+
* 'aero': 'whois.aero',
|
|
45
|
+
* 'asia': 'whois.nic.asia',
|
|
46
|
+
* 'biz': 'whois.nic.biz',
|
|
47
|
+
* 'cat': 'whois.nic.cat',
|
|
48
|
+
* 'coop': 'whois.nic.coop',
|
|
49
|
+
* 'info': 'whois.afilias.net',
|
|
50
|
+
* 'jobs': 'whois.nic.jobs',
|
|
51
|
+
* 'mobi': 'whois.afilias.net',
|
|
52
|
+
* 'museum': 'whois.nic.museum',
|
|
53
|
+
* 'name': 'whois.nic.name',
|
|
54
|
+
* 'post': 'whois.dotpostregistry.net',
|
|
55
|
+
* 'pro': 'whois.nic.pro',
|
|
56
|
+
* 'tel': 'whois.nic.tel',
|
|
57
|
+
* 'travel': 'whois.nic.travel',
|
|
58
|
+
* 'xxx': 'whois.nic.xxx',
|
|
59
|
+
* 'ac': 'whois.nic.ac',
|
|
60
|
+
* 'ae': 'whois.aeda.net.ae',
|
|
61
|
+
* 'af': 'whois.nic.af',
|
|
62
|
+
* 'ag': 'whois.nic.ag',
|
|
63
|
+
* 'ai': 'whois.nic.ai',
|
|
64
|
+
* 'am': 'whois.amnic.net',
|
|
65
|
+
* 'ar': 'whois.nic.ar',
|
|
66
|
+
* 'as': 'whois.nic.as',
|
|
67
|
+
* 'priv.at': 'whois.nic.priv.at',
|
|
68
|
+
* 'at': 'whois.nic.at',
|
|
69
|
+
* 'au': 'whois.auda.org.au',
|
|
70
|
+
* 'aw': 'whois.nic.aw',
|
|
71
|
+
* 'ax': 'whois.ax',
|
|
72
|
+
* 'be': 'whois.dns.be',
|
|
73
|
+
* 'bf': 'whois.registre.bf',
|
|
74
|
+
* 'bg': 'whois.register.bg',
|
|
75
|
+
* 'bh': 'whois.nic.bh',
|
|
76
|
+
* 'bi': 'whois1.nic.bi',
|
|
77
|
+
* 'bj': 'whois.nic.bj',
|
|
78
|
+
* 'bm': 'whois.afilias-srs.net',
|
|
79
|
+
* 'bn': 'whois.bnnic.bn',
|
|
80
|
+
* 'bo': 'whois.nic.bo',
|
|
81
|
+
* 'br': 'whois.registro.br',
|
|
82
|
+
* 'by': 'whois.cctld.by',
|
|
83
|
+
* 'bw': 'whois.nic.net.bw',
|
|
84
|
+
* 'bz': 'whois.afilias-grs.info',
|
|
85
|
+
* 'co.ca': 'whois.co.ca',
|
|
86
|
+
* 'ca': 'whois.cira.ca',
|
|
87
|
+
* 'cc': 'ccwhois.verisign-grs.com',
|
|
88
|
+
* 'cd': 'whois.nic.cd',
|
|
89
|
+
* 'ch': 'whois.nic.ch',
|
|
90
|
+
* 'ci': 'whois.nic.ci',
|
|
91
|
+
* 'cl': 'whois.nic.cl',
|
|
92
|
+
* 'cm': 'whois.netcom.cm',
|
|
93
|
+
* 'edu.cn': 'whois.edu.cn',
|
|
94
|
+
* 'cn': 'whois.cnnic.cn',
|
|
95
|
+
* 'uk.co': 'whois.uk.co',
|
|
96
|
+
* 'co': 'whois.nic.co',
|
|
97
|
+
* 'cr': 'whois.nic.cr',
|
|
98
|
+
* 'cx': 'whois.nic.cx',
|
|
99
|
+
* 'cz': 'whois.nic.cz',
|
|
100
|
+
* 'de': 'whois.denic.de',
|
|
101
|
+
* 'dk': 'whois.dk-hostmaster.dk',
|
|
102
|
+
* 'dm': 'whois.dmdomains.dm',
|
|
103
|
+
* 'do': 'whois.nic.do',
|
|
104
|
+
* 'dz': 'whois.nic.dz',
|
|
105
|
+
* 'ec': 'whois.nic.ec',
|
|
106
|
+
* 'ee': 'whois.tld.ee',
|
|
107
|
+
* 'eu': 'whois.eu',
|
|
108
|
+
* 'fi': 'whois.fi',
|
|
109
|
+
* 'fj': 'www.whois.fj',
|
|
110
|
+
* 'fm': 'whois.nic.fm',
|
|
111
|
+
* 'fo': 'whois.nic.fo',
|
|
112
|
+
* 'fr': 'whois.nic.fr',
|
|
113
|
+
* 'gd': 'whois.nic.gd',
|
|
114
|
+
* 'ge': 'whois.nic.ge',
|
|
115
|
+
* 'gf': 'whois.mediaserv.net',
|
|
116
|
+
* 'gg': 'whois.gg',
|
|
117
|
+
* 'gh': 'whois.nic.gh',
|
|
118
|
+
* 'gi': 'whois2.afilias-grs.net',
|
|
119
|
+
* 'gl': 'whois.nic.gl',
|
|
120
|
+
* 'gp': 'whois.nic.gp',
|
|
121
|
+
* 'gq': 'whois.dominio.gq',
|
|
122
|
+
* 'gs': 'whois.nic.gs',
|
|
123
|
+
* 'gy': 'whois.registry.gy',
|
|
124
|
+
* 'hk': 'whois.hkirc.hk',
|
|
125
|
+
* 'hm': 'whois.registry.hm',
|
|
126
|
+
* 'hn': 'whois.nic.hn',
|
|
127
|
+
* 'hr': 'whois.dns.hr',
|
|
128
|
+
* 'ht': 'whois.nic.ht',
|
|
129
|
+
* 'hu': 'whois.nic.hu',
|
|
130
|
+
* 'id': 'whois.id',
|
|
131
|
+
* 'ie': 'whois.weare.ie',
|
|
132
|
+
* 'il': 'whois.isoc.org.il',
|
|
133
|
+
* 'im': 'whois.nic.im',
|
|
134
|
+
* 'in': 'whois.registry.in',
|
|
135
|
+
* 'io': 'whois.nic.io',
|
|
136
|
+
* 'iq': 'whois.cmc.iq',
|
|
137
|
+
* 'ir': 'whois.nic.ir',
|
|
138
|
+
* 'is': 'whois.isnic.is',
|
|
139
|
+
* 'it': 'whois.nic.it',
|
|
140
|
+
* 'je': 'whois.je',
|
|
141
|
+
* 'jp': 'whois.jprs.jp',
|
|
142
|
+
* 'ke': 'whois.kenic.or.ke',
|
|
143
|
+
* 'kg': 'whois.kg',
|
|
144
|
+
* 'ki': 'whois.nic.ki',
|
|
145
|
+
* 'kn': 'whois.nic.kn',
|
|
146
|
+
* 'kr': 'whois.kr',
|
|
147
|
+
* 'kw': 'whois.nic.kw',
|
|
148
|
+
* 'ky': 'whois.kyregistry.ky',
|
|
149
|
+
* 'kz': 'whois.nic.kz',
|
|
150
|
+
* 'la': 'whois.nic.la',
|
|
151
|
+
* 'lb': 'whois.lbdr.org.lb',
|
|
152
|
+
* 'lc': 'whois2.afilias-grs.net',
|
|
153
|
+
* 'li': 'whois.nic.li',
|
|
154
|
+
* 'lk': 'whois.nic.lk',
|
|
155
|
+
* 'ls': 'whois.nic.ls',
|
|
156
|
+
* 'lt': 'whois.domreg.lt',
|
|
157
|
+
* 'lu': 'whois.dns.lu',
|
|
158
|
+
* 'lv': 'whois.nic.lv',
|
|
159
|
+
* 'ly': 'whois.nic.ly',
|
|
160
|
+
* 'ma': 'whois.registre.ma',
|
|
161
|
+
* 'md': 'whois.nic.md',
|
|
162
|
+
* 'me': 'whois.nic.me',
|
|
163
|
+
* 'mg': 'whois.nic.mg',
|
|
164
|
+
* 'mk': 'whois.marnet.mk',
|
|
165
|
+
* 'ml': 'whois.dot.ml',
|
|
166
|
+
* 'mm': 'whois.registry.gov.mm',
|
|
167
|
+
* 'mn': 'whois.nic.mn',
|
|
168
|
+
* 'mq': 'whois.mediaserv.net',
|
|
169
|
+
* 'mr': 'whois.nic.mr',
|
|
170
|
+
* 'ms': 'whois.nic.ms',
|
|
171
|
+
* 'mt': 'whois.nic.org.mt',
|
|
172
|
+
* 'mu': 'whois.nic.mu',
|
|
173
|
+
* 'mw': 'whois.nic.mw',
|
|
174
|
+
* 'mx': 'whois.mx',
|
|
175
|
+
* 'my': 'whois.mynic.my',
|
|
176
|
+
* 'mz': 'whois.nic.mz',
|
|
177
|
+
* 'na': 'whois.na-nic.com.na',
|
|
178
|
+
* 'nc': 'whois.nc',
|
|
179
|
+
* 'nf': 'whois.nic.nf',
|
|
180
|
+
* 'ng': 'whois.nic.net.ng',
|
|
181
|
+
* 'nl': 'whois.domain-registry.nl',
|
|
182
|
+
* 'no': 'whois.norid.no',
|
|
183
|
+
* 'nu': 'whois.iis.nu',
|
|
184
|
+
* 'nz': 'whois.irs.net.nz',
|
|
185
|
+
* 'om': 'whois.registry.om',
|
|
186
|
+
* 'pe': 'kero.yachay.pe',
|
|
187
|
+
* 'pf': 'whois.registry.pf',
|
|
188
|
+
* 'pk': 'whois.pknic.net.pk',
|
|
189
|
+
* 'co.pl': 'whois.co.pl',
|
|
190
|
+
* 'pl': 'whois.dns.pl',
|
|
191
|
+
* 'pm': 'whois.nic.pm',
|
|
192
|
+
* 'pr': 'whois.afilias-srs.net',
|
|
193
|
+
* 'ps': 'whois.pnina.ps',
|
|
194
|
+
* 'pt': 'whois.dns.pt',
|
|
195
|
+
* 'pw': 'whois.nic.pw',
|
|
196
|
+
* 'qa': 'whois.registry.qa',
|
|
197
|
+
* 're': 'whois.nic.re',
|
|
198
|
+
* 'ro': 'whois.rotld.ro',
|
|
199
|
+
* 'rs': 'whois.rnids.rs',
|
|
200
|
+
* 'ac.ru': 'whois.free.net',
|
|
201
|
+
* 'edu.ru': 'whois.informika.ru',
|
|
202
|
+
* 'com.ru': 'whois.flexireg.net',
|
|
203
|
+
* 'msk.ru': 'whois.flexireg.net',
|
|
204
|
+
* 'net.ru': 'whois.nic.net.ru',
|
|
205
|
+
* 'nov.ru': 'whois.flexireg.net',
|
|
206
|
+
* 'org.ru': 'whois.nic.net.ru',
|
|
207
|
+
* 'pp.ru': 'whois.nic.net.ru',
|
|
208
|
+
* 'spb.ru': 'whois.flexireg.net',
|
|
209
|
+
* 'ru': 'whois.tcinet.ru',
|
|
210
|
+
* 'rw': 'whois.ricta.org.rw',
|
|
211
|
+
* 'sa': 'whois.nic.net.sa',
|
|
212
|
+
* 'sb': 'whois.nic.net.sb',
|
|
213
|
+
* 'sc': 'whois2.afilias-grs.net',
|
|
214
|
+
* 'sd': 'whois.sdnic.sd',
|
|
215
|
+
* 'se': 'whois.iis.se',
|
|
216
|
+
* 'sg': 'whois.sgnic.sg',
|
|
217
|
+
* 'sh': 'whois.nic.sh',
|
|
218
|
+
* 'si': 'whois.register.si',
|
|
219
|
+
* 'sk': 'whois.sk-nic.sk',
|
|
220
|
+
* 'sl': 'whois.nic.sl',
|
|
221
|
+
* 'sm': 'whois.nic.sm',
|
|
222
|
+
* 'sn': 'whois.nic.sn',
|
|
223
|
+
* 'so': 'whois.nic.so',
|
|
224
|
+
* 'ss': 'whois.nic.ss',
|
|
225
|
+
* 'st': 'whois.nic.st',
|
|
226
|
+
* 'msk.su': 'whois.flexireg.net',
|
|
227
|
+
* 'nov.su': 'whois.flexireg.net',
|
|
228
|
+
* 'spb.su': 'whois.flexireg.net',
|
|
229
|
+
* 'su': 'whois.tcinet.ru',
|
|
230
|
+
* 'sx': 'whois.sx',
|
|
231
|
+
* 'sy': 'whois.tld.sy',
|
|
232
|
+
* 'tc': 'whois.nic.tc',
|
|
233
|
+
* 'td': 'whois.nic.td',
|
|
234
|
+
* 'tf': 'whois.nic.tf',
|
|
235
|
+
* 'tg': 'whois.nic.tg',
|
|
236
|
+
* 'th': 'whois.thnic.co.th',
|
|
237
|
+
* 'tk': 'whois.dot.tk',
|
|
238
|
+
* 'tl': 'whois.nic.tl',
|
|
239
|
+
* 'tm': 'whois.nic.tm',
|
|
240
|
+
* 'tn': 'whois.ati.tn',
|
|
241
|
+
* 'to': 'whois.tonic.to',
|
|
242
|
+
* 'tr': 'whois.trabis.gov.tr',
|
|
243
|
+
* 'tv': 'whois.nic.tv',
|
|
244
|
+
* 'tw': 'whois.twnic.net.tw',
|
|
245
|
+
* 'tz': 'whois.tznic.or.tz',
|
|
246
|
+
* 'biz.ua': 'whois.biz.ua',
|
|
247
|
+
* 'co.ua': 'whois.co.ua',
|
|
248
|
+
* 'pp.ua': 'whois.pp.ua',
|
|
249
|
+
* 'ua': 'whois.ua',
|
|
250
|
+
* 'ug': 'whois.co.ug',
|
|
251
|
+
* 'ac.uk': 'whois.nic.ac.uk',
|
|
252
|
+
* 'gov.uk': 'whois.gov.uk',
|
|
253
|
+
* 'uk': 'whois.nic.uk',
|
|
254
|
+
* 'fed.us': 'whois.nic.gov',
|
|
255
|
+
* 'us': 'whois.nic.us',
|
|
256
|
+
* 'uy': 'whois.nic.org.uy',
|
|
257
|
+
* 'uz': 'whois.cctld.uz',
|
|
258
|
+
* 'vc': 'whois2.afilias-grs.net',
|
|
259
|
+
* 've': 'whois.nic.ve',
|
|
260
|
+
* 'vg': 'whois.nic.vg',
|
|
261
|
+
* 'vu': 'whois.dnrs.vu',
|
|
262
|
+
* 'wf': 'whois.nic.wf',
|
|
263
|
+
* 'ws': 'whois.website.ws',
|
|
264
|
+
* 'yt': 'whois.nic.yt',
|
|
265
|
+
* 'ac.za': 'whois.ac.za',
|
|
266
|
+
* 'co.za': 'whois.registry.net.za',
|
|
267
|
+
* 'gov.za': 'whois.gov.za',
|
|
268
|
+
* 'net.za': 'net-whois.registry.net.za',
|
|
269
|
+
* 'org.za': 'org-whois.registry.net.za',
|
|
270
|
+
* 'web.za': 'web-whois.registry.net.za',
|
|
271
|
+
* 'zm': 'whois.zicta.zm',
|
|
272
|
+
* 'xn--2scrj9c': 'whois.registry.in',
|
|
273
|
+
* 'xn--3e0b707e': 'whois.kr',
|
|
274
|
+
* 'xn--3hcrj9c': 'whois.registry.in',
|
|
275
|
+
* 'xn--45br5cyl': 'whois.registry.in',
|
|
276
|
+
* 'xn--45brj9c': 'whois.registry.in',
|
|
277
|
+
* 'xn--4dbrk0ce': 'whois.isoc.org.il',
|
|
278
|
+
* 'xn--80ao21a': 'whois.nic.kz',
|
|
279
|
+
* 'xn--90a3ac': 'whois.rnids.rs',
|
|
280
|
+
* 'xn--90ae': 'whois.imena.bg',
|
|
281
|
+
* 'xn--90ais': 'whois.cctld.by',
|
|
282
|
+
* 'xn--clchc0ea0b2g2a9gcd': 'whois.sgnic.sg',
|
|
283
|
+
* 'xn--d1alf': 'whois.marnet.mk',
|
|
284
|
+
* 'xn--e1a4c': 'whois.eu',
|
|
285
|
+
* 'xn--fiqs8s': 'cwhois.cnnic.cn',
|
|
286
|
+
* 'xn--fiqz9s': 'cwhois.cnnic.cn',
|
|
287
|
+
* 'xn--fpcrj9c3d': 'whois.registry.in',
|
|
288
|
+
* 'xn--fzc2c9e2c': 'whois.nic.lk',
|
|
289
|
+
* 'xn--gecrj9c': 'whois.registry.in',
|
|
290
|
+
* 'xn--h2breg3eve': 'whois.registry.in',
|
|
291
|
+
* 'xn--h2brj9c8c': 'whois.registry.in',
|
|
292
|
+
* 'xn--h2brj9c': 'whois.registry.in',
|
|
293
|
+
* 'xn--j1amh': 'whois.dotukr.com',
|
|
294
|
+
* 'xn--j6w193g': 'whois.hkirc.hk',
|
|
295
|
+
* 'xn--kprw13d': 'whois.twnic.net.tw',
|
|
296
|
+
* 'xn--kpry57d': 'whois.twnic.net.tw',
|
|
297
|
+
* 'xn--lgbbat1ad8j': 'whois.nic.dz',
|
|
298
|
+
* 'xn--mgb9awbf': 'whois.registry.om',
|
|
299
|
+
* 'xn--mgba3a4f16a': 'whois.nic.ir',
|
|
300
|
+
* 'xn--mgbaam7a8h': 'whois.aeda.net.ae',
|
|
301
|
+
* 'xn--mgbah1a3hjkrd': 'whois.nic.mr',
|
|
302
|
+
* 'xn--mgbbh1a71e': 'whois.registry.in',
|
|
303
|
+
* 'xn--mgbbh1a': 'whois.registry.in',
|
|
304
|
+
* 'xn--mgberp4a5d4ar': 'whois.nic.net.sa',
|
|
305
|
+
* 'xn--mgbgu82a': 'whois.registry.in',
|
|
306
|
+
* 'xn--mgbtx2b': 'whois.cmc.iq',
|
|
307
|
+
* 'xn--mgbx4cd0ab': 'whois.mynic.my',
|
|
308
|
+
* 'xn--node': 'whois.itdc.ge',
|
|
309
|
+
* 'xn--o3cw4h': 'whois.thnic.co.th',
|
|
310
|
+
* 'xn--ogbpf8fl': 'whois.tld.sy',
|
|
311
|
+
* 'xn--p1ai': 'whois.tcinet.ru',
|
|
312
|
+
* 'xn--pgbs0dh': 'whois.ati.tn',
|
|
313
|
+
* 'xn--q7ce6a': 'whois.nic.la',
|
|
314
|
+
* 'xn--qxa6a': 'whois.eu',
|
|
315
|
+
* 'xn--rvc1e0am3e': 'whois.registry.in',
|
|
316
|
+
* 'xn--s9brj9c': 'whois.registry.in',
|
|
317
|
+
* 'xn--wgbh1c': 'whois.dotmasr.eg',
|
|
318
|
+
* 'xn--wgbl6a': 'whois.registry.qa',
|
|
319
|
+
* 'xn--xkc2al3hye2a': 'whois.nic.lk',
|
|
320
|
+
* 'xn--xkc2dl3a5ee0h': 'whois.registry.in',
|
|
321
|
+
* 'xn--y9a3aq': 'whois.amnic.net',
|
|
322
|
+
* 'xn--yfro4i67o': 'whois.sgnic.sg',
|
|
323
|
+
* 'xn--ygbi2ammx': 'whois.pnina.ps'
|
|
324
|
+
* }
|
|
325
|
+
* ```
|
|
326
|
+
*/
|
|
327
|
+
export declare const SERVERS: Record<string, string>;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stacksjs/whois",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.70.
|
|
4
|
+
"version": "0.70.75",
|
|
5
5
|
"description": "Easily get whois info.",
|
|
6
6
|
"author": "Chris Breuer",
|
|
7
7
|
"contributors": [
|
|
@@ -54,6 +54,6 @@
|
|
|
54
54
|
"prepublishOnly": "bun run build"
|
|
55
55
|
},
|
|
56
56
|
"devDependencies": {
|
|
57
|
-
"better-dx": "^0.2.
|
|
57
|
+
"better-dx": "^0.2.16"
|
|
58
58
|
}
|
|
59
59
|
}
|