Firebase Update
This commit is contained in:
88
express-server/node_modules/google-auto-auth/package.json
generated
vendored
Normal file
88
express-server/node_modules/google-auto-auth/package.json
generated
vendored
Normal file
@ -0,0 +1,88 @@
|
||||
{
|
||||
"_from": "google-auto-auth@^0.10.0",
|
||||
"_id": "google-auto-auth@0.10.1",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-iIqSbY7Ypd32mnHGbYctp80vZzXoDlvI9gEfvtl3kmyy5HzOcrZCIGCBdSlIzRsg7nHpQiHE3Zl6Ycur6TSodQ==",
|
||||
"_location": "/google-auto-auth",
|
||||
"_phantomChildren": {
|
||||
"axios": "0.18.0",
|
||||
"extend": "3.0.2",
|
||||
"gtoken": "2.3.0",
|
||||
"jws": "3.1.5",
|
||||
"lodash.isstring": "4.0.1",
|
||||
"pseudomap": "1.0.2",
|
||||
"retry-axios": "0.3.2"
|
||||
},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "google-auto-auth@^0.10.0",
|
||||
"name": "google-auto-auth",
|
||||
"escapedName": "google-auto-auth",
|
||||
"rawSpec": "^0.10.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^0.10.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/@google-cloud/common",
|
||||
"/gcs-resumable-upload"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/google-auto-auth/-/google-auto-auth-0.10.1.tgz",
|
||||
"_shasum": "68834a6f3da59a6cb27fce56f76e3d99ee49d0a2",
|
||||
"_spec": "google-auto-auth@^0.10.0",
|
||||
"_where": "D:\\Desktop\\Git\\Firebase\\SmartShopperFirebase\\node_modules\\@google-cloud\\common",
|
||||
"author": {
|
||||
"name": "Stephen Sawchuk",
|
||||
"email": "sawchuk@gmail.com"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/stephenplusplus/google-auto-auth/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"dependencies": {
|
||||
"async": "^2.3.0",
|
||||
"gcp-metadata": "^0.6.1",
|
||||
"google-auth-library": "^1.3.1",
|
||||
"request": "^2.79.0"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "Making it as easy as possible to authenticate a Google API request",
|
||||
"devDependencies": {
|
||||
"mocha": "^5.0.0",
|
||||
"mockery": "^2.0.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=4.0.0"
|
||||
},
|
||||
"files": [
|
||||
"index.js"
|
||||
],
|
||||
"homepage": "https://github.com/stephenplusplus/google-auto-auth#readme",
|
||||
"keywords": [
|
||||
"google",
|
||||
"authentication",
|
||||
"jwt",
|
||||
"service",
|
||||
"account",
|
||||
"googleapis",
|
||||
"gcloud",
|
||||
"cloud",
|
||||
"gce",
|
||||
"compute",
|
||||
"engine",
|
||||
"auth",
|
||||
"access",
|
||||
"token"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "index.js",
|
||||
"name": "google-auto-auth",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/stephenplusplus/google-auto-auth.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "mocha --timeout 0"
|
||||
},
|
||||
"version": "0.10.1"
|
||||
}
|
Reference in New Issue
Block a user