UNPKG

localized-countries

Version:

Country code to name mappings for several languages

49 lines (48 loc) 1.25 kB
{ "name": "localized-countries", "version": "2.0.0", "description": "Country code to name mappings for several languages", "main": "node.js", "browser": "browser.js", "scripts": { "generate": "./bin/build.sh", "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": "^7.16.0" }, "release": { "extends": "@livingdocs/semantic-release-presets/npm-github-verify" }, "ci": { "isCi": true, "name": "Drone", "service": "drone", "commit": "8608629c59d16f8538d4269e5dec2ed67b25e043", "build": "4", "branch": "master", "isPr": false, "slug": "marcbachmann/localized-countries", "date": "2020-12-31T13:05:37.391Z" } }