{
  "_from": "google-libphonenumber@^3.1.6",
  "_id": "google-libphonenumber@3.2.6",
  "_inBundle": false,
  "_integrity": "sha512-6QCQAaKJlSd/1dUqvdQf7zzfb3uiZHsG8yhCfOdCVRfMuPZ/VDIEB47y5SYwjPQJPs7ebfW5jj6PeobB9JJ4JA==",
  "_location": "/google-libphonenumber",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "google-libphonenumber@^3.1.6",
    "name": "google-libphonenumber",
    "escapedName": "google-libphonenumber",
    "rawSpec": "^3.1.6",
    "saveSpec": null,
    "fetchSpec": "^3.1.6"
  },
  "_requiredBy": [
    "/class-validator"
  ],
  "_resolved": "https://registry.npmjs.org/google-libphonenumber/-/google-libphonenumber-3.2.6.tgz",
  "_shasum": "3d725b48ff44706b80246e77f95f2c2fdc6fd729",
  "_spec": "google-libphonenumber@^3.1.6",
  "_where": "/Users/john/src/homebridge-config-ui-x/node_modules/class-validator",
  "author": {
    "name": "Rui Marinho",
    "email": "ruipmarinho@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/ruimarinho/google-libphonenumber/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "The up-to-date and reliable Google's libphonenumber package for node.js.",
  "devDependencies": {
    "browserify": "^13.1.0",
    "eslint": "^3.5.0",
    "eslint-config-seegno": "^6.0.0",
    "mocha": "^3.0.2",
    "should": "^11.1.0"
  },
  "engines": {
    "node": ">=0.10"
  },
  "homepage": "https://ruimarinho.github.io/google-libphonenumber/",
  "keywords": [
    "browserify",
    "e164",
    "format",
    "formatting",
    "international",
    "libphonenumber",
    "number",
    "phone",
    "phonenumber",
    "rfc3966",
    "standardize",
    "wrapper"
  ],
  "license": "(MIT AND Apache-2.0)",
  "main": "dist/libphonenumber.js",
  "name": "google-libphonenumber",
  "options": {
    "mocha": "--require should test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ruimarinho/google-libphonenumber.git"
  },
  "scripts": {
    "build": "bin/build.sh",
    "changelog": "github_changelog_generator --no-issues --header-label='# Changelog' --future-release=v$npm_config_future_release && sed -i '' -e :a -e '$d;N;2,3ba' -e 'P;D' CHANGELOG.md",
    "lint": "eslint src/index.js test",
    "prepublish": "npm run build",
    "test": "npm run build && npm run testonly",
    "testonly": "mocha $npm_package_options_mocha",
    "update": "bin/update.sh",
    "version": "npm run changelog --future-release=$npm_package_version && npm run build && git add -A CHANGELOG.md dist"
  },
  "version": "3.2.6"
}
