UNPKG

@codeforcer/i18n-iso-countries-extended

Version:

i18n for ISO 3166-1 country codes, extended with new languages

110 lines (109 loc) 1.74 kB
{ "name": "@codeforcer/i18n-iso-countries-extended", "version": "1.0.0", "description": "i18n for ISO 3166-1 country codes, extended with new languages", "typings": "index.d.ts", "keywords": [ "i18n", "iso", "3166", "iso 3166", "iso 3166-1", "alpha", "alpha-2", "alpha-3", "numeric", "country", "countries", "ar", "az", "be", "bg", "bs", "ca", "cs", "da", "de", "el", "en", "es", "et", "fa", "fi", "fr", "he", "hr", "hu", "hy", "id", "it", "ja", "ka", "kk", "ko", "ky", "lt", "lv", "mk", "mn", "nb", "nl", "nn", "pl", "pt", "ro", "ru", "sk", "sl", "sr", "sv", "tg", "tk", "tr", "uk", "uz", "zh" ], "author": { "name": "Nathan Worsley", "email": "nathancworsley@gmail.com" }, "contributors": [ { "name": "Michael Wittig", "email": "post@michaelwittig.info" }, { "name": "Bedis ElAcheche", "email": "d4rk-5c0rp@ubuntu.com" }, { "name": "Johann Behr", "email": "behr@oak-labs.com" } ], "license": "MIT", "repository": { "type": "git", "url": "https://github.com/michaelwittig/node-i18n-iso-countries.git" }, "dependencies": {}, "devDependencies": { "assert-plus": "1.0.0", "mocha": "5.2.0", "jshint": "2.9.6", "madge": "2.2.0", "istanbul": "0.4.5" }, "main": "entry-node", "browser": "index", "engines": { "node": ">= 4" }, "scripts": { "test": "make test" }, "bugs": { "url": "https://github.com/michaelwittig/node-i18n-iso-countries/issues" } }