63 lines
1.5 KiB
JSON
63 lines
1.5 KiB
JSON
{
|
|
"name": "google-auth-library",
|
|
"version": "1.6.1",
|
|
"author": "Google Inc.",
|
|
"description": "Google APIs Authentication Client Library for Node.js",
|
|
"engines": {
|
|
"node": ">=4"
|
|
},
|
|
"main": "./build/src/index.js",
|
|
"types": "./build/src/index.d.ts",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/google/google-auth-library-nodejs.git"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^0.18.0",
|
|
"gtoken": "^2.3.0",
|
|
"jws": "^3.1.5",
|
|
"lodash.isstring": "^4.0.1",
|
|
"lru-cache": "^4.1.3",
|
|
"retry-axios": "^0.3.2",
|
|
"gcp-metadata": "^0.6.3"
|
|
},
|
|
"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",
|
|
"nyc": "^12.0.2",
|
|
"nock": "^9.3.0",
|
|
"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"
|
|
},
|
|
"files": [
|
|
"LICENSE",
|
|
"README.md",
|
|
"build/src",
|
|
"package.json"
|
|
],
|
|
"license": "Apache-2.0"
|
|
} |