{"_id":"gtoken","_rev":"4104038","name":"gtoken","description":"Node.js Google Authentication Service Account Tokens","dist-tags":{"experimental":"8.0.1-experimental","latest":"8.0.0","legacy-10":"5.3.2","legacy-12":"6.1.2","legacy-14":"7.1.0","legacy-8":"4.1.4","rc":"8.0.0-rc.1"},"maintainers":[{"name":"google-node-team","email":"node-team-npm@google.com"},{"name":"google-wombot","email":""},{"name":"ofrobots","email":""},{"name":"soldair","email":"soldair@gmail.com"}],"time":{"modified":"2026-01-11T18:48:20.000Z","created":"2014-11-08T01:49:26.800Z","8.0.1-experimental":"2025-06-12T00:22:10.155Z","8.0.0":"2025-06-10T20:29:00.132Z","8.0.0-rc.1":"2025-02-08T20:54:47.745Z","7.1.1-rc.0":"2025-02-08T20:51:08.630Z","8.0.0-rc.0":"2024-12-11T20:53:08.469Z","7.1.0":"2024-02-01T19:53:25.109Z","7.0.1":"2023-07-12T22:01:40.807Z","7.0.0":"2023-07-11T20:47:01.205Z","6.1.2":"2022-09-08T14:49:07.089Z","6.1.1":"2022-08-15T13:53:07.648Z","6.1.0":"2022-06-30T19:16:07.497Z","6.0.1":"2022-06-07T20:05:59.234Z","6.0.0":"2022-05-10T21:27:02.268Z","5.3.2":"2022-02-07T22:44:54.542Z","5.3.1":"2021-08-11T15:21:00.764Z","5.3.0":"2021-06-10T01:08:36.787Z","5.2.1":"2021-01-26T23:08:57.804Z","5.2.0":"2021-01-14T18:09:01.020Z","5.1.0":"2020-11-17T17:38:42.688Z","5.0.5":"2020-10-26T17:37:52.164Z","5.0.4":"2020-10-06T15:58:10.562Z","5.0.3":"2020-07-27T19:48:49.285Z","5.0.2":"2020-07-10T01:36:13.051Z","5.0.1":"2020-04-15T19:49:10.885Z","5.0.0":"2020-03-24T22:49:02.478Z","4.1.4":"2020-01-06T18:04:37.146Z","4.1.3":"2019-11-18T15:04:30.289Z","4.1.2":"2019-11-13T23:50:28.668Z","4.1.1":"2019-11-05T21:07:36.114Z","4.1.0":"2019-09-24T16:49:32.613Z","4.0.0":"2019-07-09T17:49:21.444Z","3.0.2":"2019-06-26T22:23:18.909Z","3.0.1":"2019-06-14T14:15:15.743Z","3.0.0":"2019-05-08T16:29:08.983Z","2.3.3":"2019-03-13T23:04:09.039Z","2.3.2":"2019-01-10T18:43:50.597Z","2.3.1":"2018-12-11T19:34:25.554Z","2.3.0":"2018-04-02T16:40:02.802Z","2.2.0":"2018-03-13T17:22:22.595Z","2.1.1":"2018-03-06T00:15:14.683Z","2.1.0":"2018-01-23T20:22:11.237Z","2.0.2":"2017-12-01T01:16:20.062Z","2.0.1":"2017-11-19T05:44:38.232Z","2.0.0":"2017-11-14T06:53:18.356Z","1.2.3":"2017-10-23T20:53:22.516Z","1.2.2":"2017-03-12T05:12:49.828Z","1.2.1":"2016-06-05T04:30:35.126Z","1.2.0":"2015-09-18T02:43:19.706Z","1.1.2":"2015-07-21T22:33:51.230Z","1.1.1":"2015-04-15T17:30:23.818Z","1.1.0":"2015-03-23T22:43:59.364Z","1.0.0":"2014-11-08T01:49:26.800Z"},"users":{"anoubis":true,"maganap":true,"josudoey":true},"author":{"name":"Google, LLC"},"repository":{"type":"git","url":"git+https://github.com/google/node-gtoken.git"},"versions":{"8.0.1-experimental":{"name":"gtoken","version":"8.0.1-experimental","description":"Node.js Google Authentication Service Account Tokens","main":"./build/cjs/src/index.cjs","type":"module","types":"./build/cjs/src/index.d.ts","engines":{"node":">=18"},"repository":{"type":"git","url":"git+https://github.com/google/node-gtoken.git"},"scripts":{"lint":"gts check","clean":"rm -rf build","fix":"gts fix","compile:esm":"tsc -p ./tsconfig.esm.json","compile:cjs":"tsc -p ./tsconfig.json && npm run babel","compile":"npm run compile:esm && npm run compile:cjs","prepare":"npm run compile","pretest":"npm run compile","presystem-test":"npm run compile","system-test:cjs":"mocha build/cjs/system-test --timeout 600000","system-test:esm":"mocha build/esm/system-test --timeout 600000 --experimental-modules","system-test":"npm run system-test:esm && npm run system-test:cjs","test:cjs":"c8 mocha --timeout=5000 build/cjs/test","test:esm":"c8 mocha build/esm/test --loader=esmock","test":"npm run test:esm && npm run test:cjs","docs":"jsdoc -c .jsdoc.json","predocs-test":"npm run docs","samples-test":"cd samples/ && npm link ../ && npm test && cd ../","prelint":"cd samples; npm link ../; npm install","precompile":"rm -rf build","babel":"babel esm --out-dir build/cjs --ignore \"esm/**/*.d.ts\" --extensions \".ts\" --out-file-extension .cjs --copy-files"},"exports":{".":{"import":{"types":"./build/esm/src/index.d.ts","default":"./build/esm/src/index.js"},"require":{"types":"./build/cjs/src/index.d.ts","default":"./build/cjs/src/index.cjs"}}},"keywords":["google","service","account","api","token","api","auth"],"author":{"name":"Google, LLC"},"license":"MIT","dependencies":{"gaxios":"^7.0.1-experimental","jws":"^4.0.0"},"devDependencies":{"@babel/cli":"^7.23.0","@babel/core":"^7.23.0","@babel/plugin-proposal-private-methods":"^7.18.6","@babel/preset-env":"^7.22.20","@babel/preset-typescript":"^7.23.0","@types/jws":"^3.2.10","@types/mocha":"^10.0.9","@types/node":"^22.9.0","babel-plugin-replace-import-extension":"^1.1.4","c8":"^10.1.2","esmock":"^2.6.9","gapic-tools":"^0.4.6","gts":"^6.0.2","jsdoc":"^4.0.4","jsdoc-fresh":"^4.0.0","jsdoc-region-tag":"^3.0.0","linkinator":"^6.1.2","mocha":"^10.8.2","nock":"^14.0.0","pack-n-play":"^2.1.0","pdfmake":"^0.2.15","proxyquire":"^2.1.3","typescript":"^5.6.3"},"_id":"gtoken@8.0.1-experimental","readmeFilename":"README.md","gitHead":"2c21cb7a8e9d4c8511000916af5a12cb268d83c0","bugs":{"url":"https://github.com/google/node-gtoken/issues"},"homepage":"https://github.com/google/node-gtoken#readme","_nodeVersion":"20.18.1","_npmVersion":"10.8.2","dist":{"shasum":"8702debd94e8f4de0753c471777b625948967bbe","size":13350,"noattachment":false,"key":"/gtoken/-/gtoken-8.0.1-experimental.tgz","tarball":"http://registry.cnpm.dingdandao.com/gtoken/download/gtoken-8.0.1-experimental.tgz"},"_npmUser":{"name":"google-wombot","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"google-node-team","email":"node-team-npm@google.com"},{"name":"google-wombot","email":""},{"name":"ofrobots","email":""},{"name":"soldair","email":"soldair@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/gtoken_8.0.1-experimental_1749687729904_0.373055182171655"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-06-12T00:22:10.155Z","publish_time":1749687730155,"_source_registry_name":"default","_cnpm_publish_time":1749687730155},"8.0.0":{"name":"gtoken","version":"8.0.0","description":"Node.js Google Authentication Service Account Tokens","main":"./build/cjs/src/index.cjs","type":"module","types":"./build/cjs/src/index.d.ts","engines":{"node":">=18"},"repository":{"type":"git","url":"git+https://github.com/google/node-gtoken.git"},"scripts":{"lint":"gts check","clean":"rm -rf build","fix":"gts fix","compile:esm":"tsc -p ./tsconfig.esm.json","compile:cjs":"tsc -p ./tsconfig.json && npm run babel","compile":"npm run compile:esm && npm run compile:cjs","prepare":"npm run compile","pretest":"npm run compile","presystem-test":"npm run compile","system-test:cjs":"mocha build/cjs/system-test --timeout 600000","system-test:esm":"mocha build/esm/system-test --timeout 600000 --experimental-modules","system-test":"npm run system-test:esm && npm run system-test:cjs","test:cjs":"c8 mocha --timeout=5000 build/cjs/test","test:esm":"c8 mocha build/esm/test --loader=esmock","test":"npm run test:esm && npm run test:cjs","docs":"jsdoc -c .jsdoc.json","predocs-test":"npm run docs","samples-test":"cd samples/ && npm link ../ && npm test && cd ../","prelint":"cd samples; npm link ../; npm install","precompile":"rm -rf build","babel":"babel esm --out-dir build/cjs --ignore \"esm/**/*.d.ts\" --extensions \".ts\" --out-file-extension .cjs --copy-files"},"exports":{".":{"import":{"types":"./build/esm/src/index.d.ts","default":"./build/esm/src/index.js"},"require":{"types":"./build/cjs/src/index.d.ts","default":"./build/cjs/src/index.cjs"}}},"keywords":["google","service","account","api","token","api","auth"],"author":{"name":"Google, LLC"},"license":"MIT","dependencies":{"gaxios":"^7.0.0","jws":"^4.0.0"},"devDependencies":{"@babel/cli":"^7.23.0","@babel/core":"^7.23.0","@babel/plugin-proposal-private-methods":"^7.18.6","@babel/preset-env":"^7.22.20","@babel/preset-typescript":"^7.23.0","@types/jws":"^3.2.10","@types/mocha":"^10.0.9","@types/node":"^22.9.0","babel-plugin-replace-import-extension":"^1.1.4","c8":"^10.1.2","esmock":"^2.6.9","gapic-tools":"^0.4.6","gts":"^6.0.2","jsdoc":"^4.0.4","jsdoc-fresh":"^4.0.0","jsdoc-region-tag":"^3.0.0","linkinator":"^6.1.2","mocha":"^10.8.2","nock":"^14.0.0","pack-n-play":"^2.1.0","pdfmake":"^0.2.15","proxyquire":"^2.1.3","typescript":"^5.6.3"},"_id":"gtoken@8.0.0","bugs":{"url":"https://github.com/google/node-gtoken/issues"},"homepage":"https://github.com/google/node-gtoken#readme","_integrity":"sha512-+CqsMbHPiSTdtSO14O51eMNlrp9N79gmeqmXeouJOhfucAedHw9noVe/n5uJk3tbKE6a+6ZCQg3RPhVhHByAIw==","_resolved":"/b/f/w/src/git/build-dir/gtoken-8.0.0.tgz","_from":"file:gtoken-8.0.0.tgz","_nodeVersion":"18.20.3","_npmVersion":"10.7.0","dist":{"shasum":"d67a0e346dd441bfb54ad14040ddc3b632886575","size":11737,"noattachment":false,"key":"/gtoken/-/gtoken-8.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/gtoken/download/gtoken-8.0.0.tgz"},"_npmUser":{"name":"google-wombot","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"google-node-team","email":"node-team-npm@google.com"},{"name":"google-wombot","email":""},{"name":"ofrobots","email":""},{"name":"soldair","email":"soldair@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/gtoken_8.0.0_1749587339929_0.015637123124380814"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-06-10T20:29:00.132Z","publish_time":1749587340132,"_source_registry_name":"default","_cnpm_publish_time":1749587340132},"8.0.0-rc.1":{"name":"gtoken","version":"8.0.0-rc.1","description":"Node.js Google Authentication Service Account Tokens","main":"./build/cjs/src/index.cjs","type":"module","types":"./build/cjs/src/index.d.ts","engines":{"node":">=18"},"repository":{"type":"git","url":"git+https://github.com/google/node-gtoken.git"},"scripts":{"lint":"gts check","clean":"rm -rf build","fix":"gts fix","compile:esm":"tsc -p ./tsconfig.esm.json","compile:cjs":"tsc -p ./tsconfig.json && npm run babel","compile":"npm run compile:esm && npm run compile:cjs","prepare":"npm run compile","pretest":"npm run compile","presystem-test":"npm run compile","system-test:cjs":"mocha build/cjs/system-test --timeout 600000","system-test:esm":"mocha build/esm/system-test --timeout 600000 --experimental-modules","system-test":"npm run system-test:esm && npm run system-test:cjs","test:cjs":"c8 mocha --timeout=5000 build/cjs/test","test:esm":"c8 mocha build/esm/test --loader=esmock","test":"npm run test:esm && npm run test:cjs","docs":"jsdoc -c .jsdoc.json","predocs-test":"npm run docs","samples-test":"cd samples/ && npm link ../ && npm test && cd ../","prelint":"cd samples; npm link ../; npm install","precompile":"rm -rf build","babel":"babel esm --out-dir build/cjs --ignore \"esm/**/*.d.ts\" --extensions \".ts\" --out-file-extension .cjs --copy-files"},"exports":{".":{"import":{"types":"./build/esm/src/index.d.ts","default":"./build/esm/src/index.js"},"require":{"types":"./build/cjs/src/index.d.ts","default":"./build/cjs/src/index.cjs"}}},"keywords":["google","service","account","api","token","api","auth"],"author":{"name":"Google, LLC"},"license":"MIT","dependencies":{"gaxios":"^7.0.0-rc.1","jws":"^4.0.0"},"devDependencies":{"@babel/cli":"^7.23.0","@babel/core":"^7.23.0","@babel/plugin-proposal-private-methods":"^7.18.6","@babel/preset-env":"^7.22.20","@babel/preset-typescript":"^7.23.0","@types/jws":"^3.2.10","@types/mocha":"^10.0.9","@types/node":"^22.9.0","babel-plugin-replace-import-extension":"^1.1.4","c8":"^10.1.2","esmock":"^2.6.9","gapic-tools":"^0.4.6","gts":"^6.0.2","jsdoc":"^4.0.4","jsdoc-fresh":"^3.0.0","jsdoc-region-tag":"^3.0.0","linkinator":"^6.1.2","mocha":"^10.8.2","nock":"^13.5.6","pack-n-play":"^2.1.0","pdfmake":"^0.2.15","proxyquire":"^2.1.3","typescript":"^5.6.3"},"_id":"gtoken@8.0.0-rc.1","readmeFilename":"README.md","gitHead":"ce534e9775a5964474ed7f119a681a0403b90326","bugs":{"url":"https://github.com/google/node-gtoken/issues"},"homepage":"https://github.com/google/node-gtoken#readme","_nodeVersion":"23.4.0","_npmVersion":"10.9.2","dist":{"shasum":"3877f1069f02ae99548f5d285d6c1834b692e22a","size":13351,"noattachment":false,"key":"/gtoken/-/gtoken-8.0.0-rc.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/gtoken/download/gtoken-8.0.0-rc.1.tgz"},"_npmUser":{"name":"google-wombot","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"google-node-team","email":"node-team-npm@google.com"},{"name":"google-wombot","email":""},{"name":"ofrobots","email":""},{"name":"soldair","email":"soldair@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/gtoken_8.0.0-rc.1_1739048087552_0.9638307464041505"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-02-08T20:54:47.745Z","publish_time":1739048087745,"_source_registry_name":"default","_cnpm_publish_time":1739048087745},"7.1.1-rc.0":{"name":"gtoken","version":"7.1.1-rc.0","description":"Node.js Google Authentication Service Account Tokens","main":"./build/cjs/src/index.cjs","type":"module","types":"./build/cjs/src/index.d.ts","engines":{"node":">=18"},"repository":{"type":"git","url":"git+https://github.com/google/node-gtoken.git"},"scripts":{"lint":"gts check","clean":"rm -rf build","fix":"gts fix","compile:esm":"tsc -p ./tsconfig.esm.json","compile:cjs":"tsc -p ./tsconfig.json && npm run babel","compile":"npm run compile:esm && npm run compile:cjs","prepare":"npm run compile","pretest":"npm run compile","presystem-test":"npm run compile","system-test:cjs":"mocha build/cjs/system-test --timeout 600000","system-test:esm":"mocha build/esm/system-test --timeout 600000 --experimental-modules","system-test":"npm run system-test:esm && npm run system-test:cjs","test:cjs":"c8 mocha --timeout=5000 build/cjs/test","test:esm":"c8 mocha build/esm/test --loader=esmock","test":"npm run test:esm && npm run test:cjs","docs":"jsdoc -c .jsdoc.json","predocs-test":"npm run docs","samples-test":"cd samples/ && npm link ../ && npm test && cd ../","prelint":"cd samples; npm link ../; npm install","precompile":"rm -rf build","babel":"babel esm --out-dir build/cjs --ignore \"esm/**/*.d.ts\" --extensions \".ts\" --out-file-extension .cjs --copy-files"},"exports":{".":{"import":{"types":"./build/esm/src/index.d.ts","default":"./build/esm/src/index.js"},"require":{"types":"./build/cjs/src/index.d.ts","default":"./build/cjs/src/index.cjs"}}},"keywords":["google","service","account","api","token","api","auth"],"author":{"name":"Google, LLC"},"license":"MIT","dependencies":{"gaxios":"^7.0.0-rc.1","jws":"^4.0.0"},"devDependencies":{"@babel/cli":"^7.23.0","@babel/core":"^7.23.0","@babel/plugin-proposal-private-methods":"^7.18.6","@babel/preset-env":"^7.22.20","@babel/preset-typescript":"^7.23.0","@types/jws":"^3.2.10","@types/mocha":"^10.0.9","@types/node":"^22.9.0","babel-plugin-replace-import-extension":"^1.1.4","c8":"^10.1.2","esmock":"^2.6.9","gapic-tools":"^0.4.6","gts":"^6.0.2","jsdoc":"^4.0.4","jsdoc-fresh":"^3.0.0","jsdoc-region-tag":"^3.0.0","linkinator":"^6.1.2","mocha":"^10.8.2","nock":"^13.5.6","pack-n-play":"^2.1.0","pdfmake":"^0.2.15","proxyquire":"^2.1.3","typescript":"^5.6.3"},"_id":"gtoken@7.1.1-rc.0","readmeFilename":"README.md","gitHead":"ba7b27c9917c89e25a92d799f17ae8dc7fb60e16","bugs":{"url":"https://github.com/google/node-gtoken/issues"},"homepage":"https://github.com/google/node-gtoken#readme","_nodeVersion":"23.4.0","_npmVersion":"10.9.2","dist":{"shasum":"b134c5b18f2ff3982fb576efc9f233fbfe783545","size":13354,"noattachment":false,"key":"/gtoken/-/gtoken-7.1.1-rc.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/gtoken/download/gtoken-7.1.1-rc.0.tgz"},"_npmUser":{"name":"google-wombot","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"google-node-team","email":"node-team-npm@google.com"},{"name":"google-wombot","email":""},{"name":"ofrobots","email":""},{"name":"soldair","email":"soldair@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/gtoken_7.1.1-rc.0_1739047868405_0.6127018085015383"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-02-08T20:51:08.630Z","publish_time":1739047868630,"_source_registry_name":"default","_cnpm_publish_time":1739047868630},"8.0.0-rc.0":{"name":"gtoken","version":"8.0.0-rc.0","description":"Node.js Google Authentication Service Account Tokens","main":"./build/cjs/src/index.cjs","type":"module","types":"./build/cjs/src/index.d.ts","engines":{"node":">=18"},"repository":{"type":"git","url":"git+https://github.com/google/node-gtoken.git"},"scripts":{"lint":"gts check","clean":"rm -rf build","fix":"gts fix","compile:esm":"tsc -p ./tsconfig.esm.json","compile:cjs":"tsc -p ./tsconfig.json && npm run babel","compile":"npm run compile:esm && npm run compile:cjs","prepare":"npm run compile","pretest":"npm run compile","presystem-test":"npm run compile","system-test:cjs":"mocha build/cjs/system-test --timeout 600000","system-test:esm":"mocha build/esm/system-test --timeout 600000 --experimental-modules","system-test":"npm run system-test:esm && npm run system-test:cjs","test:cjs":"c8 mocha --timeout=5000 build/cjs/test","test:esm":"c8 mocha build/esm/test --loader=esmock","test":"npm run test:esm && npm run test:cjs","docs":"jsdoc -c .jsdoc.json","predocs-test":"npm run docs","samples-test":"cd samples/ && npm link ../ && npm test && cd ../","prelint":"cd samples; npm link ../; npm install","precompile":"rm -rf build","babel":"babel esm --out-dir build/cjs --ignore \"esm/**/*.d.ts\" --extensions \".ts\" --out-file-extension .cjs --copy-files"},"exports":{".":{"import":{"types":"./build/esm/src/index.d.ts","default":"./build/esm/src/index.js"},"require":{"types":"./build/cjs/src/index.d.ts","default":"./build/cjs/src/index.cjs"}}},"keywords":["google","service","account","api","token","api","auth"],"author":{"name":"Google, LLC"},"license":"MIT","dependencies":{"gaxios":"^6.7.1","jws":"^4.0.0"},"devDependencies":{"@babel/cli":"^7.23.0","@babel/core":"^7.23.0","@babel/plugin-proposal-private-methods":"^7.18.6","@babel/preset-env":"^7.22.20","@babel/preset-typescript":"^7.23.0","@types/jws":"^3.2.10","@types/mocha":"^10.0.9","@types/node":"^22.9.0","babel-plugin-replace-import-extension":"^1.1.4","c8":"^10.1.2","esmock":"^2.6.9","gapic-tools":"^0.4.6","gts":"^6.0.2","jsdoc":"^4.0.4","jsdoc-fresh":"^3.0.0","jsdoc-region-tag":"^3.0.0","linkinator":"^6.1.2","mocha":"^10.8.2","nock":"^13.5.6","pack-n-play":"^2.1.0","pdfmake":"^0.2.15","proxyquire":"^2.1.3","typescript":"^5.6.3"},"_id":"gtoken@8.0.0-rc.0","readmeFilename":"README.md","gitHead":"f750463bf1620ecadb48dc518938ee383660e708","bugs":{"url":"https://github.com/google/node-gtoken/issues"},"homepage":"https://github.com/google/node-gtoken#readme","_nodeVersion":"18.20.5","_npmVersion":"10.8.2","dist":{"shasum":"4ee9f2cd319a71a3275f7e1900d84657a115658a","size":13348,"noattachment":false,"key":"/gtoken/-/gtoken-8.0.0-rc.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/gtoken/download/gtoken-8.0.0-rc.0.tgz"},"_npmUser":{"name":"google-wombot","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"google-node-team","email":"node-team-npm@google.com"},{"name":"google-wombot","email":""},{"name":"ofrobots","email":""},{"name":"soldair","email":"soldair@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/gtoken_8.0.0-rc.0_1733950388276_0.3142606752618422"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-12-11T20:53:08.469Z","publish_time":1733950388469,"_source_registry_name":"default","_cnpm_publish_time":1733950388469},"7.1.0":{"name":"gtoken","version":"7.1.0","description":"Node.js Google Authentication Service Account Tokens","main":"./build/src/index.js","types":"./build/src/index.d.ts","engines":{"node":">=14.0.0"},"repository":{"type":"git","url":"git+https://github.com/google/node-gtoken.git"},"scripts":{"lint":"gts check","clean":"gts clean","fix":"gts fix","compile":"tsc -p .","test":"c8 mocha build/test","prepare":"npm run compile","pretest":"npm run compile","presystem-test":"npm run compile","system-test":"mocha build/system-test","samples-test":"cd samples/ && npm link ../ && npm test && cd ../","docs":"compodoc src/","docs-test":"linkinator docs","predocs-test":"npm run docs","prelint":"cd samples; npm link ../; npm install","precompile":"gts clean"},"keywords":["google","service","account","api","token","api","auth"],"author":{"name":"Google, LLC"},"license":"MIT","dependencies":{"gaxios":"^6.0.0","jws":"^4.0.0"},"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"},"_resolved":"","_integrity":"","_from":"file:gtoken-7.1.0.tgz","bugs":{"url":"https://github.com/google/node-gtoken/issues"},"homepage":"https://github.com/google/node-gtoken#readme","_id":"gtoken@7.1.0","_nodeVersion":"14.21.3","_npmVersion":"6.14.18","dist":{"shasum":"d61b4ebd10132222817f7222b1e6064bd463fc26","size":11849,"noattachment":false,"key":"/gtoken/-/gtoken-7.1.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/gtoken/download/gtoken-7.1.0.tgz"},"_npmUser":{"name":"google-wombot","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"google-node-team","email":"node-team-npm@google.com"},{"name":"google-wombot","email":""},{"name":"ofrobots","email":""},{"name":"soldair","email":"soldair@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/gtoken_7.1.0_1706817204969_0.8513335587996689"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-02-01T19:53:25.109Z","publish_time":1706817205109,"_source_registry_name":"default","_cnpm_publish_time":1706817205109},"7.0.1":{"name":"gtoken","version":"7.0.1","description":"Node.js Google Authentication Service Account Tokens","main":"./build/src/index.js","types":"./build/src/index.d.ts","engines":{"node":">=14.0.0"},"repository":{"type":"git","url":"git+https://github.com/google/node-gtoken.git"},"scripts":{"lint":"gts check","clean":"gts clean","fix":"gts fix","compile":"tsc -p .","test":"c8 mocha build/test","prepare":"npm run compile","pretest":"npm run compile","presystem-test":"npm run compile","system-test":"mocha build/system-test","samples-test":"cd samples/ && npm link ../ && npm test && cd ../","docs":"compodoc src/","docs-test":"linkinator docs","predocs-test":"npm run docs","prelint":"cd samples; npm link ../; npm install","precompile":"gts clean"},"keywords":["google","service","account","api","token","api","auth"],"author":{"name":"Google, LLC"},"license":"MIT","dependencies":{"gaxios":"^6.0.0","jws":"^4.0.0"},"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":"^18.0.0","c8":"^8.0.0","gts":"^3.1.1","linkinator":"^4.0.0","mocha":"^9.2.2","nock":"^13.0.0","typescript":"^5.1.6"},"_resolved":"","_integrity":"","_from":"file:gtoken-7.0.1.tgz","bugs":{"url":"https://github.com/google/node-gtoken/issues"},"homepage":"https://github.com/google/node-gtoken#readme","_id":"gtoken@7.0.1","_nodeVersion":"14.19.3","_npmVersion":"6.14.17","dist":{"shasum":"b64bd01d88268ea3a3572c9076a85d1c48f1a455","size":11402,"noattachment":false,"key":"/gtoken/-/gtoken-7.0.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/gtoken/download/gtoken-7.0.1.tgz"},"_npmUser":{"name":"ofrobots","email":"ofrobots@google.com"},"directories":{},"maintainers":[{"name":"google-node-team","email":"node-team-npm@google.com"},{"name":"google-wombot","email":""},{"name":"ofrobots","email":""},{"name":"soldair","email":"soldair@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/gtoken_7.0.1_1689199300578_0.7357160967744631"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-07-12T22:01:40.807Z","publish_time":1689199300807,"_source_registry_name":"default","_cnpm_publish_time":1689199300807},"7.0.0":{"name":"gtoken","version":"7.0.0","description":"Node.js Google Authentication Service Account Tokens","main":"./build/src/index.js","types":"./build/src/index.d.ts","engines":{"node":">=14.0.0"},"repository":{"type":"git","url":"git+https://github.com/google/node-gtoken.git"},"scripts":{"lint":"gts check","clean":"gts clean","fix":"gts fix","compile":"tsc -p .","test":"c8 mocha build/test","prepare":"npm run compile","pretest":"npm run compile","presystem-test":"npm run compile","system-test":"mocha build/system-test","samples-test":"cd samples/ && npm link ../ && npm test && cd ../","docs":"compodoc src/","docs-test":"linkinator docs","predocs-test":"npm run docs","prelint":"cd samples; npm link ../; npm install","precompile":"gts clean"},"keywords":["google","service","account","api","token","api","auth"],"author":{"name":"Google, LLC"},"license":"MIT","dependencies":{"gaxios":"^5.0.1","jws":"^4.0.0"},"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":"^18.0.0","c8":"^8.0.0","gts":"^3.1.1","linkinator":"^4.0.0","mocha":"^9.2.2","nock":"^13.0.0","typescript":"^5.1.6"},"_resolved":"","_integrity":"","_from":"file:gtoken-7.0.0.tgz","bugs":{"url":"https://github.com/google/node-gtoken/issues"},"homepage":"https://github.com/google/node-gtoken#readme","_id":"gtoken@7.0.0","_nodeVersion":"14.19.3","_npmVersion":"6.14.17","dist":{"shasum":"05a4aabd121d11f9c906d217123d4a7ed789f62a","size":11304,"noattachment":false,"key":"/gtoken/-/gtoken-7.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/gtoken/download/gtoken-7.0.0.tgz"},"_npmUser":{"name":"ofrobots","email":"ofrobots@google.com"},"directories":{},"maintainers":[{"name":"google-node-team","email":"node-team-npm@google.com"},{"name":"google-wombot","email":""},{"name":"ofrobots","email":""},{"name":"soldair","email":"soldair@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/gtoken_7.0.0_1689108420971_0.900680951977862"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-07-11T20:47:01.205Z","publish_time":1689108421205,"_source_registry_name":"default","_cnpm_publish_time":1689108421205},"6.1.2":{"name":"gtoken","version":"6.1.2","description":"Node.js Google Authentication Service Account Tokens","main":"./build/src/index.js","types":"./build/src/index.d.ts","engines":{"node":">=12.0.0"},"repository":{"type":"git","url":"git+https://github.com/google/node-gtoken.git"},"scripts":{"lint":"gts check","clean":"gts clean","fix":"gts fix","compile":"tsc -p .","test":"c8 mocha build/test","prepare":"npm run compile","pretest":"npm run compile","presystem-test":"npm run compile","system-test":"mocha build/system-test","samples-test":"cd samples/ && npm link ../ && npm test && cd ../","docs":"compodoc src/","docs-test":"linkinator docs","predocs-test":"npm run docs","prelint":"cd samples; npm link ../; npm install","precompile":"gts clean"},"keywords":["google","service","account","api","token","api","auth"],"author":{"name":"Google, LLC"},"license":"MIT","dependencies":{"gaxios":"^5.0.1","google-p12-pem":"^4.0.0","jws":"^4.0.0"},"devDependencies":{"@compodoc/compodoc":"^1.1.7","@types/jws":"^3.1.0","@types/mocha":"^9.0.0","@types/node":"^16.0.0","c8":"^7.0.0","gts":"^3.0.0","linkinator":"^4.0.0","mocha":"^9.2.2","nock":"^13.0.0","typescript":"^4.6.4"},"gitHead":"7a988db0a86e189a2abc7ce0040c41381fa973f0","bugs":{"url":"https://github.com/google/node-gtoken/issues"},"homepage":"https://github.com/google/node-gtoken#readme","_id":"gtoken@6.1.2","_nodeVersion":"12.22.12","_npmVersion":"6.14.16","dist":{"shasum":"aeb7bdb019ff4c3ba3ac100bbe7b6e74dce0e8bc","size":11337,"noattachment":false,"key":"/gtoken/-/gtoken-6.1.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/gtoken/download/gtoken-6.1.2.tgz"},"_npmUser":{"name":"google-wombot","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"google-node-team","email":"node-team-npm@google.com"},{"name":"google-wombot","email":""},{"name":"ofrobots","email":""},{"name":"soldair","email":"soldair@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/gtoken_6.1.2_1662648546939_0.6531057884070623"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-09-08T21:47:26.617Z","publish_time":1662648547089,"_cnpm_publish_time":1662648547089},"6.1.1":{"name":"gtoken","version":"6.1.1","description":"Node.js Google Authentication Service Account Tokens","main":"./build/src/index.js","types":"./build/src/index.d.ts","engines":{"node":">=12.0.0"},"repository":{"type":"git","url":"git+https://github.com/google/node-gtoken.git"},"scripts":{"lint":"gts check","clean":"gts clean","fix":"gts fix","compile":"tsc -p .","test":"c8 mocha build/test","prepare":"npm run compile","pretest":"npm run compile","presystem-test":"npm run compile","system-test":"mocha build/system-test","samples-test":"cd samples/ && npm link ../ && npm test && cd ../","docs":"compodoc src/","docs-test":"linkinator docs","predocs-test":"npm run docs","prelint":"cd samples; npm link ../; npm install","precompile":"gts clean"},"keywords":["google","service","account","api","token","api","auth"],"author":{"name":"Google, LLC"},"license":"MIT","dependencies":{"gaxios":"^5.0.1","google-p12-pem":"^4.0.0","jws":"^4.0.0"},"devDependencies":{"@compodoc/compodoc":"^1.1.7","@types/jws":"^3.1.0","@types/mocha":"^9.0.0","@types/node":"^16.0.0","c8":"^7.0.0","gts":"^3.0.0","linkinator":"^4.0.0","mocha":"^9.2.2","nock":"^13.0.0","typescript":"^4.6.4"},"gitHead":"01a630cee068f4a035eb4842312d765194fcea80","bugs":{"url":"https://github.com/google/node-gtoken/issues"},"homepage":"https://github.com/google/node-gtoken#readme","_id":"gtoken@6.1.1","_nodeVersion":"12.22.12","_npmVersion":"6.14.16","dist":{"shasum":"29ebf3e6893719176d180f5694f1cad525ce3c04","size":11252,"noattachment":false,"key":"/gtoken/-/gtoken-6.1.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/gtoken/download/gtoken-6.1.1.tgz"},"_npmUser":{"name":"google-wombot","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"google-node-team","email":"node-team-npm@google.com"},{"name":"google-wombot","email":""},{"name":"ofrobots","email":""},{"name":"soldair","email":"soldair@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/gtoken_6.1.1_1660571587459_0.4215705181533529"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-08-15T13:53:14.538Z","publish_time":1660571587648,"_cnpm_publish_time":1660571587648},"6.1.0":{"name":"gtoken","version":"6.1.0","description":"Node.js Google Authentication Service Account Tokens","main":"./build/src/index.js","types":"./build/src/index.d.ts","engines":{"node":">=12.0.0"},"repository":{"type":"git","url":"git+https://github.com/google/node-gtoken.git"},"scripts":{"lint":"gts check","clean":"gts clean","fix":"gts fix","compile":"tsc -p .","test":"c8 mocha build/test","prepare":"npm run compile","pretest":"npm run compile","presystem-test":"npm run compile","system-test":"mocha build/system-test","samples-test":"cd samples/ && npm link ../ && npm test && cd ../","docs":"compodoc src/","docs-test":"linkinator docs","predocs-test":"npm run docs","prelint":"cd samples; npm link ../; npm install","precompile":"gts clean"},"keywords":["google","service","account","api","token","api","auth"],"author":{"name":"Google, LLC"},"license":"MIT","dependencies":{"gaxios":"^4.0.0","google-p12-pem":"^4.0.0","jws":"^4.0.0"},"devDependencies":{"@compodoc/compodoc":"^1.1.7","@types/jws":"^3.1.0","@types/mocha":"^9.0.0","@types/node":"^16.0.0","c8":"^7.0.0","gts":"^3.0.0","linkinator":"^2.0.0","mocha":"^9.2.2","nock":"^13.0.0","typescript":"^4.6.4"},"gitHead":"124222df55d3bb26d6eb613cb058303ad2be2146","bugs":{"url":"https://github.com/google/node-gtoken/issues"},"homepage":"https://github.com/google/node-gtoken#readme","_id":"gtoken@6.1.0","_nodeVersion":"12.22.12","_npmVersion":"6.14.16","dist":{"shasum":"62938c679b364662ce21077858e0db3cfe025363","size":11248,"noattachment":false,"key":"/gtoken/-/gtoken-6.1.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/gtoken/download/gtoken-6.1.0.tgz"},"_npmUser":{"name":"google-wombot","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"google-node-team","email":"node-team-npm@google.com"},{"name":"google-wombot","email":""},{"name":"ofrobots","email":""},{"name":"soldair","email":"soldair@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/gtoken_6.1.0_1656616567230_0.44846738182362555"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-06-30T19:19:34.840Z","publish_time":1656616567497,"_cnpm_publish_time":1656616567497},"6.0.1":{"name":"gtoken","version":"6.0.1","description":"Node.js Google Authentication Service Account Tokens","main":"./build/src/index.js","types":"./build/src/index.d.ts","engines":{"node":">=12.0.0"},"repository":{"type":"git","url":"git+https://github.com/google/node-gtoken.git"},"scripts":{"lint":"gts check","clean":"gts clean","fix":"gts fix","compile":"tsc -p .","test":"c8 mocha build/test","prepare":"npm run compile","pretest":"npm run compile","presystem-test":"npm run compile","system-test":"mocha build/system-test","samples-test":"cd samples/ && npm link ../ && npm test && cd ../","docs":"compodoc src/","docs-test":"linkinator docs","predocs-test":"npm run docs","prelint":"cd samples; npm link ../; npm install","precompile":"gts clean"},"keywords":["google","service","account","api","token","api","auth"],"author":{"name":"Google, LLC"},"license":"MIT","dependencies":{"gaxios":"^4.0.0","google-p12-pem":"^4.0.0","jws":"^4.0.0"},"devDependencies":{"@compodoc/compodoc":"^1.1.7","@types/jws":"^3.1.0","@types/mocha":"^9.0.0","@types/node":"^16.0.0","c8":"^7.0.0","gts":"^3.0.0","linkinator":"^2.0.0","mocha":"^9.2.2","nock":"^13.0.0","typescript":"^4.6.4"},"gitHead":"2d8df93f395f2a29123ff6de9dfb2891f769f2dd","bugs":{"url":"https://github.com/google/node-gtoken/issues"},"homepage":"https://github.com/google/node-gtoken#readme","_id":"gtoken@6.0.1","_nodeVersion":"12.22.7","_npmVersion":"6.14.15","dist":{"shasum":"1276371d51e93c4eface76e3f30f9e8f1cad3f1a","size":11016,"noattachment":false,"key":"/gtoken/-/gtoken-6.0.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/gtoken/download/gtoken-6.0.1.tgz"},"_npmUser":{"name":"google-wombot","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"google-node-team","email":"node-team-npm@google.com"},{"name":"google-wombot","email":""},{"name":"ofrobots","email":""},{"name":"soldair","email":"soldair@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/gtoken_6.0.1_1654632359071_0.019123633910697047"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-06-07T22:52:14.011Z","publish_time":1654632359234,"_cnpm_publish_time":1654632359234},"6.0.0":{"name":"gtoken","version":"6.0.0","description":"Node.js Google Authentication Service Account Tokens","main":"./build/src/index.js","types":"./build/src/index.d.ts","engines":{"node":">=12.0.0"},"repository":{"type":"git","url":"git+https://github.com/google/node-gtoken.git"},"scripts":{"lint":"gts check","clean":"gts clean","fix":"gts fix","compile":"tsc -p .","test":"c8 mocha build/test","prepare":"npm run compile","pretest":"npm run compile","presystem-test":"npm run compile","system-test":"mocha build/system-test","samples-test":"cd samples/ && npm link ../ && npm test && cd ../","docs":"compodoc src/","docs-test":"linkinator docs","predocs-test":"npm run docs","prelint":"cd samples; npm link ../; npm install","precompile":"gts clean"},"keywords":["google","service","account","api","token","api","auth"],"author":{"name":"Google, LLC"},"license":"MIT","dependencies":{"gaxios":"^4.0.0","google-p12-pem":"^3.1.3","jws":"^4.0.0"},"devDependencies":{"@compodoc/compodoc":"^1.1.7","@types/jws":"^3.1.0","@types/mocha":"^9.0.0","@types/node":"^16.0.0","c8":"^7.0.0","gts":"^3.0.0","linkinator":"^2.0.0","mocha":"^9.2.2","nock":"^13.0.0","typescript":"^4.6.4"},"gitHead":"4a9b6a1ff0906c07c336355ea34c442180120f9a","bugs":{"url":"https://github.com/google/node-gtoken/issues"},"homepage":"https://github.com/google/node-gtoken#readme","_id":"gtoken@6.0.0","_nodeVersion":"12.22.7","_npmVersion":"6.14.15","dist":{"shasum":"d22fcdcea007923e8e7cec9bacb5d2a68c11c124","size":10947,"noattachment":false,"key":"/gtoken/-/gtoken-6.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/gtoken/download/gtoken-6.0.0.tgz"},"_npmUser":{"name":"google-wombot","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"google-node-team","email":"node-team-npm@google.com"},{"name":"google-wombot","email":""},{"name":"ofrobots","email":""},{"name":"soldair","email":"soldair@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/gtoken_6.0.0_1652218022080_0.6926297330178408"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-05-10T21:54:03.007Z","publish_time":1652218022268,"_cnpm_publish_time":1652218022268},"5.3.2":{"name":"gtoken","version":"5.3.2","description":"Node.js Google Authentication Service Account Tokens","main":"./build/src/index.js","types":"./build/src/index.d.ts","engines":{"node":">=10"},"repository":{"type":"git","url":"git+https://github.com/google/node-gtoken.git"},"scripts":{"lint":"gts check","clean":"gts clean","fix":"gts fix","compile":"tsc -p .","test":"c8 mocha build/test","prepare":"npm run compile","pretest":"npm run compile","presystem-test":"npm run compile","system-test":"mocha build/system-test","samples-test":"cd samples/ && npm link ../ && npm test && cd ../","docs":"compodoc src/","docs-test":"linkinator docs","predocs-test":"npm run docs","prelint":"cd samples; npm link ../; npm install","precompile":"gts clean"},"keywords":["google","service","account","api","token","api","auth"],"author":{"name":"Google, LLC"},"license":"MIT","dependencies":{"gaxios":"^4.0.0","google-p12-pem":"^3.1.3","jws":"^4.0.0"},"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"},"gitHead":"7f913c73fd00ea26e113932514d4f4e6b146e9e1","bugs":{"url":"https://github.com/google/node-gtoken/issues"},"homepage":"https://github.com/google/node-gtoken#readme","_id":"gtoken@5.3.2","_nodeVersion":"12.22.7","_npmVersion":"6.14.15","dist":{"shasum":"deb7dc876abe002178e0515e383382ea9446d58f","size":10721,"noattachment":false,"key":"/gtoken/-/gtoken-5.3.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/gtoken/download/gtoken-5.3.2.tgz"},"_npmUser":{"name":"google-wombot","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"google-node-team","email":"node-team-npm@google.com"},{"name":"google-wombot","email":""},{"name":"ofrobots","email":""},{"name":"soldair","email":"soldair@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/gtoken_5.3.2_1644273894365_0.42500959409353634"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-02-07T22:45:00.566Z","publish_time":1644273894542,"_cnpm_publish_time":1644273894542},"5.3.1":{"name":"gtoken","version":"5.3.1","description":"Node.js Google Authentication Service Account Tokens","main":"./build/src/index.js","types":"./build/src/index.d.ts","engines":{"node":">=10"},"repository":{"type":"git","url":"git+https://github.com/google/node-gtoken.git"},"scripts":{"lint":"gts check","clean":"gts clean","fix":"gts fix","compile":"tsc -p .","test":"c8 mocha build/test","prepare":"npm run compile","pretest":"npm run compile","presystem-test":"npm run compile","system-test":"mocha build/system-test","samples-test":"cd samples/ && npm link ../ && npm test && cd ../","docs":"compodoc src/","docs-test":"linkinator docs","predocs-test":"npm run docs","prelint":"cd samples; npm link ../; npm install","precompile":"gts clean"},"keywords":["google","service","account","api","token","api","auth"],"author":{"name":"Google, LLC"},"license":"MIT","dependencies":{"gaxios":"^4.0.0","google-p12-pem":"^3.0.3","jws":"^4.0.0"},"devDependencies":{"@compodoc/compodoc":"^1.1.7","@types/jws":"^3.1.0","@types/mocha":"^8.0.0","@types/node":"^14.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"},"gitHead":"55d702b3f0f3c8367ade5e42cb6e79ec06aa5491","bugs":{"url":"https://github.com/google/node-gtoken/issues"},"homepage":"https://github.com/google/node-gtoken#readme","_id":"gtoken@5.3.1","_nodeVersion":"12.22.4","_npmVersion":"6.14.14","dist":{"shasum":"c1c2598a826f2b5df7c6bb53d7be6cf6d50c3c78","size":10638,"noattachment":false,"key":"/gtoken/-/gtoken-5.3.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/gtoken/download/gtoken-5.3.1.tgz"},"_npmUser":{"name":"google-wombot","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"google-node-team","email":"node-team-npm@google.com"},{"name":"google-wombot","email":""},{"name":"ofrobots","email":""},{"name":"soldair","email":"soldair@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/gtoken_5.3.1_1628695260300_0.6811599358888958"},"_hasShrinkwrap":false,"publish_time":1628695260764,"_cnpm_publish_time":1628695260764},"5.3.0":{"name":"gtoken","version":"5.3.0","description":"Node.js Google Authentication Service Account Tokens","main":"./build/src/index.js","types":"./build/src/index.d.ts","engines":{"node":">=10"},"repository":{"type":"git","url":"git+https://github.com/google/node-gtoken.git"},"scripts":{"lint":"gts check","clean":"gts clean","fix":"gts fix","compile":"tsc -p .","test":"c8 mocha build/test","prepare":"npm run compile","pretest":"npm run compile","presystem-test":"npm run compile","system-test":"mocha build/system-test","samples-test":"cd samples/ && npm link ../ && npm test && cd ../","docs":"compodoc src/","docs-test":"linkinator docs","predocs-test":"npm run docs","prelint":"cd samples; npm link ../; npm install","precompile":"gts clean","api-extractor":"api-extractor run --local","api-documenter":"api-documenter yaml --input-folder=temp"},"keywords":["google","service","account","api","token","api","auth"],"author":{"name":"Google, LLC"},"license":"MIT","dependencies":{"gaxios":"^4.0.0","google-p12-pem":"^3.0.3","jws":"^4.0.0"},"devDependencies":{"@compodoc/compodoc":"^1.1.7","@types/jws":"^3.1.0","@types/mocha":"^8.0.0","@types/node":"^14.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","@microsoft/api-documenter":"^7.8.10","@microsoft/api-extractor":"^7.8.10"},"gitHead":"4746054f6ff50875ea33aee4821288c17fb5b960","bugs":{"url":"https://github.com/google/node-gtoken/issues"},"homepage":"https://github.com/google/node-gtoken#readme","_id":"gtoken@5.3.0","_nodeVersion":"12.22.0","_npmVersion":"6.14.11","dist":{"shasum":"6536eb2880d9829f0b9d78f756795d4d9064b217","size":10630,"noattachment":false,"key":"/gtoken/-/gtoken-5.3.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/gtoken/download/gtoken-5.3.0.tgz"},"_npmUser":{"name":"google-wombot","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"google-node-team","email":"node-team-npm@google.com"},{"name":"google-wombot","email":""},{"name":"ofrobots","email":""},{"name":"soldair","email":"soldair@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/gtoken_5.3.0_1623287316622_0.25591609554278505"},"_hasShrinkwrap":false,"publish_time":1623287316787,"_cnpm_publish_time":1623287316787},"5.2.1":{"name":"gtoken","version":"5.2.1","description":"Node.js Google Authentication Service Account Tokens","main":"./build/src/index.js","types":"./build/src/index.d.ts","engines":{"node":">=10"},"repository":{"type":"git","url":"git+https://github.com/google/node-gtoken.git"},"scripts":{"lint":"gts check","clean":"gts clean","fix":"gts fix","compile":"tsc -p .","test":"c8 mocha build/test","prepare":"npm run compile","pretest":"npm run compile","presystem-test":"npm run compile","system-test":"mocha build/system-test","samples-test":"cd samples/ && npm link ../ && npm test && cd ../","docs":"compodoc src/","docs-test":"linkinator docs","predocs-test":"npm run docs","prelint":"cd samples; npm link ../; npm install","precompile":"gts clean","api-extractor":"api-extractor run --local","api-documenter":"api-documenter yaml --input-folder=temp"},"keywords":["google","service","account","api","token","api","auth"],"author":{"name":"Google, LLC"},"license":"MIT","dependencies":{"gaxios":"^4.0.0","google-p12-pem":"^3.0.3","jws":"^4.0.0"},"devDependencies":{"@compodoc/compodoc":"^1.1.7","@types/jws":"^3.1.0","@types/mocha":"^8.0.0","@types/node":"^10.0.3","c8":"^7.0.0","gts":"^3.0.0","linkinator":"^2.0.0","mocha":"^8.0.0","nock":"^13.0.0","typescript":"^3.8.3","@microsoft/api-documenter":"^7.8.10","@microsoft/api-extractor":"^7.8.10"},"gitHead":"ccd0d9f67bf9db5ae4a08a6bb4b14497084afd00","bugs":{"url":"https://github.com/google/node-gtoken/issues"},"homepage":"https://github.com/google/node-gtoken#readme","_id":"gtoken@5.2.1","_nodeVersion":"12.18.4","_npmVersion":"6.14.6","dist":{"shasum":"4dae1fea17270f457954b4a45234bba5fc796d16","size":10532,"noattachment":false,"key":"/gtoken/-/gtoken-5.2.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/gtoken/download/gtoken-5.2.1.tgz"},"_npmUser":{"name":"google-wombot","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"google-node-team","email":"node-team-npm@google.com"},{"name":"google-wombot","email":""},{"name":"ofrobots","email":""},{"name":"soldair","email":"soldair@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/gtoken_5.2.1_1611702537692_0.265139864169629"},"_hasShrinkwrap":false,"publish_time":1611702537804,"_cnpm_publish_time":1611702537804},"5.2.0":{"name":"gtoken","version":"5.2.0","description":"Node.js Google Authentication Service Account Tokens","main":"./build/src/index.js","types":"./build/src/index.d.ts","engines":{"node":">=10"},"repository":{"type":"git","url":"git+https://github.com/google/node-gtoken.git"},"scripts":{"lint":"gts check","clean":"gts clean","fix":"gts fix","compile":"tsc -p .","test":"c8 mocha build/test","prepare":"npm run compile","pretest":"npm run compile","presystem-test":"npm run compile","system-test":"mocha build/system-test","samples-test":"cd samples/ && npm link ../ && npm test && cd ../","docs":"compodoc src/","docs-test":"linkinator docs","predocs-test":"npm run docs","prelint":"cd samples; npm link ../; npm install","precompile":"gts clean","api-extractor":"api-extractor run --local","api-documenter":"api-documenter yaml --input-folder=temp"},"keywords":["google","service","account","api","token","api","auth"],"author":{"name":"Google, LLC"},"license":"MIT","dependencies":{"gaxios":"^4.0.0","google-p12-pem":"^3.0.3","jws":"^4.0.0","mime":"^2.2.0"},"devDependencies":{"@compodoc/compodoc":"^1.1.7","@types/jws":"^3.1.0","@types/mime":"^2.0.0","@types/mocha":"^8.0.0","@types/nock":"^10.0.0","@types/node":"^10.0.3","c8":"^7.0.0","codecov":"^3.0.2","gts":"^3.0.0","js-green-licenses":"^2.0.0","linkinator":"^2.0.0","mocha":"^8.0.0","nock":"^13.0.0","typescript":"^3.8.3","@microsoft/api-documenter":"^7.8.10","@microsoft/api-extractor":"^7.8.10"},"gitHead":"69e06d7e2e99ddfdbebd8447894580b0e8a1827b","bugs":{"url":"https://github.com/google/node-gtoken/issues"},"homepage":"https://github.com/google/node-gtoken#readme","_id":"gtoken@5.2.0","_nodeVersion":"12.18.4","_npmVersion":"6.14.6","dist":{"shasum":"7f1e029f9472bb8899d6911c03c66f7ad985c849","size":10506,"noattachment":false,"key":"/gtoken/-/gtoken-5.2.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/gtoken/download/gtoken-5.2.0.tgz"},"_npmUser":{"name":"google-wombot","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"google-node-team","email":"node-team-npm@google.com"},{"name":"google-wombot","email":""},{"name":"ofrobots","email":""},{"name":"soldair","email":"soldair@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/gtoken_5.2.0_1610647740920_0.31192384613647817"},"_hasShrinkwrap":false,"publish_time":1610647741020,"_cnpm_publish_time":1610647741020},"5.1.0":{"name":"gtoken","version":"5.1.0","description":"Node.js Google Authentication Service Account Tokens","main":"./build/src/index.js","types":"./build/src/index.d.ts","engines":{"node":">=10"},"repository":{"type":"git","url":"git+https://github.com/google/node-gtoken.git"},"scripts":{"lint":"gts check","clean":"gts clean","fix":"gts fix","compile":"tsc -p .","test":"c8 mocha build/test","prepare":"npm run compile","pretest":"npm run compile","presystem-test":"npm run compile","system-test":"mocha build/system-test","samples-test":"cd samples/ && npm link ../ && npm test && cd ../","docs":"compodoc src/","docs-test":"linkinator docs","predocs-test":"npm run docs","prelint":"cd samples; npm link ../; npm install","precompile":"gts clean","api-extractor":"api-extractor run --local","api-documenter":"api-documenter yaml --input-folder=temp"},"keywords":["google","service","account","api","token","api","auth"],"author":{"name":"Google, LLC"},"license":"MIT","dependencies":{"gaxios":"^4.0.0","google-p12-pem":"^3.0.3","jws":"^4.0.0","mime":"^2.2.0"},"devDependencies":{"@compodoc/compodoc":"^1.1.7","@types/jws":"^3.1.0","@types/mime":"^2.0.0","@types/mocha":"^8.0.0","@types/nock":"^10.0.0","@types/node":"^10.0.3","c8":"^7.0.0","codecov":"^3.0.2","gts":"^3.0.0","js-green-licenses":"^2.0.0","linkinator":"^2.0.0","mocha":"^8.0.0","nock":"^13.0.0","typescript":"^3.8.3","@microsoft/api-documenter":"^7.8.10","@microsoft/api-extractor":"^7.8.10"},"gitHead":"f624b3436c11653caf280921f5f352ac1449c423","bugs":{"url":"https://github.com/google/node-gtoken/issues"},"homepage":"https://github.com/google/node-gtoken#readme","_id":"gtoken@5.1.0","_nodeVersion":"12.18.4","_npmVersion":"6.14.6","dist":{"shasum":"4ba8d2fc9a8459098f76e7e8fd7beaa39fda9fe4","size":10166,"noattachment":false,"key":"/gtoken/-/gtoken-5.1.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/gtoken/download/gtoken-5.1.0.tgz"},"_npmUser":{"name":"google-wombot","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"google-node-team","email":"node-team-npm@google.com"},{"name":"google-wombot","email":""},{"name":"ofrobots","email":""},{"name":"soldair","email":"soldair@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/gtoken_5.1.0_1605634722545_0.6003448366975084"},"_hasShrinkwrap":false,"publish_time":1605634722688,"_cnpm_publish_time":1605634722688},"5.0.5":{"name":"gtoken","version":"5.0.5","description":"Node.js Google Authentication Service Account Tokens","main":"./build/src/index.js","types":"./build/src/index.d.ts","engines":{"node":">=10"},"repository":{"type":"git","url":"git+https://github.com/google/node-gtoken.git"},"scripts":{"lint":"gts check","clean":"gts clean","fix":"gts fix","compile":"tsc -p .","test":"c8 mocha build/test","prepare":"npm run compile","pretest":"npm run compile","presystem-test":"npm run compile","system-test":"mocha build/system-test","samples-test":"cd samples/ && npm link ../ && npm test && cd ../","docs":"compodoc src/","docs-test":"linkinator docs","predocs-test":"npm run docs","prelint":"cd samples; npm link ../; npm install","precompile":"gts clean","api-extractor":"api-extractor run --local","api-documenter":"api-documenter yaml --input-folder=temp"},"keywords":["google","service","account","api","token","api","auth"],"author":{"name":"Google, LLC"},"license":"MIT","dependencies":{"gaxios":"^4.0.0","google-p12-pem":"^3.0.3","jws":"^4.0.0","mime":"^2.2.0"},"devDependencies":{"@compodoc/compodoc":"^1.1.7","@types/jws":"^3.1.0","@types/mime":"^2.0.0","@types/mocha":"^8.0.0","@types/nock":"^10.0.0","@types/node":"^10.0.3","c8":"^7.0.0","codecov":"^3.0.2","gts":"^3.0.0","js-green-licenses":"^2.0.0","linkinator":"^2.0.0","mocha":"^8.0.0","nock":"^13.0.0","typescript":"^3.8.3","@microsoft/api-documenter":"^7.8.10","@microsoft/api-extractor":"^7.8.10"},"gitHead":"84841ab91ffbb325c6b49c4185d10521c3979153","bugs":{"url":"https://github.com/google/node-gtoken/issues"},"homepage":"https://github.com/google/node-gtoken#readme","_id":"gtoken@5.0.5","_nodeVersion":"12.18.4","_npmVersion":"6.14.6","dist":{"shasum":"e752d18538576777dfe237887e30fc0627870eae","size":9800,"noattachment":false,"key":"/gtoken/-/gtoken-5.0.5.tgz","tarball":"http://registry.cnpm.dingdandao.com/gtoken/download/gtoken-5.0.5.tgz"},"maintainers":[{"name":"google-node-team","email":"node-team-npm@google.com"},{"name":"google-wombot","email":""},{"name":"ofrobots","email":""},{"name":"soldair","email":"soldair@gmail.com"}],"_npmUser":{"name":"google-wombot","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/gtoken_5.0.5_1603733872006_0.18463069671388221"},"_hasShrinkwrap":false,"publish_time":1603733872164,"_cnpm_publish_time":1603733872164},"5.0.4":{"name":"gtoken","version":"5.0.4","description":"Node.js Google Authentication Service Account Tokens","main":"./build/src/index.js","types":"./build/src/index.d.ts","engines":{"node":">=10"},"repository":{"type":"git","url":"git+https://github.com/google/node-gtoken.git"},"scripts":{"lint":"gts check","clean":"gts clean","fix":"gts fix","compile":"tsc -p .","test":"c8 mocha build/test","prepare":"npm run compile","pretest":"npm run compile","presystem-test":"npm run compile","system-test":"mocha build/system-test","samples-test":"cd samples/ && npm link ../ && npm test && cd ../","docs":"compodoc src/","docs-test":"linkinator docs","predocs-test":"npm run docs","prelint":"cd samples; npm link ../; npm install","precompile":"gts clean","api-extractor":"api-extractor run --local","api-documenter":"api-documenter yaml --input-folder=temp"},"keywords":["google","service","account","api","token","api","auth"],"author":{"name":"Google, LLC"},"license":"MIT","dependencies":{"gaxios":"^3.0.0","google-p12-pem":"^3.0.3","jws":"^4.0.0","mime":"^2.2.0"},"devDependencies":{"@compodoc/compodoc":"^1.1.7","@types/jws":"^3.1.0","@types/mime":"^2.0.0","@types/mocha":"^8.0.0","@types/nock":"^10.0.0","@types/node":"^10.0.3","c8":"^7.0.0","codecov":"^3.0.2","gts":"^2.0.0","js-green-licenses":"^2.0.0","linkinator":"^2.0.0","mocha":"^8.0.0","nock":"^13.0.0","typescript":"^3.8.3","@microsoft/api-documenter":"^7.8.10","@microsoft/api-extractor":"^7.8.10"},"gitHead":"8cdb84f88ee4681ba11b71a0200426387b334f4b","bugs":{"url":"https://github.com/google/node-gtoken/issues"},"homepage":"https://github.com/google/node-gtoken#readme","_id":"gtoken@5.0.4","_nodeVersion":"12.18.4","_npmVersion":"6.14.6","dist":{"shasum":"e8d7456ad2ff774c70176e56b9d34b1c63fb6f0b","size":9737,"noattachment":false,"key":"/gtoken/-/gtoken-5.0.4.tgz","tarball":"http://registry.cnpm.dingdandao.com/gtoken/download/gtoken-5.0.4.tgz"},"maintainers":[{"name":"google-node-team","email":"node-team-npm@google.com"},{"name":"google-wombot","email":""},{"name":"ofrobots","email":""},{"name":"soldair","email":"soldair@gmail.com"}],"_npmUser":{"name":"google-wombot","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/gtoken_5.0.4_1601999890462_0.8175049910762184"},"_hasShrinkwrap":false,"publish_time":1601999890562,"_cnpm_publish_time":1601999890562},"5.0.3":{"name":"gtoken","version":"5.0.3","description":"Node.js Google Authentication Service Account Tokens","main":"./build/src/index.js","types":"./build/src/index.d.ts","engines":{"node":">=10"},"repository":{"type":"git","url":"git+https://github.com/google/node-gtoken.git"},"scripts":{"lint":"gts check","clean":"gts clean","fix":"gts fix","compile":"tsc -p .","test":"c8 mocha build/test","prepare":"npm run compile","pretest":"npm run compile","presystem-test":"npm run compile","system-test":"mocha build/system-test","samples-test":"cd samples/ && npm link ../ && npm test && cd ../","docs":"compodoc src/","docs-test":"linkinator docs","predocs-test":"npm run docs","prelint":"cd samples; npm link ../; npm install","precompile":"gts clean","api-extractor":"api-extractor run --local","api-documenter":"api-documenter yaml --input-folder=temp"},"keywords":["google","service","account","api","token","api","auth"],"author":{"name":"Google, LLC"},"license":"MIT","dependencies":{"gaxios":"^3.0.0","google-p12-pem":"^3.0.0","jws":"^4.0.0","mime":"^2.2.0"},"devDependencies":{"@compodoc/compodoc":"^1.1.7","@types/jws":"^3.1.0","@types/mime":"^2.0.0","@types/mocha":"^8.0.0","@types/nock":"^10.0.0","@types/node":"^10.0.3","c8":"^7.0.0","codecov":"^3.0.2","gts":"^2.0.0","js-green-licenses":"^2.0.0","linkinator":"^2.0.0","mocha":"^8.0.0","nock":"^13.0.0","typescript":"^3.8.3","@microsoft/api-documenter":"^7.8.10","@microsoft/api-extractor":"^7.8.10"},"bugs":{"url":"https://github.com/google/node-gtoken/issues"},"homepage":"https://github.com/google/node-gtoken#readme","_id":"gtoken@5.0.3","_nodeVersion":"10.20.1","_npmVersion":"6.14.4","dist":{"shasum":"b76ef8e9a2fed6fef165e47f7d05b60c498e4d05","size":9667,"noattachment":false,"key":"/gtoken/-/gtoken-5.0.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/gtoken/download/gtoken-5.0.3.tgz"},"maintainers":[{"name":"google-node-team","email":"node-team-npm@google.com"},{"name":"google-wombot","email":""},{"name":"ofrobots","email":""},{"name":"soldair","email":"soldair@gmail.com"}],"_npmUser":{"name":"google-wombot","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/gtoken_5.0.3_1595879329176_0.31579442488500575"},"_hasShrinkwrap":false,"publish_time":1595879329285,"_cnpm_publish_time":1595879329285},"5.0.2":{"name":"gtoken","version":"5.0.2","description":"Node.js Google Authentication Service Account Tokens","main":"./build/src/index.js","types":"./build/src/index.d.ts","engines":{"node":">=10"},"repository":{"type":"git","url":"git+https://github.com/google/node-gtoken.git"},"scripts":{"lint":"gts check","clean":"gts clean","fix":"gts fix","compile":"tsc -p .","test":"c8 mocha build/test","prepare":"npm run compile","pretest":"npm run compile","presystem-test":"npm run compile","system-test":"mocha build/system-test","samples-test":"cd samples/ && npm link ../ && npm test && cd ../","docs":"compodoc src/","docs-test":"linkinator docs","predocs-test":"npm run docs","prelint":"cd samples; npm link ../; npm install","precompile":"gts clean"},"keywords":["google","service","account","api","token","api","auth"],"author":{"name":"Google, LLC"},"license":"MIT","dependencies":{"gaxios":"^3.0.0","google-p12-pem":"^3.0.0","jws":"^4.0.0","mime":"^2.2.0"},"devDependencies":{"@compodoc/compodoc":"^1.1.7","@types/jws":"^3.1.0","@types/mime":"^2.0.0","@types/mocha":"^7.0.0","@types/nock":"^10.0.0","@types/node":"^10.0.3","c8":"^7.0.0","codecov":"^3.0.2","gts":"^2.0.0","js-green-licenses":"^2.0.0","linkinator":"^2.0.0","mocha":"^8.0.0","nock":"^13.0.0","typescript":"^3.8.3"},"bugs":{"url":"https://github.com/google/node-gtoken/issues"},"homepage":"https://github.com/google/node-gtoken#readme","_id":"gtoken@5.0.2","_nodeVersion":"10.19.0","_npmVersion":"6.13.4","dist":{"shasum":"688e4334b99378b4d4a67add19e1680f411ba74d","size":9518,"noattachment":false,"key":"/gtoken/-/gtoken-5.0.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/gtoken/download/gtoken-5.0.2.tgz"},"maintainers":[{"name":"google-node-team","email":"node-team-npm@google.com"},{"name":"google-wombot","email":""},{"name":"ofrobots","email":""},{"name":"soldair","email":"soldair@gmail.com"}],"_npmUser":{"name":"google-wombot","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/gtoken_5.0.2_1594344972926_0.016756482389648664"},"_hasShrinkwrap":false,"publish_time":1594344973051,"_cnpm_publish_time":1594344973051},"5.0.1":{"name":"gtoken","version":"5.0.1","description":"Node.js Google Authentication Service Account Tokens","main":"./build/src/index.js","types":"./build/src/index.d.ts","engines":{"node":">=10"},"repository":{"type":"git","url":"git+https://github.com/google/node-gtoken.git"},"scripts":{"lint":"gts check","clean":"gts clean","fix":"gts fix","compile":"tsc -p .","test":"c8 mocha build/test","prepare":"npm run compile","pretest":"npm run compile","presystem-test":"npm run compile","system-test":"mocha build/system-test","samples-test":"cd samples/ && npm link ../ && npm test && cd ../","docs":"compodoc src/","docs-test":"linkinator docs","predocs-test":"npm run docs","prelint":"cd samples; npm link ../; npm i"},"keywords":["google","service","account","api","token","api","auth"],"author":{"name":"Google, LLC"},"license":"MIT","dependencies":{"gaxios":"^3.0.0","google-p12-pem":"^3.0.0","jws":"^4.0.0","mime":"^2.2.0"},"devDependencies":{"@compodoc/compodoc":"^1.1.7","@types/jws":"^3.1.0","@types/mime":"^2.0.0","@types/mocha":"^7.0.0","@types/nock":"^10.0.0","@types/node":"^10.0.3","c8":"^7.0.0","codecov":"^3.0.2","gts":"^2.0.0-alpha.5","js-green-licenses":"^1.0.0","linkinator":"^2.0.0","mocha":"^7.0.0","nock":"^12.0.0","typescript":"^3.8.3"},"bugs":{"url":"https://github.com/google/node-gtoken/issues"},"homepage":"https://github.com/google/node-gtoken#readme","_id":"gtoken@5.0.1","_nodeVersion":"10.19.0","_npmVersion":"6.13.4","dist":{"shasum":"b93f309d89adfe230bb0f24269b978284ba89e0f","size":9435,"noattachment":false,"key":"/gtoken/-/gtoken-5.0.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/gtoken/download/gtoken-5.0.1.tgz"},"maintainers":[{"name":"google-node-team","email":"node-team-npm@google.com"},{"name":"google-wombot","email":""},{"name":"ofrobots","email":""},{"name":"soldair","email":"soldair@gmail.com"}],"_npmUser":{"name":"google-wombot","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/gtoken_5.0.1_1586980150662_0.06229648148921707"},"_hasShrinkwrap":false,"publish_time":1586980150885,"_cnpm_publish_time":1586980150885},"5.0.0":{"name":"gtoken","version":"5.0.0","description":"Node.js Google Authentication Service Account Tokens","main":"./build/src/index.js","types":"./build/src/index.d.ts","engines":{"node":">=10"},"repository":{"type":"git","url":"git+https://github.com/google/node-gtoken.git"},"scripts":{"lint":"gts check","clean":"gts clean","fix":"gts fix","compile":"tsc -p .","test":"c8 mocha build/test","prepare":"npm run compile","pretest":"npm run compile","presystem-test":"npm run compile","system-test":"mocha build/system-test","samples-test":"cd samples/ && npm link ../ && npm test && cd ../","docs":"compodoc src/","docs-test":"linkinator docs","predocs-test":"npm run docs","prelint":"cd samples; npm link ../; npm i"},"keywords":["google","service","account","api","token","api","auth"],"author":{"name":"Google, LLC"},"license":"MIT","dependencies":{"gaxios":"^2.1.0","google-p12-pem":"^2.0.0","jws":"^4.0.0","mime":"^2.2.0"},"devDependencies":{"@compodoc/compodoc":"^1.1.7","@types/jws":"^3.1.0","@types/mime":"^2.0.0","@types/mocha":"^7.0.0","@types/nock":"^10.0.0","@types/node":"^10.0.3","c8":"^7.0.0","codecov":"^3.0.2","gts":"^2.0.0-alpha.5","js-green-licenses":"^1.0.0","linkinator":"^2.0.0","mocha":"^7.0.0","nock":"^12.0.0","typescript":"^3.8.3"},"bugs":{"url":"https://github.com/google/node-gtoken/issues"},"homepage":"https://github.com/google/node-gtoken#readme","_id":"gtoken@5.0.0","_nodeVersion":"10.18.1","_npmVersion":"6.13.4","dist":{"shasum":"3be5dcf23706343d8dfe4850a896f52b2172aef0","size":9246,"noattachment":false,"key":"/gtoken/-/gtoken-5.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/gtoken/download/gtoken-5.0.0.tgz"},"maintainers":[{"name":"google-node-team","email":"node-team-npm@google.com"},{"name":"google-wombot","email":""},{"name":"ofrobots","email":""},{"name":"soldair","email":"soldair@gmail.com"}],"_npmUser":{"name":"google-wombot","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/gtoken_5.0.0_1585090142381_0.7762523266899117"},"_hasShrinkwrap":false,"publish_time":1585090142478,"_cnpm_publish_time":1585090142478},"4.1.4":{"name":"gtoken","version":"4.1.4","description":"Node.js Google Authentication Service Account Tokens","main":"./build/src/index.js","types":"./build/src/index.d.ts","engines":{"node":">=8.10.0"},"repository":{"type":"git","url":"git+https://github.com/google/node-gtoken.git"},"scripts":{"lint":"gts check","clean":"gts clean","fix":"gts fix","compile":"tsc -p .","test":"c8 mocha build/test","prepare":"npm run compile","pretest":"npm run compile","presystem-test":"npm run compile","system-test":"mocha build/system-test","samples-test":"cd samples/ && npm link ../ && npm test && cd ../","docs":"compodoc src/","docs-test":"linkinator docs","predocs-test":"npm run docs"},"keywords":["google","service","account","api","token","api","auth"],"author":{"name":"Google, LLC"},"license":"MIT","dependencies":{"gaxios":"^2.1.0","google-p12-pem":"^2.0.0","jws":"^4.0.0","mime":"^2.2.0"},"devDependencies":{"@compodoc/compodoc":"^1.1.7","@types/jws":"^3.1.0","@types/mime":"^2.0.0","@types/mocha":"^5.0.0","@types/nock":"^10.0.0","@types/node":"^10.0.3","codecov":"^3.0.2","gts":"^1.0.0","intelli-espower-loader":"^1.0.1","js-green-licenses":"^1.0.0","mocha":"^7.0.0","nock":"^11.3.2","c8":"^7.0.0","source-map-support":"^0.5.6","typescript":"3.6.4","linkinator":"^1.5.0"},"gitHead":"e1dd3891f35ff6290dde3314652d784d60deb088","bugs":{"url":"https://github.com/google/node-gtoken/issues"},"homepage":"https://github.com/google/node-gtoken#readme","_id":"gtoken@4.1.4","_npmVersion":"6.4.1","_nodeVersion":"8.16.2","_npmUser":{"name":"google-wombot","email":"node-team-npm+wombot@google.com"},"dist":{"shasum":"925ff1e7df3aaada06611d30ea2d2abf60fcd6a7","size":9054,"noattachment":false,"key":"/gtoken/-/gtoken-4.1.4.tgz","tarball":"http://registry.cnpm.dingdandao.com/gtoken/download/gtoken-4.1.4.tgz"},"maintainers":[{"name":"google-node-team","email":"node-team-npm@google.com"},{"name":"google-wombot","email":""},{"name":"ofrobots","email":""},{"name":"soldair","email":"soldair@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/gtoken_4.1.4_1578333877001_0.6142720092897362"},"_hasShrinkwrap":false,"publish_time":1578333877146,"_cnpm_publish_time":1578333877146},"4.1.3":{"name":"gtoken","version":"4.1.3","description":"Node.js Google Authentication Service Account Tokens","main":"./build/src/index.js","types":"./build/src/index.d.ts","engines":{"node":">=8.10.0"},"repository":{"type":"git","url":"git+https://github.com/google/node-gtoken.git"},"scripts":{"lint":"gts check","clean":"gts clean","fix":"gts fix","compile":"tsc -p .","test":"nyc mocha build/test","prepare":"npm run compile","pretest":"npm run compile","presystem-test":"npm run compile","system-test":"mocha build/system-test","samples-test":"cd samples/ && npm link ../ && npm test && cd ../","docs":"compodoc src/","docs-test":"linkinator docs","predocs-test":"npm run docs"},"keywords":["google","service","account","api","token","api","auth"],"author":{"name":"Google, LLC"},"license":"MIT","dependencies":{"gaxios":"^2.1.0","google-p12-pem":"^2.0.0","jws":"^3.1.5","mime":"^2.2.0"},"devDependencies":{"@compodoc/compodoc":"^1.1.7","@types/jws":"^3.1.0","@types/mime":"^2.0.0","@types/mocha":"^5.0.0","@types/nock":"^10.0.0","@types/node":"^10.0.3","codecov":"^3.0.2","gts":"^1.0.0","intelli-espower-loader":"^1.0.1","js-green-licenses":"^1.0.0","mocha":"^6.0.0","nock":"^11.3.2","nyc":"^14.0.0","source-map-support":"^0.5.6","typescript":"~3.6.0","linkinator":"^1.5.0"},"gitHead":"13ea2e6b0d124d562f1e4a80229e490dacd963e9","bugs":{"url":"https://github.com/google/node-gtoken/issues"},"homepage":"https://github.com/google/node-gtoken#readme","_id":"gtoken@4.1.3","_npmVersion":"6.4.1","_nodeVersion":"8.16.1","_npmUser":{"name":"google-wombot","email":"node-team-npm+wombot@google.com"},"dist":{"shasum":"efa9e42f59d02731f15de466b09331d7afc393cf","size":8915,"noattachment":false,"key":"/gtoken/-/gtoken-4.1.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/gtoken/download/gtoken-4.1.3.tgz"},"maintainers":[{"name":"google-node-team","email":"node-team-npm@google.com"},{"name":"google-wombot","email":""},{"name":"ofrobots","email":""},{"name":"soldair","email":"soldair@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/gtoken_4.1.3_1574089470164_0.9626681112951756"},"_hasShrinkwrap":false,"publish_time":1574089470289,"_cnpm_publish_time":1574089470289},"4.1.2":{"name":"gtoken","version":"4.1.2","description":"Node.js Google Authentication Service Account Tokens","main":"./build/src/index.js","types":"./build/src/index.d.ts","engines":{"node":">=8.10.0"},"repository":{"type":"git","url":"git+https://github.com/google/node-gtoken.git"},"scripts":{"lint":"gts check","clean":"gts clean","fix":"gts fix","compile":"tsc -p .","test":"nyc mocha build/test","prepare":"npm run compile","pretest":"npm run compile","presystem-test":"npm run compile","system-test":"mocha build/system-test","samples-test":"cd samples/ && npm link ../ && npm test && cd ../","docs":"compodoc src/","docs-test":"linkinator docs","predocs-test":"npm run docs"},"keywords":["google","service","account","api","token","api","auth"],"author":{"name":"Google, LLC"},"license":"MIT","dependencies":{"gaxios":"^2.1.0","google-p12-pem":"^2.0.0","jws":"^3.1.5","mime":"^2.2.0"},"devDependencies":{"@compodoc/compodoc":"^1.1.7","@types/jws":"^3.1.0","@types/mime":"^2.0.0","@types/mocha":"^5.0.0","@types/nock":"^10.0.0","@types/node":"^10.0.3","codecov":"^3.0.2","gts":"^1.0.0","intelli-espower-loader":"^1.0.1","js-green-licenses":"^1.0.0","mocha":"^6.0.0","nock":"^11.3.2","nyc":"^14.0.0","source-map-support":"^0.5.6","typescript":"~3.7.0","linkinator":"^1.5.0"},"gitHead":"95366c3dc9675b8892b5e3443932adedc3e8aeab","bugs":{"url":"https://github.com/google/node-gtoken/issues"},"homepage":"https://github.com/google/node-gtoken#readme","_id":"gtoken@4.1.2","_npmVersion":"6.4.1","_nodeVersion":"8.16.1","_npmUser":{"name":"google-wombot","email":"node-team-npm+wombot@google.com"},"dist":{"shasum":"d0dd0c888b52a887512d5f3d85760df826a2477e","size":8838,"noattachment":false,"key":"/gtoken/-/gtoken-4.1.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/gtoken/download/gtoken-4.1.2.tgz"},"maintainers":[{"name":"google-node-team","email":"node-team-npm@google.com"},{"name":"google-wombot","email":""},{"name":"ofrobots","email":""},{"name":"soldair","email":"soldair@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/gtoken_4.1.2_1573689028521_0.2848527281296682"},"_hasShrinkwrap":false,"publish_time":1573689028668,"_cnpm_publish_time":1573689028668},"4.1.1":{"name":"gtoken","version":"4.1.1","description":"Node.js Google Authentication Service Account Tokens","main":"./build/src/index.js","types":"./build/src/index.d.ts","engines":{"node":">=8.10.0"},"repository":{"type":"git","url":"git+https://github.com/google/node-gtoken.git"},"scripts":{"lint":"gts check","clean":"gts clean","fix":"gts fix","compile":"tsc -p .","test":"nyc mocha build/test","prepare":"npm run compile","pretest":"npm run compile","presystem-test":"npm run compile","system-test":"mocha build/system-test","samples-test":"cd samples/ && npm link ../ && npm test && cd ../","docs":"compodoc src/","docs-test":"linkinator docs","predocs-test":"npm run docs"},"keywords":["google","service","account","api","token","api","auth"],"author":{"name":"Google, LLC"},"license":"MIT","dependencies":{"gaxios":"^2.1.0","google-p12-pem":"^2.0.0","jws":"^3.1.5","mime":"^2.2.0"},"devDependencies":{"@compodoc/compodoc":"^1.1.7","@types/jws":"^3.1.0","@types/mime":"^2.0.0","@types/mocha":"^5.0.0","@types/nock":"^10.0.0","@types/node":"^10.0.3","codecov":"^3.0.2","gts":"^1.0.0","intelli-espower-loader":"^1.0.1","js-green-licenses":"^1.0.0","mocha":"^6.0.0","nock":"^11.3.2","nyc":"^14.0.0","source-map-support":"^0.5.6","typescript":"~3.6.0","linkinator":"^1.5.0"},"gitHead":"fdfb2c1d9473323370b200a86209385aff7a41d2","bugs":{"url":"https://github.com/google/node-gtoken/issues"},"homepage":"https://github.com/google/node-gtoken#readme","_id":"gtoken@4.1.1","_npmVersion":"6.4.1","_nodeVersion":"8.16.1","_npmUser":{"name":"google-wombot","email":"node-team-npm+wombot@google.com"},"dist":{"shasum":"0455dc22981bf076cf7694094ed861ec21329b30","size":8765,"noattachment":false,"key":"/gtoken/-/gtoken-4.1.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/gtoken/download/gtoken-4.1.1.tgz"},"maintainers":[{"name":"google-node-team","email":"node-team-npm@google.com"},{"name":"google-wombot","email":""},{"name":"ofrobots","email":""},{"name":"soldair","email":"soldair@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/gtoken_4.1.1_1572988056000_0.21409816234585133"},"_hasShrinkwrap":false,"publish_time":1572988056114,"_cnpm_publish_time":1572988056114},"4.1.0":{"name":"gtoken","version":"4.1.0","description":"Node.js Google Authentication Service Account Tokens","main":"./build/src/index.js","types":"./build/src/index.d.ts","engines":{"node":">=8.10.0"},"repository":{"type":"git","url":"git+https://github.com/google/node-gtoken.git"},"scripts":{"lint":"gts check","clean":"gts clean","fix":"gts fix","compile":"tsc -p .","test":"nyc mocha build/test","prepare":"npm run compile","pretest":"npm run compile","presystem-test":"npm run compile","system-test":"mocha build/system-test","samples-test":"cd samples/ && npm link ../ && npm test && cd ../","docs":"compodoc src/","docs-test":"linkinator docs","predocs-test":"npm run docs"},"keywords":["google","service","account","api","token","api","auth"],"author":{"name":"Google, LLC"},"license":"MIT","dependencies":{"gaxios":"^2.0.0","google-p12-pem":"^2.0.0","jws":"^3.1.5","mime":"^2.2.0"},"devDependencies":{"@compodoc/compodoc":"^1.1.7","@types/jws":"^3.1.0","@types/mime":"^2.0.0","@types/mocha":"^5.0.0","@types/nock":"^10.0.0","@types/node":"^10.0.3","codecov":"^3.0.2","gts":"^1.0.0","intelli-espower-loader":"^1.0.1","js-green-licenses":"^1.0.0","mocha":"^6.0.0","nock":"^11.3.2","nyc":"^14.0.0","source-map-support":"^0.5.6","typescript":"~3.6.0","linkinator":"^1.5.0"},"gitHead":"6cf44d2022f7bb6df418d650de1d4f9e58b77dd2","bugs":{"url":"https://github.com/google/node-gtoken/issues"},"homepage":"https://github.com/google/node-gtoken#readme","_id":"gtoken@4.1.0","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"google-wombot","email":"node-team-npm+wombot@google.com"},"dist":{"shasum":"0b315dd1a925e3ad3c82db1eb5b9e89bae875ba8","size":8680,"noattachment":false,"key":"/gtoken/-/gtoken-4.1.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/gtoken/download/gtoken-4.1.0.tgz"},"maintainers":[{"name":"google-node-team","email":"node-team-npm@google.com"},{"name":"google-wombot","email":""},{"name":"ofrobots","email":""},{"name":"soldair","email":"soldair@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/gtoken_4.1.0_1569343772462_0.6036655601363359"},"_hasShrinkwrap":false,"publish_time":1569343772613,"_cnpm_publish_time":1569343772613},"4.0.0":{"name":"gtoken","version":"4.0.0","description":"Node.js Google Authentication Service Account Tokens","main":"./build/src/index.js","types":"./build/src/index.d.ts","engines":{"node":">=8.10.0"},"repository":{"type":"git","url":"git+https://github.com/google/node-gtoken.git"},"scripts":{"lint":"gts check","clean":"gts clean","fix":"gts fix","compile":"tsc -p .","test":"nyc mocha build/test","prepare":"npm run compile","pretest":"npm run compile","presystem-test":"npm run compile","system-test":"mocha build/system-test","samples-test":"cd samples/ && npm link ../ && npm test && cd ../","docs":"compodoc src/","docs-test":"linkinator docs","predocs-test":"npm run docs"},"keywords":["google","service","account","api","token","api","auth"],"author":{"name":"Google, LLC"},"license":"MIT","dependencies":{"gaxios":"^2.0.0","google-p12-pem":"^2.0.0","jws":"^3.1.5","mime":"^2.2.0"},"devDependencies":{"@compodoc/compodoc":"^1.1.7","@types/jws":"^3.1.0","@types/mime":"^2.0.0","@types/mocha":"^5.0.0","@types/nock":"^10.0.0","@types/node":"^10.0.3","codecov":"^3.0.2","gts":"^1.0.0","intelli-espower-loader":"^1.0.1","js-green-licenses":"^1.0.0","mocha":"^6.0.0","nock":"^10.0.0","nyc":"^14.0.0","source-map-support":"^0.5.6","typescript":"~3.5.0","linkinator":"^1.5.0"},"gitHead":"bdcfa2bcd7b66187a616835dbcf30dc904b20848","bugs":{"url":"https://github.com/google/node-gtoken/issues"},"homepage":"https://github.com/google/node-gtoken#readme","_id":"gtoken@4.0.0","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"google-wombot","email":"node-team-npm+wombot@google.com"},"dist":{"shasum":"42b63a935a03a61eedf0ec14f74f6875bad627bd","size":8515,"noattachment":false,"key":"/gtoken/-/gtoken-4.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/gtoken/download/gtoken-4.0.0.tgz"},"maintainers":[{"name":"google-node-team","email":"node-team-npm@google.com"},{"name":"google-wombot","email":""},{"name":"ofrobots","email":""},{"name":"soldair","email":"soldair@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/gtoken_4.0.0_1562694561295_0.4226081963006971"},"_hasShrinkwrap":false,"publish_time":1562694561444,"_cnpm_publish_time":1562694561444},"3.0.2":{"name":"gtoken","version":"3.0.2","description":"Node.js Google Authentication Service Account Tokens","main":"./build/src/index.js","types":"./build/src/index.d.ts","engines":{"node":">=8.10.0"},"repository":{"type":"git","url":"git+https://github.com/google/node-gtoken.git"},"scripts":{"lint":"gts check","clean":"gts clean","fix":"gts fix","compile":"tsc -p .","test":"nyc mocha build/test","prepare":"npm run compile","pretest":"npm run compile","presystem-test":"npm run compile","system-test":"mocha build/system-test","samples-test":"cd samples/ && npm link ../ && npm test && cd ../","docs":"compodoc src/","docs-test":"linkinator docs -r --skip www.googleapis.com","predocs-test":"npm run docs"},"keywords":["google","service","account","api","token","api","auth"],"author":{"name":"Google, LLC"},"license":"MIT","dependencies":{"gaxios":"^2.0.0","google-p12-pem":"^2.0.0","jws":"^3.1.5","mime":"^2.2.0"},"devDependencies":{"@compodoc/compodoc":"^1.1.7","@types/jws":"^3.1.0","@types/mime":"^2.0.0","@types/mocha":"^5.0.0","@types/nock":"^10.0.0","@types/node":"^10.0.3","codecov":"^3.0.2","gts":"^1.0.0","intelli-espower-loader":"^1.0.1","js-green-licenses":"^1.0.0","mocha":"^6.0.0","nock":"^10.0.0","nyc":"^14.0.0","source-map-support":"^0.5.6","typescript":"~3.5.0","linkinator":"^1.1.2"},"gitHead":"e6d6cb1f0c66659bcfea5859d43bf4525c9b4abf","bugs":{"url":"https://github.com/google/node-gtoken/issues"},"homepage":"https://github.com/google/node-gtoken#readme","_id":"gtoken@3.0.2","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"google-wombot","email":"node-team-npm+wombot@google.com"},"dist":{"shasum":"09b3c2998a785f81d7d020b9221d65d27e0e8e62","size":7867,"noattachment":false,"key":"/gtoken/-/gtoken-3.0.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/gtoken/download/gtoken-3.0.2.tgz"},"maintainers":[{"name":"google-node-team","email":"node-team-npm@google.com"},{"name":"google-wombot","email":""},{"name":"ofrobots","email":""},{"name":"soldair","email":"soldair@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/gtoken_3.0.2_1561587798783_0.08227417049887076"},"_hasShrinkwrap":false,"publish_time":1561587798909,"_cnpm_publish_time":1561587798909},"3.0.1":{"name":"gtoken","version":"3.0.1","description":"Node.js Google Authentication Service Account Tokens","main":"./build/src/index.js","types":"./build/src/index.d.ts","engines":{"node":">=8.10.0"},"repository":{"type":"git","url":"git+https://github.com/google/node-gtoken.git"},"scripts":{"lint":"gts check","clean":"gts clean","fix":"gts fix","compile":"tsc -p .","test":"nyc mocha build/test","prepare":"npm run compile","pretest":"npm run compile","presystem-test":"npm run compile","system-test":"mocha build/system-test","samples-test":"cd samples/ && npm link ../ && npm test && cd ../","docs":"compodoc src/","docs-test":"linkinator docs -r --skip www.googleapis.com","predocs-test":"npm run docs"},"keywords":["google","service","account","api","token","api","auth"],"author":{"name":"Google, LLC"},"license":"MIT","dependencies":{"gaxios":"^2.0.0","google-p12-pem":"^2.0.0","jws":"^3.1.5","mime":"^2.2.0"},"devDependencies":{"@compodoc/compodoc":"^1.1.7","@types/jws":"^3.1.0","@types/mime":"^2.0.0","@types/mocha":"^5.0.0","@types/nock":"^10.0.0","@types/node":"^10.0.3","codecov":"^3.0.2","gts":"^1.0.0","intelli-espower-loader":"^1.0.1","js-green-licenses":"^1.0.0","mocha":"^6.0.0","nock":"^10.0.0","nyc":"^14.0.0","source-map-support":"^0.5.6","typescript":"~3.5.0","linkinator":"^1.1.2"},"gitHead":"ab462c2301635fb18b16041f47d05b0297f6ef27","bugs":{"url":"https://github.com/google/node-gtoken/issues"},"homepage":"https://github.com/google/node-gtoken#readme","_id":"gtoken@3.0.1","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"google-wombot","email":"node-team-npm+wombot@google.com"},"dist":{"shasum":"ce9dec361eeb5fbbf07419d4df1cc40769544f32","size":7814,"noattachment":false,"key":"/gtoken/-/gtoken-3.0.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/gtoken/download/gtoken-3.0.1.tgz"},"maintainers":[{"name":"google-node-team","email":"node-team-npm@google.com"},{"name":"google-wombot","email":""},{"name":"ofrobots","email":""},{"name":"soldair","email":"soldair@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/gtoken_3.0.1_1560521715643_0.007179294855505836"},"_hasShrinkwrap":false,"publish_time":1560521715743,"_cnpm_publish_time":1560521715743},"3.0.0":{"name":"gtoken","version":"3.0.0","description":"Node.js Google Authentication Service Account Tokens","main":"./build/src/index.js","types":"./build/src/index.d.ts","engines":{"node":">=8.10.0"},"repository":{"type":"git","url":"git+https://github.com/google/node-gtoken.git"},"scripts":{"lint":"gts check","clean":"gts clean","fix":"gts fix","compile":"tsc -p .","test":"nyc mocha build/test","prepare":"npm run compile","pretest":"npm run compile","presystem-test":"npm run compile","system-test":"mocha build/system-test","samples-test":"cd samples/ && npm link ../ && npm test && cd ../","docs":"compodoc src/","docs-test":"linkinator docs -r --skip www.googleapis.com","predocs-test":"npm run docs"},"keywords":["google","service","account","api","token","api","auth"],"author":{"name":"Google, LLC"},"license":"MIT","dependencies":{"gaxios":"^2.0.0","google-p12-pem":"^2.0.0","jws":"^3.1.5","mime":"^2.2.0","pify":"^4.0.0"},"devDependencies":{"@compodoc/compodoc":"^1.1.7","@types/jws":"^3.1.0","@types/mime":"^2.0.0","@types/mocha":"^5.0.0","@types/nock":"^10.0.0","@types/node":"^10.0.3","@types/pify":"^3.0.0","codecov":"^3.0.2","gts":"^1.0.0","intelli-espower-loader":"^1.0.1","js-green-licenses":"^0.5.0","mocha":"^6.0.0","nock":"^10.0.0","nyc":"^14.0.0","source-map-support":"^0.5.6","typescript":"~3.4.0","linkinator":"^1.1.2"},"gitHead":"8bce4ebf70dd77fdf28c43214cd6987c07e220b0","bugs":{"url":"https://github.com/google/node-gtoken/issues"},"homepage":"https://github.com/google/node-gtoken#readme","_id":"gtoken@3.0.0","_npmVersion":"6.4.1","_nodeVersion":"8.15.0","_npmUser":{"name":"google-wombot","email":"node-team-npm+wombot@google.com"},"dist":{"shasum":"7d37245b5109442d8ec28075d5de15505c7462ad","size":7755,"noattachment":false,"key":"/gtoken/-/gtoken-3.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/gtoken/download/gtoken-3.0.0.tgz"},"maintainers":[{"name":"google-node-team","email":"node-team-npm@google.com"},{"name":"google-wombot","email":""},{"name":"ofrobots","email":""},{"name":"soldair","email":"soldair@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/gtoken_3.0.0_1557332948847_0.9971341793049668"},"_hasShrinkwrap":false,"publish_time":1557332948983,"_cnpm_publish_time":1557332948983},"2.3.3":{"name":"gtoken","version":"2.3.3","description":"Node.js Google Authentication Service Account Tokens","main":"./build/src/index.js","types":"./build/src/index.d.ts","engines":{"node":">=6.0.0"},"repository":{"type":"git","url":"git+https://github.com/google/node-gtoken.git"},"scripts":{"lint":"gts check","clean":"gts clean","fix":"gts fix","compile":"tsc -p .","test":"nyc mocha build/test","prepare":"npm run compile","pretest":"npm run compile","presystem-test":"npm run compile","system-test":"mocha build/system-test","samples-test":"cd samples/ && npm link ../ && npm test && cd ../","docs":"compodoc src/","docs-test":"linkinator docs -r --skip www.googleapis.com","predocs-test":"npm run docs"},"keywords":["google","service","account","api","token","api","auth"],"author":{"name":"Ryan Seys"},"license":"MIT","dependencies":{"gaxios":"^1.0.4","google-p12-pem":"^1.0.0","jws":"^3.1.5","mime":"^2.2.0","pify":"^4.0.0"},"devDependencies":{"@compodoc/compodoc":"^1.1.7","@types/jws":"^3.1.0","@types/mime":"^2.0.0","@types/mocha":"^5.0.0","@types/nock":"^9.1.2","@types/node":"^10.0.3","@types/pify":"^3.0.0","codecov":"^3.0.2","gts":"^0.9.0","intelli-espower-loader":"^1.0.1","js-green-licenses":"^0.5.0","mocha":"^6.0.0","nock":"^10.0.0","nyc":"^13.0.0","source-map-support":"^0.5.6","typescript":"~3.3.0","linkinator":"^1.1.2"},"gitHead":"537afca10f12094dc97859ed524d6dce05377e4f","bugs":{"url":"https://github.com/google/node-gtoken/issues"},"homepage":"https://github.com/google/node-gtoken#readme","_id":"gtoken@2.3.3","_npmVersion":"6.4.1","_nodeVersion":"8.15.0","_npmUser":{"name":"google-node-team","email":"node-team-npm@google.com"},"dist":{"shasum":"8a7fe155c5ce0c4b71c886cfb282a9060d94a641","size":7716,"noattachment":false,"key":"/gtoken/-/gtoken-2.3.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/gtoken/download/gtoken-2.3.3.tgz"},"maintainers":[{"name":"google-node-team","email":"node-team-npm@google.com"},{"name":"google-wombot","email":""},{"name":"ofrobots","email":""},{"name":"soldair","email":"soldair@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/gtoken_2.3.3_1552518248827_0.07063220448763774"},"_hasShrinkwrap":false,"publish_time":1552518249039,"_cnpm_publish_time":1552518249039},"2.3.2":{"name":"gtoken","version":"2.3.2","description":"Node.js Google Authentication Service Account Tokens","main":"./build/src/index.js","types":"./build/src/index.d.ts","engines":{"node":">=6.0.0"},"repository":{"type":"git","url":"git+https://github.com/google/node-gtoken.git"},"scripts":{"lint":"gts check","clean":"gts clean","fix":"gts fix","compile":"tsc -p .","test":"nyc mocha build/test","prepare":"npm run compile","pretest":"npm run compile","presystem-test":"npm run compile","system-test":"mocha build/system-test","samples-test":"cd samples/ && npm link ../ && npm test && cd ../","docs":"compodoc src/"},"keywords":["google","service","account","api","token","api","auth"],"author":{"name":"Ryan Seys"},"license":"MIT","dependencies":{"gaxios":"^1.0.4","google-p12-pem":"^1.0.0","jws":"^3.1.5","mime":"^2.2.0","pify":"^4.0.0"},"devDependencies":{"@compodoc/compodoc":"^1.1.7","@types/jws":"^3.1.0","@types/mime":"^2.0.0","@types/mocha":"^5.0.0","@types/nock":"^9.1.2","@types/node":"^10.0.3","@types/pify":"^3.0.0","codecov":"^3.0.2","gts":"^0.9.0","intelli-espower-loader":"^1.0.1","js-green-licenses":"^0.5.0","mocha":"^5.0.1","nock":"^10.0.0","nyc":"^13.0.0","source-map-support":"^0.5.6","typescript":"~3.2.0"},"gitHead":"87ab50db013b19d38398dca3287127becfbc1984","bugs":{"url":"https://github.com/google/node-gtoken/issues"},"homepage":"https://github.com/google/node-gtoken#readme","_id":"gtoken@2.3.2","_npmVersion":"6.4.1","_nodeVersion":"8.15.0","_npmUser":{"name":"google-node-team","email":"node-team-npm@google.com"},"dist":{"shasum":"49890a866c1f44e173099be95515db5872a92151","size":7384,"noattachment":false,"key":"/gtoken/-/gtoken-2.3.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/gtoken/download/gtoken-2.3.2.tgz"},"maintainers":[{"name":"google-node-team","email":"node-team-npm@google.com"},{"name":"google-wombot","email":""},{"name":"ofrobots","email":""},{"name":"soldair","email":"soldair@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/gtoken_2.3.2_1547145830482_0.7902471897497423"},"_hasShrinkwrap":false,"publish_time":1547145830597,"_cnpm_publish_time":1547145830597},"2.3.1":{"name":"gtoken","version":"2.3.1","description":"Node.js Google Authentication Service Account Tokens","main":"./build/src/index.js","types":"./build/src/index.d.ts","engines":{"node":">=6.0.0"},"repository":{"type":"git","url":"git+https://github.com/google/node-gtoken.git"},"scripts":{"lint":"gts check","clean":"gts clean","codecov":"nyc report --reporter=json && codecov -f coverage/*.json","fix":"gts fix","compile":"tsc -p .","test":"nyc mocha build/test","prepare":"npm run compile","pretest":"npm run compile","system-test":"echo no system tests 👻","samples-test":"cd samples/ && npm link ../ && npm test && cd ../","docs":"echo no docs 👻"},"keywords":["google","service","account","api","token","api","auth"],"author":{"name":"Ryan Seys"},"license":"MIT","dependencies":{"gaxios":"^1.0.2","google-p12-pem":"^1.0.0","jws":"^3.1.5","mime":"^2.2.0","pify":"^4.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":"^10.0.3","@types/pify":"^3.0.0","codecov":"^3.0.2","gts":"^0.9.0","intelli-espower-loader":"^1.0.1","js-green-licenses":"^0.5.0","mocha":"^5.0.1","nock":"^10.0.0","nyc":"^13.0.0","source-map-support":"^0.5.6","typescript":"~3.2.0"},"gitHead":"64f74d6178374ebd6a6527d54db2ccd59ee2c87a","bugs":{"url":"https://github.com/google/node-gtoken/issues"},"homepage":"https://github.com/google/node-gtoken#readme","_id":"gtoken@2.3.1","_npmVersion":"6.4.1","_nodeVersion":"8.14.0","_npmUser":{"name":"google-node-team","email":"node-team-npm@google.com"},"dist":{"shasum":"d4792db2d75e851de3b42edc2c2aa667e928e3be","size":7259,"noattachment":false,"key":"/gtoken/-/gtoken-2.3.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/gtoken/download/gtoken-2.3.1.tgz"},"maintainers":[{"name":"google-node-team","email":"node-team-npm@google.com"},{"name":"google-wombot","email":""},{"name":"ofrobots","email":""},{"name":"soldair","email":"soldair@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/gtoken_2.3.1_1544556865420_0.015264033409552846"},"_hasShrinkwrap":false,"publish_time":1544556865554,"_cnpm_publish_time":1544556865554},"2.3.0":{"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":"git+https://github.com/google/node-gtoken.git"},"scripts":{"check":"gts check","clean":"gts clean","codecov":"nyc report --reporter=json && codecov -f coverage/*.json","fix":"gts fix","compile":"tsc -p .","test":"nyc mocha build/test --timeout 5000 --require source-map-support/register","prepare":"npm run compile","pretest":"npm run compile","posttest":"npm run check && npm run license-check","license-check":"jsgl --local ."},"keywords":["google","service","account","api","token","api","auth"],"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"],"nyc":{"exclude":["build/test"]},"gitHead":"5c56b78d3ccf9e1cb009c0e9cdf8c906dae06e08","bugs":{"url":"https://github.com/google/node-gtoken/issues"},"homepage":"https://github.com/google/node-gtoken#readme","_id":"gtoken@2.3.0","_npmVersion":"5.6.0","_nodeVersion":"8.11.0","_npmUser":{"name":"google-node-team","email":"node-team-npm@google.com"},"dist":{"shasum":"4e0ffc16432d7041a1b3dbc1d97aac17a5dc964a","size":8848,"noattachment":false,"key":"/gtoken/-/gtoken-2.3.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/gtoken/download/gtoken-2.3.0.tgz"},"maintainers":[{"name":"google-node-team","email":"node-team-npm@google.com"},{"name":"google-wombot","email":""},{"name":"ofrobots","email":""},{"name":"soldair","email":"soldair@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/gtoken_2.3.0_1522687202717_0.8926389116225306"},"_hasShrinkwrap":false,"publish_time":1522687202802,"_cnpm_publish_time":1522687202802},"2.2.0":{"name":"gtoken","version":"2.2.0","description":"Node.js Google Authentication Service Account Tokens","main":"./build/src/index.js","types":"./build/src/index.d.ts","repository":{"type":"git","url":"git+https://github.com/google/node-gtoken.git"},"scripts":{"check":"gts check","clean":"gts clean","codecov":"nyc report --reporter=json && codecov -f coverage/*.json","fix":"gts fix","compile":"tsc -p .","test":"nyc mocha build/test --timeout 5000 --require source-map-support/register","prepare":"npm run compile","pretest":"npm run compile","posttest":"npm run check && npm run license-check","license-check":"jsgl --local ."},"keywords":["google","service","account","api","token","api","auth"],"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":"^2.2.48","@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"],"nyc":{"exclude":["build/test"]},"gitHead":"cc138f1b0487ec1f01f660a38face57f27a90cf6","bugs":{"url":"https://github.com/google/node-gtoken/issues"},"homepage":"https://github.com/google/node-gtoken#readme","_id":"gtoken@2.2.0","_npmVersion":"5.6.0","_nodeVersion":"8.10.0","_npmUser":{"name":"google-node-team","email":"node-team-npm@google.com"},"dist":{"shasum":"b9383199fb820113a3469bf0a207b03ca45a0363","size":8673,"noattachment":false,"key":"/gtoken/-/gtoken-2.2.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/gtoken/download/gtoken-2.2.0.tgz"},"maintainers":[{"name":"google-node-team","email":"node-team-npm@google.com"},{"name":"google-wombot","email":""},{"name":"ofrobots","email":""},{"name":"soldair","email":"soldair@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/gtoken_2.2.0_1520961742546_0.5024238264658403"},"_hasShrinkwrap":false,"publish_time":1520961742595,"_cnpm_publish_time":1520961742595},"2.1.1":{"name":"gtoken","version":"2.1.1","description":"Node.js Google Authentication Service Account Tokens","main":"./build/src/index.js","types":"./build/src/index.d.ts","repository":{"type":"git","url":"git+https://github.com/google/node-gtoken.git"},"scripts":{"check":"gts check","clean":"gts clean","codecov":"nyc report --reporter=json && codecov -f coverage/*.json","fix":"gts fix","compile":"tsc -p .","test":"nyc mocha build/test --timeout 5000 --require source-map-support/register","prepare":"npm run compile","pretest":"npm run compile","posttest":"npm run check && npm run license-check","license-check":"jsgl --local ."},"keywords":["google","service","account","api","token","api","auth"],"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":"^2.2.48","@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.4.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"],"nyc":{"exclude":["build/test"]},"gitHead":"5bdf7d7e28be7ec694b98272188e130b64aa62fa","bugs":{"url":"https://github.com/google/node-gtoken/issues"},"homepage":"https://github.com/google/node-gtoken#readme","_id":"gtoken@2.1.1","_npmVersion":"5.6.0","_nodeVersion":"8.9.4","_npmUser":{"name":"google-node-team","email":"node-team-npm@google.com"},"dist":{"shasum":"8a76e70bdb78c284c582b01deb8354de4b4bab98","size":8317,"noattachment":false,"key":"/gtoken/-/gtoken-2.1.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/gtoken/download/gtoken-2.1.1.tgz"},"maintainers":[{"name":"google-node-team","email":"node-team-npm@google.com"},{"name":"google-wombot","email":""},{"name":"ofrobots","email":""},{"name":"soldair","email":"soldair@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/gtoken_2.1.1_1520295314171_0.18615525172532843"},"_hasShrinkwrap":false,"publish_time":1520295314683,"_cnpm_publish_time":1520295314683},"2.1.0":{"name":"gtoken","version":"2.1.0","description":"Node.js Google Authentication Service Account Tokens","main":"./build/src/index.js","types":"./build/src/index.d.ts","repository":{"type":"git","url":"git+https://github.com/google/node-gtoken.git"},"scripts":{"check":"gts check","clean":"gts clean","codecov":"nyc report --reporter=json && codecov -f coverage/*.json","fix":"gts fix","compile":"tsc -p .","test":"nyc mocha build/test --timeout 5000 --require source-map-support/register","prepare":"npm run compile","pretest":"npm run compile","posttest":"npm run check && npm run license-check","license-check":"jsgl --local ."},"keywords":["google","service","account","api","token","api","auth"],"author":{"name":"Ryan Seys"},"license":"MIT","dependencies":{"axios":"^0.17.0","google-p12-pem":"^1.0.0","jws":"^3.0.0","mime":"^2.0.3","pify":"^3.0.0"},"devDependencies":{"@types/jws":"^3.1.0","@types/mime":"^2.0.0","@types/mocha":"^2.2.43","@types/nock":"^9.1.0","@types/node":"^9.3.0","@types/pify":"^3.0.0","codecov":"^3.0.0","gts":"^0.5.1","mocha":"^5.0.0","js-green-licenses":"^0.4.0","nock":"^9.0.27","nyc":"^11.2.1","source-map-support":"^0.5.0","typescript":"~2.6.0"},"files":["build/src","LICENSE","packge.json","README.md"],"nyc":{"exclude":["build/test"]},"gitHead":"e3287dc7a485fc3a689439bc21a0d842a19c2146","bugs":{"url":"https://github.com/google/node-gtoken/issues"},"homepage":"https://github.com/google/node-gtoken#readme","_id":"gtoken@2.1.0","_npmVersion":"5.6.0","_nodeVersion":"8.9.4","_npmUser":{"name":"google-node-team","email":"node-team-npm@google.com"},"dist":{"shasum":"e65028d32d1d52eeb17b00f85ef0f7484f0fd36f","size":8277,"noattachment":false,"key":"/gtoken/-/gtoken-2.1.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/gtoken/download/gtoken-2.1.0.tgz"},"maintainers":[{"name":"google-node-team","email":"node-team-npm@google.com"},{"name":"google-wombot","email":""},{"name":"ofrobots","email":""},{"name":"soldair","email":"soldair@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/gtoken-2.1.0.tgz_1516738930326_0.18008946953341365"},"directories":{},"publish_time":1516738931237,"_hasShrinkwrap":false,"_cnpm_publish_time":1516738931237},"2.0.2":{"name":"gtoken","version":"2.0.2","description":"Node.js Google Authentication Service Account Tokens","main":"./build/src/index.js","types":"./build/src/index.d.ts","repository":{"type":"git","url":"git+https://github.com/google/node-gtoken.git"},"scripts":{"check":"gts check","clean":"gts clean","codecov":"nyc report --reporter=json && codecov -f coverage/*.json","fix":"gts fix","compile":"tsc -p .","test":"nyc mocha build/test --timeout 5000 --require source-map-support/register","prepare":"npm run compile","pretest":"npm run compile","posttest":"npm run check"},"keywords":["google","service","account","api","token","api","auth"],"author":{"name":"Ryan Seys"},"license":"MIT","dependencies":{"axios":"^0.17.0","google-p12-pem":"^1.0.0","jws":"^3.0.0","mime":"^2.0.3","pify":"^3.0.0"},"devDependencies":{"@types/jws":"^3.1.0","@types/mime":"^2.0.0","@types/mocha":"^2.2.43","@types/nock":"^8.2.1","@types/node":"^8.0.47","@types/pify":"^3.0.0","codecov":"^3.0.0","gts":"^0.5.1","mocha":"^4.0.1","nock":"^9.0.27","nyc":"^11.2.1","source-map-support":"^0.5.0","typescript":"~2.6.0"},"files":["build/src","LICENSE","packge.json","README.md"],"gitHead":"7a9c36c96d8ac030c0b83354015da0b064726bb7","bugs":{"url":"https://github.com/google/node-gtoken/issues"},"homepage":"https://github.com/google/node-gtoken#readme","_id":"gtoken@2.0.2","_npmVersion":"5.5.1","_nodeVersion":"8.9.1","_npmUser":{"name":"justinbeckwith","email":"justin.beckwith@gmail.com"},"dist":{"shasum":"94c152e2dba3ceb1576e709c2ef3e0d4065cfcfc","size":8218,"noattachment":false,"key":"/gtoken/-/gtoken-2.0.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/gtoken/download/gtoken-2.0.2.tgz"},"maintainers":[{"name":"google-node-team","email":"node-team-npm@google.com"},{"name":"google-wombot","email":""},{"name":"ofrobots","email":""},{"name":"soldair","email":"soldair@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/gtoken-2.0.2.tgz_1512090979934_0.462894638068974"},"directories":{},"publish_time":1512090980062,"_cnpm_publish_time":1512090980062,"_hasShrinkwrap":false},"2.0.1":{"name":"gtoken","version":"2.0.1","description":"Node.js Google Authentication Service Account Tokens","main":"./build/src/index.js","types":"./build/src/index.d.ts","repository":{"type":"git","url":"git+https://github.com/google/node-gtoken.git"},"scripts":{"check":"gts check","clean":"gts clean","codecov":"nyc report --reporter=json && codecov -f coverage/*.json","fix":"gts fix","compile":"tsc -p .","test":"nyc mocha build/test --timeout 5000 --require source-map-support/register","prepare":"npm run compile","pretest":"npm run compile","posttest":"npm run check"},"keywords":["google","service","account","api","token","api","auth"],"author":{"name":"Ryan Seys"},"license":"MIT","dependencies":{"axios":"^0.17.0","google-p12-pem":"^1.0.0","jws":"^3.0.0","mime":"^2.0.3","pify":"^3.0.0"},"devDependencies":{"@types/jws":"^3.1.0","@types/mime":"^2.0.0","@types/mocha":"^2.2.43","@types/nock":"^8.2.1","@types/node":"^8.0.47","@types/pify":"^3.0.0","codecov":"^3.0.0","gts":"^0.5.1","mocha":"^4.0.1","nock":"^9.0.27","nyc":"^11.2.1","source-map-support":"^0.5.0","typescript":"~2.6.0"},"files":["build/src","LICENSE","packge.json","README.md"],"gitHead":"b9a1db20ccf01b80d90586669f2d014d9a1ae90b","bugs":{"url":"https://github.com/google/node-gtoken/issues"},"homepage":"https://github.com/google/node-gtoken#readme","_id":"gtoken@2.0.1","_npmVersion":"5.5.1","_nodeVersion":"9.2.0","_npmUser":{"name":"ofrobots","email":"ofrobots@google.com"},"dist":{"shasum":"6beddbc6733173b26b2fefbbce6a896a455b333a","size":8392,"noattachment":false,"key":"/gtoken/-/gtoken-2.0.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/gtoken/download/gtoken-2.0.1.tgz"},"maintainers":[{"name":"google-node-team","email":"node-team-npm@google.com"},{"name":"google-wombot","email":""},{"name":"ofrobots","email":""},{"name":"soldair","email":"soldair@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/gtoken-2.0.1.tgz_1511070278103_0.41336504998616874"},"directories":{},"publish_time":1511070278232,"_cnpm_publish_time":1511070278232,"_hasShrinkwrap":false},"2.0.0":{"name":"gtoken","version":"2.0.0","description":"Node.js Google Authentication Service Account Tokens","main":"./build/src/index.js","types":"./build/src/index.d.ts","repository":{"type":"git","url":"git+https://github.com/google/node-gtoken.git"},"scripts":{"check":"gts check","clean":"gts clean","codecov":"nyc report --reporter=json && codecov -f coverage/*.json","fix":"gts fix","compile":"tsc -p .","test":"nyc mocha build/test --timeout 5000 --require source-map-support/register","prepare":"npm run compile","pretest":"npm run compile","posttest":"npm run check"},"keywords":["google","service","account","api","token","api","auth"],"author":{"name":"Ryan Seys"},"license":"MIT","dependencies":{"axios":"^0.17.0","google-p12-pem":"^1.0.0","jws":"^3.0.0","mime":"^2.0.3","pify":"^3.0.0"},"devDependencies":{"@types/jws":"^3.1.0","@types/mime":"^2.0.0","@types/mocha":"^2.2.43","@types/nock":"^8.2.1","@types/node":"^8.0.47","@types/pify":"^3.0.0","codecov":"^3.0.0","gts":"^0.5.1","mocha":"^4.0.1","nock":"^9.0.27","nyc":"^11.2.1","source-map-support":"^0.5.0","typescript":"~2.6.0"},"files":["build/src","LICENSE","packge.json","README.md"],"gitHead":"83e09d8ec07fa118f514023f39790f7d1791c4b5","bugs":{"url":"https://github.com/google/node-gtoken/issues"},"homepage":"https://github.com/google/node-gtoken#readme","_id":"gtoken@2.0.0","_npmVersion":"5.5.1","_nodeVersion":"9.0.0","_npmUser":{"name":"ofrobots","email":"ofrobots@google.com"},"dist":{"shasum":"d07880d76cfaf26d276e3460fc1590541e89e02d","size":8033,"noattachment":false,"key":"/gtoken/-/gtoken-2.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/gtoken/download/gtoken-2.0.0.tgz"},"maintainers":[{"name":"google-node-team","email":"node-team-npm@google.com"},{"name":"google-wombot","email":""},{"name":"ofrobots","email":""},{"name":"soldair","email":"soldair@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/gtoken-2.0.0.tgz_1510642398161_0.9269619570113719"},"directories":{},"publish_time":1510642398356,"_cnpm_publish_time":1510642398356,"_hasShrinkwrap":false},"1.2.3":{"name":"gtoken","version":"1.2.3","description":"Node.js Google Authentication Service Account Tokens","main":"./lib/index.js","repository":{"type":"git","url":"git+https://github.com/google/node-gtoken.git"},"scripts":{"test":"mocha --timeout 5000"},"keywords":["google","service","account","api","token","api","auth"],"author":{"name":"Ryan Seys"},"license":"MIT","dependencies":{"google-p12-pem":"^0.1.0","jws":"^3.0.0","mime":"^1.4.1","request":"^2.72.0"},"devDependencies":{"mocha":"^3.4.2"},"gitHead":"ffa531fd02a0e1beedfe0ea604c6b96f18327482","bugs":{"url":"https://github.com/google/node-gtoken/issues"},"homepage":"https://github.com/google/node-gtoken#readme","_id":"gtoken@1.2.3","_npmVersion":"5.5.1","_nodeVersion":"8.7.0","_npmUser":{"name":"ofrobots","email":"ofrobots@google.com"},"dist":{"shasum":"5509571b8afd4322e124cf66cf68115284c476d8","size":9090,"noattachment":false,"key":"/gtoken/-/gtoken-1.2.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/gtoken/download/gtoken-1.2.3.tgz"},"maintainers":[{"name":"google-node-team","email":"node-team-npm@google.com"},{"name":"google-wombot","email":""},{"name":"ofrobots","email":""},{"name":"soldair","email":"soldair@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/gtoken-1.2.3.tgz_1508792002392_0.4179233235772699"},"directories":{},"publish_time":1508792002516,"_hasShrinkwrap":false,"_cnpm_publish_time":1508792002516},"1.2.2":{"name":"gtoken","version":"1.2.2","description":"Node.js Google Authentication Service Account Tokens","main":"./lib/index.js","repository":{"type":"git","url":"git+https://github.com/ryanseys/node-gtoken.git"},"scripts":{"test":"mocha --timeout 5000"},"keywords":["google","service","account","api","token","api","auth"],"author":{"name":"Ryan Seys"},"license":"MIT","dependencies":{"google-p12-pem":"^0.1.0","jws":"^3.0.0","mime":"^1.2.11","request":"^2.72.0"},"devDependencies":{"mocha":"^2.0.1"},"gitHead":"deb8410950d708c9cc272b151d7eaa45d0bacb1b","bugs":{"url":"https://github.com/ryanseys/node-gtoken/issues"},"homepage":"https://github.com/ryanseys/node-gtoken#readme","_id":"gtoken@1.2.2","_shasum":"172776a1a9d96ac09fc22a00f5be83cee6de8820","_from":".","_npmVersion":"2.15.5","_nodeVersion":"4.4.5","_npmUser":{"name":"ryanseys","email":"ryan@ryanseys.com"},"maintainers":[{"name":"google-node-team","email":"node-team-npm@google.com"},{"name":"google-wombot","email":""},{"name":"ofrobots","email":""},{"name":"soldair","email":"soldair@gmail.com"}],"dist":{"shasum":"172776a1a9d96ac09fc22a00f5be83cee6de8820","size":8922,"noattachment":false,"key":"/gtoken/-/gtoken-1.2.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/gtoken/download/gtoken-1.2.2.tgz"},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/gtoken-1.2.2.tgz_1489295569572_0.25653071817941964"},"directories":{},"publish_time":1489295569828,"_cnpm_publish_time":1489295569828,"_hasShrinkwrap":false},"1.2.1":{"name":"gtoken","version":"1.2.1","description":"Node.js Google Authentication Service Account Tokens","main":"./lib/index.js","repository":{"type":"git","url":"git+https://github.com/ryanseys/node-gtoken.git"},"scripts":{"test":"mocha --timeout 5000"},"keywords":["google","service","account","api","token","api","auth"],"author":{"name":"Ryan Seys"},"license":"MIT","dependencies":{"google-p12-pem":"^0.1.0","jws":"^3.0.0","mime":"^1.2.11","request":"^2.72.0"},"devDependencies":{"mocha":"^2.0.1"},"gitHead":"c72286475f88e41e1db02a5ed6178070da3a1be5","bugs":{"url":"https://github.com/ryanseys/node-gtoken/issues"},"homepage":"https://github.com/ryanseys/node-gtoken#readme","_id":"gtoken@1.2.1","_shasum":"90153a547c2fc1cd24a4d3d2ab3b5aba0a26897a","_from":".","_npmVersion":"2.15.5","_nodeVersion":"4.4.5","_npmUser":{"name":"ryanseys","email":"ryan@ryanseys.com"},"maintainers":[{"name":"google-node-team","email":"node-team-npm@google.com"},{"name":"google-wombot","email":""},{"name":"ofrobots","email":""},{"name":"soldair","email":"soldair@gmail.com"}],"dist":{"shasum":"90153a547c2fc1cd24a4d3d2ab3b5aba0a26897a","size":8907,"noattachment":false,"key":"/gtoken/-/gtoken-1.2.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/gtoken/download/gtoken-1.2.1.tgz"},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/gtoken-1.2.1.tgz_1465101032803_0.10419545043259859"},"directories":{},"publish_time":1465101035126,"_cnpm_publish_time":1465101035126,"_hasShrinkwrap":false},"1.2.0":{"name":"gtoken","version":"1.2.0","description":"Node.js Google Authentication Service Account Tokens","main":"./lib/index.js","repository":{"type":"git","url":"git+https://github.com/ryanseys/node-gtoken.git"},"scripts":{"test":"mocha --timeout 5000"},"keywords":["google","service","account","api","token","api","auth"],"author":{"name":"Ryan Seys"},"license":"MIT","dependencies":{"google-p12-pem":"^0.1.0","jws":"^3.0.0","mime":"^1.2.11","request":"^2.55.0"},"devDependencies":{"mocha":"^2.0.1","sandboxed-module":"^1.0.2"},"gitHead":"723a681d4cd469d8fde04b7657b8fa87a5ebc851","bugs":{"url":"https://github.com/ryanseys/node-gtoken/issues"},"homepage":"https://github.com/ryanseys/node-gtoken#readme","_id":"gtoken@1.2.0","_shasum":"bdab238758c355cecff569375efd76e236331b13","_from":".","_npmVersion":"2.10.1","_nodeVersion":"0.12.4","_npmUser":{"name":"ryanseys","email":"ryan@ryanseys.com"},"dist":{"shasum":"bdab238758c355cecff569375efd76e236331b13","size":8930,"noattachment":false,"key":"/gtoken/-/gtoken-1.2.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/gtoken/download/gtoken-1.2.0.tgz"},"maintainers":[{"name":"google-node-team","email":"node-team-npm@google.com"},{"name":"google-wombot","email":""},{"name":"ofrobots","email":""},{"name":"soldair","email":"soldair@gmail.com"}],"directories":{},"publish_time":1442544199706,"_cnpm_publish_time":1442544199706,"_hasShrinkwrap":false},"1.1.2":{"name":"gtoken","version":"1.1.2","description":"Node.js Google Authentication Service Account Tokens","main":"./lib/index.js","repository":{"type":"git","url":"git+https://github.com/ryanseys/node-gtoken.git"},"scripts":{"test":"mocha --timeout 5000"},"keywords":["google","service","account","api","token","api","auth"],"author":{"name":"Ryan Seys"},"license":"MIT","dependencies":{"google-p12-pem":"^0.1.0","jws":"^3.0.0","mime":"^1.2.11","request":"^2.55.0"},"devDependencies":{"mocha":"^2.0.1","sandboxed-module":"^1.0.2"},"gitHead":"027ecf5beee48d6cc3bad5b94c30834e1ecc6d5b","bugs":{"url":"https://github.com/ryanseys/node-gtoken/issues"},"homepage":"https://github.com/ryanseys/node-gtoken#readme","_id":"gtoken@1.1.2","_shasum":"e089491caa9beeeb7050180e081f498372b2184b","_from":".","_npmVersion":"2.10.1","_nodeVersion":"0.12.4","_npmUser":{"name":"ryanseys","email":"ryan@ryanseys.com"},"dist":{"shasum":"e089491caa9beeeb7050180e081f498372b2184b","size":8658,"noattachment":false,"key":"/gtoken/-/gtoken-1.1.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/gtoken/download/gtoken-1.1.2.tgz"},"maintainers":[{"name":"google-node-team","email":"node-team-npm@google.com"},{"name":"google-wombot","email":""},{"name":"ofrobots","email":""},{"name":"soldair","email":"soldair@gmail.com"}],"directories":{},"publish_time":1437518031230,"_cnpm_publish_time":1437518031230,"_hasShrinkwrap":false},"1.1.1":{"name":"gtoken","version":"1.1.1","description":"Node.js Google Authentication Service Account Tokens","main":"./lib/index.js","repository":{"type":"git","url":"https://github.com/ryanseys/node-gtoken.git"},"scripts":{"test":"mocha --timeout 5000"},"keywords":["google","service","account","api","token","api","auth"],"author":{"name":"Ryan Seys"},"license":"MIT","dependencies":{"google-p12-pem":"^0.0.1","jws":"^3.0.0","mime":"^1.2.11","request":"^2.55.0"},"devDependencies":{"mocha":"^2.0.1","sandboxed-module":"^1.0.2"},"gitHead":"2d8575367735799abb82cf95226a3fc9c0cb9e9a","bugs":{"url":"https://github.com/ryanseys/node-gtoken/issues"},"homepage":"https://github.com/ryanseys/node-gtoken","_id":"gtoken@1.1.1","_shasum":"969af828d1f7efea32a500ea09b0edfa8e0c438a","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"ryanseys","email":"ryan@ryanseys.com"},"maintainers":[{"name":"google-node-team","email":"node-team-npm@google.com"},{"name":"google-wombot","email":""},{"name":"ofrobots","email":""},{"name":"soldair","email":"soldair@gmail.com"}],"dist":{"shasum":"969af828d1f7efea32a500ea09b0edfa8e0c438a","size":8655,"noattachment":false,"key":"/gtoken/-/gtoken-1.1.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/gtoken/download/gtoken-1.1.1.tgz"},"directories":{},"publish_time":1429119023818,"_cnpm_publish_time":1429119023818,"_hasShrinkwrap":false},"1.1.0":{"name":"gtoken","version":"1.1.0","description":"Node.js Google Authentication Service Account Tokens","main":"./lib/index.js","repository":{"type":"git","url":"https://github.com/ryanseys/node-gtoken.git"},"scripts":{"test":"mocha --timeout 5000"},"keywords":["google","service","account","api","token","api","auth"],"author":{"name":"Ryan Seys"},"license":"MIT","dependencies":{"google-p12-pem":"0.0.1","jws":"0.2.6","mime":"1.2.11","request":"2.47.0"},"devDependencies":{"mocha":"2.0.1","sandboxed-module":"1.0.2"},"gitHead":"d1182884191dea1b2642eebc31a55a335ac7afc4","bugs":{"url":"https://github.com/ryanseys/node-gtoken/issues"},"homepage":"https://github.com/ryanseys/node-gtoken","_id":"gtoken@1.1.0","_shasum":"fe1a406dd87d076e44e4e62162b69946fb05a9db","_from":".","_npmVersion":"2.5.1","_nodeVersion":"0.12.0","_npmUser":{"name":"ryanseys","email":"ryan@ryanseys.com"},"maintainers":[{"name":"google-node-team","email":"node-team-npm@google.com"},{"name":"google-wombot","email":""},{"name":"ofrobots","email":""},{"name":"soldair","email":"soldair@gmail.com"}],"dist":{"shasum":"fe1a406dd87d076e44e4e62162b69946fb05a9db","size":8676,"noattachment":false,"key":"/gtoken/-/gtoken-1.1.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/gtoken/download/gtoken-1.1.0.tgz"},"directories":{},"publish_time":1427150639364,"_cnpm_publish_time":1427150639364,"_hasShrinkwrap":false},"1.0.0":{"name":"gtoken","version":"1.0.0","description":"Node.js Google Authentication Service Account Tokens","main":"./lib/index.js","repository":{"type":"git","url":"https://github.com/ryanseys/node-gtoken.git"},"scripts":{"test":"mocha --timeout 5000"},"keywords":["google","service","account","api","token","api","auth"],"author":{"name":"Ryan Seys"},"license":"MIT","dependencies":{"google-p12-pem":"0.0.1","jws":"0.2.6","mime":"1.2.11","request":"2.47.0"},"devDependencies":{"mocha":"2.0.1","sandboxed-module":"1.0.2"},"gitHead":"ffc42f4a522a23cb4d4f2246da66640796726a5c","bugs":{"url":"https://github.com/ryanseys/node-gtoken/issues"},"homepage":"https://github.com/ryanseys/node-gtoken","_id":"gtoken@1.0.0","_shasum":"108c98493cbb36cb34d19424b449ecd8316e93f9","_from":".","_npmVersion":"2.1.6","_nodeVersion":"0.10.33","_npmUser":{"name":"ryanseys","email":"ryan@ryanseys.com"},"maintainers":[{"name":"google-node-team","email":"node-team-npm@google.com"},{"name":"google-wombot","email":""},{"name":"ofrobots","email":""},{"name":"soldair","email":"soldair@gmail.com"}],"dist":{"shasum":"108c98493cbb36cb34d19424b449ecd8316e93f9","size":8359,"noattachment":false,"key":"/gtoken/-/gtoken-1.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/gtoken/download/gtoken-1.0.0.tgz"},"directories":{},"publish_time":1415411366800,"_cnpm_publish_time":1415411366800,"_hasShrinkwrap":false}},"readme":"<img src=\"https://avatars2.githubusercontent.com/u/2810941?v=3&s=96\" alt=\"Google Cloud Platform logo\" title=\"Google Cloud Platform\" align=\"right\" height=\"96\" width=\"96\"/>\n\n# [node-gtoken](https://github.com/googleapis/node-gtoken)\n\n[![npm version][npm-image]][npm-url]\n[![Known Vulnerabilities][snyk-image]][snyk-url]\n[![codecov][codecov-image]][codecov-url]\n[![Code Style: Google][gts-image]][gts-url]\n\n> Node.js Google Authentication Service Account Tokens\n\nThis is a low level utility library used to interact with Google Authentication services.  **In most cases, you probably want to use the [google-auth-library](https://github.com/googleapis/google-auth-library-nodejs) instead.**\n\n* [gtoken API Reference][client-docs]\n* [github.com/googleapis/node-gtoken](https://github.com/googleapis/node-gtoken)\n\n## Installation\n\n``` sh\nnpm install gtoken\n```\n\n## Usage\n\n### Use with a `.pem` or `.json` key file:\n\n``` js\nconst { GoogleToken } = require('gtoken');\nconst gtoken = new GoogleToken({\n  keyFile: 'path/to/key.pem', // or path to .json key file\n  email: 'my_service_account_email@developer.gserviceaccount.com',\n  scope: ['https://scope1', 'https://scope2'], // or space-delimited string of scopes\n  eagerRefreshThresholdMillis: 5 * 60 * 1000\n});\n\ngtoken.getToken((err, tokens) => {\n  if (err) {\n    console.log(err);\n    return;\n  }\n  console.log(tokens);\n  // {\n  //   access_token: 'very-secret-token',\n  //   expires_in: 3600,\n  //   token_type: 'Bearer'\n  // }\n});\n```\n\nYou can also use the async/await style API:\n\n``` js\nconst tokens = await gtoken.getToken()\nconsole.log(tokens);\n```\n\nOr use promises:\n\n```js\ngtoken.getToken()\n  .then(tokens => {\n    console.log(tokens)\n  })\n  .catch(console.error);\n```\n\n### Use with a service account `.json` key file:\n\n``` js\nconst { GoogleToken } = require('gtoken');\nconst gtoken = new GoogleToken({\n  keyFile: 'path/to/key.json',\n  scope: ['https://scope1', 'https://scope2'], // or space-delimited string of scopes\n  eagerRefreshThresholdMillis: 5 * 60 * 1000\n});\n\ngtoken.getToken((err, tokens) => {\n  if (err) {\n    console.log(err);\n    return;\n  }\n  console.log(tokens);\n});\n```\n\n### Pass the private key as a string directly:\n\n``` js\nconst key = '-----BEGIN RSA PRIVATE KEY-----\\nXXXXXXXXXXX...';\nconst { GoogleToken } = require('gtoken');\nconst gtoken = new GoogleToken({\n  email: 'my_service_account_email@developer.gserviceaccount.com',\n  scope: ['https://scope1', 'https://scope2'], // or space-delimited string of scopes\n  key: key,\n  eagerRefreshThresholdMillis: 5 * 60 * 1000\n});\n```\n\n## Options\n\n> Various options that can be set when creating initializing the `gtoken` object.\n\n- `options.email or options.iss`: The service account email address.\n- `options.scope`: An array of scope strings or space-delimited string of scopes.\n- `options.sub`: The email address of the user requesting delegated access.\n- `options.keyFile`: The filename of `.json` key or `.pem` key.\n- `options.key`: The raw RSA private key value, in place of using `options.keyFile`.\n- `options.additionalClaims`: Additional claims to include in the JWT when requesting a token.\n- `options.eagerRefreshThresholdMillis`: How long must a token be valid for in order to return it from the cache. Defaults to 0.\n\n### .getToken(callback)\n\n> Returns the cached tokens or requests a new one and returns it.\n\n``` js\ngtoken.getToken((err, token) => {\n  console.log(err || token);\n  // gtoken.rawToken value is also set\n});\n```\n\n### .getCredentials('path/to/key.json')\n\n> Given a keyfile, returns the key and (if available) the client email.\n\n```js\nconst creds = await gtoken.getCredentials('path/to/key.json');\n```\n\n### Properties\n\n> Various properties set on the gtoken object after call to `.getToken()`.\n\n- `gtoken.idToken`: The OIDC token returned (if any).\n- `gtoken.accessToken`: The access token.\n- `gtoken.expiresAt`: The expiry date as milliseconds since 1970/01/01\n- `gtoken.key`: The raw key value.\n- `gtoken.rawToken`: Most recent raw token data received from Google.\n\n### .hasExpired()\n\n> Returns true if the token has expired, or token does not exist.\n\n``` js\nconst tokens = await gtoken.getToken();\ngtoken.hasExpired(); // false\n```\n\n### .revokeToken()\n\n> Revoke the token if set.\n\n``` js\nawait gtoken.revokeToken();\nconsole.log('Token revoked!');\n```\n\n## Downloading your private `.json` key from Google\n\n1. Open the [Google Developer Console][gdevconsole].\n2. Open your project and under \"APIs & auth\", click Credentials.\n3. Generate a new `.json` key and download it into your project.\n\n## Converting your `.p12` key to a `.pem` key\n\nIf you'd like to convert to a `.pem` for use later, use OpenSSL if you have it installed.\n\n``` sh\n$ openssl pkcs12 -in key.p12 -nodes -nocerts > key.pem\n```\n\nDon't forget, the passphrase when converting these files is the string `'notasecret'`\n\n## License\n\n[MIT](https://github.com/googleapis/node-gtoken/blob/main/LICENSE)\n\n[codecov-image]: https://codecov.io/gh/googleapis/node-gtoken/branch/main/graph/badge.svg\n[codecov-url]: https://codecov.io/gh/googleapis/node-gtoken\n[gdevconsole]: https://console.developers.google.com\n[gts-image]: https://img.shields.io/badge/code%20style-google-blueviolet.svg\n[gts-url]: https://www.npmjs.com/package/gts\n[npm-image]: https://img.shields.io/npm/v/gtoken.svg\n[npm-url]: https://npmjs.org/package/gtoken\n[snyk-image]: https://snyk.io/test/github/googleapis/node-gtoken/badge.svg\n[snyk-url]: https://snyk.io/test/github/googleapis/node-gtoken\n[client-docs]: https://googleapis.dev/nodejs/gtoken/latest/\n","_attachments":{},"homepage":"https://github.com/google/node-gtoken#readme","bugs":{"url":"https://github.com/google/node-gtoken/issues"},"license":"MIT"}