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

98 lines
2.6 KiB
JSON

{
"_from": "gcp-metadata@^0.7.0",
"_id": "gcp-metadata@0.7.0",
"_inBundle": false,
"_integrity": "sha512-ffjC09amcDWjh3VZdkDngIo7WoluyC5Ag9PAYxZbmQLOLNI8lvPtoKTSCyU54j2gwy5roZh6sSMTfkY2ct7K3g==",
"_location": "/gcp-metadata",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "gcp-metadata@^0.7.0",
"name": "gcp-metadata",
"escapedName": "gcp-metadata",
"rawSpec": "^0.7.0",
"saveSpec": null,
"fetchSpec": "^0.7.0"
},
"_requiredBy": [
"/google-auth-library"
],
"_resolved": "https://registry.npmjs.org/gcp-metadata/-/gcp-metadata-0.7.0.tgz",
"_shasum": "6c35dbb52bda32a427bb9c98f54237ddd1b5406f",
"_spec": "gcp-metadata@^0.7.0",
"_where": "C:\\Users\\Georg\\GitHub\\SmartShopper\\express-server\\node_modules\\google-auth-library",
"author": {
"name": "Stephen Sawchuk"
},
"bugs": {
"url": "https://github.com/stephenplusplus/gcp-metadata/issues"
},
"bundleDependencies": false,
"dependencies": {
"axios": "^0.18.0",
"extend": "^3.0.1",
"retry-axios": "0.3.2"
},
"deprecated": false,
"description": "Get the metadata from a Google Cloud Platform environment",
"devDependencies": {
"@types/extend": "^3.0.0",
"@types/mocha": "^5.2.4",
"@types/ncp": "^2.0.1",
"@types/nock": "^9.1.3",
"@types/node": "^10.1.0",
"@types/pify": "^3.0.2",
"@types/tmp": "0.0.33",
"assert-rejects": "^0.1.1",
"codecov": "^3.0.2",
"gts": "^0.7.0",
"hard-rejection": "^1.0.0",
"mocha": "^5.2.0",
"ncp": "^2.0.0",
"nock": "^9.2.6",
"nyc": "^12.0.0",
"pify": "^3.0.0",
"source-map-support": "^0.5.6",
"tmp": "0.0.33",
"typescript": "^2.8.3"
},
"engines": {
"node": ">=4"
},
"files": [
"build/src"
],
"homepage": "https://github.com/stephenplusplus/gcp-metadata#readme",
"keywords": [
"google cloud platform",
"google cloud",
"google",
"app engine",
"compute engine",
"metadata server",
"metadata"
],
"license": "MIT",
"main": "./build/src/index.js",
"name": "gcp-metadata",
"repository": {
"type": "git",
"url": "git+https://github.com/stephenplusplus/gcp-metadata.git"
},
"scripts": {
"check": "gts check",
"clean": "gts clean",
"codecov": "nyc report --reporter=json && codecov -f coverage/*.json",
"compile": "tsc -p .",
"fix": "gts fix",
"posttest": "npm run check",
"prepare": "npm run compile",
"pretest-only": "npm run compile",
"test": "npm run test-only",
"test-only": "nyc mocha build/test"
},
"types": "./build/src/index.d.ts",
"version": "0.7.0"
}