mirror of
https://github.com/titanscouting/tra-analysis.git
synced 2025-09-08 15:57:21 +00:00
push all website files
This commit is contained in:
123
website/functions/node_modules/google-auth-library/package.json
generated
vendored
Normal file
123
website/functions/node_modules/google-auth-library/package.json
generated
vendored
Normal file
@@ -0,0 +1,123 @@
|
||||
{
|
||||
"_from": "google-auth-library@^1.6.1",
|
||||
"_id": "google-auth-library@1.6.1",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-jYiWC8NA9n9OtQM7ANn0Tk464do9yhKEtaJ72pKcaBiEwn4LwcGYIYOfwtfsSm3aur/ed3tlSxbmg24IAT6gAg==",
|
||||
"_location": "/google-auth-library",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "google-auth-library@^1.6.1",
|
||||
"name": "google-auth-library",
|
||||
"escapedName": "google-auth-library",
|
||||
"rawSpec": "^1.6.1",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^1.6.1"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/google-auto-auth",
|
||||
"/google-gax"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/google-auth-library/-/google-auth-library-1.6.1.tgz",
|
||||
"_shasum": "9c73d831ad720c0c3048ab89d0ffdec714d07dd2",
|
||||
"_spec": "google-auth-library@^1.6.1",
|
||||
"_where": "C:\\Users\\jlevi\\Downloads\\tr2022-strategy-master\\tr2022-strategy-master\\data analysis\\functions\\node_modules\\google-gax",
|
||||
"author": {
|
||||
"name": "Google Inc."
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/google/google-auth-library-nodejs/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"dependencies": {
|
||||
"axios": "^0.18.0",
|
||||
"gcp-metadata": "^0.6.3",
|
||||
"gtoken": "^2.3.0",
|
||||
"jws": "^3.1.5",
|
||||
"lodash.isstring": "^4.0.1",
|
||||
"lru-cache": "^4.1.3",
|
||||
"retry-axios": "^0.3.2"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "Google APIs Authentication Client Library for Node.js",
|
||||
"devDependencies": {
|
||||
"@justinbeckwith/typedoc": "^0.10.1",
|
||||
"@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.3.0",
|
||||
"@types/pify": "^3.0.2",
|
||||
"@types/sinon": "^5.0.1",
|
||||
"@types/tmp": "^0.0.33",
|
||||
"clang-format": "^1.2.3",
|
||||
"codecov": "^3.0.2",
|
||||
"gh-pages": "^1.2.0",
|
||||
"gts": "^0.6.0",
|
||||
"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",
|
||||
"nyc": "^12.0.2",
|
||||
"opn": "^5.3.0",
|
||||
"pify": "^3.0.0",
|
||||
"prettier": "^1.13.4",
|
||||
"sinon": "^5.0.10",
|
||||
"source-map-support": "^0.5.6",
|
||||
"tmp": "^0.0.33",
|
||||
"typescript": "~2.9.1"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=4"
|
||||
},
|
||||
"files": [
|
||||
"LICENSE",
|
||||
"README.md",
|
||||
"build/src",
|
||||
"package.json"
|
||||
],
|
||||
"homepage": "https://github.com/google/google-auth-library-nodejs#readme",
|
||||
"keywords": [
|
||||
"google",
|
||||
"api",
|
||||
"google apis",
|
||||
"client",
|
||||
"client library"
|
||||
],
|
||||
"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 .",
|
||||
"fix": "gts fix && npm run fix-samples",
|
||||
"fix-samples": "prettier --write --single-quote examples/*.js",
|
||||
"generate-docs": "typedoc --excludePrivate --excludeExternals --mode modules --out docs src && touch docs/.nojekyll",
|
||||
"license-check": "jsgl --local .",
|
||||
"posttest": "npm run check && npm run license-check",
|
||||
"prepare": "npm run compile",
|
||||
"pretest": "npm run compile",
|
||||
"publish-docs": "gh-pages --dotfiles --dist docs --remote upstream",
|
||||
"test": "npm run test-only",
|
||||
"test-only": "nyc mocha build/test --timeout 10000"
|
||||
},
|
||||
"types": "./build/src/index.d.ts",
|
||||
"version": "1.6.1"
|
||||
}
|
Reference in New Issue
Block a user