@shware/http 1.2.0 → 1.2.2

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.
Files changed (208) hide show
  1. package/README.md +1 -3
  2. package/dist/__tests__/index.test.cjs +27 -0
  3. package/dist/__tests__/index.test.cjs.map +1 -0
  4. package/dist/__tests__/index.test.d.cts +2 -0
  5. package/dist/__tests__/index.test.d.ts +2 -0
  6. package/dist/__tests__/index.test.mjs +25 -0
  7. package/dist/__tests__/index.test.mjs.map +1 -0
  8. package/dist/cache/index.cjs +32 -0
  9. package/dist/cache/index.cjs.map +1 -0
  10. package/dist/cache/index.d.cts +9 -0
  11. package/dist/cache/index.d.ts +9 -0
  12. package/dist/cache/index.mjs +7 -0
  13. package/dist/cache/index.mjs.map +1 -0
  14. package/dist/error/detail.cjs +93 -0
  15. package/dist/error/detail.cjs.map +1 -0
  16. package/dist/error/detail.d.cts +99 -0
  17. package/dist/error/detail.d.ts +99 -0
  18. package/dist/error/detail.mjs +67 -0
  19. package/dist/error/detail.mjs.map +1 -0
  20. package/dist/error/i18n/en-us.cjs +31 -0
  21. package/dist/error/i18n/en-us.cjs.map +1 -0
  22. package/dist/error/i18n/en-us.d.cts +3 -0
  23. package/dist/error/i18n/en-us.d.ts +3 -0
  24. package/dist/error/i18n/en-us.mjs +6 -0
  25. package/dist/error/i18n/en-us.mjs.map +1 -0
  26. package/dist/error/index.cjs +63 -0
  27. package/dist/error/index.cjs.map +1 -0
  28. package/dist/error/index.d.cts +19 -0
  29. package/dist/error/index.d.ts +19 -0
  30. package/dist/error/index.mjs +35 -0
  31. package/dist/error/index.mjs.map +1 -0
  32. package/dist/error/parse.cjs +52 -0
  33. package/dist/error/parse.cjs.map +1 -0
  34. package/dist/error/parse.d.cts +16 -0
  35. package/dist/error/parse.d.ts +16 -0
  36. package/dist/error/parse.mjs +27 -0
  37. package/dist/error/parse.mjs.map +1 -0
  38. package/dist/error/reason.cjs +19 -0
  39. package/dist/error/reason.cjs.map +1 -0
  40. package/dist/error/reason.d.cts +66 -0
  41. package/dist/error/reason.d.ts +66 -0
  42. package/dist/error/reason.mjs +1 -0
  43. package/dist/error/reason.mjs.map +1 -0
  44. package/dist/error/status.cjs +263 -0
  45. package/dist/error/status.cjs.map +1 -0
  46. package/dist/error/status.d.cts +69 -0
  47. package/dist/error/status.d.ts +69 -0
  48. package/dist/error/status.mjs +234 -0
  49. package/dist/error/status.mjs.map +1 -0
  50. package/dist/google-one-tap/index.cjs +51 -0
  51. package/dist/google-one-tap/index.cjs.map +1 -0
  52. package/dist/google-one-tap/index.d.cts +17 -0
  53. package/dist/google-one-tap/index.d.ts +17 -0
  54. package/dist/google-one-tap/index.mjs +26 -0
  55. package/dist/google-one-tap/index.mjs.map +1 -0
  56. package/dist/google-one-tap/types.cjs +19 -0
  57. package/dist/google-one-tap/types.cjs.map +1 -0
  58. package/dist/google-one-tap/types.d.cts +155 -0
  59. package/dist/google-one-tap/types.d.ts +155 -0
  60. package/dist/google-one-tap/types.mjs +1 -0
  61. package/dist/google-one-tap/types.mjs.map +1 -0
  62. package/dist/hono/__tests__/authorizer.test.cjs +483 -0
  63. package/dist/hono/__tests__/authorizer.test.cjs.map +1 -0
  64. package/dist/hono/__tests__/authorizer.test.d.cts +2 -0
  65. package/dist/hono/__tests__/authorizer.test.d.ts +2 -0
  66. package/dist/hono/__tests__/authorizer.test.mjs +481 -0
  67. package/dist/hono/__tests__/authorizer.test.mjs.map +1 -0
  68. package/dist/hono/__tests__/csrf.test.cjs +162 -0
  69. package/dist/hono/__tests__/csrf.test.cjs.map +1 -0
  70. package/dist/hono/__tests__/csrf.test.d.cts +2 -0
  71. package/dist/hono/__tests__/csrf.test.d.ts +2 -0
  72. package/dist/hono/__tests__/csrf.test.mjs +160 -0
  73. package/dist/hono/__tests__/csrf.test.mjs.map +1 -0
  74. package/dist/hono/authorizer.cjs +67 -0
  75. package/dist/hono/authorizer.cjs.map +1 -0
  76. package/dist/hono/authorizer.d.cts +18 -0
  77. package/dist/hono/authorizer.d.ts +18 -0
  78. package/dist/hono/authorizer.mjs +42 -0
  79. package/dist/hono/authorizer.mjs.map +1 -0
  80. package/dist/hono/csrf.cjs +95 -0
  81. package/dist/hono/csrf.cjs.map +1 -0
  82. package/dist/hono/csrf.d.cts +65 -0
  83. package/dist/hono/csrf.d.ts +65 -0
  84. package/dist/hono/csrf.mjs +70 -0
  85. package/dist/hono/csrf.mjs.map +1 -0
  86. package/dist/hono/geolocation.cjs +75 -0
  87. package/dist/hono/geolocation.cjs.map +1 -0
  88. package/dist/hono/geolocation.d.cts +17 -0
  89. package/dist/hono/geolocation.d.ts +17 -0
  90. package/dist/hono/geolocation.mjs +50 -0
  91. package/dist/hono/geolocation.mjs.map +1 -0
  92. package/dist/hono/handler.cjs +68 -0
  93. package/dist/hono/handler.cjs.map +1 -0
  94. package/dist/hono/handler.d.cts +13 -0
  95. package/dist/hono/handler.d.ts +13 -0
  96. package/dist/hono/handler.mjs +42 -0
  97. package/dist/hono/handler.mjs.map +1 -0
  98. package/dist/hono/index.cjs +45 -0
  99. package/dist/hono/index.cjs.map +1 -0
  100. package/dist/hono/index.d.cts +12 -0
  101. package/dist/hono/index.d.ts +12 -0
  102. package/dist/hono/index.mjs +15 -0
  103. package/dist/hono/index.mjs.map +1 -0
  104. package/dist/hono/validator.cjs +64 -0
  105. package/dist/hono/validator.cjs.map +1 -0
  106. package/dist/hono/validator.d.cts +28 -0
  107. package/dist/hono/validator.d.ts +28 -0
  108. package/dist/hono/validator.mjs +38 -0
  109. package/dist/hono/validator.mjs.map +1 -0
  110. package/dist/index-BnPgRQDl.d.cts +129 -0
  111. package/dist/index-BnPgRQDl.d.ts +129 -0
  112. package/dist/index.cjs +91 -0
  113. package/dist/index.cjs.map +1 -0
  114. package/dist/index.d.cts +18 -0
  115. package/dist/index.d.ts +18 -0
  116. package/dist/index.mjs +46 -0
  117. package/dist/index.mjs.map +1 -0
  118. package/dist/iso/iso_3601_1.cjs +292 -0
  119. package/dist/iso/iso_3601_1.cjs.map +1 -0
  120. package/dist/iso/iso_3601_1.d.cts +9 -0
  121. package/dist/iso/iso_3601_1.d.ts +9 -0
  122. package/dist/iso/iso_3601_1.mjs +267 -0
  123. package/dist/iso/iso_3601_1.mjs.map +1 -0
  124. package/dist/max-length/index.cjs +94 -0
  125. package/dist/max-length/index.cjs.map +1 -0
  126. package/dist/max-length/index.d.cts +1 -0
  127. package/dist/max-length/index.d.ts +1 -0
  128. package/dist/max-length/index.mjs +48 -0
  129. package/dist/max-length/index.mjs.map +1 -0
  130. package/dist/message.cjs +32 -0
  131. package/dist/message.cjs.map +1 -0
  132. package/dist/message.d.cts +3 -0
  133. package/dist/message.d.ts +3 -0
  134. package/dist/message.mjs +7 -0
  135. package/dist/message.mjs.map +1 -0
  136. package/dist/polyfills/index.cjs +7 -0
  137. package/dist/polyfills/index.cjs.map +1 -0
  138. package/dist/polyfills/index.d.cts +2 -0
  139. package/dist/polyfills/index.d.ts +2 -0
  140. package/dist/polyfills/index.mjs +5 -0
  141. package/dist/polyfills/index.mjs.map +1 -0
  142. package/dist/response.cjs +73 -0
  143. package/dist/response.cjs.map +1 -0
  144. package/dist/response.d.cts +65 -0
  145. package/dist/response.d.ts +65 -0
  146. package/dist/response.mjs +44 -0
  147. package/dist/response.mjs.map +1 -0
  148. package/dist/snowflake.cjs +75 -0
  149. package/dist/snowflake.cjs.map +1 -0
  150. package/dist/snowflake.d.cts +29 -0
  151. package/dist/snowflake.d.ts +29 -0
  152. package/dist/snowflake.mjs +49 -0
  153. package/dist/snowflake.mjs.map +1 -0
  154. package/dist/utils/__tests__/ip.test.cjs +38 -0
  155. package/dist/utils/__tests__/ip.test.cjs.map +1 -0
  156. package/dist/utils/__tests__/ip.test.d.cts +2 -0
  157. package/dist/utils/__tests__/ip.test.d.ts +2 -0
  158. package/dist/utils/__tests__/ip.test.mjs +36 -0
  159. package/dist/utils/__tests__/ip.test.mjs.map +1 -0
  160. package/dist/utils/invariant.cjs +37 -0
  161. package/dist/utils/invariant.cjs.map +1 -0
  162. package/dist/utils/invariant.d.cts +3 -0
  163. package/dist/utils/invariant.d.ts +3 -0
  164. package/dist/utils/invariant.mjs +12 -0
  165. package/dist/utils/invariant.mjs.map +1 -0
  166. package/dist/utils/ip.cjs +53 -0
  167. package/dist/utils/ip.cjs.map +1 -0
  168. package/dist/utils/ip.d.cts +3 -0
  169. package/dist/utils/ip.d.ts +3 -0
  170. package/dist/utils/ip.mjs +28 -0
  171. package/dist/utils/ip.mjs.map +1 -0
  172. package/dist/utils/promise.cjs +47 -0
  173. package/dist/utils/promise.cjs.map +1 -0
  174. package/dist/utils/promise.d.cts +3 -0
  175. package/dist/utils/promise.d.ts +3 -0
  176. package/dist/utils/promise.mjs +22 -0
  177. package/dist/utils/promise.mjs.map +1 -0
  178. package/dist/utils/string.cjs +33 -0
  179. package/dist/utils/string.cjs.map +1 -0
  180. package/dist/utils/string.d.cts +6 -0
  181. package/dist/utils/string.d.ts +6 -0
  182. package/dist/utils/string.mjs +8 -0
  183. package/dist/utils/string.mjs.map +1 -0
  184. package/dist/utils/timing.cjs +74 -0
  185. package/dist/utils/timing.cjs.map +1 -0
  186. package/dist/utils/timing.d.cts +13 -0
  187. package/dist/utils/timing.d.ts +13 -0
  188. package/dist/utils/timing.mjs +49 -0
  189. package/dist/utils/timing.mjs.map +1 -0
  190. package/dist/utils/token-bucket.cjs +73 -0
  191. package/dist/utils/token-bucket.cjs.map +1 -0
  192. package/dist/utils/token-bucket.d.cts +20 -0
  193. package/dist/utils/token-bucket.d.ts +20 -0
  194. package/dist/utils/token-bucket.mjs +48 -0
  195. package/dist/utils/token-bucket.mjs.map +1 -0
  196. package/dist/vaild.cjs +51 -0
  197. package/dist/vaild.cjs.map +1 -0
  198. package/dist/vaild.d.cts +13 -0
  199. package/dist/vaild.d.ts +13 -0
  200. package/dist/vaild.mjs +26 -0
  201. package/dist/vaild.mjs.map +1 -0
  202. package/dist/webhook/index.cjs +77 -0
  203. package/dist/webhook/index.cjs.map +1 -0
  204. package/dist/webhook/index.d.cts +10 -0
  205. package/dist/webhook/index.d.ts +10 -0
  206. package/dist/webhook/index.mjs +52 -0
  207. package/dist/webhook/index.mjs.map +1 -0
  208. package/package.json +1 -1
@@ -0,0 +1,267 @@
1
+ // src/iso/iso_3601_1.ts
2
+ var ISO_3601_1 = [
3
+ { numeric: 4, name: "Afghanistan", alpha2: "AF", alpha3: "AFG" },
4
+ { numeric: 8, name: "Albania", alpha2: "AL", alpha3: "ALB" },
5
+ { numeric: 12, name: "Algeria", alpha2: "DZ", alpha3: "DZA" },
6
+ { numeric: 16, name: "American Samoa", alpha2: "AS", alpha3: "ASM" },
7
+ { numeric: 20, name: "Andorra", alpha2: "AD", alpha3: "AND" },
8
+ { numeric: 24, name: "Angola", alpha2: "AO", alpha3: "AGO" },
9
+ { numeric: 660, name: "Anguilla", alpha2: "AI", alpha3: "AIA" },
10
+ { numeric: 10, name: "Antarctica", alpha2: "AQ", alpha3: "ATA" },
11
+ { numeric: 28, name: "Antigua and Barbuda", alpha2: "AG", alpha3: "ATG" },
12
+ { numeric: 32, name: "Argentina", alpha2: "AR", alpha3: "ARG" },
13
+ { numeric: 51, name: "Armenia", alpha2: "AM", alpha3: "ARM" },
14
+ { numeric: 533, name: "Aruba", alpha2: "AW", alpha3: "ABW" },
15
+ { numeric: 36, name: "Australia", alpha2: "AU", alpha3: "AUS" },
16
+ { numeric: 40, name: "Austria", alpha2: "AT", alpha3: "AUT" },
17
+ { numeric: 31, name: "Azerbaijan", alpha2: "AZ", alpha3: "AZE" },
18
+ { numeric: 44, name: "Bahamas", alpha2: "BS", alpha3: "BHS" },
19
+ { numeric: 48, name: "Bahrain", alpha2: "BH", alpha3: "BHR" },
20
+ { numeric: 50, name: "Bangladesh", alpha2: "BD", alpha3: "BGD" },
21
+ { numeric: 52, name: "Barbados", alpha2: "BB", alpha3: "BRB" },
22
+ { numeric: 112, name: "Belarus", alpha2: "BY", alpha3: "BLR" },
23
+ { numeric: 56, name: "Belgium", alpha2: "BE", alpha3: "BEL" },
24
+ { numeric: 84, name: "Belize", alpha2: "BZ", alpha3: "BLZ" },
25
+ { numeric: 204, name: "Benin", alpha2: "BJ", alpha3: "BEN" },
26
+ { numeric: 60, name: "Bermuda", alpha2: "BM", alpha3: "BMU" },
27
+ { numeric: 64, name: "Bhutan", alpha2: "BT", alpha3: "BTN" },
28
+ { numeric: 68, name: "Bolivia", alpha2: "BO", alpha3: "BOL" },
29
+ { numeric: 70, name: "Bosnia and Herzegovina", alpha2: "BA", alpha3: "BIH" },
30
+ { numeric: 72, name: "Botswana", alpha2: "BW", alpha3: "BWA" },
31
+ { numeric: 74, name: "Bouvet Island", alpha2: "BV", alpha3: "BVT" },
32
+ { numeric: 76, name: "Brazil", alpha2: "BR", alpha3: "BRA" },
33
+ { numeric: 86, name: "British Indian Ocean Territory", alpha2: "IO", alpha3: "IOT" },
34
+ { numeric: 96, name: "Brunei Darussalam", alpha2: "BN", alpha3: "BRN" },
35
+ { numeric: 100, name: "Bulgaria", alpha2: "BG", alpha3: "BGR" },
36
+ { numeric: 854, name: "Burkina Faso", alpha2: "BF", alpha3: "BFA" },
37
+ { numeric: 108, name: "Burundi", alpha2: "BI", alpha3: "BDI" },
38
+ { numeric: 116, name: "Cambodia", alpha2: "KH", alpha3: "KHM" },
39
+ { numeric: 120, name: "Cameroon", alpha2: "CM", alpha3: "CMR" },
40
+ { numeric: 124, name: "Canada", alpha2: "CA", alpha3: "CAN" },
41
+ { numeric: 132, name: "Cape Verde", alpha2: "CV", alpha3: "CPV" },
42
+ { numeric: 136, name: "Cayman Islands", alpha2: "KY", alpha3: "CYM" },
43
+ { numeric: 140, name: "Central African Republic", alpha2: "CF", alpha3: "CAF" },
44
+ { numeric: 148, name: "Chad", alpha2: "TD", alpha3: "TCD" },
45
+ { numeric: 152, name: "Chile", alpha2: "CL", alpha3: "CHL" },
46
+ { numeric: 156, name: "China", alpha2: "CN", alpha3: "CHN" },
47
+ { numeric: 162, name: "Christmas Island", alpha2: "CX", alpha3: "CXR" },
48
+ { numeric: 170, name: "Colombia", alpha2: "CO", alpha3: "COL" },
49
+ { numeric: 174, name: "Comoros", alpha2: "KM", alpha3: "COM" },
50
+ { numeric: 178, name: "Congo", alpha2: "CG", alpha3: "COG" },
51
+ { numeric: 180, name: "Congo, the Democratic Republic of the", alpha2: "CD", alpha3: "COD" },
52
+ { numeric: 184, name: "Cook Islands", alpha2: "CK", alpha3: "COK" },
53
+ { numeric: 188, name: "Costa Rica", alpha2: "CR", alpha3: "CRI" },
54
+ { numeric: 384, name: "Cote D'Ivoire", alpha2: "CI", alpha3: "CIV" },
55
+ // Corrected SQL escape '' to '
56
+ { numeric: 191, name: "Croatia", alpha2: "HR", alpha3: "HRV" },
57
+ { numeric: 192, name: "Cuba", alpha2: "CU", alpha3: "CUB" },
58
+ { numeric: 196, name: "Cyprus", alpha2: "CY", alpha3: "CYP" },
59
+ { numeric: 203, name: "Czech Republic", alpha2: "CZ", alpha3: "CZE" },
60
+ { numeric: 208, name: "Denmark", alpha2: "DK", alpha3: "DNK" },
61
+ { numeric: 262, name: "Djibouti", alpha2: "DJ", alpha3: "DJI" },
62
+ { numeric: 212, name: "Dominica", alpha2: "DM", alpha3: "DMA" },
63
+ { numeric: 214, name: "Dominican Republic", alpha2: "DO", alpha3: "DOM" },
64
+ { numeric: 218, name: "Ecuador", alpha2: "EC", alpha3: "ECU" },
65
+ { numeric: 818, name: "Egypt", alpha2: "EG", alpha3: "EGY" },
66
+ { numeric: 222, name: "El Salvador", alpha2: "SV", alpha3: "SLV" },
67
+ { numeric: 226, name: "Equatorial Guinea", alpha2: "GQ", alpha3: "GNQ" },
68
+ { numeric: 232, name: "Eritrea", alpha2: "ER", alpha3: "ERI" },
69
+ { numeric: 233, name: "Estonia", alpha2: "EE", alpha3: "EST" },
70
+ { numeric: 231, name: "Ethiopia", alpha2: "ET", alpha3: "ETH" },
71
+ { numeric: 238, name: "Falkland Islands (Malvinas)", alpha2: "FK", alpha3: "FLK" },
72
+ { numeric: 234, name: "Faroe Islands", alpha2: "FO", alpha3: "FRO" },
73
+ { numeric: 242, name: "Fiji", alpha2: "FJ", alpha3: "FJI" },
74
+ { numeric: 246, name: "Finland", alpha2: "FI", alpha3: "FIN" },
75
+ { numeric: 250, name: "France", alpha2: "FR", alpha3: "FRA" },
76
+ { numeric: 254, name: "French Guiana", alpha2: "GF", alpha3: "GUF" },
77
+ { numeric: 258, name: "French Polynesia", alpha2: "PF", alpha3: "PYF" },
78
+ { numeric: 260, name: "French Southern Territories", alpha2: "TF", alpha3: "ATF" },
79
+ { numeric: 266, name: "Gabon", alpha2: "GA", alpha3: "GAB" },
80
+ { numeric: 270, name: "Gambia", alpha2: "GM", alpha3: "GMB" },
81
+ { numeric: 268, name: "Georgia", alpha2: "GE", alpha3: "GEO" },
82
+ { numeric: 276, name: "Germany", alpha2: "DE", alpha3: "DEU" },
83
+ { numeric: 288, name: "Ghana", alpha2: "GH", alpha3: "GHA" },
84
+ { numeric: 292, name: "Gibraltar", alpha2: "GI", alpha3: "GIB" },
85
+ { numeric: 300, name: "Greece", alpha2: "GR", alpha3: "GRC" },
86
+ { numeric: 304, name: "Greenland", alpha2: "GL", alpha3: "GRL" },
87
+ { numeric: 308, name: "Grenada", alpha2: "GD", alpha3: "GRD" },
88
+ { numeric: 312, name: "Guadeloupe", alpha2: "GP", alpha3: "GLP" },
89
+ { numeric: 316, name: "Guam", alpha2: "GU", alpha3: "GUM" },
90
+ { numeric: 320, name: "Guatemala", alpha2: "GT", alpha3: "GTM" },
91
+ { numeric: 324, name: "Guinea", alpha2: "GN", alpha3: "GIN" },
92
+ { numeric: 624, name: "Guinea-Bissau", alpha2: "GW", alpha3: "GNB" },
93
+ { numeric: 328, name: "Guyana", alpha2: "GY", alpha3: "GUY" },
94
+ { numeric: 332, name: "Haiti", alpha2: "HT", alpha3: "HTI" },
95
+ { numeric: 334, name: "Heard Island and Mcdonald Islands", alpha2: "HM", alpha3: "HMD" },
96
+ { numeric: 336, name: "Holy See (Vatican City State)", alpha2: "VA", alpha3: "VAT" },
97
+ { numeric: 340, name: "Honduras", alpha2: "HN", alpha3: "HND" },
98
+ { numeric: 344, name: "Hong Kong", alpha2: "HK", alpha3: "HKG" },
99
+ { numeric: 348, name: "Hungary", alpha2: "HU", alpha3: "HUN" },
100
+ { numeric: 352, name: "Iceland", alpha2: "IS", alpha3: "ISL" },
101
+ { numeric: 356, name: "India", alpha2: "IN", alpha3: "IND" },
102
+ { numeric: 360, name: "Indonesia", alpha2: "ID", alpha3: "IDN" },
103
+ { numeric: 364, name: "Iran, Islamic Republic of", alpha2: "IR", alpha3: "IRN" },
104
+ { numeric: 368, name: "Iraq", alpha2: "IQ", alpha3: "IRQ" },
105
+ { numeric: 372, name: "Ireland", alpha2: "IE", alpha3: "IRL" },
106
+ { numeric: 376, name: "Israel", alpha2: "IL", alpha3: "ISR" },
107
+ { numeric: 380, name: "Italy", alpha2: "IT", alpha3: "ITA" },
108
+ { numeric: 388, name: "Jamaica", alpha2: "JM", alpha3: "JAM" },
109
+ { numeric: 392, name: "Japan", alpha2: "JP", alpha3: "JPN" },
110
+ { numeric: 400, name: "Jordan", alpha2: "JO", alpha3: "JOR" },
111
+ { numeric: 398, name: "Kazakhstan", alpha2: "KZ", alpha3: "KAZ" },
112
+ { numeric: 404, name: "Kenya", alpha2: "KE", alpha3: "KEN" },
113
+ { numeric: 296, name: "Kiribati", alpha2: "KI", alpha3: "KIR" },
114
+ { numeric: 408, name: "Korea, Democratic People's Republic of", alpha2: "KP", alpha3: "PRK" },
115
+ // Corrected
116
+ { numeric: 410, name: "Korea, Republic of", alpha2: "KR", alpha3: "KOR" },
117
+ { numeric: 414, name: "Kuwait", alpha2: "KW", alpha3: "KWT" },
118
+ { numeric: 417, name: "Kyrgyzstan", alpha2: "KG", alpha3: "KGZ" },
119
+ { numeric: 418, name: "Lao People's Democratic Republic", alpha2: "LA", alpha3: "LAO" },
120
+ // Corrected
121
+ { numeric: 428, name: "Latvia", alpha2: "LV", alpha3: "LVA" },
122
+ { numeric: 422, name: "Lebanon", alpha2: "LB", alpha3: "LBN" },
123
+ { numeric: 426, name: "Lesotho", alpha2: "LS", alpha3: "LSO" },
124
+ { numeric: 430, name: "Liberia", alpha2: "LR", alpha3: "LBR" },
125
+ { numeric: 434, name: "Libyan Arab Jamahiriya", alpha2: "LY", alpha3: "LBY" },
126
+ { numeric: 438, name: "Liechtenstein", alpha2: "LI", alpha3: "LIE" },
127
+ { numeric: 440, name: "Lithuania", alpha2: "LT", alpha3: "LTU" },
128
+ { numeric: 442, name: "Luxembourg", alpha2: "LU", alpha3: "LUX" },
129
+ { numeric: 446, name: "Macao", alpha2: "MO", alpha3: "MAC" },
130
+ { numeric: 807, name: "North Macedonia", alpha2: "MK", alpha3: "MKD" },
131
+ { numeric: 450, name: "Madagascar", alpha2: "MG", alpha3: "MDG" },
132
+ { numeric: 454, name: "Malawi", alpha2: "MW", alpha3: "MWI" },
133
+ { numeric: 458, name: "Malaysia", alpha2: "MY", alpha3: "MYS" },
134
+ { numeric: 462, name: "Maldives", alpha2: "MV", alpha3: "MDV" },
135
+ { numeric: 466, name: "Mali", alpha2: "ML", alpha3: "MLI" },
136
+ { numeric: 470, name: "Malta", alpha2: "MT", alpha3: "MLT" },
137
+ { numeric: 584, name: "Marshall Islands", alpha2: "MH", alpha3: "MHL" },
138
+ { numeric: 474, name: "Martinique", alpha2: "MQ", alpha3: "MTQ" },
139
+ { numeric: 478, name: "Mauritania", alpha2: "MR", alpha3: "MRT" },
140
+ { numeric: 480, name: "Mauritius", alpha2: "MU", alpha3: "MUS" },
141
+ { numeric: 175, name: "Mayotte", alpha2: "YT", alpha3: "MYT" },
142
+ { numeric: 484, name: "Mexico", alpha2: "MX", alpha3: "MEX" },
143
+ { numeric: 583, name: "Micronesia, Federated States of", alpha2: "FM", alpha3: "FSM" },
144
+ { numeric: 498, name: "Moldova, Republic of", alpha2: "MD", alpha3: "MDA" },
145
+ { numeric: 492, name: "Monaco", alpha2: "MC", alpha3: "MCO" },
146
+ { numeric: 496, name: "Mongolia", alpha2: "MN", alpha3: "MNG" },
147
+ { numeric: 500, name: "Montserrat", alpha2: "MS", alpha3: "MSR" },
148
+ { numeric: 504, name: "Morocco", alpha2: "MA", alpha3: "MAR" },
149
+ { numeric: 508, name: "Mozambique", alpha2: "MZ", alpha3: "MOZ" },
150
+ { numeric: 104, name: "Myanmar", alpha2: "MM", alpha3: "MMR" },
151
+ { numeric: 516, name: "Namibia", alpha2: "NA", alpha3: "NAM" },
152
+ { numeric: 520, name: "Nauru", alpha2: "NR", alpha3: "NRU" },
153
+ { numeric: 524, name: "Nepal", alpha2: "NP", alpha3: "NPL" },
154
+ { numeric: 528, name: "Netherlands", alpha2: "NL", alpha3: "NLD" },
155
+ { numeric: 530, name: "Netherlands Antilles", alpha2: "AN", alpha3: "ANT" },
156
+ { numeric: 540, name: "New Caledonia", alpha2: "NC", alpha3: "NCL" },
157
+ { numeric: 554, name: "New Zealand", alpha2: "NZ", alpha3: "NZL" },
158
+ { numeric: 558, name: "Nicaragua", alpha2: "NI", alpha3: "NIC" },
159
+ { numeric: 562, name: "Niger", alpha2: "NE", alpha3: "NER" },
160
+ { numeric: 566, name: "Nigeria", alpha2: "NG", alpha3: "NGA" },
161
+ { numeric: 570, name: "Niue", alpha2: "NU", alpha3: "NIU" },
162
+ { numeric: 574, name: "Norfolk Island", alpha2: "NF", alpha3: "NFK" },
163
+ { numeric: 580, name: "Northern Mariana Islands", alpha2: "MP", alpha3: "MNP" },
164
+ { numeric: 578, name: "Norway", alpha2: "NO", alpha3: "NOR" },
165
+ { numeric: 512, name: "Oman", alpha2: "OM", alpha3: "OMN" },
166
+ { numeric: 586, name: "Pakistan", alpha2: "PK", alpha3: "PAK" },
167
+ { numeric: 585, name: "Palau", alpha2: "PW", alpha3: "PLW" },
168
+ { numeric: 591, name: "Panama", alpha2: "PA", alpha3: "PAN" },
169
+ { numeric: 598, name: "Papua New Guinea", alpha2: "PG", alpha3: "PNG" },
170
+ { numeric: 600, name: "Paraguay", alpha2: "PY", alpha3: "PRY" },
171
+ { numeric: 604, name: "Peru", alpha2: "PE", alpha3: "PER" },
172
+ { numeric: 608, name: "Philippines", alpha2: "PH", alpha3: "PHL" },
173
+ { numeric: 612, name: "Pitcairn", alpha2: "PN", alpha3: "PCN" },
174
+ { numeric: 616, name: "Poland", alpha2: "PL", alpha3: "POL" },
175
+ { numeric: 620, name: "Portugal", alpha2: "PT", alpha3: "PRT" },
176
+ { numeric: 630, name: "Puerto Rico", alpha2: "PR", alpha3: "PRI" },
177
+ { numeric: 634, name: "Qatar", alpha2: "QA", alpha3: "QAT" },
178
+ { numeric: 638, name: "Reunion", alpha2: "RE", alpha3: "REU" },
179
+ { numeric: 642, name: "Romania", alpha2: "RO", alpha3: "ROU" },
180
+ { numeric: 643, name: "Russian Federation", alpha2: "RU", alpha3: "RUS" },
181
+ { numeric: 646, name: "Rwanda", alpha2: "RW", alpha3: "RWA" },
182
+ { numeric: 654, name: "Saint Helena", alpha2: "SH", alpha3: "SHN" },
183
+ { numeric: 659, name: "Saint Kitts and Nevis", alpha2: "KN", alpha3: "KNA" },
184
+ { numeric: 662, name: "Saint Lucia", alpha2: "LC", alpha3: "LCA" },
185
+ { numeric: 666, name: "Saint Pierre and Miquelon", alpha2: "PM", alpha3: "SPM" },
186
+ { numeric: 670, name: "Saint Vincent and the Grenadines", alpha2: "VC", alpha3: "VCT" },
187
+ { numeric: 882, name: "Samoa", alpha2: "WS", alpha3: "WSM" },
188
+ { numeric: 674, name: "San Marino", alpha2: "SM", alpha3: "SMR" },
189
+ { numeric: 678, name: "Sao Tome and Principe", alpha2: "ST", alpha3: "STP" },
190
+ { numeric: 682, name: "Saudi Arabia", alpha2: "SA", alpha3: "SAU" },
191
+ { numeric: 686, name: "Senegal", alpha2: "SN", alpha3: "SEN" },
192
+ { numeric: 688, name: "Serbia", alpha2: "RS", alpha3: "SRB" },
193
+ { numeric: 690, name: "Seychelles", alpha2: "SC", alpha3: "SYC" },
194
+ { numeric: 694, name: "Sierra Leone", alpha2: "SL", alpha3: "SLE" },
195
+ { numeric: 702, name: "Singapore", alpha2: "SG", alpha3: "SGP" },
196
+ { numeric: 703, name: "Slovakia", alpha2: "SK", alpha3: "SVK" },
197
+ { numeric: 705, name: "Slovenia", alpha2: "SI", alpha3: "SVN" },
198
+ { numeric: 90, name: "Solomon Islands", alpha2: "SB", alpha3: "SLB" },
199
+ { numeric: 706, name: "Somalia", alpha2: "SO", alpha3: "SOM" },
200
+ { numeric: 710, name: "South Africa", alpha2: "ZA", alpha3: "ZAF" },
201
+ {
202
+ numeric: 239,
203
+ name: "South Georgia and the South Sandwich Islands",
204
+ alpha2: "GS",
205
+ alpha3: "SGS"
206
+ },
207
+ { numeric: 724, name: "Spain", alpha2: "ES", alpha3: "ESP" },
208
+ { numeric: 144, name: "Sri Lanka", alpha2: "LK", alpha3: "LKA" },
209
+ { numeric: 736, name: "Sudan", alpha2: "SD", alpha3: "SDN" },
210
+ { numeric: 740, name: "Suriname", alpha2: "SR", alpha3: "SUR" },
211
+ { numeric: 744, name: "Svalbard and Jan Mayen", alpha2: "SJ", alpha3: "SJM" },
212
+ { numeric: 748, name: "Swaziland", alpha2: "SZ", alpha3: "SWZ" },
213
+ { numeric: 752, name: "Sweden", alpha2: "SE", alpha3: "SWE" },
214
+ { numeric: 756, name: "Switzerland", alpha2: "CH", alpha3: "CHE" },
215
+ { numeric: 760, name: "Syrian Arab Republic", alpha2: "SY", alpha3: "SYR" },
216
+ { numeric: 158, name: "Taiwan, Province of China", alpha2: "TW", alpha3: "TWN" },
217
+ { numeric: 762, name: "Tajikistan", alpha2: "TJ", alpha3: "TJK" },
218
+ { numeric: 834, name: "Tanzania, United Republic of", alpha2: "TZ", alpha3: "TZA" },
219
+ { numeric: 764, name: "Thailand", alpha2: "TH", alpha3: "THA" },
220
+ { numeric: 626, name: "Timor-Leste", alpha2: "TL", alpha3: "TLS" },
221
+ { numeric: 768, name: "Togo", alpha2: "TG", alpha3: "TGO" },
222
+ { numeric: 772, name: "Tokelau", alpha2: "TK", alpha3: "TKL" },
223
+ { numeric: 776, name: "Tonga", alpha2: "TO", alpha3: "TON" },
224
+ { numeric: 780, name: "Trinidad and Tobago", alpha2: "TT", alpha3: "TTO" },
225
+ { numeric: 788, name: "Tunisia", alpha2: "TN", alpha3: "TUN" },
226
+ { numeric: 792, name: "T\xFCrkiye, The Republic of", alpha2: "TR", alpha3: "TUR" },
227
+ { numeric: 795, name: "Turkmenistan", alpha2: "TM", alpha3: "TKM" },
228
+ { numeric: 796, name: "Turks and Caicos Islands", alpha2: "TC", alpha3: "TCA" },
229
+ { numeric: 798, name: "Tuvalu", alpha2: "TV", alpha3: "TUV" },
230
+ { numeric: 800, name: "Uganda", alpha2: "UG", alpha3: "UGA" },
231
+ { numeric: 804, name: "Ukraine", alpha2: "UA", alpha3: "UKR" },
232
+ { numeric: 784, name: "United Arab Emirates", alpha2: "AE", alpha3: "ARE" },
233
+ { numeric: 275, name: "Palestine, State of", alpha2: "PS", alpha3: "PSE" },
234
+ { numeric: 826, name: "United Kingdom", alpha2: "GB", alpha3: "GBR" },
235
+ { numeric: 840, name: "United States", alpha2: "US", alpha3: "USA" },
236
+ { numeric: 581, name: "United States Minor Outlying Islands", alpha2: "UM", alpha3: "UMI" },
237
+ { numeric: 858, name: "Uruguay", alpha2: "UY", alpha3: "URY" },
238
+ { numeric: 860, name: "Uzbekistan", alpha2: "UZ", alpha3: "UZB" },
239
+ { numeric: 548, name: "Vanuatu", alpha2: "VU", alpha3: "VUT" },
240
+ { numeric: 862, name: "Venezuela", alpha2: "VE", alpha3: "VEN" },
241
+ { numeric: 704, name: "Viet Nam", alpha2: "VN", alpha3: "VNM" },
242
+ { numeric: 92, name: "Virgin Islands, British", alpha2: "VG", alpha3: "VGB" },
243
+ { numeric: 850, name: "Virgin Islands, U.s.", alpha2: "VI", alpha3: "VIR" },
244
+ { numeric: 876, name: "Wallis and Futuna", alpha2: "WF", alpha3: "WLF" },
245
+ { numeric: 732, name: "Western Sahara", alpha2: "EH", alpha3: "ESH" },
246
+ { numeric: 887, name: "Yemen", alpha2: "YE", alpha3: "YEM" },
247
+ { numeric: 894, name: "Zambia", alpha2: "ZM", alpha3: "ZMB" },
248
+ { numeric: 716, name: "Zimbabwe", alpha2: "ZW", alpha3: "ZWE" },
249
+ { numeric: 499, name: "Montenegro", alpha2: "ME", alpha3: "MNE" },
250
+ { numeric: 0, name: "Kosovo", alpha2: "XK", alpha3: "XKX" },
251
+ // Note: XK is user-assigned
252
+ { numeric: 248, name: "Aland Islands", alpha2: "AX", alpha3: "ALA" },
253
+ { numeric: 535, name: "Bonaire, Sint Eustatius and Saba", alpha2: "BQ", alpha3: "BES" },
254
+ { numeric: 531, name: "Curacao", alpha2: "CW", alpha3: "CUW" },
255
+ { numeric: 831, name: "Guernsey", alpha2: "GG", alpha3: "GGY" },
256
+ { numeric: 833, name: "Isle of Man", alpha2: "IM", alpha3: "IMN" },
257
+ { numeric: 832, name: "Jersey", alpha2: "JE", alpha3: "JEY" },
258
+ { numeric: 652, name: "Saint Barthelemy", alpha2: "BL", alpha3: "BLM" },
259
+ { numeric: 663, name: "Saint Martin", alpha2: "MF", alpha3: "MAF" },
260
+ { numeric: 534, name: "Sint Maarten", alpha2: "SX", alpha3: "SXM" },
261
+ { numeric: 728, name: "South Sudan", alpha2: "SS", alpha3: "SSD" },
262
+ { numeric: 166, name: "Cocos (Keeling) Islands", alpha2: "CC", alpha3: "CCK" }
263
+ ];
264
+ export {
265
+ ISO_3601_1
266
+ };
267
+ //# sourceMappingURL=iso_3601_1.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../src/iso/iso_3601_1.ts"],"sourcesContent":["export type ISO3166CountryCode = {\n numeric: number;\n name: string;\n alpha2: string;\n alpha3: string;\n};\n\nexport const ISO_3601_1: ISO3166CountryCode[] = [\n { numeric: 4, name: 'Afghanistan', alpha2: 'AF', alpha3: 'AFG' },\n { numeric: 8, name: 'Albania', alpha2: 'AL', alpha3: 'ALB' },\n { numeric: 12, name: 'Algeria', alpha2: 'DZ', alpha3: 'DZA' },\n { numeric: 16, name: 'American Samoa', alpha2: 'AS', alpha3: 'ASM' },\n { numeric: 20, name: 'Andorra', alpha2: 'AD', alpha3: 'AND' },\n { numeric: 24, name: 'Angola', alpha2: 'AO', alpha3: 'AGO' },\n { numeric: 660, name: 'Anguilla', alpha2: 'AI', alpha3: 'AIA' },\n { numeric: 10, name: 'Antarctica', alpha2: 'AQ', alpha3: 'ATA' },\n { numeric: 28, name: 'Antigua and Barbuda', alpha2: 'AG', alpha3: 'ATG' },\n { numeric: 32, name: 'Argentina', alpha2: 'AR', alpha3: 'ARG' },\n { numeric: 51, name: 'Armenia', alpha2: 'AM', alpha3: 'ARM' },\n { numeric: 533, name: 'Aruba', alpha2: 'AW', alpha3: 'ABW' },\n { numeric: 36, name: 'Australia', alpha2: 'AU', alpha3: 'AUS' },\n { numeric: 40, name: 'Austria', alpha2: 'AT', alpha3: 'AUT' },\n { numeric: 31, name: 'Azerbaijan', alpha2: 'AZ', alpha3: 'AZE' },\n { numeric: 44, name: 'Bahamas', alpha2: 'BS', alpha3: 'BHS' },\n { numeric: 48, name: 'Bahrain', alpha2: 'BH', alpha3: 'BHR' },\n { numeric: 50, name: 'Bangladesh', alpha2: 'BD', alpha3: 'BGD' },\n { numeric: 52, name: 'Barbados', alpha2: 'BB', alpha3: 'BRB' },\n { numeric: 112, name: 'Belarus', alpha2: 'BY', alpha3: 'BLR' },\n { numeric: 56, name: 'Belgium', alpha2: 'BE', alpha3: 'BEL' },\n { numeric: 84, name: 'Belize', alpha2: 'BZ', alpha3: 'BLZ' },\n { numeric: 204, name: 'Benin', alpha2: 'BJ', alpha3: 'BEN' },\n { numeric: 60, name: 'Bermuda', alpha2: 'BM', alpha3: 'BMU' },\n { numeric: 64, name: 'Bhutan', alpha2: 'BT', alpha3: 'BTN' },\n { numeric: 68, name: 'Bolivia', alpha2: 'BO', alpha3: 'BOL' },\n { numeric: 70, name: 'Bosnia and Herzegovina', alpha2: 'BA', alpha3: 'BIH' },\n { numeric: 72, name: 'Botswana', alpha2: 'BW', alpha3: 'BWA' },\n { numeric: 74, name: 'Bouvet Island', alpha2: 'BV', alpha3: 'BVT' },\n { numeric: 76, name: 'Brazil', alpha2: 'BR', alpha3: 'BRA' },\n { numeric: 86, name: 'British Indian Ocean Territory', alpha2: 'IO', alpha3: 'IOT' },\n { numeric: 96, name: 'Brunei Darussalam', alpha2: 'BN', alpha3: 'BRN' },\n { numeric: 100, name: 'Bulgaria', alpha2: 'BG', alpha3: 'BGR' },\n { numeric: 854, name: 'Burkina Faso', alpha2: 'BF', alpha3: 'BFA' },\n { numeric: 108, name: 'Burundi', alpha2: 'BI', alpha3: 'BDI' },\n { numeric: 116, name: 'Cambodia', alpha2: 'KH', alpha3: 'KHM' },\n { numeric: 120, name: 'Cameroon', alpha2: 'CM', alpha3: 'CMR' },\n { numeric: 124, name: 'Canada', alpha2: 'CA', alpha3: 'CAN' },\n { numeric: 132, name: 'Cape Verde', alpha2: 'CV', alpha3: 'CPV' },\n { numeric: 136, name: 'Cayman Islands', alpha2: 'KY', alpha3: 'CYM' },\n { numeric: 140, name: 'Central African Republic', alpha2: 'CF', alpha3: 'CAF' },\n { numeric: 148, name: 'Chad', alpha2: 'TD', alpha3: 'TCD' },\n { numeric: 152, name: 'Chile', alpha2: 'CL', alpha3: 'CHL' },\n { numeric: 156, name: 'China', alpha2: 'CN', alpha3: 'CHN' },\n { numeric: 162, name: 'Christmas Island', alpha2: 'CX', alpha3: 'CXR' },\n { numeric: 170, name: 'Colombia', alpha2: 'CO', alpha3: 'COL' },\n { numeric: 174, name: 'Comoros', alpha2: 'KM', alpha3: 'COM' },\n { numeric: 178, name: 'Congo', alpha2: 'CG', alpha3: 'COG' },\n { numeric: 180, name: 'Congo, the Democratic Republic of the', alpha2: 'CD', alpha3: 'COD' },\n { numeric: 184, name: 'Cook Islands', alpha2: 'CK', alpha3: 'COK' },\n { numeric: 188, name: 'Costa Rica', alpha2: 'CR', alpha3: 'CRI' },\n { numeric: 384, name: \"Cote D'Ivoire\", alpha2: 'CI', alpha3: 'CIV' }, // Corrected SQL escape '' to '\n { numeric: 191, name: 'Croatia', alpha2: 'HR', alpha3: 'HRV' },\n { numeric: 192, name: 'Cuba', alpha2: 'CU', alpha3: 'CUB' },\n { numeric: 196, name: 'Cyprus', alpha2: 'CY', alpha3: 'CYP' },\n { numeric: 203, name: 'Czech Republic', alpha2: 'CZ', alpha3: 'CZE' },\n { numeric: 208, name: 'Denmark', alpha2: 'DK', alpha3: 'DNK' },\n { numeric: 262, name: 'Djibouti', alpha2: 'DJ', alpha3: 'DJI' },\n { numeric: 212, name: 'Dominica', alpha2: 'DM', alpha3: 'DMA' },\n { numeric: 214, name: 'Dominican Republic', alpha2: 'DO', alpha3: 'DOM' },\n { numeric: 218, name: 'Ecuador', alpha2: 'EC', alpha3: 'ECU' },\n { numeric: 818, name: 'Egypt', alpha2: 'EG', alpha3: 'EGY' },\n { numeric: 222, name: 'El Salvador', alpha2: 'SV', alpha3: 'SLV' },\n { numeric: 226, name: 'Equatorial Guinea', alpha2: 'GQ', alpha3: 'GNQ' },\n { numeric: 232, name: 'Eritrea', alpha2: 'ER', alpha3: 'ERI' },\n { numeric: 233, name: 'Estonia', alpha2: 'EE', alpha3: 'EST' },\n { numeric: 231, name: 'Ethiopia', alpha2: 'ET', alpha3: 'ETH' },\n { numeric: 238, name: 'Falkland Islands (Malvinas)', alpha2: 'FK', alpha3: 'FLK' },\n { numeric: 234, name: 'Faroe Islands', alpha2: 'FO', alpha3: 'FRO' },\n { numeric: 242, name: 'Fiji', alpha2: 'FJ', alpha3: 'FJI' },\n { numeric: 246, name: 'Finland', alpha2: 'FI', alpha3: 'FIN' },\n { numeric: 250, name: 'France', alpha2: 'FR', alpha3: 'FRA' },\n { numeric: 254, name: 'French Guiana', alpha2: 'GF', alpha3: 'GUF' },\n { numeric: 258, name: 'French Polynesia', alpha2: 'PF', alpha3: 'PYF' },\n { numeric: 260, name: 'French Southern Territories', alpha2: 'TF', alpha3: 'ATF' },\n { numeric: 266, name: 'Gabon', alpha2: 'GA', alpha3: 'GAB' },\n { numeric: 270, name: 'Gambia', alpha2: 'GM', alpha3: 'GMB' },\n { numeric: 268, name: 'Georgia', alpha2: 'GE', alpha3: 'GEO' },\n { numeric: 276, name: 'Germany', alpha2: 'DE', alpha3: 'DEU' },\n { numeric: 288, name: 'Ghana', alpha2: 'GH', alpha3: 'GHA' },\n { numeric: 292, name: 'Gibraltar', alpha2: 'GI', alpha3: 'GIB' },\n { numeric: 300, name: 'Greece', alpha2: 'GR', alpha3: 'GRC' },\n { numeric: 304, name: 'Greenland', alpha2: 'GL', alpha3: 'GRL' },\n { numeric: 308, name: 'Grenada', alpha2: 'GD', alpha3: 'GRD' },\n { numeric: 312, name: 'Guadeloupe', alpha2: 'GP', alpha3: 'GLP' },\n { numeric: 316, name: 'Guam', alpha2: 'GU', alpha3: 'GUM' },\n { numeric: 320, name: 'Guatemala', alpha2: 'GT', alpha3: 'GTM' },\n { numeric: 324, name: 'Guinea', alpha2: 'GN', alpha3: 'GIN' },\n { numeric: 624, name: 'Guinea-Bissau', alpha2: 'GW', alpha3: 'GNB' },\n { numeric: 328, name: 'Guyana', alpha2: 'GY', alpha3: 'GUY' },\n { numeric: 332, name: 'Haiti', alpha2: 'HT', alpha3: 'HTI' },\n { numeric: 334, name: 'Heard Island and Mcdonald Islands', alpha2: 'HM', alpha3: 'HMD' },\n { numeric: 336, name: 'Holy See (Vatican City State)', alpha2: 'VA', alpha3: 'VAT' },\n { numeric: 340, name: 'Honduras', alpha2: 'HN', alpha3: 'HND' },\n { numeric: 344, name: 'Hong Kong', alpha2: 'HK', alpha3: 'HKG' },\n { numeric: 348, name: 'Hungary', alpha2: 'HU', alpha3: 'HUN' },\n { numeric: 352, name: 'Iceland', alpha2: 'IS', alpha3: 'ISL' },\n { numeric: 356, name: 'India', alpha2: 'IN', alpha3: 'IND' },\n { numeric: 360, name: 'Indonesia', alpha2: 'ID', alpha3: 'IDN' },\n { numeric: 364, name: 'Iran, Islamic Republic of', alpha2: 'IR', alpha3: 'IRN' },\n { numeric: 368, name: 'Iraq', alpha2: 'IQ', alpha3: 'IRQ' },\n { numeric: 372, name: 'Ireland', alpha2: 'IE', alpha3: 'IRL' },\n { numeric: 376, name: 'Israel', alpha2: 'IL', alpha3: 'ISR' },\n { numeric: 380, name: 'Italy', alpha2: 'IT', alpha3: 'ITA' },\n { numeric: 388, name: 'Jamaica', alpha2: 'JM', alpha3: 'JAM' },\n { numeric: 392, name: 'Japan', alpha2: 'JP', alpha3: 'JPN' },\n { numeric: 400, name: 'Jordan', alpha2: 'JO', alpha3: 'JOR' },\n { numeric: 398, name: 'Kazakhstan', alpha2: 'KZ', alpha3: 'KAZ' },\n { numeric: 404, name: 'Kenya', alpha2: 'KE', alpha3: 'KEN' },\n { numeric: 296, name: 'Kiribati', alpha2: 'KI', alpha3: 'KIR' },\n { numeric: 408, name: \"Korea, Democratic People's Republic of\", alpha2: 'KP', alpha3: 'PRK' }, // Corrected\n { numeric: 410, name: 'Korea, Republic of', alpha2: 'KR', alpha3: 'KOR' },\n { numeric: 414, name: 'Kuwait', alpha2: 'KW', alpha3: 'KWT' },\n { numeric: 417, name: 'Kyrgyzstan', alpha2: 'KG', alpha3: 'KGZ' },\n { numeric: 418, name: \"Lao People's Democratic Republic\", alpha2: 'LA', alpha3: 'LAO' }, // Corrected\n { numeric: 428, name: 'Latvia', alpha2: 'LV', alpha3: 'LVA' },\n { numeric: 422, name: 'Lebanon', alpha2: 'LB', alpha3: 'LBN' },\n { numeric: 426, name: 'Lesotho', alpha2: 'LS', alpha3: 'LSO' },\n { numeric: 430, name: 'Liberia', alpha2: 'LR', alpha3: 'LBR' },\n { numeric: 434, name: 'Libyan Arab Jamahiriya', alpha2: 'LY', alpha3: 'LBY' },\n { numeric: 438, name: 'Liechtenstein', alpha2: 'LI', alpha3: 'LIE' },\n { numeric: 440, name: 'Lithuania', alpha2: 'LT', alpha3: 'LTU' },\n { numeric: 442, name: 'Luxembourg', alpha2: 'LU', alpha3: 'LUX' },\n { numeric: 446, name: 'Macao', alpha2: 'MO', alpha3: 'MAC' },\n { numeric: 807, name: 'North Macedonia', alpha2: 'MK', alpha3: 'MKD' },\n { numeric: 450, name: 'Madagascar', alpha2: 'MG', alpha3: 'MDG' },\n { numeric: 454, name: 'Malawi', alpha2: 'MW', alpha3: 'MWI' },\n { numeric: 458, name: 'Malaysia', alpha2: 'MY', alpha3: 'MYS' },\n { numeric: 462, name: 'Maldives', alpha2: 'MV', alpha3: 'MDV' },\n { numeric: 466, name: 'Mali', alpha2: 'ML', alpha3: 'MLI' },\n { numeric: 470, name: 'Malta', alpha2: 'MT', alpha3: 'MLT' },\n { numeric: 584, name: 'Marshall Islands', alpha2: 'MH', alpha3: 'MHL' },\n { numeric: 474, name: 'Martinique', alpha2: 'MQ', alpha3: 'MTQ' },\n { numeric: 478, name: 'Mauritania', alpha2: 'MR', alpha3: 'MRT' },\n { numeric: 480, name: 'Mauritius', alpha2: 'MU', alpha3: 'MUS' },\n { numeric: 175, name: 'Mayotte', alpha2: 'YT', alpha3: 'MYT' },\n { numeric: 484, name: 'Mexico', alpha2: 'MX', alpha3: 'MEX' },\n { numeric: 583, name: 'Micronesia, Federated States of', alpha2: 'FM', alpha3: 'FSM' },\n { numeric: 498, name: 'Moldova, Republic of', alpha2: 'MD', alpha3: 'MDA' },\n { numeric: 492, name: 'Monaco', alpha2: 'MC', alpha3: 'MCO' },\n { numeric: 496, name: 'Mongolia', alpha2: 'MN', alpha3: 'MNG' },\n { numeric: 500, name: 'Montserrat', alpha2: 'MS', alpha3: 'MSR' },\n { numeric: 504, name: 'Morocco', alpha2: 'MA', alpha3: 'MAR' },\n { numeric: 508, name: 'Mozambique', alpha2: 'MZ', alpha3: 'MOZ' },\n { numeric: 104, name: 'Myanmar', alpha2: 'MM', alpha3: 'MMR' },\n { numeric: 516, name: 'Namibia', alpha2: 'NA', alpha3: 'NAM' },\n { numeric: 520, name: 'Nauru', alpha2: 'NR', alpha3: 'NRU' },\n { numeric: 524, name: 'Nepal', alpha2: 'NP', alpha3: 'NPL' },\n { numeric: 528, name: 'Netherlands', alpha2: 'NL', alpha3: 'NLD' },\n { numeric: 530, name: 'Netherlands Antilles', alpha2: 'AN', alpha3: 'ANT' },\n { numeric: 540, name: 'New Caledonia', alpha2: 'NC', alpha3: 'NCL' },\n { numeric: 554, name: 'New Zealand', alpha2: 'NZ', alpha3: 'NZL' },\n { numeric: 558, name: 'Nicaragua', alpha2: 'NI', alpha3: 'NIC' },\n { numeric: 562, name: 'Niger', alpha2: 'NE', alpha3: 'NER' },\n { numeric: 566, name: 'Nigeria', alpha2: 'NG', alpha3: 'NGA' },\n { numeric: 570, name: 'Niue', alpha2: 'NU', alpha3: 'NIU' },\n { numeric: 574, name: 'Norfolk Island', alpha2: 'NF', alpha3: 'NFK' },\n { numeric: 580, name: 'Northern Mariana Islands', alpha2: 'MP', alpha3: 'MNP' },\n { numeric: 578, name: 'Norway', alpha2: 'NO', alpha3: 'NOR' },\n { numeric: 512, name: 'Oman', alpha2: 'OM', alpha3: 'OMN' },\n { numeric: 586, name: 'Pakistan', alpha2: 'PK', alpha3: 'PAK' },\n { numeric: 585, name: 'Palau', alpha2: 'PW', alpha3: 'PLW' },\n { numeric: 591, name: 'Panama', alpha2: 'PA', alpha3: 'PAN' },\n { numeric: 598, name: 'Papua New Guinea', alpha2: 'PG', alpha3: 'PNG' },\n { numeric: 600, name: 'Paraguay', alpha2: 'PY', alpha3: 'PRY' },\n { numeric: 604, name: 'Peru', alpha2: 'PE', alpha3: 'PER' },\n { numeric: 608, name: 'Philippines', alpha2: 'PH', alpha3: 'PHL' },\n { numeric: 612, name: 'Pitcairn', alpha2: 'PN', alpha3: 'PCN' },\n { numeric: 616, name: 'Poland', alpha2: 'PL', alpha3: 'POL' },\n { numeric: 620, name: 'Portugal', alpha2: 'PT', alpha3: 'PRT' },\n { numeric: 630, name: 'Puerto Rico', alpha2: 'PR', alpha3: 'PRI' },\n { numeric: 634, name: 'Qatar', alpha2: 'QA', alpha3: 'QAT' },\n { numeric: 638, name: 'Reunion', alpha2: 'RE', alpha3: 'REU' },\n { numeric: 642, name: 'Romania', alpha2: 'RO', alpha3: 'ROU' },\n { numeric: 643, name: 'Russian Federation', alpha2: 'RU', alpha3: 'RUS' },\n { numeric: 646, name: 'Rwanda', alpha2: 'RW', alpha3: 'RWA' },\n { numeric: 654, name: 'Saint Helena', alpha2: 'SH', alpha3: 'SHN' },\n { numeric: 659, name: 'Saint Kitts and Nevis', alpha2: 'KN', alpha3: 'KNA' },\n { numeric: 662, name: 'Saint Lucia', alpha2: 'LC', alpha3: 'LCA' },\n { numeric: 666, name: 'Saint Pierre and Miquelon', alpha2: 'PM', alpha3: 'SPM' },\n { numeric: 670, name: 'Saint Vincent and the Grenadines', alpha2: 'VC', alpha3: 'VCT' },\n { numeric: 882, name: 'Samoa', alpha2: 'WS', alpha3: 'WSM' },\n { numeric: 674, name: 'San Marino', alpha2: 'SM', alpha3: 'SMR' },\n { numeric: 678, name: 'Sao Tome and Principe', alpha2: 'ST', alpha3: 'STP' },\n { numeric: 682, name: 'Saudi Arabia', alpha2: 'SA', alpha3: 'SAU' },\n { numeric: 686, name: 'Senegal', alpha2: 'SN', alpha3: 'SEN' },\n { numeric: 688, name: 'Serbia', alpha2: 'RS', alpha3: 'SRB' },\n { numeric: 690, name: 'Seychelles', alpha2: 'SC', alpha3: 'SYC' },\n { numeric: 694, name: 'Sierra Leone', alpha2: 'SL', alpha3: 'SLE' },\n { numeric: 702, name: 'Singapore', alpha2: 'SG', alpha3: 'SGP' },\n { numeric: 703, name: 'Slovakia', alpha2: 'SK', alpha3: 'SVK' },\n { numeric: 705, name: 'Slovenia', alpha2: 'SI', alpha3: 'SVN' },\n { numeric: 90, name: 'Solomon Islands', alpha2: 'SB', alpha3: 'SLB' },\n { numeric: 706, name: 'Somalia', alpha2: 'SO', alpha3: 'SOM' },\n { numeric: 710, name: 'South Africa', alpha2: 'ZA', alpha3: 'ZAF' },\n {\n numeric: 239,\n name: 'South Georgia and the South Sandwich Islands',\n alpha2: 'GS',\n alpha3: 'SGS',\n },\n { numeric: 724, name: 'Spain', alpha2: 'ES', alpha3: 'ESP' },\n { numeric: 144, name: 'Sri Lanka', alpha2: 'LK', alpha3: 'LKA' },\n { numeric: 736, name: 'Sudan', alpha2: 'SD', alpha3: 'SDN' },\n { numeric: 740, name: 'Suriname', alpha2: 'SR', alpha3: 'SUR' },\n { numeric: 744, name: 'Svalbard and Jan Mayen', alpha2: 'SJ', alpha3: 'SJM' },\n { numeric: 748, name: 'Swaziland', alpha2: 'SZ', alpha3: 'SWZ' },\n { numeric: 752, name: 'Sweden', alpha2: 'SE', alpha3: 'SWE' },\n { numeric: 756, name: 'Switzerland', alpha2: 'CH', alpha3: 'CHE' },\n { numeric: 760, name: 'Syrian Arab Republic', alpha2: 'SY', alpha3: 'SYR' },\n { numeric: 158, name: 'Taiwan, Province of China', alpha2: 'TW', alpha3: 'TWN' },\n { numeric: 762, name: 'Tajikistan', alpha2: 'TJ', alpha3: 'TJK' },\n { numeric: 834, name: 'Tanzania, United Republic of', alpha2: 'TZ', alpha3: 'TZA' },\n { numeric: 764, name: 'Thailand', alpha2: 'TH', alpha3: 'THA' },\n { numeric: 626, name: 'Timor-Leste', alpha2: 'TL', alpha3: 'TLS' },\n { numeric: 768, name: 'Togo', alpha2: 'TG', alpha3: 'TGO' },\n { numeric: 772, name: 'Tokelau', alpha2: 'TK', alpha3: 'TKL' },\n { numeric: 776, name: 'Tonga', alpha2: 'TO', alpha3: 'TON' },\n { numeric: 780, name: 'Trinidad and Tobago', alpha2: 'TT', alpha3: 'TTO' },\n { numeric: 788, name: 'Tunisia', alpha2: 'TN', alpha3: 'TUN' },\n { numeric: 792, name: 'Türkiye, The Republic of', alpha2: 'TR', alpha3: 'TUR' },\n { numeric: 795, name: 'Turkmenistan', alpha2: 'TM', alpha3: 'TKM' },\n { numeric: 796, name: 'Turks and Caicos Islands', alpha2: 'TC', alpha3: 'TCA' },\n { numeric: 798, name: 'Tuvalu', alpha2: 'TV', alpha3: 'TUV' },\n { numeric: 800, name: 'Uganda', alpha2: 'UG', alpha3: 'UGA' },\n { numeric: 804, name: 'Ukraine', alpha2: 'UA', alpha3: 'UKR' },\n { numeric: 784, name: 'United Arab Emirates', alpha2: 'AE', alpha3: 'ARE' },\n { numeric: 275, name: 'Palestine, State of', alpha2: 'PS', alpha3: 'PSE' },\n { numeric: 826, name: 'United Kingdom', alpha2: 'GB', alpha3: 'GBR' },\n { numeric: 840, name: 'United States', alpha2: 'US', alpha3: 'USA' },\n { numeric: 581, name: 'United States Minor Outlying Islands', alpha2: 'UM', alpha3: 'UMI' },\n { numeric: 858, name: 'Uruguay', alpha2: 'UY', alpha3: 'URY' },\n { numeric: 860, name: 'Uzbekistan', alpha2: 'UZ', alpha3: 'UZB' },\n { numeric: 548, name: 'Vanuatu', alpha2: 'VU', alpha3: 'VUT' },\n { numeric: 862, name: 'Venezuela', alpha2: 'VE', alpha3: 'VEN' },\n { numeric: 704, name: 'Viet Nam', alpha2: 'VN', alpha3: 'VNM' },\n { numeric: 92, name: 'Virgin Islands, British', alpha2: 'VG', alpha3: 'VGB' },\n { numeric: 850, name: 'Virgin Islands, U.s.', alpha2: 'VI', alpha3: 'VIR' },\n { numeric: 876, name: 'Wallis and Futuna', alpha2: 'WF', alpha3: 'WLF' },\n { numeric: 732, name: 'Western Sahara', alpha2: 'EH', alpha3: 'ESH' },\n { numeric: 887, name: 'Yemen', alpha2: 'YE', alpha3: 'YEM' },\n { numeric: 894, name: 'Zambia', alpha2: 'ZM', alpha3: 'ZMB' },\n { numeric: 716, name: 'Zimbabwe', alpha2: 'ZW', alpha3: 'ZWE' },\n { numeric: 499, name: 'Montenegro', alpha2: 'ME', alpha3: 'MNE' },\n { numeric: 0, name: 'Kosovo', alpha2: 'XK', alpha3: 'XKX' }, // Note: XK is user-assigned\n { numeric: 248, name: 'Aland Islands', alpha2: 'AX', alpha3: 'ALA' },\n { numeric: 535, name: 'Bonaire, Sint Eustatius and Saba', alpha2: 'BQ', alpha3: 'BES' },\n { numeric: 531, name: 'Curacao', alpha2: 'CW', alpha3: 'CUW' },\n { numeric: 831, name: 'Guernsey', alpha2: 'GG', alpha3: 'GGY' },\n { numeric: 833, name: 'Isle of Man', alpha2: 'IM', alpha3: 'IMN' },\n { numeric: 832, name: 'Jersey', alpha2: 'JE', alpha3: 'JEY' },\n { numeric: 652, name: 'Saint Barthelemy', alpha2: 'BL', alpha3: 'BLM' },\n { numeric: 663, name: 'Saint Martin', alpha2: 'MF', alpha3: 'MAF' },\n { numeric: 534, name: 'Sint Maarten', alpha2: 'SX', alpha3: 'SXM' },\n { numeric: 728, name: 'South Sudan', alpha2: 'SS', alpha3: 'SSD' },\n { numeric: 166, name: 'Cocos (Keeling) Islands', alpha2: 'CC', alpha3: 'CCK' },\n];\n"],"mappings":"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","names":[]}
@@ -0,0 +1,94 @@
1
+ "use strict";
2
+ var __defProp = Object.defineProperty;
3
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
+ var __getOwnPropNames = Object.getOwnPropertyNames;
5
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
6
+ var __export = (target, all) => {
7
+ for (var name in all)
8
+ __defProp(target, name, { get: all[name], enumerable: true });
9
+ };
10
+ var __copyProps = (to, from, except, desc) => {
11
+ if (from && typeof from === "object" || typeof from === "function") {
12
+ for (let key of __getOwnPropNames(from))
13
+ if (!__hasOwnProp.call(to, key) && key !== except)
14
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
15
+ }
16
+ return to;
17
+ };
18
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
19
+
20
+ // src/max-length/index.ts
21
+ var max_length_exports = {};
22
+ __export(max_length_exports, {
23
+ AAID: () => AAID,
24
+ ADVERTISING_ID: () => ADVERTISING_ID,
25
+ ANDROID_ID: () => ANDROID_ID,
26
+ COUNTRY_CODE: () => COUNTRY_CODE,
27
+ COUNTRY_CODE_ALPHA_2: () => COUNTRY_CODE_ALPHA_2,
28
+ COUNTRY_CODE_ALPHA_3: () => COUNTRY_CODE_ALPHA_3,
29
+ DEVICE_ID: () => DEVICE_ID,
30
+ EMAIL: () => EMAIL,
31
+ EMAIL_DOMAIN: () => EMAIL_DOMAIN,
32
+ EMAIL_LOCAL_PART: () => EMAIL_LOCAL_PART,
33
+ IDFA: () => IDFA,
34
+ IDFV: () => IDFV,
35
+ IP: () => IP,
36
+ IPv4: () => IPv4,
37
+ IPv4_MAPPED_IPv6: () => IPv4_MAPPED_IPv6,
38
+ IPv6: () => IPv6,
39
+ LANGUAGE_CODE: () => LANGUAGE_CODE,
40
+ PHONE_NUMBER: () => PHONE_NUMBER,
41
+ TIMEZONE: () => TIMEZONE,
42
+ TIMEZONE_LONGEST: () => TIMEZONE_LONGEST,
43
+ UDID: () => UDID,
44
+ UUID: () => UUID
45
+ });
46
+ module.exports = __toCommonJS(max_length_exports);
47
+ var UUID = 36;
48
+ var UDID = 40;
49
+ var IDFV = UUID;
50
+ var IDFA = UUID;
51
+ var ANDROID_ID = 16;
52
+ var DEVICE_ID = Math.max(UUID, IDFV, ANDROID_ID);
53
+ var AAID = UUID;
54
+ var ADVERTISING_ID = Math.max(UUID, IDFA, AAID);
55
+ var IPv4 = 15;
56
+ var IPv6 = 39;
57
+ var IPv4_MAPPED_IPv6 = 45;
58
+ var IP = Math.max(IPv4, IPv6, IPv4_MAPPED_IPv6);
59
+ var TIMEZONE_LONGEST = "America/Argentina/ComodRivadavia".length;
60
+ var TIMEZONE = Math.max(64, TIMEZONE_LONGEST);
61
+ var COUNTRY_CODE_ALPHA_2 = 2;
62
+ var COUNTRY_CODE_ALPHA_3 = 3;
63
+ var COUNTRY_CODE = Math.max(COUNTRY_CODE_ALPHA_2, COUNTRY_CODE_ALPHA_3);
64
+ var LANGUAGE_CODE = 35;
65
+ var EMAIL_LOCAL_PART = 64;
66
+ var EMAIL_DOMAIN = 255;
67
+ var EMAIL = EMAIL_LOCAL_PART + 1 + EMAIL_DOMAIN;
68
+ var PHONE_NUMBER = 15;
69
+ // Annotate the CommonJS export names for ESM import in node:
70
+ 0 && (module.exports = {
71
+ AAID,
72
+ ADVERTISING_ID,
73
+ ANDROID_ID,
74
+ COUNTRY_CODE,
75
+ COUNTRY_CODE_ALPHA_2,
76
+ COUNTRY_CODE_ALPHA_3,
77
+ DEVICE_ID,
78
+ EMAIL,
79
+ EMAIL_DOMAIN,
80
+ EMAIL_LOCAL_PART,
81
+ IDFA,
82
+ IDFV,
83
+ IP,
84
+ IPv4,
85
+ IPv4_MAPPED_IPv6,
86
+ IPv6,
87
+ LANGUAGE_CODE,
88
+ PHONE_NUMBER,
89
+ TIMEZONE,
90
+ TIMEZONE_LONGEST,
91
+ UDID,
92
+ UUID
93
+ });
94
+ //# sourceMappingURL=index.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../src/max-length/index.ts"],"sourcesContent":["// noinspection UnnecessaryLocalVariableJS,JSUnusedGlobalSymbols\n\n/**\n * A Universally Unique Identifier (UUID) is a 36-character alphanumeric string that's typically represented in the following format:\n * - Format: 8-4-4-4-12\n * */\nexport const UUID = 36;\n\n/**\n * The length of an Apple device's unique device identifier (UDID) depends on the model of the device:\n * - iPhone X and earlier: The UDID is a 40-character alphanumeric string\n * - iPhone XS and later: The UDID is a 24-character string with a dash after the 8th digit\n * */\nexport const UDID = 40;\n\n/**\n * Apple's Identifier for Vendors (IDFV).\n * - `var identifierForVendor: UUID? { get }` An alphanumeric string that uniquely identifies a device to the app’s vendor.\n * - Reference: [identifierForVendor](https://developer.apple.com/documentation/uikit/uidevice/1620059-identifierforvendor)\n * */\nexport const IDFV = UUID;\n\n/**\n * Apple's Identifier for Advertisers (IDFA).\n * - `var advertisingIdentifier: UUID { get }` The UUID that is specific to a device.\n * - Reference: [advertisingIdentifier](https://developer.apple.com/documentation/adsupport/asidentifiermanager/advertisingidentifier)\n * */\nexport const IDFA = UUID;\n\n/**\n * Android Device ID\n * - 64-bit number (expressed as a hexadecimal string)\n * - Reference: [ANDROID_ID](https://developer.android.com/reference/android/provider/Settings.Secure.html#ANDROID_ID)\n * */\nexport const ANDROID_ID = 16;\n\n/**\n * - Web Device ID: UUID v4\n * - iOS Device ID: IDFV\n * - Android Device ID: ANDROID_ID\n * */\nexport const DEVICE_ID = Math.max(UUID, IDFV, ANDROID_ID); // 36\n\n/**\n * - The advertising ID is represented using version 3 of the universally unique identifier (UUID) format or an equivalent 128-bit format.\n * - If this permission is not declared, the returned value will be 00000000-0000-0000-0000-000000000000 starting early 2022.\n * - Reference: [AD_ID](https://developers.google.com/android/reference/com/google/android/gms/ads/identifier/AdvertisingIdClient.Info#public-string-getid)\n * */\nexport const AAID = UUID;\n\n/**\n * - Web: UUID\n * - iOS: IDFA\n * - Android: AAID\n * */\nexport const ADVERTISING_ID = Math.max(UUID, IDFA, AAID); // 36\n\n/**\n * - An IPv4 address is at most 4 sets of 3 numbers (12 characters), each set separated by a dot (.). That makes 15 characters.\n * - An IPv6 address, at its longest, would be 8 sets of 4 characters (32 total), each set separated by a colon. That makes 39 characters.\n * */\nexport const IPv4 = 15;\nexport const IPv6 = 39;\nexport const IPv4_MAPPED_IPv6 = 45;\nexport const IP = Math.max(IPv4, IPv6, IPv4_MAPPED_IPv6); // 45\n\n/**\n * - The longest string in the database is America/Argentina/ComodRivadavia. It's 32 characters long.\n * - The mysql.time_zone_name table has a Name column defined with 64 characters.\n * - It makes sense to use VARCHAR(64) for storing this information.\n * - Reference: [List of tz database time zones](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones)\n * */\nexport const TIMEZONE_LONGEST = 'America/Argentina/ComodRivadavia'.length;\nexport const TIMEZONE = Math.max(64, TIMEZONE_LONGEST); // 64\n\n/**\n * Reference: [List of ISO 3166 country codes](https://en.wikipedia.org/wiki/List_of_ISO_3166_country_codes)\n * */\nexport const COUNTRY_CODE_ALPHA_2 = 2; // US\nexport const COUNTRY_CODE_ALPHA_3 = 3; // USA\nexport const COUNTRY_CODE = Math.max(COUNTRY_CODE_ALPHA_2, COUNTRY_CODE_ALPHA_3); // 3\n\n/**\n * Reference: [RFC5646 Tags for Identifying Languages](https://www.rfc-editor.org/rfc/rfc5646#section-4.4.1)\n * The following illustration shows how the 35-character recommendation was derived:\n * ```\n * language = 8 ; longest allowed registered value\n * ; longer than primary+extlang\n * ; which requires 7 characters\n * script = 5 ; if not suppressed: see Section 4.1\n * region = 4 ; UN M.49 numeric region code\n * ; ISO 3166-1 codes require 3\n * variant1 = 9 ; needs 'language' as a prefix\n * variant2 = 9 ; very rare, as it needs\n * ; 'language-variant1' as a prefix\n *\n * total = 35 characters\n * ```\n * */\nexport const LANGUAGE_CODE = 35;\n\n/**\n * Mailbox = Local-part \"@\" ( Domain / address-literal )\n * - Local-part: The maximum total length of a user name or other local-part is 64 octets.\n * - Domain: The maximum total length of a domain name or number is 255 octets.\n * - Maximum length of an email address: 64 + 1 + 255 = 320\n * - Reference: [Simple Mail Transfer Protocol - Size Limits and Minimums](https://datatracker.ietf.org/doc/html/rfc5321#section-4.5.3.1)\n * */\nexport const EMAIL_LOCAL_PART = 64;\nexport const EMAIL_DOMAIN = 255;\nexport const EMAIL = EMAIL_LOCAL_PART + 1 + EMAIL_DOMAIN; // 320\n\n/**\n * Reference: [E.164](https://en.wikipedia.org/wiki/E.164)\n * */\nexport const PHONE_NUMBER = 15;\n\n/**\n * Reference: [How big can a user agent string get?](https://stackoverflow.com/questions/654921/how-big-can-a-user-agent-string-get)\n * */\n// export const USER_AGENT = 250;\n"],"mappings":";;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAMO,IAAM,OAAO;AAOb,IAAM,OAAO;AAOb,IAAM,OAAO;AAOb,IAAM,OAAO;AAOb,IAAM,aAAa;AAOnB,IAAM,YAAY,KAAK,IAAI,MAAM,MAAM,UAAU;AAOjD,IAAM,OAAO;AAOb,IAAM,iBAAiB,KAAK,IAAI,MAAM,MAAM,IAAI;AAMhD,IAAM,OAAO;AACb,IAAM,OAAO;AACb,IAAM,mBAAmB;AACzB,IAAM,KAAK,KAAK,IAAI,MAAM,MAAM,gBAAgB;AAQhD,IAAM,mBAAmB,mCAAmC;AAC5D,IAAM,WAAW,KAAK,IAAI,IAAI,gBAAgB;AAK9C,IAAM,uBAAuB;AAC7B,IAAM,uBAAuB;AAC7B,IAAM,eAAe,KAAK,IAAI,sBAAsB,oBAAoB;AAmBxE,IAAM,gBAAgB;AAStB,IAAM,mBAAmB;AACzB,IAAM,eAAe;AACrB,IAAM,QAAQ,mBAAmB,IAAI;AAKrC,IAAM,eAAe;","names":[]}
@@ -0,0 +1 @@
1
+ export { c as AAID, d as ADVERTISING_ID, A as ANDROID_ID, l as COUNTRY_CODE, C as COUNTRY_CODE_ALPHA_2, k as COUNTRY_CODE_ALPHA_3, D as DEVICE_ID, n as EMAIL, m as EMAIL_DOMAIN, E as EMAIL_LOCAL_PART, b as IDFA, I as IDFV, h as IP, e as IPv4, g as IPv4_MAPPED_IPv6, f as IPv6, L as LANGUAGE_CODE, P as PHONE_NUMBER, j as TIMEZONE, T as TIMEZONE_LONGEST, a as UDID, U as UUID } from '../index-BnPgRQDl.cjs';
@@ -0,0 +1 @@
1
+ export { c as AAID, d as ADVERTISING_ID, A as ANDROID_ID, l as COUNTRY_CODE, C as COUNTRY_CODE_ALPHA_2, k as COUNTRY_CODE_ALPHA_3, D as DEVICE_ID, n as EMAIL, m as EMAIL_DOMAIN, E as EMAIL_LOCAL_PART, b as IDFA, I as IDFV, h as IP, e as IPv4, g as IPv4_MAPPED_IPv6, f as IPv6, L as LANGUAGE_CODE, P as PHONE_NUMBER, j as TIMEZONE, T as TIMEZONE_LONGEST, a as UDID, U as UUID } from '../index-BnPgRQDl.js';
@@ -0,0 +1,48 @@
1
+ // src/max-length/index.ts
2
+ var UUID = 36;
3
+ var UDID = 40;
4
+ var IDFV = UUID;
5
+ var IDFA = UUID;
6
+ var ANDROID_ID = 16;
7
+ var DEVICE_ID = Math.max(UUID, IDFV, ANDROID_ID);
8
+ var AAID = UUID;
9
+ var ADVERTISING_ID = Math.max(UUID, IDFA, AAID);
10
+ var IPv4 = 15;
11
+ var IPv6 = 39;
12
+ var IPv4_MAPPED_IPv6 = 45;
13
+ var IP = Math.max(IPv4, IPv6, IPv4_MAPPED_IPv6);
14
+ var TIMEZONE_LONGEST = "America/Argentina/ComodRivadavia".length;
15
+ var TIMEZONE = Math.max(64, TIMEZONE_LONGEST);
16
+ var COUNTRY_CODE_ALPHA_2 = 2;
17
+ var COUNTRY_CODE_ALPHA_3 = 3;
18
+ var COUNTRY_CODE = Math.max(COUNTRY_CODE_ALPHA_2, COUNTRY_CODE_ALPHA_3);
19
+ var LANGUAGE_CODE = 35;
20
+ var EMAIL_LOCAL_PART = 64;
21
+ var EMAIL_DOMAIN = 255;
22
+ var EMAIL = EMAIL_LOCAL_PART + 1 + EMAIL_DOMAIN;
23
+ var PHONE_NUMBER = 15;
24
+ export {
25
+ AAID,
26
+ ADVERTISING_ID,
27
+ ANDROID_ID,
28
+ COUNTRY_CODE,
29
+ COUNTRY_CODE_ALPHA_2,
30
+ COUNTRY_CODE_ALPHA_3,
31
+ DEVICE_ID,
32
+ EMAIL,
33
+ EMAIL_DOMAIN,
34
+ EMAIL_LOCAL_PART,
35
+ IDFA,
36
+ IDFV,
37
+ IP,
38
+ IPv4,
39
+ IPv4_MAPPED_IPv6,
40
+ IPv6,
41
+ LANGUAGE_CODE,
42
+ PHONE_NUMBER,
43
+ TIMEZONE,
44
+ TIMEZONE_LONGEST,
45
+ UDID,
46
+ UUID
47
+ };
48
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../src/max-length/index.ts"],"sourcesContent":["// noinspection UnnecessaryLocalVariableJS,JSUnusedGlobalSymbols\n\n/**\n * A Universally Unique Identifier (UUID) is a 36-character alphanumeric string that's typically represented in the following format:\n * - Format: 8-4-4-4-12\n * */\nexport const UUID = 36;\n\n/**\n * The length of an Apple device's unique device identifier (UDID) depends on the model of the device:\n * - iPhone X and earlier: The UDID is a 40-character alphanumeric string\n * - iPhone XS and later: The UDID is a 24-character string with a dash after the 8th digit\n * */\nexport const UDID = 40;\n\n/**\n * Apple's Identifier for Vendors (IDFV).\n * - `var identifierForVendor: UUID? { get }` An alphanumeric string that uniquely identifies a device to the app’s vendor.\n * - Reference: [identifierForVendor](https://developer.apple.com/documentation/uikit/uidevice/1620059-identifierforvendor)\n * */\nexport const IDFV = UUID;\n\n/**\n * Apple's Identifier for Advertisers (IDFA).\n * - `var advertisingIdentifier: UUID { get }` The UUID that is specific to a device.\n * - Reference: [advertisingIdentifier](https://developer.apple.com/documentation/adsupport/asidentifiermanager/advertisingidentifier)\n * */\nexport const IDFA = UUID;\n\n/**\n * Android Device ID\n * - 64-bit number (expressed as a hexadecimal string)\n * - Reference: [ANDROID_ID](https://developer.android.com/reference/android/provider/Settings.Secure.html#ANDROID_ID)\n * */\nexport const ANDROID_ID = 16;\n\n/**\n * - Web Device ID: UUID v4\n * - iOS Device ID: IDFV\n * - Android Device ID: ANDROID_ID\n * */\nexport const DEVICE_ID = Math.max(UUID, IDFV, ANDROID_ID); // 36\n\n/**\n * - The advertising ID is represented using version 3 of the universally unique identifier (UUID) format or an equivalent 128-bit format.\n * - If this permission is not declared, the returned value will be 00000000-0000-0000-0000-000000000000 starting early 2022.\n * - Reference: [AD_ID](https://developers.google.com/android/reference/com/google/android/gms/ads/identifier/AdvertisingIdClient.Info#public-string-getid)\n * */\nexport const AAID = UUID;\n\n/**\n * - Web: UUID\n * - iOS: IDFA\n * - Android: AAID\n * */\nexport const ADVERTISING_ID = Math.max(UUID, IDFA, AAID); // 36\n\n/**\n * - An IPv4 address is at most 4 sets of 3 numbers (12 characters), each set separated by a dot (.). That makes 15 characters.\n * - An IPv6 address, at its longest, would be 8 sets of 4 characters (32 total), each set separated by a colon. That makes 39 characters.\n * */\nexport const IPv4 = 15;\nexport const IPv6 = 39;\nexport const IPv4_MAPPED_IPv6 = 45;\nexport const IP = Math.max(IPv4, IPv6, IPv4_MAPPED_IPv6); // 45\n\n/**\n * - The longest string in the database is America/Argentina/ComodRivadavia. It's 32 characters long.\n * - The mysql.time_zone_name table has a Name column defined with 64 characters.\n * - It makes sense to use VARCHAR(64) for storing this information.\n * - Reference: [List of tz database time zones](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones)\n * */\nexport const TIMEZONE_LONGEST = 'America/Argentina/ComodRivadavia'.length;\nexport const TIMEZONE = Math.max(64, TIMEZONE_LONGEST); // 64\n\n/**\n * Reference: [List of ISO 3166 country codes](https://en.wikipedia.org/wiki/List_of_ISO_3166_country_codes)\n * */\nexport const COUNTRY_CODE_ALPHA_2 = 2; // US\nexport const COUNTRY_CODE_ALPHA_3 = 3; // USA\nexport const COUNTRY_CODE = Math.max(COUNTRY_CODE_ALPHA_2, COUNTRY_CODE_ALPHA_3); // 3\n\n/**\n * Reference: [RFC5646 Tags for Identifying Languages](https://www.rfc-editor.org/rfc/rfc5646#section-4.4.1)\n * The following illustration shows how the 35-character recommendation was derived:\n * ```\n * language = 8 ; longest allowed registered value\n * ; longer than primary+extlang\n * ; which requires 7 characters\n * script = 5 ; if not suppressed: see Section 4.1\n * region = 4 ; UN M.49 numeric region code\n * ; ISO 3166-1 codes require 3\n * variant1 = 9 ; needs 'language' as a prefix\n * variant2 = 9 ; very rare, as it needs\n * ; 'language-variant1' as a prefix\n *\n * total = 35 characters\n * ```\n * */\nexport const LANGUAGE_CODE = 35;\n\n/**\n * Mailbox = Local-part \"@\" ( Domain / address-literal )\n * - Local-part: The maximum total length of a user name or other local-part is 64 octets.\n * - Domain: The maximum total length of a domain name or number is 255 octets.\n * - Maximum length of an email address: 64 + 1 + 255 = 320\n * - Reference: [Simple Mail Transfer Protocol - Size Limits and Minimums](https://datatracker.ietf.org/doc/html/rfc5321#section-4.5.3.1)\n * */\nexport const EMAIL_LOCAL_PART = 64;\nexport const EMAIL_DOMAIN = 255;\nexport const EMAIL = EMAIL_LOCAL_PART + 1 + EMAIL_DOMAIN; // 320\n\n/**\n * Reference: [E.164](https://en.wikipedia.org/wiki/E.164)\n * */\nexport const PHONE_NUMBER = 15;\n\n/**\n * Reference: [How big can a user agent string get?](https://stackoverflow.com/questions/654921/how-big-can-a-user-agent-string-get)\n * */\n// export const USER_AGENT = 250;\n"],"mappings":";AAMO,IAAM,OAAO;AAOb,IAAM,OAAO;AAOb,IAAM,OAAO;AAOb,IAAM,OAAO;AAOb,IAAM,aAAa;AAOnB,IAAM,YAAY,KAAK,IAAI,MAAM,MAAM,UAAU;AAOjD,IAAM,OAAO;AAOb,IAAM,iBAAiB,KAAK,IAAI,MAAM,MAAM,IAAI;AAMhD,IAAM,OAAO;AACb,IAAM,OAAO;AACb,IAAM,mBAAmB;AACzB,IAAM,KAAK,KAAK,IAAI,MAAM,MAAM,gBAAgB;AAQhD,IAAM,mBAAmB,mCAAmC;AAC5D,IAAM,WAAW,KAAK,IAAI,IAAI,gBAAgB;AAK9C,IAAM,uBAAuB;AAC7B,IAAM,uBAAuB;AAC7B,IAAM,eAAe,KAAK,IAAI,sBAAsB,oBAAoB;AAmBxE,IAAM,gBAAgB;AAStB,IAAM,mBAAmB;AACzB,IAAM,eAAe;AACrB,IAAM,QAAQ,mBAAmB,IAAI;AAKrC,IAAM,eAAe;","names":[]}
@@ -0,0 +1,32 @@
1
+ "use strict";
2
+ var __defProp = Object.defineProperty;
3
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
+ var __getOwnPropNames = Object.getOwnPropertyNames;
5
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
6
+ var __export = (target, all) => {
7
+ for (var name in all)
8
+ __defProp(target, name, { get: all[name], enumerable: true });
9
+ };
10
+ var __copyProps = (to, from, except, desc) => {
11
+ if (from && typeof from === "object" || typeof from === "function") {
12
+ for (let key of __getOwnPropNames(from))
13
+ if (!__hasOwnProp.call(to, key) && key !== except)
14
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
15
+ }
16
+ return to;
17
+ };
18
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
19
+
20
+ // src/message.ts
21
+ var message_exports = {};
22
+ __export(message_exports, {
23
+ getI18nErrorMessage: () => getI18nErrorMessage
24
+ });
25
+ module.exports = __toCommonJS(message_exports);
26
+ function getI18nErrorMessage() {
27
+ }
28
+ // Annotate the CommonJS export names for ESM import in node:
29
+ 0 && (module.exports = {
30
+ getI18nErrorMessage
31
+ });
32
+ //# sourceMappingURL=message.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/message.ts"],"sourcesContent":["export function getI18nErrorMessage() {}\n"],"mappings":";;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAO,SAAS,sBAAsB;AAAC;","names":[]}
@@ -0,0 +1,3 @@
1
+ declare function getI18nErrorMessage(): void;
2
+
3
+ export { getI18nErrorMessage };
@@ -0,0 +1,3 @@
1
+ declare function getI18nErrorMessage(): void;
2
+
3
+ export { getI18nErrorMessage };
@@ -0,0 +1,7 @@
1
+ // src/message.ts
2
+ function getI18nErrorMessage() {
3
+ }
4
+ export {
5
+ getI18nErrorMessage
6
+ };
7
+ //# sourceMappingURL=message.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/message.ts"],"sourcesContent":["export function getI18nErrorMessage() {}\n"],"mappings":";AAAO,SAAS,sBAAsB;AAAC;","names":[]}
@@ -0,0 +1,7 @@
1
+ "use strict";
2
+
3
+ // src/polyfills/index.ts
4
+ BigInt.prototype.toJSON = function() {
5
+ return this.toString();
6
+ };
7
+ //# sourceMappingURL=index.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../src/polyfills/index.ts"],"sourcesContent":["// @ts-expect-error fixed: Do not know how to serialize a BigInt\nBigInt.prototype.toJSON = function () {\n return this.toString();\n};\n"],"mappings":";;;AACA,OAAO,UAAU,SAAS,WAAY;AACpC,SAAO,KAAK,SAAS;AACvB;","names":[]}
@@ -0,0 +1,2 @@
1
+
2
+ export { }
@@ -0,0 +1,2 @@
1
+
2
+ export { }