@dhavalveera/separate-country-code-n-number
Version:
Separates the Country Code and Number
31 lines (30 loc) • 734 B
JSON
{
"name": "@dhavalveera/separate-country-code-n-number",
"version": "1.1.2",
"description": "Separates the Country Code and Number",
"license": "MIT",
"author": "Dhaval Vira <dhavalveera@gmail.com> (https://github.com/dhavalveera)",
"repository": {
"type": "git",
"url": "https://github.com/dhavalveera/separate-country-code-n-number.git"
},
"bugs": {
"url": "https://github.com/dhavalveera/separate-country-code-n-number/issues"
},
"main": "index.js",
"bin": {
"separateCountryCodeAndNumber": "cli.js"
},
"keywords": [
"npm",
"separate country code and number",
"country code",
"analyze",
"identify",
"detect",
"library"
],
"engines": {
"node": "*"
}
}