emoji-flags-to-country
Version:
Convert emoji country flags to country code.
42 lines (41 loc) • 951 B
JSON
{
"name": "emoji-flags-to-country",
"version": "2.4.2",
"description": "Convert emoji country flags to country code.",
"main": "index.js",
"scripts": {
"dev": "node index.js",
"lint": "eslint ./",
"test": "nyc mocha",
"coverage": "nyc --reporter=lcov --reporter=text mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DavideViolante/emoji-flags-to-country.git"
},
"keywords": [
"emoji",
"country",
"flags",
"char",
"convert",
"iso",
"extract",
"find",
"get",
"text",
"string"
],
"author": "Davide Violante",
"license": "MIT",
"bugs": {
"url": "https://github.com/DavideViolante/emoji-flags-to-country/issues"
},
"homepage": "https://github.com/DavideViolante/emoji-flags-to-country#readme",
"devDependencies": {
"eslint": "^8.4.1",
"eslint-config-google": "^0.14.0",
"mocha": "^10.0.0",
"nyc": "^15.1.0"
}
}