extract-country-code-from-phone-number
Version:
this is a utility package to help formatting the phone number for security purposes
61 lines (60 loc) • 1.7 kB
JSON
{
"name": "extract-country-code-from-phone-number",
"version": "1.0.1",
"prepublish": "npm run build",
"description": "this is a utility package to help formatting the phone number for security purposes",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"test": "node ./test.js",
"build": "rm -rf ./dist && tsc"
},
"keywords": [
"format",
"formatting",
"partially-hide",
"partially-hide-helper",
"number-formatting",
"number-formatting-helper",
"phone-formatting",
"phone-formatting-helper",
"mobile-formatting",
"mobile-formatting-helper",
"format-number",
"format-phone",
"format-mobile",
"format-numbers",
"format-phones",
"format-mobiles",
"formatting-number",
"formatting-phone",
"formatting-mobile",
"formatting-numbers",
"formatting-phones",
"formatting-mobiles",
"formatting-number-helper",
"formatting-phone-helper",
"formatting-mobile-helper",
"hide-number",
"hide-phone",
"hide-mobile",
"partially-hide-number",
"partially-hide-phone",
"partially-hide-mobile",
"inmogr"
],
"repository": {
"type": "git",
"url": "https://github.com/inmogr/node-ts-format-phone-number"
},
"author": "inmogr@msn.com",
"license": "MIT",
"dependencies": {
"google-libphonenumber": "^3.2.16"
},
"devDependencies": {
"@types/google-libphonenumber": "^7.4.19",
"tslib": "^2.1.0",
"typescript": "^4.1.5"
}
}