country-iso-2-to-3
Version:
Convert a country code ISO 3166-1 Alpha-2 to ISO 3166-1 Alpha-3
33 lines (32 loc) • 683 B
JSON
{
"name": "country-iso-2-to-3",
"version": "1.1.0",
"description": "Convert a country code ISO 3166-1 Alpha-2 to ISO 3166-1 Alpha-3",
"main": "index.js",
"scripts": {
"test": "node test.js"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/vtex/country-iso-2-to-3.git"
},
"keywords": [
"country",
"code",
"country",
"iso",
"alpha-3",
"alpha",
"3",
"alpha-2",
"alpha",
"2",
"3166"
],
"author": "Breno Calazans (@klzns)",
"license": "MIT",
"bugs": {
"url": "https://github.com/vtex/country-iso-2-to-3/issues"
},
"homepage": "https://github.com/vtex/country-iso-2-to-3#readme"
}