Files
old-slucajna-televizija/backend/node_modules/gtoken/package.json
GotPPay a75ea978f9 ..
2017-10-16 20:21:19 +02:00

65 lines
1.5 KiB
JSON

{
"_from": "gtoken@^1.2.1",
"_id": "gtoken@1.2.2",
"_inBundle": false,
"_integrity": "sha1-Fyd2oanZasCfwioA9b6DzubeiCA=",
"_location": "/gtoken",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "gtoken@^1.2.1",
"name": "gtoken",
"escapedName": "gtoken",
"rawSpec": "^1.2.1",
"saveSpec": null,
"fetchSpec": "^1.2.1"
},
"_requiredBy": [
"/google-auth-library"
],
"_resolved": "https://registry.npmjs.org/gtoken/-/gtoken-1.2.2.tgz",
"_shasum": "172776a1a9d96ac09fc22a00f5be83cee6de8820",
"_spec": "gtoken@^1.2.1",
"_where": "/home/bilal/Saburly/slucajna-televizija/backend/node_modules/google-auth-library",
"author": {
"name": "Ryan Seys"
},
"bugs": {
"url": "https://github.com/ryanseys/node-gtoken/issues"
},
"bundleDependencies": false,
"dependencies": {
"google-p12-pem": "^0.1.0",
"jws": "^3.0.0",
"mime": "^1.2.11",
"request": "^2.72.0"
},
"deprecated": false,
"description": "Node.js Google Authentication Service Account Tokens",
"devDependencies": {
"mocha": "^2.0.1"
},
"homepage": "https://github.com/ryanseys/node-gtoken#readme",
"keywords": [
"google",
"service",
"account",
"api",
"token",
"api",
"auth"
],
"license": "MIT",
"main": "./lib/index.js",
"name": "gtoken",
"repository": {
"type": "git",
"url": "git+https://github.com/ryanseys/node-gtoken.git"
},
"scripts": {
"test": "mocha --timeout 5000"
},
"version": "1.2.2"
}