131 lines
3.7 KiB
JSON
131 lines
3.7 KiB
JSON
{
|
|
"_from": "google-auth-library@^2.0.0",
|
|
"_id": "google-auth-library@2.0.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-lN6jecH8L30uAirTeOm9ij9CTMJniwg7fbuyOpgH4lFkO50LKhPrx/ZbLGK8aBCzi/u4/tpdZnJABFuMqtIx0A==",
|
|
"_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": [
|
|
"/googleapis",
|
|
"/googleapis-common"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/google-auth-library/-/google-auth-library-2.0.0.tgz",
|
|
"_shasum": "55d20e03a9820a1c28ee14cd1b6864b7be38b5e4",
|
|
"_spec": "google-auth-library@^2.0.0",
|
|
"_where": "C:\\Users\\Georg\\GitHub\\SmartShopper\\express-server\\node_modules\\googleapis",
|
|
"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",
|
|
"lodash.isstring": "^4.0.1",
|
|
"lru-cache": "^4.1.3",
|
|
"semver": "^5.5.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Google APIs Authentication Client Library for Node.js",
|
|
"devDependencies": {
|
|
"@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.5.1",
|
|
"@types/pify": "^3.0.2",
|
|
"@types/semver": "^5.5.0",
|
|
"@types/sinon": "^5.0.1",
|
|
"@types/tmp": "^0.0.33",
|
|
"assert-rejects": "^1.0.0",
|
|
"codecov": "^3.0.2",
|
|
"gh-pages": "^1.2.0",
|
|
"gts": "^0.8.0",
|
|
"hard-rejection": "^1.0.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": "^9.3.0",
|
|
"nyc": "^13.0.0",
|
|
"pify": "^4.0.0",
|
|
"prettier": "^1.13.4",
|
|
"sinon": "^6.0.0",
|
|
"source-map-support": "^0.5.6",
|
|
"tmp": "^0.0.33",
|
|
"typedoc": "^0.12.0",
|
|
"typescript": "~3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
},
|
|
"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 .",
|
|
"docs": "exit 0; typedoc --excludePrivate --excludeExternals --mode modules --out docs src && touch docs/.nojekyll",
|
|
"fix": "gts fix && npm run fix-samples",
|
|
"fix-samples": "prettier --write --single-quote samples/*.js",
|
|
"license-check": "jsgl --local .",
|
|
"lint": "npm run check",
|
|
"posttest": "npm run check && npm run license-check",
|
|
"prepare": "npm run compile",
|
|
"presystem-test": "npm run compile",
|
|
"pretest": "npm run compile",
|
|
"publish-docs": "gh-pages --dotfiles --dist docs --remote upstream",
|
|
"samples-test": "mocha samples/system-test",
|
|
"system-test": "mocha build/system-test",
|
|
"test": "npm run test-only",
|
|
"test-only": "nyc mocha build/test"
|
|
},
|
|
"types": "./build/src/index.d.ts",
|
|
"version": "2.0.0"
|
|
}
|