Initial import from local backup (Documents-Playground/pakerpale)
This commit is contained in:
137
node_modules/google-auth-library/package.json
generated
vendored
Normal file
137
node_modules/google-auth-library/package.json
generated
vendored
Normal file
@@ -0,0 +1,137 @@
|
||||
{
|
||||
"_from": "google-auth-library",
|
||||
"_id": "google-auth-library@5.1.1",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-Au/lHG0Nvafprs8O66xu9qzfj/uEXWR+jmrhE2zHd9rh7mA+4b5H21rMP3xgQwmHXZHOOVN1GEuCEwlUut3gvg==",
|
||||
"_location": "/google-auth-library",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "tag",
|
||||
"registry": true,
|
||||
"raw": "google-auth-library",
|
||||
"name": "google-auth-library",
|
||||
"escapedName": "google-auth-library",
|
||||
"rawSpec": "",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "latest"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"#USER",
|
||||
"/"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/google-auth-library/-/google-auth-library-5.1.1.tgz",
|
||||
"_shasum": "d1b57f47d49f909ad10032e946d07e3b4142ca42",
|
||||
"_spec": "google-auth-library",
|
||||
"_where": "D:\\dev\\crossmap\\backend-services\\cm-app-youtube",
|
||||
"author": {
|
||||
"name": "Google Inc."
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/googleapis/google-auth-library-nodejs/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"dependencies": {
|
||||
"arrify": "^2.0.0",
|
||||
"base64-js": "^1.3.0",
|
||||
"fast-text-encoding": "^1.0.0",
|
||||
"gaxios": "^2.0.0",
|
||||
"gcp-metadata": "^2.0.0",
|
||||
"gtoken": "^3.0.0",
|
||||
"jws": "^3.1.5",
|
||||
"lru-cache": "^5.0.0"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "Google APIs Authentication Client Library for Node.js",
|
||||
"devDependencies": {
|
||||
"@compodoc/compodoc": "^1.1.7",
|
||||
"@types/base64-js": "^1.2.5",
|
||||
"@types/chai": "^4.1.7",
|
||||
"@types/jws": "^3.1.0",
|
||||
"@types/lru-cache": "^5.0.0",
|
||||
"@types/mocha": "^5.2.1",
|
||||
"@types/mv": "^2.1.0",
|
||||
"@types/ncp": "^2.0.1",
|
||||
"@types/nock": "^10.0.3",
|
||||
"@types/node": "^10.5.1",
|
||||
"@types/sinon": "^7.0.0",
|
||||
"@types/tmp": "^0.1.0",
|
||||
"assert-rejects": "^1.0.0",
|
||||
"chai": "^4.2.0",
|
||||
"codecov": "^3.0.2",
|
||||
"eslint": "^6.0.0",
|
||||
"eslint-config-prettier": "^6.0.0",
|
||||
"eslint-plugin-node": "^9.0.0",
|
||||
"eslint-plugin-prettier": "^3.0.0",
|
||||
"execa": "^2.0.0",
|
||||
"gts": "^1.0.0",
|
||||
"is-docker": "^2.0.0",
|
||||
"js-green-licenses": "^1.0.0",
|
||||
"karma": "^4.0.0",
|
||||
"karma-chrome-launcher": "^3.0.0",
|
||||
"karma-coverage": "^1.1.2",
|
||||
"karma-firefox-launcher": "^1.1.0",
|
||||
"karma-mocha": "^1.3.0",
|
||||
"karma-remap-coverage": "^0.1.5",
|
||||
"karma-sourcemap-loader": "^0.3.7",
|
||||
"karma-webpack": "^4.0.0",
|
||||
"keypair": "^1.0.1",
|
||||
"linkinator": "^1.5.0",
|
||||
"mocha": "^6.0.0",
|
||||
"mv": "^2.1.1",
|
||||
"ncp": "^2.0.0",
|
||||
"nock": "^10.0.0",
|
||||
"null-loader": "^3.0.0",
|
||||
"nyc": "^14.1.1",
|
||||
"prettier": "^1.13.4",
|
||||
"puppeteer": "^1.11.0",
|
||||
"sinon": "^7.0.0",
|
||||
"source-map-support": "^0.5.6",
|
||||
"tmp": "^0.1.0",
|
||||
"ts-loader": "^6.0.0",
|
||||
"typescript": "~3.5.0",
|
||||
"webpack": "^4.20.2",
|
||||
"webpack-cli": "^3.1.1"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=8.10.0"
|
||||
},
|
||||
"files": [
|
||||
"build/src",
|
||||
"!build/src/**/*.map"
|
||||
],
|
||||
"homepage": "https://github.com/googleapis/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",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/googleapis/google-auth-library-nodejs.git"
|
||||
},
|
||||
"scripts": {
|
||||
"browser-test": "karma start",
|
||||
"clean": "gts clean",
|
||||
"compile": "tsc -p .",
|
||||
"docs": "compodoc src/",
|
||||
"docs-test": "linkinator docs",
|
||||
"fix": "gts fix && eslint --fix '**/*.js'",
|
||||
"license-check": "jsgl --local .",
|
||||
"lint": "gts check && eslint '**/*.js' && jsgl --local .",
|
||||
"predocs-test": "npm run docs",
|
||||
"prepare": "npm run compile",
|
||||
"presystem-test": "npm run compile",
|
||||
"pretest": "npm run compile",
|
||||
"samples-test": "cd samples/ && npm link ../ && npm test && cd ../",
|
||||
"system-test": "mocha build/system-test --timeout 60000",
|
||||
"test": "nyc mocha build/test",
|
||||
"webpack": "webpack"
|
||||
},
|
||||
"types": "./build/src/index.d.ts",
|
||||
"version": "5.1.1"
|
||||
}
|
||||
Reference in New Issue
Block a user