1
0
mirror of https://github.com/musix-org/musix-oss synced 2024-09-20 14:01:55 +00:00
musix-oss/node_modules/gcp-metadata/package.json

107 lines
3.0 KiB
JSON
Raw Normal View History

2020-03-03 20:30:50 +00:00
{
"_from": "gcp-metadata@^3.3.0",
"_id": "gcp-metadata@3.3.1",
"_inBundle": false,
"_integrity": "sha512-RrASg1HaVAxoB9Q/8sYfJ++v9PMiiqIgOrOxZeagMgS4osZtICT1lKBx2uvzYgwetxj8i6K99Z0iuKMg7WraTg==",
"_location": "/gcp-metadata",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "gcp-metadata@^3.3.0",
"name": "gcp-metadata",
"escapedName": "gcp-metadata",
"rawSpec": "^3.3.0",
"saveSpec": null,
"fetchSpec": "^3.3.0"
},
"_requiredBy": [
"/google-auth-library"
],
"_resolved": "https://registry.npmjs.org/gcp-metadata/-/gcp-metadata-3.3.1.tgz",
"_shasum": "1c5c05591e7a9c1613463b05dab9642319f08f1f",
"_spec": "gcp-metadata@^3.3.0",
"_where": "C:\\Users\\matia\\Documents\\GitHub\\Musix-V3\\node_modules\\google-auth-library",
"author": {
"name": "Stephen Sawchuk"
},
"bugs": {
"url": "https://github.com/googleapis/gcp-metadata/issues"
},
"bundleDependencies": false,
"dependencies": {
"gaxios": "^2.1.0",
"json-bigint": "^0.3.0"
},
"deprecated": false,
"description": "Get the metadata from a Google Cloud Platform environment",
"devDependencies": {
"@compodoc/compodoc": "^1.1.10",
"@types/mocha": "^7.0.0",
"@types/ncp": "^2.0.1",
"@types/nock": "^10.0.3",
"@types/node": "^12.7.2",
"@types/tmp": "0.1.0",
"@types/uuid": "^3.4.5",
"assert-rejects": "^1.0.0",
"c8": "^7.0.0",
"codecov": "^3.5.0",
"eslint": "^6.1.0",
"eslint-config-prettier": "^6.0.0",
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-prettier": "^3.1.0",
"gcbuild": "^1.3.4",
"gcx": "^1.0.0",
"googleapis": "^47.0.0",
"gts": "^1.1.0",
"linkinator": "^1.5.0",
"mocha": "^7.0.0",
"ncp": "^2.0.0",
"nock": "^11.0.0",
"prettier": "^1.18.2",
"source-map-support": "^0.5.13",
"typescript": "3.6.4",
"uuid": "^3.3.2"
},
"engines": {
"node": ">=8.10.0"
},
"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": "tsc -p .",
"docs": "compodoc src/",
"docs-test": "linkinator docs",
"fix": "gts fix && eslint --fix '**/*.js'",
"lint": "gts check && eslint '**/*.js'",
"predocs-test": "npm run docs",
"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": "3.3.1"
}