120 lines
3.4 KiB
JSON
120 lines
3.4 KiB
JSON
{
|
|
"_from": "google-auth-library@^2.0.0",
|
|
"_id": "google-auth-library@2.0.2",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-FURxmo1hBVmcfLauuMRKOPYAPKht3dGuI2wjeJFalDUThO0HoYVjr4yxt5cgYSFm1dgUpmN9G/poa7ceTFAIiA==",
|
|
"_location": "/google-auth-library",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "google-auth-library@^2.0.0",
|
|
"name": "google-auth-library",
|
|
"escapedName": "google-auth-library",
|
|
"rawSpec": "^2.0.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^2.0.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/google-gax"
|
|
],
|
|
"_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": "D:\\Desktop\\Git\\Firebase\\SmartShopperFirebase\\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.7.0",
|
|
"gtoken": "^2.3.0",
|
|
"https-proxy-agent": "^2.2.1",
|
|
"jws": "^3.1.5",
|
|
"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/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/semver": "^5.5.0",
|
|
"@types/sinon": "^7.0.0",
|
|
"@types/tmp": "^0.0.33",
|
|
"assert-rejects": "^1.0.0",
|
|
"codecov": "^3.0.2",
|
|
"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": "^10.0.0",
|
|
"nyc": "^13.0.0",
|
|
"prettier": "^1.13.4",
|
|
"sinon": "^7.0.0",
|
|
"source-map-support": "^0.5.6",
|
|
"tmp": "^0.0.33",
|
|
"typedoc": "^0.13.0",
|
|
"typescript": "~3.2.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
},
|
|
"files": [
|
|
"build/src",
|
|
"!build/src/**/*.map"
|
|
],
|
|
"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",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/google/google-auth-library-nodejs.git"
|
|
},
|
|
"scripts": {
|
|
"clean": "gts clean",
|
|
"compile": "tsc -p .",
|
|
"docs": "compodoc src/ && touch docs/.nojekyll",
|
|
"fix": "gts fix && eslint --fix '**/*.js'",
|
|
"license-check": "jsgl --local .",
|
|
"lint": "gts check && eslint '**/*.js' && jsgl --local .",
|
|
"prepare": "npm run compile",
|
|
"presystem-test": "npm run compile",
|
|
"pretest": "npm run compile",
|
|
"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": "nyc mocha build/test"
|
|
},
|
|
"types": "./build/src/index.d.ts",
|
|
"version": "2.0.2"
|
|
}
|