| Current Path : /proc/self/root/usr/local/lib/node_modules/@google/gemini-cli/node_modules/gtoken/ |
| Current File : //proc/self/root/usr/local/lib/node_modules/@google/gemini-cli/node_modules/gtoken/package.json |
{
"_from": "gtoken@^7.0.0",
"_id": "gtoken@7.1.0",
"_inBundle": false,
"_integrity": "sha512-pCcEwRi+TKpMlxAQObHDQ56KawURgyAf6jtIY046fJ5tIv3zDe/LEIubckAO8fj6JnAxLdmWkUfNyulQ2iKdEw==",
"_location": "/@google/gemini-cli/gtoken",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "gtoken@^7.0.0",
"name": "gtoken",
"escapedName": "gtoken",
"rawSpec": "^7.0.0",
"saveSpec": null,
"fetchSpec": "^7.0.0"
},
"_requiredBy": [
"/@google/gemini-cli/google-auth-library"
],
"_resolved": "https://registry.npmjs.org/gtoken/-/gtoken-7.1.0.tgz",
"_shasum": "d61b4ebd10132222817f7222b1e6064bd463fc26",
"_spec": "gtoken@^7.0.0",
"_where": "/usr/local/lib/node_modules/@google/gemini-cli/node_modules/google-auth-library",
"author": {
"name": "Google, LLC"
},
"bugs": {
"url": "https://github.com/google/node-gtoken/issues"
},
"bundleDependencies": false,
"dependencies": {
"gaxios": "^6.0.0",
"jws": "^4.0.0"
},
"deprecated": false,
"description": "Node.js Google Authentication Service Account Tokens",
"devDependencies": {
"@babel/plugin-proposal-private-methods": "^7.18.6",
"@compodoc/compodoc": "^1.1.7",
"@types/jws": "^3.1.0",
"@types/mocha": "^9.0.0",
"@types/node": "^20.0.0",
"c8": "^9.0.0",
"gts": "^5.0.0",
"linkinator": "^4.0.0",
"mocha": "^9.2.2",
"nock": "^13.0.0",
"typescript": "^5.1.6"
},
"engines": {
"node": ">=14.0.0"
},
"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": "7.1.0"
}