package.json 2.98 KB
{
  "_from": "gcp-metadata@^3.2.0",
  "_id": "gcp-metadata@3.2.2",
  "_inBundle": false,
  "_integrity": "sha512-vR7kcJMCYJG/mYWp/a1OszdOqnLB/XW1GorWW1hc1lWVNL26L497zypWb9cG0CYDQ4Bl1Wk0+fSZFFjwJlTQgQ==",
  "_location": "/gcp-metadata",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "gcp-metadata@^3.2.0",
    "name": "gcp-metadata",
    "escapedName": "gcp-metadata",
    "rawSpec": "^3.2.0",
    "saveSpec": null,
    "fetchSpec": "^3.2.0"
  },
  "_requiredBy": [
    "/google-auth-library"
  ],
  "_resolved": "https://registry.npmjs.org/gcp-metadata/-/gcp-metadata-3.2.2.tgz",
  "_shasum": "dcac6bf65775d5caa3a2e161469c0af068849256",
  "_spec": "gcp-metadata@^3.2.0",
  "_where": "C:\\Users\\김수민\\Desktop\\ostt\\LINEBOT\\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": "^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": "^6.0.0",
    "codecov": "^3.5.0",
    "eslint": "^6.1.0",
    "eslint-config-prettier": "^6.0.0",
    "eslint-plugin-node": "^10.0.0",
    "eslint-plugin-prettier": "^3.1.0",
    "gcbuild": "^1.3.4",
    "gcx": "^0.2.4",
    "googleapis": "^45.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 --timeout=5000 build/test"
  },
  "types": "./build/src/index.d.ts",
  "version": "3.2.2"
}