phone-number-lookup
Version:
phone-number-lookup is TS written library that provides information about a phone number, such as: Country, Prefix, Type (Mobile/Fixed/VoIP), Carrier etc. Every data is processed locally, so no internet connection is needed. Made primarily for personal-us
28 lines (27 loc) • 786 B
JSON
{
"name": "phone-number-lookup",
"version": "1.0.8",
"author": {
"name": "Sedi",
"email": "sediballiu03@gmail.com"
},
"description": "phone-number-lookup is TS written library that provides information about a phone number, such as: Country, Prefix, Type (Mobile/Fixed/VoIP), Carrier etc. Every data is processed locally, so no internet connection is needed. Made primarily for personal-use.",
"keywords": [
"phone",
"E.164",
"phonenumber",
"validate",
"country code"
],
"homepage": "https://github.com/sediatis/phone-lookup",
"repository": {
"type": "git",
"url": "https://github.com/sediatis/phone-lookup"
},
"license": "MIT",
"dependencies": {
"typescript": "^4.5.5"
},
"main": "dist/index.js",
"types": "dist"
}