151 lines
2.2 KiB
JSON
151 lines
2.2 KiB
JSON
{
|
|
"name": "i18n-iso-countries",
|
|
"version": "7.12.0",
|
|
"description": "i18n for ISO 3166-1 country codes",
|
|
"typings": "index.d.ts",
|
|
"keywords": [
|
|
"i18n",
|
|
"iso",
|
|
"3166",
|
|
"iso 3166",
|
|
"iso 3166-1",
|
|
"alpha",
|
|
"alpha-2",
|
|
"alpha-3",
|
|
"numeric",
|
|
"country",
|
|
"countries",
|
|
"af",
|
|
"am",
|
|
"ar",
|
|
"az",
|
|
"be",
|
|
"bg",
|
|
"bn",
|
|
"br",
|
|
"bs",
|
|
"ca",
|
|
"cs",
|
|
"cy",
|
|
"da",
|
|
"de",
|
|
"dv",
|
|
"el",
|
|
"en",
|
|
"es",
|
|
"et",
|
|
"eu",
|
|
"fa",
|
|
"fi",
|
|
"fr",
|
|
"ga",
|
|
"gl",
|
|
"ha",
|
|
"he",
|
|
"hi",
|
|
"hr",
|
|
"hu",
|
|
"hy",
|
|
"id",
|
|
"is",
|
|
"it",
|
|
"ja",
|
|
"ka",
|
|
"kk",
|
|
"km",
|
|
"ko",
|
|
"ku",
|
|
"ky",
|
|
"lt",
|
|
"lv",
|
|
"mk",
|
|
"ml",
|
|
"mn",
|
|
"mr",
|
|
"ms",
|
|
"mt",
|
|
"nb",
|
|
"nl",
|
|
"nn",
|
|
"no",
|
|
"pl",
|
|
"ps",
|
|
"pt",
|
|
"ro",
|
|
"ru",
|
|
"sd",
|
|
"sk",
|
|
"sl",
|
|
"so",
|
|
"sq",
|
|
"sr",
|
|
"sv",
|
|
"sw",
|
|
"ta",
|
|
"tg",
|
|
"th",
|
|
"tk",
|
|
"tr",
|
|
"tt",
|
|
"uk",
|
|
"ug",
|
|
"ur",
|
|
"uz",
|
|
"vi",
|
|
"zh"
|
|
],
|
|
"author": {
|
|
"name": "Andreas Wittig",
|
|
"email": "me@andreaswittig.info"
|
|
},
|
|
"contributors": [
|
|
{
|
|
"name": "Michael Wittig",
|
|
"email": "post@michaelwittig.info"
|
|
},
|
|
{
|
|
"name": "Bedis ElAcheche",
|
|
"email": "d4rk-5c0rp@ubuntu.com"
|
|
},
|
|
{
|
|
"name": "Johann Behr",
|
|
"email": "behr@oak-labs.com"
|
|
},
|
|
{
|
|
"name": "Omkar Tapale",
|
|
"email": "omkartapale@gmail.com"
|
|
},
|
|
{
|
|
"name": "Alexis Launay",
|
|
"email": "yorunohikage@gmail.com"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/michaelwittig/node-i18n-iso-countries.git"
|
|
},
|
|
"dependencies": {
|
|
"diacritics": "1.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "8.38.0",
|
|
"eslint-config-prettier": "8.8.0",
|
|
"eslint-plugin-prettier": "4.2.1",
|
|
"mocha": "10.2.0",
|
|
"prettier": "2.8.7"
|
|
},
|
|
"main": "entry-node",
|
|
"browser": "index",
|
|
"engines": {
|
|
"node": ">= 12"
|
|
},
|
|
"scripts": {
|
|
"test": "mocha test/*.js",
|
|
"lint": "eslint **/*.js"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/michaelwittig/node-i18n-iso-countries/issues"
|
|
}
|
|
}
|