103 lines
2.9 KiB
JSON
103 lines
2.9 KiB
JSON
{
|
|
"_from": "gcp-metadata@^4.2.0",
|
|
"_id": "gcp-metadata@4.3.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-x850LS5N7V1F3UcV7PoupzGsyD6iVwTVvsh3tbXfkctZnBnjW5yu5z1/3k3SehF7TyoTIe78rJs02GMMy+LF+A==",
|
|
"_location": "/gcp-metadata",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "gcp-metadata@^4.2.0",
|
|
"name": "gcp-metadata",
|
|
"escapedName": "gcp-metadata",
|
|
"rawSpec": "^4.2.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^4.2.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/google-auth-library"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/gcp-metadata/-/gcp-metadata-4.3.1.tgz",
|
|
"_shasum": "fb205fe6a90fef2fd9c85e6ba06e5559ee1eefa9",
|
|
"_spec": "gcp-metadata@^4.2.0",
|
|
"_where": "/Users/talksik/Development/nirvana-server/node_modules/google-auth-library",
|
|
"author": {
|
|
"name": "Stephen Sawchuk"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/googleapis/gcp-metadata/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"gaxios": "^4.0.0",
|
|
"json-bigint": "^1.0.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Get the metadata from a Google Cloud Platform environment",
|
|
"devDependencies": {
|
|
"@compodoc/compodoc": "^1.1.10",
|
|
"@google-cloud/functions": "^1.1.4",
|
|
"@types/json-bigint": "^1.0.0",
|
|
"@types/mocha": "^8.0.0",
|
|
"@types/ncp": "^2.0.1",
|
|
"@types/node": "^14.0.0",
|
|
"@types/tmp": "0.2.1",
|
|
"@types/uuid": "^8.0.0",
|
|
"c8": "^7.0.0",
|
|
"cross-env": "^7.0.3",
|
|
"gcbuild": "^1.3.4",
|
|
"gcx": "^1.0.0",
|
|
"gts": "^3.0.0",
|
|
"linkinator": "^2.0.0",
|
|
"mocha": "^8.0.0",
|
|
"ncp": "^2.0.0",
|
|
"nock": "^13.0.0",
|
|
"tmp": "^0.2.0",
|
|
"typescript": "^3.8.3",
|
|
"uuid": "^8.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"files": [
|
|
"build/src"
|
|
],
|
|
"homepage": "https://github.com/googleapis/gcp-metadata#readme",
|
|
"keywords": [
|
|
"google cloud platform",
|
|
"google cloud",
|
|
"google",
|
|
"app engine",
|
|
"compute engine",
|
|
"metadata server",
|
|
"metadata"
|
|
],
|
|
"license": "Apache-2.0",
|
|
"main": "./build/src/index.js",
|
|
"name": "gcp-metadata",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/googleapis/gcp-metadata.git"
|
|
},
|
|
"scripts": {
|
|
"clean": "gts clean",
|
|
"compile": "cross-env NODE_OPTIONS=--max-old-space-size=8192 tsc -p .",
|
|
"docs": "compodoc src/",
|
|
"docs-test": "linkinator docs",
|
|
"fix": "gts fix",
|
|
"lint": "gts check",
|
|
"precompile": "gts clean",
|
|
"predocs-test": "npm run docs",
|
|
"prelint": "cd samples; npm link ../; npm install",
|
|
"prepare": "npm run compile",
|
|
"presystem-test": "npm run compile",
|
|
"pretest": "npm run compile",
|
|
"samples-test": "npm link && cd samples/ && npm link ../ && npm test && cd ../",
|
|
"system-test": "mocha build/system-test --timeout 600000",
|
|
"test": "c8 mocha --timeout=5000 build/test"
|
|
},
|
|
"types": "./build/src/index.d.ts",
|
|
"version": "4.3.1"
|
|
}
|