package.json 3.79 KB
{
  "_args": [
    [
      "googleapis-common@5.0.2",
      "/home/ubuntu/FORDEVELOP/ESJ/LineMusicChatbot"
    ]
  ],
  "_from": "googleapis-common@5.0.2",
  "_id": "googleapis-common@5.0.2",
  "_inBundle": false,
  "_integrity": "sha512-TL7qronKNZwE/XBvqshwzCPmZGq2gz/beXzANF7EVoO7FsQjOd7dk40DYrXkoCpvbnJHCQKWESq6NansiIPFqA==",
  "_location": "/googleapis-common",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "googleapis-common@5.0.2",
    "name": "googleapis-common",
    "escapedName": "googleapis-common",
    "rawSpec": "5.0.2",
    "saveSpec": null,
    "fetchSpec": "5.0.2"
  },
  "_requiredBy": [
    "/googleapis"
  ],
  "_resolved": "https://registry.npmjs.org/googleapis-common/-/googleapis-common-5.0.2.tgz",
  "_spec": "5.0.2",
  "_where": "/home/ubuntu/FORDEVELOP/ESJ/LineMusicChatbot",
  "author": {
    "name": "Google LLC"
  },
  "bugs": {
    "url": "https://github.com/googleapis/nodejs-googleapis-common/issues"
  },
  "dependencies": {
    "extend": "^3.0.2",
    "gaxios": "^4.0.0",
    "google-auth-library": "^7.0.2",
    "qs": "^6.7.0",
    "url-template": "^2.0.8",
    "uuid": "^8.0.0"
  },
  "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.9",
    "@microsoft/api-documenter": "^7.8.10",
    "@microsoft/api-extractor": "^7.8.10",
    "@types/execa": "^0.9.0",
    "@types/extend": "^3.0.1",
    "@types/mocha": "^8.0.0",
    "@types/mv": "^2.1.0",
    "@types/ncp": "^2.0.1",
    "@types/nock": "^10.0.3",
    "@types/proxyquire": "^1.3.28",
    "@types/qs": "^6.5.3",
    "@types/sinon": "^9.0.4",
    "@types/tmp": "0.2.0",
    "@types/url-template": "^2.0.28",
    "@types/uuid": "^8.0.0",
    "c8": "^7.0.0",
    "codecov": "^3.5.0",
    "execa": "^5.0.0",
    "gts": "^2.0.0",
    "http2spy": "^2.0.0",
    "is-docker": "^2.0.0",
    "karma": "^6.0.0",
    "karma-chrome-launcher": "^3.0.0",
    "karma-coverage": "^2.0.0",
    "karma-firefox-launcher": "^2.0.0",
    "karma-mocha": "^2.0.0",
    "karma-remap-coverage": "^0.1.5",
    "karma-sourcemap-loader": "^0.3.7",
    "karma-webpack": "^4.0.2",
    "linkinator": "^2.0.0",
    "mocha": "^8.3.2",
    "mv": "^2.1.1",
    "ncp": "^2.0.0",
    "nock": "^13.0.0",
    "null-loader": "^4.0.0",
    "proxyquire": "^2.1.3",
    "puppeteer": "^8.0.0",
    "sinon": "^10.0.0",
    "tmp": "^0.2.0",
    "ts-loader": "^8.0.0",
    "typescript": "^3.8.3",
    "webpack": "^4.35.0",
    "webpack-cli": "^4.0.0"
  },
  "engines": {
    "node": ">=10.10.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": {
    "api-documenter": "api-documenter yaml --input-folder=temp",
    "api-extractor": "api-extractor run --local",
    "benchmark": "node build/benchmark/bench.js",
    "browser-test": "karma start",
    "clean": "gts clean",
    "compile": "tsc -p .",
    "docs": "compodoc src/",
    "docs-test": "linkinator docs",
    "fix": "gts fix",
    "lint": "gts check",
    "prebenchmark": "npm run compile",
    "precompile": "gts clean",
    "predocs-test": "npm run docs",
    "prelint": "cd samples; npm link ../; npm install",
    "prepare": "npm run compile",
    "presystem-test": "npm run compile",
    "pretest": "npm run compile",
    "samples-test": "mocha build/samples-test",
    "system-test": "c8 mocha build/system-test --timeout 600000",
    "test": "c8 mocha build/test",
    "webpack": "webpack"
  },
  "types": "build/src/index.d.ts",
  "version": "5.0.2"
}