mirror of
https://github.com/titanscouting/tra-analysis.git
synced 2024-11-10 15:04:45 +00:00
97 lines
2.5 KiB
JSON
97 lines
2.5 KiB
JSON
{
|
|
"_from": "gcp-metadata@^0.6.3",
|
|
"_id": "gcp-metadata@0.6.3",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-MSmczZctbz91AxCvqp9GHBoZOSbJKAICV7Ow/AIWSJZRrRchUd5NL1b2P4OfP+4m490BEUPhhARfpHdqCxuCvg==",
|
|
"_location": "/gcp-metadata",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "gcp-metadata@^0.6.3",
|
|
"name": "gcp-metadata",
|
|
"escapedName": "gcp-metadata",
|
|
"rawSpec": "^0.6.3",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^0.6.3"
|
|
},
|
|
"_requiredBy": [
|
|
"/google-auth-library",
|
|
"/google-auto-auth"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/gcp-metadata/-/gcp-metadata-0.6.3.tgz",
|
|
"_shasum": "4550c08859c528b370459bd77a7187ea0bdbc4ab",
|
|
"_spec": "gcp-metadata@^0.6.3",
|
|
"_where": "C:\\Users\\jlevi\\Downloads\\tr2022-strategy-master\\tr2022-strategy-master\\data analysis\\functions\\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/ncp": "^2.0.1",
|
|
"@types/nock": "^9.1.2",
|
|
"@types/node": "^8.0.31",
|
|
"@types/pify": "^3.0.0",
|
|
"@types/tmp": "0.0.33",
|
|
"ava": "^0.25.0",
|
|
"codecov": "^3.0.0",
|
|
"gts": "^0.5.1",
|
|
"ncp": "^2.0.0",
|
|
"nock": "^9.1.6",
|
|
"nyc": "^11.4.1",
|
|
"pify": "^3.0.0",
|
|
"tmp": "0.0.33",
|
|
"typescript": "^2.7.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
},
|
|
"files": [
|
|
"LICENSE",
|
|
"README.md",
|
|
"build/src",
|
|
"package.json"
|
|
],
|
|
"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": "npm run compile",
|
|
"test": "nyc ava build/test"
|
|
},
|
|
"types": "./build/src/index.d.ts",
|
|
"version": "0.6.3"
|
|
}
|