fullstack-phone
Version:
A dual-module phone number system with dynamic regional metadata
69 lines (68 loc) • 1.54 kB
JSON
{
"name": "fullstack-phone",
"version": "1.192.0",
"libphonenumber": "v9.0.20",
"description": "A dual-module phone number system with dynamic regional metadata",
"keywords": [
"libphonenumber",
"phone",
"phonenumber",
"format",
"formatter",
"formatting",
"validate",
"validator",
"validation",
"parse",
"parser",
"parsing",
"fullstack",
"telephone",
"browser",
"metadata",
"regional"
],
"repository": {
"type": "git",
"url": "git+https://github.com/paypal/fullstack-phone.git"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"author": "Daniel Bruhn <dwbruhn@gmail.com>",
"license": "Apache-2.0",
"contributors": [
"Nathan Hammond <github.com@nathanhammond.com> (http://www.nathanhammond.com/)",
"Theresa Khoo <tkhoo@paypal.com>",
"Diego Lagunas <dlagunas@paypal.com>",
"Reza Payami <rpayami@paypal.com>"
],
"engines": {
"node": ">=4.0.0"
},
"files": [
"CHANGELOG.md",
"client/",
"server/"
],
"scripts": {
"update": "./bin/update.sh",
"upgrade": "./bin/upgrade.sh",
"build": "./bin/build.sh",
"test": "mocha test/ -R dot && node ./bin/checkES5.js"
},
"devDependencies": {
"acorn": "^8.11.3",
"chai": "^4.3.4",
"google-closure-compiler": "^20230802.0.0",
"google-closure-library": "^20230802.0.0",
"husky": "^1.3.1",
"mocha": "^5.2.0",
"semver": "^5.6.0"
},
"husky": {
"hooks": {
"pre-push": "npm test"
}
}
}