UNPKG

@aerapass/country-data

Version:

Data about countries - like their ISO codes and currencies

417 lines 7.57 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.regions = void 0; exports.regions = { centralAsia: {}, southernAsia: {}, southeastAsia: {}, eastAsia: {}, westernAsia: {}, centralAfrica: {}, northAfrica: {}, southernAfrica: {}, eastAfrica: {}, westAfrica: {}, centralAmerica: {}, northernAmerica: {}, caribbean: {}, southAmerica: {}, antartica: {}, northernEurope: {}, southernEurope: {}, easternEurope: {}, westernEurope: {}, australia: {}, melanesia: {}, micronesia: {}, polynesia: {}, }; exports.regions.centralAsia = { name: 'Central Asia', countries: [ // source is http://en.wikipedia.org/wiki/Central_Asia 'KZ', 'KG', 'TJ', 'TM', 'UZ', ], }; exports.regions.southernAsia = { name: 'Southern Asia', countries: [ // source is http://en.wikipedia.org/wiki/South_Asia 'AF', 'BD', 'BT', 'IO', 'IN', 'IR', 'MV', 'NP', 'PK', 'LK', ], }; exports.regions.southeastAsia = { name: 'Southeast Asia', countries: [ // source is http://en.wikipedia.org/wiki/Southeast_Asia 'BN', 'KH', 'CX', 'CC', 'TL', 'ID', 'LA', 'MY', 'MM', 'PH', 'SG', 'TH', 'VN', ], }; exports.regions.eastAsia = { name: 'East Asia', countries: [ // source is http://en.wikipedia.org/wiki/East_Asia 'CN', 'HK', 'JP', 'KP', 'KR', 'MO', 'MN', 'TW', ], }; exports.regions.westernAsia = { name: 'Western Asia', countries: [ // source is http://en.wikipedia.org/wiki/Western_Asia 'AM', 'AZ', 'BH', 'IQ', 'IL', 'JO', 'KW', 'LB', 'OM', 'PS', 'QA', 'SA', 'SY', 'TR', 'AE', 'YE', ], }; exports.regions.centralAfrica = { name: 'Central Aftrica', countries: [ // source is http://en.wikipedia.org/wiki/Central_Africa 'AO', 'CM', 'CF', 'TD', 'CG', 'CD', 'GQ', 'GA', 'ST', ], }; exports.regions.northAfrica = { name: 'North Africa', countries: [ // source is http://en.wikipedia.org/wiki/North_Africa 'DZ', 'EG', 'LY', 'MA', 'SD', 'TN', 'EH', ], }; exports.regions.southernAfrica = { name: 'Southern Africa', countries: [ // source is http://en.wikipedia.org/wiki/Southern_Africa 'BW', 'LS', 'NA', 'ZA', 'SZ', ], }; exports.regions.eastAfrica = { name: 'East Africa', countries: [ // source is http://en.wikipedia.org/wiki/East_Africa 'BI', 'KM', 'DJ', 'ER', 'ET', 'KE', 'MG', 'MW', 'MU', 'YT', 'MZ', 'RE', 'RW', 'SC', 'SO', 'SS', 'TZ', 'UG', 'ZM', 'ZW', ], }; exports.regions.westAfrica = { name: 'West Africa', countries: [ // source is http://en.wikipedia.org/wiki/West_Africa 'BJ', 'BF', 'CV', 'CI', 'GM', 'GH', 'GN', 'GW', 'LR', 'ML', 'MR', 'NE', 'NG', 'SH', 'SN', 'SL', 'TG', ], }; exports.regions.centralAmerica = { name: 'Central America', countries: [ // source is http://en.wikipedia.org/wiki/Central_America 'BZ', 'CR', 'SV', 'GT', 'HN', 'NI', 'PA', ], }; exports.regions.northernAmerica = { name: 'Northern America', countries: [ // source is http://en.wikipedia.org/wiki/Northern_America 'BM', 'CA', 'GL', 'MX', 'PM', 'US', ], }; exports.regions.caribbean = { name: 'Caribbean', countries: [ // source is http://en.wikipedia.org/wiki/Caribbean 'AI', 'AG', 'AW', 'BS', 'BB', 'BQ', 'VG', 'KY', 'CU', 'CW', 'DM', 'DO', 'GD', 'GP', 'HT', 'JM', 'MQ', 'MS', 'PR', 'BL', 'KN', 'LC', 'MF', 'VC', 'SX', 'TT', 'TC', 'VI', ], }; exports.regions.southAmerica = { name: 'South America', countries: [ // source is http://en.wikipedia.org/wiki/South_America 'AR', 'BO', 'BR', 'CL', 'CO', 'EC', 'FK', 'GF', 'GY', 'PY', 'PE', 'SR', 'UY', 'VE', ], }; exports.regions.antartica = { name: 'Antartica', countries: [ // source is http://en.wikipedia.org/wiki/Antarctica 'AQ', 'BV', 'TF', 'HM', 'GS', ], }; exports.regions.northernEurope = { name: 'Northern Europe', countries: [ // source is http://en.wikipedia.org/wiki/Northern_Europe 'AX', 'DK', 'EE', 'FO', 'FI', 'GG', 'IS', 'IE', 'JE', 'IM', 'LV', 'LT', 'NO', 'SJ', 'SE', 'GB', ], }; exports.regions.southernEurope = { name: 'Southern Europe', countries: [ // source is http://en.wikipedia.org/wiki/Southern_Europe 'AL', 'AD', 'BA', 'HR', 'CY', 'GI', 'GR', 'IT', 'MK', 'VA', 'MT', 'ME', 'PT', 'SM', 'RS', 'SI', 'ES', ], }; exports.regions.easternEurope = { name: 'Eastern Europe', countries: [ // source is http://en.wikipedia.org/wiki/Eastern_Europe 'BY', 'BG', 'CZ', 'GE', 'HU', 'MD', 'PL', 'RO', 'RU', 'SK', 'UA', 'XK', ], }; exports.regions.westernEurope = { name: 'Western Europe', countries: [ // source is http://en.wikipedia.org/wiki/Western_Europe 'AT', 'BE', 'FR', 'DE', 'LI', 'LU', 'MC', 'NL', 'CH', ], }; exports.regions.australia = { name: 'Australia', countries: [ // source is http://en.wikipedia.org/wiki/Oceania 'AU', 'NF', 'NZ', ], }; exports.regions.melanesia = { name: 'Melanesia', countries: [ // source is http://en.wikipedia.org/wiki/Oceania 'FJ', 'NC', 'PG', 'SB', 'VU', ], }; exports.regions.micronesia = { name: 'Micronesia', countries: [ // source is http://en.wikipedia.org/wiki/Oceania 'GU', 'KI', 'MH', 'FM', 'NR', 'MP', 'PW', 'UM', ], }; exports.regions.polynesia = { name: 'Polynesia', countries: [ // source is http://en.wikipedia.org/wiki/Oceania 'AS', 'CK', 'PF', 'NU', 'PN', 'WS', 'TK', 'TO', 'TV', 'WF', ], }; //# sourceMappingURL=regions.js.map