99 lines
2.5 KiB
JSON
99 lines
2.5 KiB
JSON
{
|
|
"_from": "gtoken@^5.0.4",
|
|
"_id": "gtoken@5.3.2",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-gkvEKREW7dXWF8NV8pVrKfW7WqReAmjjkMBh6lNCCGOM4ucS0r0YyXXl0r/9Yj8wcW/32ISkfc8h5mPTDbtifQ==",
|
|
"_location": "/gtoken",
|
|
"_phantomChildren": {
|
|
"buffer-equal-constant-time": "1.0.1",
|
|
"ecdsa-sig-formatter": "1.0.11",
|
|
"safe-buffer": "5.2.1"
|
|
},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "gtoken@^5.0.4",
|
|
"name": "gtoken",
|
|
"escapedName": "gtoken",
|
|
"rawSpec": "^5.0.4",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^5.0.4"
|
|
},
|
|
"_requiredBy": [
|
|
"/google-auth-library"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/gtoken/-/gtoken-5.3.2.tgz",
|
|
"_shasum": "deb7dc876abe002178e0515e383382ea9446d58f",
|
|
"_spec": "gtoken@^5.0.4",
|
|
"_where": "/var/www/api.medcify.app/node_modules/google-auth-library",
|
|
"author": {
|
|
"name": "Google, LLC"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/google/node-gtoken/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"gaxios": "^4.0.0",
|
|
"google-p12-pem": "^3.1.3",
|
|
"jws": "^4.0.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Node.js Google Authentication Service Account Tokens",
|
|
"devDependencies": {
|
|
"@compodoc/compodoc": "^1.1.7",
|
|
"@types/jws": "^3.1.0",
|
|
"@types/mocha": "^8.0.0",
|
|
"@types/node": "^16.0.0",
|
|
"c8": "^7.0.0",
|
|
"gts": "^3.0.0",
|
|
"linkinator": "^2.0.0",
|
|
"mocha": "^8.0.0",
|
|
"nock": "^13.0.0",
|
|
"typescript": "^3.8.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"files": [
|
|
"build/src",
|
|
"!build/src/**/*.map"
|
|
],
|
|
"homepage": "https://github.com/google/node-gtoken#readme",
|
|
"keywords": [
|
|
"google",
|
|
"service",
|
|
"account",
|
|
"api",
|
|
"token",
|
|
"api",
|
|
"auth"
|
|
],
|
|
"license": "MIT",
|
|
"main": "./build/src/index.js",
|
|
"name": "gtoken",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/google/node-gtoken.git"
|
|
},
|
|
"scripts": {
|
|
"clean": "gts clean",
|
|
"compile": "tsc -p .",
|
|
"docs": "compodoc src/",
|
|
"docs-test": "linkinator docs",
|
|
"fix": "gts fix",
|
|
"lint": "gts check",
|
|
"precompile": "gts clean",
|
|
"predocs-test": "npm run docs",
|
|
"prelint": "cd samples; npm link ../; npm install",
|
|
"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",
|
|
"test": "c8 mocha build/test"
|
|
},
|
|
"types": "./build/src/index.d.ts",
|
|
"version": "5.3.2"
|
|
}
|