localized-countries
Version:
Country code to name mappings for several languages
51 lines (50 loc) • 1.32 kB
JSON
{
"name": "localized-countries",
"version": "3.0.0",
"description": "Country code to name mappings for several languages",
"main": "node.js",
"browser": "browser.js",
"scripts": {
"generate": "node ./bin/build.js",
"test": "node test.js && eslint .",
"test:ci": "node test.js",
"postversion": "/release/node_modules/.bin/set-ci"
},
"author": "Marc Bachmann <marc.brookman@gmail.com>",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/marcbachmann/localized-countries.git"
},
"keywords": [
"countries",
"country",
"i18n",
"localize",
"code",
"lookup"
],
"bugs": {
"url": "https://github.com/marcbachmann/localized-countries/issues"
},
"homepage": "https://github.com/marcbachmann/localized-countries#readme",
"devDependencies": {
"eslint": "^9.39.2",
"eslint-config-prettier": "^10.1.8",
"globals": "^17.0.0"
},
"release": {
"extends": "@livingdocs/semantic-release-presets/npm-github-verify"
},
"ci": {
"isCi": true,
"name": "Drone",
"service": "drone",
"commit": "6df63f7c0dcbafab82d2c36985b8a35f08fb658d",
"build": "138",
"branch": "master",
"isPr": false,
"slug": "marcbachmann/localized-countries",
"date": "2026-01-09T11:14:51.930Z"
}
}