Initial commit

This commit is contained in:
pasketti
2026-04-05 16:14:49 -04:00
commit ebee3a5534
14059 changed files with 2588797 additions and 0 deletions

44
node_modules/gtoken/package.json generated vendored Normal file
View File

@@ -0,0 +1,44 @@
{
"name": "gtoken",
"version": "2.3.0",
"description": "Node.js Google Authentication Service Account Tokens",
"main": "./build/src/index.js",
"types": "./build/src/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/google/node-gtoken.git"
},
"author": {
"name": "Ryan Seys"
},
"license": "MIT",
"dependencies": {
"axios": "^0.18.0",
"google-p12-pem": "^1.0.0",
"jws": "^3.1.4",
"mime": "^2.2.0",
"pify": "^3.0.0"
},
"devDependencies": {
"@types/jws": "^3.1.0",
"@types/mime": "^2.0.0",
"@types/mocha": "^5.0.0",
"@types/nock": "^9.1.2",
"@types/node": "^9.4.6",
"@types/pify": "^3.0.0",
"codecov": "^3.0.0",
"gts": "^0.5.3",
"mocha": "^5.0.1",
"js-green-licenses": "^0.5.0",
"nock": "^9.1.6",
"nyc": "^11.4.1",
"source-map-support": "^0.5.3",
"typescript": "~2.7.2"
},
"files": [
"build/src",
"LICENSE",
"packge.json",
"README.md"
]
}