package.json 4.54 KB
{
  "_args": [
    [
      "googleapis@74.2.0",
      "/home/ubuntu/FORDEVELOP/ESJ/LineMusicChatbot"
    ]
  ],
  "_from": "googleapis@74.2.0",
  "_id": "googleapis@74.2.0",
  "_inBundle": false,
  "_integrity": "sha512-AF8RwmTbz8GGIza9LViokOUAsrEkB6gKwvIGXbgWEWzZO1+DRsbKSstHotDgUA4zdXhVtGkOW7uqNs/wz4rYNA==",
  "_location": "/googleapis",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "googleapis@74.2.0",
    "name": "googleapis",
    "escapedName": "googleapis",
    "rawSpec": "74.2.0",
    "saveSpec": null,
    "fetchSpec": "74.2.0"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/googleapis/-/googleapis-74.2.0.tgz",
  "_spec": "74.2.0",
  "_where": "/home/ubuntu/FORDEVELOP/ESJ/LineMusicChatbot",
  "author": {
    "name": "Google Inc."
  },
  "bugs": {
    "url": "https://github.com/googleapis/google-api-nodejs-client/issues"
  },
  "dependencies": {
    "google-auth-library": "^7.0.2",
    "googleapis-common": "^5.0.2"
  },
  "description": "Google APIs Client Library for Node.js",
  "devDependencies": {
    "@compodoc/compodoc": "^1.1.10",
    "@microsoft/api-documenter": "^7.8.10",
    "@microsoft/api-extractor": "^7.8.10",
    "@types/execa": "^0.9.0",
    "@types/mkdirp": "^1.0.0",
    "@types/mocha": "^8.0.0",
    "@types/mv": "^2.1.0",
    "@types/ncp": "^2.0.1",
    "@types/node": "^12.0.1",
    "@types/nunjucks": "^3.1.1",
    "@types/prettier": "^2.0.0",
    "@types/proxyquire": "^1.3.28",
    "@types/qs": "^6.5.3",
    "@types/sinon": "^10.0.0",
    "@types/tmp": "^0.2.0",
    "@types/url-template": "^2.0.28",
    "@types/yargs-parser": "^20.0.0",
    "c8": "^7.0.0",
    "codecov": "^3.4.0",
    "cross-env": "^7.0.3",
    "execa": "^5.0.0",
    "gaxios": "^4.0.0",
    "gts": "^2.0.0",
    "js-green-licenses": "^3.0.0",
    "linkinator": "^2.0.0",
    "mkdirp": "^1.0.0",
    "mocha": "^8.1.3",
    "mv": "^2.1.1",
    "ncp": "^2.0.0",
    "nock": "^13.0.0",
    "nunjucks": "^3.2.1",
    "open": "^8.0.0",
    "p-queue": "^6.0.0",
    "prettier": "^2.0.5",
    "proxyquire": "^2.1.3",
    "rimraf": "^3.0.2",
    "server-destroy": "^1.0.1",
    "sinon": "^11.0.0",
    "tmp": "^0.2.0",
    "typescript": "^3.8.3",
    "yargs-parser": "^20.2.0"
  },
  "engines": {
    "node": ">=10"
  },
  "files": [
    "build/src",
    "!build/src/**/*.map"
  ],
  "homepage": "https://github.com/googleapis/google-api-nodejs-client#readme",
  "keywords": [
    "google",
    "api",
    "google apis",
    "client",
    "client library"
  ],
  "license": "Apache-2.0",
  "main": "./build/src/index.js",
  "name": "googleapis",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/googleapis/google-api-nodejs-client.git"
  },
  "scripts": {
    "api-documenter": "api-documenter yaml --input-folder=temp",
    "api-extractor": "api-extractor run --local",
    "build-test": "cross-env NODE_OPTIONS=--max-old-space-size=8192 tsc -p tsconfig.test.json",
    "build-tools": "tsc -p tsconfig.tools.json",
    "clean": "gts clean",
    "compile": "cross-env NODE_OPTIONS=--max-old-space-size=8192 tsc -p tsconfig.json",
    "docs": "node build/src/generator/docs",
    "docs-extract": "node --max-old-space-size=8192 ./node_modules/@microsoft/api-extractor/bin/api-extractor run --local --verbose",
    "docs-md": "node --max-old-space-size=8192 ./node_modules/@microsoft/api-documenter/bin/api-documenter markdown --input-folder build/docs --output-folder docs",
    "docs-test": "echo 🙈 this was taking too long and timing out CI",
    "docs2": "npm run docs-extract && npm run docs-md",
    "download": "node build/src/generator/download.js",
    "fix": "gts fix",
    "generate": "node build/src/generator/generator.js",
    "lint": "gts check",
    "prebuild-test": "rimraf build",
    "precompile": "rimraf build",
    "predocs": "npm run build-tools",
    "predocs2": "npm run compile",
    "predownload": "npm run build-tools",
    "pregenerate": "npm run build-tools",
    "prelint": "cd samples; npm link ../; npm i",
    "prepare": "npm run compile",
    "presubmit-prs": "npm run compile",
    "presystem-test": "npm run build-test",
    "pretest": "npm run build-test",
    "preupdate-disclaimers": "npm run build-tools",
    "samples-test": "cd samples && npm install && npm link ../ && pwd && npm test",
    "submit-prs": "node --max-old-space-size=8192 build/src/generator/synth.js",
    "system-test": "mocha build/system-test",
    "test": "c8 mocha build/test",
    "update-disclaimers": "node build/src/generator/disclaimer.js"
  },
  "types": "./build/src/index.d.ts",
  "version": "74.2.0"
}