libphonenumber-geo-carrier
Version:
This library includes the geocoding, carrier mapping and timezone mapping functionalities that are available in some of googles libphonenumber libraries but not in libphonenumber-js (a port of libphonenumber).
64 lines (63 loc) • 1.66 kB
JSON
{
"name": "libphonenumber-geo-carrier",
"version": "1.2.12",
"description": "This library includes the geocoding, carrier mapping and timezone mapping functionalities that are available in some of googles libphonenumber libraries but not in libphonenumber-js (a port of libphonenumber).",
"main": "lib/index.js",
"module": "lib/index.es.js",
"types": "lib/index.d.ts",
"files": [
"lib",
"resources"
],
"author": "Martin Mende",
"license": "MIT",
"scripts": {
"build": "rimraf lib && rollup -c",
"watch": "rimraf lib && rollup -cw",
"prepublishOnly": "npm run build",
"preparemetadata": "rimraf resources && node tools/prepare.js && rimraf resources/libphonenumber",
"test": "jest"
},
"devDependencies": {
"@types/bson": "4.0.5",
"@types/jest": "30.0.0",
"@types/node": "24.0.12",
"@types/shelljs": "0.8.17",
"jest": "30.0.4",
"libphonenumber-js": "1.12.9",
"prettier": "3.6.2",
"rimraf": "6.0.1",
"rollup": "4.44.2",
"rollup-plugin-typescript2": "0.36.0",
"shelljs": "0.10.0",
"ts-jest": "29.4.0",
"tslib": "2.8.1",
"typescript": "5.8.3"
},
"dependencies": {
"bson": "6.10.4"
},
"peerDependencies": {
"libphonenumber-js": "1.12.9"
},
"repository": {
"type": "git",
"url": "https://github.com/mmende/libphonenumber-geo-carrier"
},
"bugs": {
"url": "https://github.com/mmende/libphonenumber-geo-carrier/issues"
},
"keywords": [
"telephone",
"phone",
"number",
"geo",
"geocode",
"location",
"carrier",
"timezone",
"timezones",
"international",
"libphonenumber"
]
}