{
  "_from": "gcp-metadata@^2.0.0",
  "_id": "gcp-metadata@2.0.2",
  "_inBundle": false,
  "_integrity": "sha512-dxPXBvjyfz5qFEBXzEwNmuZXwsGYfuASGYeg3CKZDaQRXdiWti9J3/Ezmtyon1OrCNpDO2YekyoSjEqMtsrcXw==",
  "_location": "/gcp-metadata",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "gcp-metadata@^2.0.0",
    "name": "gcp-metadata",
    "escapedName": "gcp-metadata",
    "rawSpec": "^2.0.0",
    "saveSpec": null,
    "fetchSpec": "^2.0.0"
  },
  "_requiredBy": [
    "/google-auth-library"
  ],
  "_resolved": "https://registry.npmjs.org/gcp-metadata/-/gcp-metadata-2.0.2.tgz",
  "_shasum": "6b391c531cdd0c1d1ebde35050fdaaf5462aa544",
  "_spec": "gcp-metadata@^2.0.0",
  "_where": "D:\\vivek\\tracking\\node_modules\\google-auth-library",
  "author": {
    "name": "Stephen Sawchuk"
  },
  "bugs": {
    "url": "https://github.com/googleapis/gcp-metadata/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "gaxios": "^2.0.1",
    "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": "^5.2.7",
    "@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": "^5.0.1",
    "codecov": "^3.5.0",
    "eslint": "^6.1.0",
    "eslint-config-prettier": "^6.0.0",
    "eslint-plugin-node": "^9.1.0",
    "eslint-plugin-prettier": "^3.1.0",
    "gcbuild": "^1.3.4",
    "gcx": "^0.2.4",
    "googleapis": "^42.0.0",
    "gts": "^1.1.0",
    "linkinator": "^1.5.0",
    "mocha": "^6.2.0",
    "ncp": "^2.0.0",
    "nock": "^11.0.0",
    "prettier": "^1.18.2",
    "source-map-support": "^0.5.13",
    "typescript": "^3.5.3",
    "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 build/test"
  },
  "types": "./build/src/index.d.ts",
  "version": "2.0.2"
}
