You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
81 lines
2.6 KiB
81 lines
2.6 KiB
{
|
|
"_from": "google-libphonenumber@^3.2.8",
|
|
"_id": "google-libphonenumber@3.2.9",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-PCU6Z5drRaFHNICJcurXsf6DN//ZNl0PXmPIpbHi+E1pp54GwyrhxBn57rr1nx+3mNUOMr4zeWirIKPc4ziJgw==",
|
|
"_location": "/google-libphonenumber",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "google-libphonenumber@^3.2.8",
|
|
"name": "google-libphonenumber",
|
|
"escapedName": "google-libphonenumber",
|
|
"rawSpec": "^3.2.8",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^3.2.8"
|
|
},
|
|
"_requiredBy": [
|
|
"/class-validator"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/google-libphonenumber/-/google-libphonenumber-3.2.9.tgz",
|
|
"_shasum": "d65c2467eec22c35e3dcddfc91d26e2b135024c4",
|
|
"_spec": "google-libphonenumber@^3.2.8",
|
|
"_where": "C:\\Users\\Shaun\\.CocosCreator\\packages\\ccc-obfuscated-code\\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 --user ruimarinho --project google-libphonenumber && sed -i '' -e :a -e '$d;N;2,3ba' -e 'P;D' CHANGELOG.md",
|
|
"lint": "eslint src/index.js test",
|
|
"prepare": "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.9"
|
|
}
|
|
|