UNPKG

world_countries_lists

Version:

Constantly updated lists of world countries and their associated alpha-2, alpha-3 and numeric codes as defined by the ISO 3166 standard, available in multiple formats, in multiple languages and with national flags included

39 lines (38 loc) 1 kB
{ "name": "world_countries_lists", "version": "3.1.0", "description": "Constantly updated lists of world countries and their associated alpha-2, alpha-3 and numeric codes as defined by the ISO 3166 standard, available in multiple formats, in multiple languages and with national flags included", "repository": { "type": "git", "url": "git+https://github.com/stefangabos/world_countries.git" }, "keywords": [ "countries", "flags", "national-flags", "iso-3166", "iso-3166-1", "iso-3166-2", "sql", "json", "csv", "php", "xml" ], "author": "Stefan Gabos", "license": "LGPL-3.0-or-later", "bugs": { "url": "https://github.com/stefangabos/world_countries/issues" }, "homepage": "https://github.com/stefangabos/world_countries#readme", "main": "index.js", "types": "types.d.ts", "directories": { "doc": "docs" }, "devDependencies": { "adm-zip": "^0.5.16", "node-fetch": "^3.3.2", "sharp": "^0.34.2" } }