Georg Reisinger b171f1646c GoogleOauth2.0 First implementation
First try for GoogleOauth2.0
2018-10-26 14:02:15 +02:00

81 lines
2.3 KiB
JSON

{
"_from": "googleapis-common@^0.3.0",
"_id": "googleapis-common@0.3.0",
"_inBundle": false,
"_integrity": "sha512-OqQ2iskzjPHLoM+AXk7e/TmEsdgxyAk8PVbMg0S8v2wPhgMu2wTawEL7zH9QG236u/RqQ1Ak120oSWsamPnWGg==",
"_location": "/googleapis-common",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "googleapis-common@^0.3.0",
"name": "googleapis-common",
"escapedName": "googleapis-common",
"rawSpec": "^0.3.0",
"saveSpec": null,
"fetchSpec": "^0.3.0"
},
"_requiredBy": [
"/googleapis"
],
"_resolved": "https://registry.npmjs.org/googleapis-common/-/googleapis-common-0.3.0.tgz",
"_shasum": "97ba111f7420367e636a30a2b87be4a7f220c7e9",
"_spec": "googleapis-common@^0.3.0",
"_where": "C:\\Users\\Georg\\GitHub\\SmartShopper\\express-server\\node_modules\\googleapis",
"author": {
"name": "Google LLC"
},
"bundleDependencies": false,
"dependencies": {
"axios": "^0.18.0",
"google-auth-library": "^2.0.0",
"pify": "^3.0.0",
"qs": "^6.5.2",
"url-template": "^2.0.8",
"uuid": "^3.2.1"
},
"deprecated": false,
"description": "A common tooling library used by the googleapis npm module. You probably don't want to use this directly.",
"devDependencies": {
"@types/mocha": "^5.2.5",
"@types/nock": "^9.3.0",
"@types/pify": "^3.0.2",
"@types/qs": "^6.5.1",
"@types/url-template": "^2.0.28",
"@types/uuid": "^3.4.3",
"codecov": "^3.0.4",
"gts": "^0.8.0",
"ink-docstrap": "^1.3.2",
"intelli-espower-loader": "^1.0.1",
"jsdoc": "^3.5.5",
"mocha": "^5.2.0",
"nock": "^9.6.0",
"source-map-support": "^0.5.8",
"typescript": "~3.0.0"
},
"files": [
"build/src"
],
"keywords": [],
"license": "Apache-2.0",
"main": "build/src/index.js",
"name": "googleapis-common",
"scripts": {
"check": "gts check",
"clean": "gts clean",
"compile": "tsc -p .",
"docs": "jsdoc -c .jsdoc.js",
"fix": "gts fix",
"lint": "npm run check",
"posttest": "npm run check",
"prepare": "npm run compile",
"presystem-test": "npm run compile",
"pretest": "npm run compile",
"samples-test": "mocha build/samples-test",
"system-test": "mocha build/system-test",
"test": "mocha build/test"
},
"types": "build/src/index.d.ts",
"version": "0.3.0"
}