Firebase Update

This commit is contained in:
Lukas Nowy
2018-12-22 23:30:39 +01:00
parent befb44764d
commit acffe619b3
11523 changed files with 1614327 additions and 930246 deletions

View File

@ -1,8 +1,8 @@
{
"_from": "google-auth-library@^2.0.0",
"_id": "google-auth-library@2.0.0",
"_id": "google-auth-library@2.0.2",
"_inBundle": false,
"_integrity": "sha512-lN6jecH8L30uAirTeOm9ij9CTMJniwg7fbuyOpgH4lFkO50LKhPrx/ZbLGK8aBCzi/u4/tpdZnJABFuMqtIx0A==",
"_integrity": "sha512-FURxmo1hBVmcfLauuMRKOPYAPKht3dGuI2wjeJFalDUThO0HoYVjr4yxt5cgYSFm1dgUpmN9G/poa7ceTFAIiA==",
"_location": "/google-auth-library",
"_phantomChildren": {},
"_requested": {
@ -16,13 +16,12 @@
"fetchSpec": "^2.0.0"
},
"_requiredBy": [
"/googleapis",
"/googleapis-common"
"/google-gax"
],
"_resolved": "https://registry.npmjs.org/google-auth-library/-/google-auth-library-2.0.0.tgz",
"_shasum": "55d20e03a9820a1c28ee14cd1b6864b7be38b5e4",
"_resolved": "https://registry.npmjs.org/google-auth-library/-/google-auth-library-2.0.2.tgz",
"_shasum": "7a315d2036744af6afcad87b210ee6638b40f57b",
"_spec": "google-auth-library@^2.0.0",
"_where": "C:\\Users\\Georg\\GitHub\\SmartShopper\\express-server\\node_modules\\googleapis",
"_where": "D:\\Desktop\\Git\\Firebase\\SmartShopperFirebase\\node_modules\\google-gax",
"author": {
"name": "Google Inc."
},
@ -36,54 +35,54 @@
"gtoken": "^2.3.0",
"https-proxy-agent": "^2.2.1",
"jws": "^3.1.5",
"lodash.isstring": "^4.0.1",
"lru-cache": "^4.1.3",
"lru-cache": "^5.0.0",
"semver": "^5.5.0"
},
"deprecated": false,
"description": "Google APIs Authentication Client Library for Node.js",
"devDependencies": {
"@compodoc/compodoc": "^1.1.7",
"@types/execa": "^0.9.0",
"@types/jws": "^3.1.0",
"@types/lodash.isstring": "^4.0.3",
"@types/lru-cache": "^4.1.0",
"@types/mocha": "^5.2.1",
"@types/mv": "^2.1.0",
"@types/ncp": "^2.0.1",
"@types/nock": "^9.1.3",
"@types/node": "^10.5.1",
"@types/pify": "^3.0.2",
"@types/semver": "^5.5.0",
"@types/sinon": "^5.0.1",
"@types/sinon": "^7.0.0",
"@types/tmp": "^0.0.33",
"assert-rejects": "^1.0.0",
"codecov": "^3.0.2",
"gh-pages": "^1.2.0",
"gts": "^0.8.0",
"hard-rejection": "^1.0.0",
"eslint": "^5.10.0",
"eslint-config-prettier": "^3.3.0",
"eslint-plugin-node": "^8.0.0",
"eslint-plugin-prettier": "^3.0.0",
"execa": "^1.0.0",
"gh-pages": "^2.0.1",
"gts": "^0.9.0",
"intelli-espower-loader": "^1.0.1",
"js-green-licenses": "^0.5.0",
"keypair": "^1.0.1",
"mocha": "^5.2.0",
"mv": "^2.1.1",
"ncp": "^2.0.0",
"nock": "^9.3.0",
"nock": "^10.0.0",
"nyc": "^13.0.0",
"pify": "^4.0.0",
"prettier": "^1.13.4",
"sinon": "^6.0.0",
"sinon": "^7.0.0",
"source-map-support": "^0.5.6",
"tmp": "^0.0.33",
"typedoc": "^0.12.0",
"typescript": "~3.0.0"
"typedoc": "^0.13.0",
"typescript": "~3.2.0"
},
"engines": {
"node": ">=6"
},
"files": [
"LICENSE",
"README.md",
"build/src",
"package.json"
"!build/src/**/*.map"
],
"homepage": "https://github.com/google/google-auth-library-nodejs#readme",
"keywords": [
@ -96,35 +95,25 @@
"license": "Apache-2.0",
"main": "./build/src/index.js",
"name": "google-auth-library",
"nyc": {
"exclude": [
"build/test"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/google/google-auth-library-nodejs.git"
},
"scripts": {
"check": "gts check",
"clean": "gts clean",
"codecov": "nyc report --reporter=json && codecov -f coverage/*.json",
"compile": "tsc -p .",
"docs": "exit 0; typedoc --excludePrivate --excludeExternals --mode modules --out docs src && touch docs/.nojekyll",
"fix": "gts fix && npm run fix-samples",
"fix-samples": "prettier --write --single-quote samples/*.js",
"docs": "compodoc src/ && touch docs/.nojekyll",
"fix": "gts fix && eslint --fix '**/*.js'",
"license-check": "jsgl --local .",
"lint": "npm run check",
"posttest": "npm run check && npm run license-check",
"lint": "gts check && eslint '**/*.js' && jsgl --local .",
"prepare": "npm run compile",
"presystem-test": "npm run compile",
"pretest": "npm run compile",
"publish-docs": "gh-pages --dotfiles --dist docs --remote upstream",
"publish-docs": "gh-pages -d docs --remote upstream && git push upstream gh-pages",
"samples-test": "mocha samples/system-test",
"system-test": "mocha build/system-test",
"test": "npm run test-only",
"test-only": "nyc mocha build/test"
"test": "nyc mocha build/test"
},
"types": "./build/src/index.d.ts",
"version": "2.0.0"
"version": "2.0.2"
}