package.json 3.58 KB
{
  "_from": "googleapis-common@^0.7.0",
  "_id": "googleapis-common@0.7.2",
  "_inBundle": false,
  "_integrity": "sha512-9DEJIiO4nS7nw0VE1YVkEfXEj8x8MxsuB+yZIpOBULFSN9OIKcUU8UuKgSZFU4lJmRioMfngktrbkMwWJcUhQg==",
  "_location": "/googleapis-common",
  "_phantomChildren": {
    "base64-js": "1.3.1",
    "fast-text-encoding": "1.0.0",
    "gaxios": "1.8.4",
    "gcp-metadata": "1.0.0",
    "https-proxy-agent": "2.2.4",
    "jws": "3.2.2",
    "lru-cache": "5.1.1",
    "pify": "4.0.1",
    "semver": "5.7.1"
  },
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "googleapis-common@^0.7.0",
    "name": "googleapis-common",
    "escapedName": "googleapis-common",
    "rawSpec": "^0.7.0",
    "saveSpec": null,
    "fetchSpec": "^0.7.0"
  },
  "_requiredBy": [
    "/googleapis"
  ],
  "_resolved": "https://registry.npmjs.org/googleapis-common/-/googleapis-common-0.7.2.tgz",
  "_shasum": "a694f55d979cb7c2eac21a0e0439af12f9b418ba",
  "_spec": "googleapis-common@^0.7.0",
  "_where": "C:\\Users\\LG\\Desktop\\4-1\\오픈소스\\Reminder-Talk\\node_modules\\googleapis",
  "author": {
    "name": "Google LLC"
  },
  "bugs": {
    "url": "https://github.com/googleapis/nodejs-googleapis-common/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "gaxios": "^1.2.2",
    "google-auth-library": "^3.0.0",
    "pify": "^4.0.0",
    "qs": "^6.5.2",
    "url-template": "^2.0.8",
    "uuid": "^3.2.1"
  },
  "deprecated": false,
  "description": "A common tooling library used by the googleapis npm module. You probably don't want to use this directly.",
  "devDependencies": {
    "@compodoc/compodoc": "^1.1.7",
    "@types/chai": "^4.1.7",
    "@types/execa": "^0.9.0",
    "@types/mocha": "^5.2.5",
    "@types/mv": "^2.1.0",
    "@types/ncp": "^2.0.1",
    "@types/nock": "^9.3.0",
    "@types/pify": "^3.0.2",
    "@types/qs": "^6.5.1",
    "@types/tmp": "0.0.33",
    "@types/url-template": "^2.0.28",
    "@types/uuid": "^3.4.3",
    "chai": "^4.2.0",
    "codecov": "^3.0.4",
    "gts": "^0.9.0",
    "ink-docstrap": "^1.3.2",
    "intelli-espower-loader": "^1.0.1",
    "is-docker": "^1.1.0",
    "karma": "^4.0.0",
    "karma-chrome-launcher": "^2.2.0",
    "karma-coverage": "^1.1.2",
    "karma-firefox-launcher": "^1.1.0",
    "karma-mocha": "^1.3.0",
    "karma-remap-coverage": "^0.1.5",
    "karma-sourcemap-loader": "^0.3.7",
    "karma-webpack": "^3.0.5",
    "mocha": "^5.2.0",
    "mv": "^2.1.1",
    "ncp": "^2.0.0",
    "nock": "^10.0.0",
    "null-loader": "^0.1.1",
    "nyc": "^13.1.0",
    "puppeteer": "^1.11.0",
    "source-map-support": "^0.5.8",
    "ts-loader": "^5.3.2",
    "typescript": "~3.2.0",
    "webpack": "^4.28.3",
    "webpack-cli": "^3.2.0"
  },
  "files": [
    "build/src",
    "!build/src/**/*.map"
  ],
  "homepage": "https://github.com/googleapis/nodejs-googleapis-common#readme",
  "keywords": [],
  "license": "Apache-2.0",
  "main": "build/src/index.js",
  "name": "googleapis-common",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/googleapis/nodejs-googleapis-common.git"
  },
  "scripts": {
    "browser-test": "karma start",
    "check": "gts check",
    "clean": "gts clean",
    "compile": "tsc -p .",
    "docs": "compodoc src/",
    "fix": "gts fix",
    "lint": "npm run check",
    "posttest": "npm run check",
    "prepare": "npm run compile",
    "presystem-test": "npm run compile",
    "pretest": "npm run compile",
    "samples-test": "mocha build/samples-test",
    "system-test": "mocha build/system-test",
    "test": "nyc mocha build/test",
    "webpack": "webpack"
  },
  "types": "build/src/index.d.ts",
  "version": "0.7.2"
}