41 lines
928 B
JSON
41 lines
928 B
JSON
{
|
|
"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"
|
|
}
|
|
} |