i18n-iso-3166-1
Version:
i18n for ISO 3166-1 country codes and names
133 lines (132 loc) • 1.91 kB
JSON
{
"name": "i18n-iso-3166-1",
"version": "1.0.6",
"description": "i18n for ISO 3166-1 country codes and names",
"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": "Autistic Shark",
"email": "hello@ladymiao.net"
},
"contributors": [],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/AutisticShark/node-i18n-iso-3166-1.git"
},
"dependencies": {
"diacritics": "1.3.0"
},
"devDependencies": {
"@eslint/eslintrc": "^3.3.1",
"@eslint/js": "^9.30.1",
"eslint": "9.30.1",
"eslint-config-prettier": "10.1.5",
"eslint-plugin-prettier": "5.5.1",
"globals": "^16.3.0",
"mocha": "11.7.1",
"prettier": "3.6.2"
},
"main": "entry-node",
"browser": "index",
"engines": {
"node": ">= 12"
},
"scripts": {
"test": "mocha test/*.js",
"lint": "eslint *.js"
},
"bugs": {
"url": "https://github.com/AutisticShark/node-i18n-iso-3166-1/issues"
}
}