package.json 3.12 KB
{
  "_from": "gcp-metadata@^1.0.0",
  "_id": "gcp-metadata@1.0.0",
  "_inBundle": false,
  "_integrity": "sha512-Q6HrgfrCQeEircnNP3rCcEgiDv7eF9+1B+1MMgpE190+/+0mjQR8PxeOaRgxZWmdDAF9EIryHB9g1moPiw1SbQ==",
  "_location": "/gcp-metadata",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "gcp-metadata@^1.0.0",
    "name": "gcp-metadata",
    "escapedName": "gcp-metadata",
    "rawSpec": "^1.0.0",
    "saveSpec": null,
    "fetchSpec": "^1.0.0"
  },
  "_requiredBy": [
    "/googleapis-common/google-auth-library",
    "/googleapis/google-auth-library"
  ],
  "_resolved": "https://registry.npmjs.org/gcp-metadata/-/gcp-metadata-1.0.0.tgz",
  "_shasum": "5212440229fa099fc2f7c2a5cdcb95575e9b2ca6",
  "_spec": "gcp-metadata@^1.0.0",
  "_where": "C:\\Users\\LG\\Desktop\\4-1\\오픈소스\\Reminder-Talk\\node_modules\\googleapis\\node_modules\\google-auth-library",
  "author": {
    "name": "Stephen Sawchuk"
  },
  "bugs": {
    "url": "https://github.com/googleapis/gcp-metadata/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "gaxios": "^1.0.2",
    "json-bigint": "^0.3.0"
  },
  "deprecated": false,
  "description": "Get the metadata from a Google Cloud Platform environment",
  "devDependencies": {
    "@compodoc/compodoc": "^1.1.7",
    "@types/execa": "^0.9.0",
    "@types/mocha": "^5.2.4",
    "@types/ncp": "^2.0.1",
    "@types/nock": "^9.1.3",
    "@types/node": "^10.1.0",
    "@types/node-fetch": "^2.1.4",
    "@types/tmp": "0.0.34",
    "@types/uuid": "^3.4.4",
    "assert-rejects": "^1.0.0",
    "codecov": "^3.0.2",
    "execa": "^1.0.0",
    "gcbuild": "^1.1.1",
    "gcx": "^0.1.1",
    "googleapis": "^37.0.0",
    "gts": "^0.9.0",
    "linkinator": "^1.1.2",
    "mocha": "^5.2.0",
    "ncp": "^2.0.0",
    "nock": "^10.0.0",
    "node-fetch": "^2.3.0",
    "nyc": "^13.0.0",
    "source-map-support": "^0.5.6",
    "typescript": "^3.0.0",
    "uuid": "^3.3.2"
  },
  "engines": {
    "node": ">=6"
  },
  "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": "MIT",
  "main": "./build/src/index.js",
  "name": "gcp-metadata",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/googleapis/gcp-metadata.git"
  },
  "scripts": {
    "check": "gts check",
    "clean": "gts clean",
    "codecov": "nyc report --reporter=json && codecov -f coverage/*.json",
    "compile": "tsc -p .",
    "docs": "compodoc src/",
    "docs-test": "linkinator docs -r --skip www.googleapis.com",
    "fix": "gts fix",
    "lint": "npm run check",
    "posttest": "npm run check",
    "predocs-test": "npm run docs",
    "prepare": "npm run compile",
    "presystem-test": "npm run compile",
    "pretest-only": "npm run compile",
    "samples-test": "mocha samples/system-test",
    "system-test": "mocha build/system-test --timeout 600000",
    "test": "npm run test-only",
    "test-only": "nyc mocha build/test"
  },
  "types": "./build/src/index.d.ts",
  "version": "1.0.0"
}