tra-analysis/website/functions/node_modules/google-auto-auth/package.json

81 lines
2.1 KiB
JSON
Raw Normal View History

2019-01-06 19:14:45 +00:00
{
"_from": "google-auto-auth@^0.10.0",
"_id": "google-auto-auth@0.10.1",
"_inBundle": false,
"_integrity": "sha512-iIqSbY7Ypd32mnHGbYctp80vZzXoDlvI9gEfvtl3kmyy5HzOcrZCIGCBdSlIzRsg7nHpQiHE3Zl6Ycur6TSodQ==",
"_location": "/google-auto-auth",
"_phantomChildren": {},
"_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": "C:\\Users\\jlevi\\Downloads\\tr2022-strategy-master\\tr2022-strategy-master\\data analysis\\functions\\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"
}