Initial commit

This commit is contained in:
pasketti
2026-04-05 16:14:49 -04:00
commit ebee3a5534
14059 changed files with 2588797 additions and 0 deletions

41
node_modules/gcp-metadata/package.json generated vendored Normal file
View File

@@ -0,0 +1,41 @@
{
"name": "gcp-metadata",
"version": "0.6.3",
"description": "Get the metadata from a Google Cloud Platform environment",
"repository": "stephenplusplus/gcp-metadata",
"main": "./build/src/index.js",
"types": "./build/src/index.d.ts",
"files": [
"LICENSE",
"README.md",
"build/src",
"package.json"
],
"author": "Stephen Sawchuk",
"license": "MIT",
"dependencies": {
"axios": "^0.18.0",
"extend": "^3.0.1",
"retry-axios": "0.3.2"
},
"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"
}
}