package.json 5.12 KB
{
  "_from": "google-gax@^1.9.0",
  "_id": "google-gax@1.11.0",
  "_inBundle": false,
  "_integrity": "sha512-xdAdiMx0fvTg5f7pRLQbS7Srlu188KK6j1ur/dB7DEs3/Smpw5WBFIso0tkhkJRYhThPDnYgT3Ia+kjpWH4tRQ==",
  "_location": "/google-gax",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "google-gax@^1.9.0",
    "name": "google-gax",
    "escapedName": "google-gax",
    "rawSpec": "^1.9.0",
    "saveSpec": null,
    "fetchSpec": "^1.9.0"
  },
  "_requiredBy": [
    "/@google-cloud/text-to-speech"
  ],
  "_resolved": "https://registry.npmjs.org/google-gax/-/google-gax-1.11.0.tgz",
  "_shasum": "4e418e14be89cea4b4816221202065791555563b",
  "_spec": "google-gax@^1.9.0",
  "_where": "C:\\Users\\김수민\\Desktop\\ostt\\LINEBOT\\node_modules\\@google-cloud\\text-to-speech",
  "author": {
    "name": "Google API Authors"
  },
  "bin": {
    "compileProtos": "./build/tools/compileProtos.js"
  },
  "browser": "build/src/fallback.js",
  "bugs": {
    "url": "https://github.com/googleapis/gax-nodejs/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "@grpc/grpc-js": "0.6.9",
    "@grpc/proto-loader": "^0.5.1",
    "@types/long": "^4.0.0",
    "abort-controller": "^3.0.0",
    "duplexify": "^3.6.0",
    "google-auth-library": "^5.0.0",
    "is-stream-ended": "^0.1.4",
    "lodash.at": "^4.6.0",
    "lodash.has": "^4.5.2",
    "node-fetch": "^2.6.0",
    "protobufjs": "^6.8.8",
    "retry-request": "^4.0.0",
    "semver": "^6.0.0",
    "walkdir": "^0.4.0"
  },
  "deprecated": false,
  "description": "Google API Extensions",
  "devDependencies": {
    "@compodoc/compodoc": "^1.1.7",
    "@types/chai": "^4.1.3",
    "@types/lodash.at": "^4.6.4",
    "@types/lodash.has": "^4.5.4",
    "@types/mocha": "^5.2.1",
    "@types/ncp": "^2.0.1",
    "@types/node": "^10.3.2",
    "@types/proxyquire": "^1.3.28",
    "@types/pumpify": "^1.4.1",
    "@types/rimraf": "^2.0.2",
    "@types/semver": "^6.0.0",
    "@types/sinon": "^7.0.0",
    "@types/source-map-support": "^0.5.0",
    "@types/through2": "^2.0.33",
    "chai": "*",
    "codecov": "^3.1.0",
    "download": "^7.1.0",
    "eslint": "^6.0.0",
    "eslint-config-prettier": "^6.0.0",
    "eslint-plugin-node": "^10.0.0",
    "eslint-plugin-prettier": "^3.0.0",
    "execa": "^3.0.0",
    "file-loader": "^4.0.0",
    "fs-extra": "^8.0.0",
    "google-proto-files": "^1.0.0",
    "gts": "^1.0.0",
    "intelli-espower-loader": "^1.0.1",
    "is-docker": "^2.0.0",
    "json-loader": "^0.5.7",
    "karma": "^4.1.0",
    "karma-child-process": "^1.0.3",
    "karma-chrome-launcher": "^3.0.0",
    "karma-coverage": "^2.0.0",
    "karma-mocha": "^1.3.0",
    "karma-remap-coverage": "^0.1.5",
    "karma-sourcemap-loader": "^0.3.7",
    "karma-webpack": "^4.0.2",
    "linkinator": "^1.5.0",
    "mkdirp": "^0.5.1",
    "mocha": "^6.1.4",
    "ncp": "^2.0.0",
    "null-loader": "^3.0.0",
    "nyc": "^14.0.0",
    "pegjs": "~0.10.0",
    "prettier": "^1.15.2",
    "proxyquire": "^2.0.1",
    "pumpify": "^2.0.0",
    "puppeteer": "^2.0.0",
    "rimraf": "^3.0.0",
    "sinon": "^7.0.0",
    "source-map-support": "^0.5.6",
    "stream-events": "^1.0.4",
    "through2": "^3.0.0",
    "ts-loader": "^6.0.3",
    "typescript": "~3.7.0",
    "webpack": "^4.34.0",
    "webpack-cli": "^3.3.4"
  },
  "engines": {
    "node": ">=8.10.0"
  },
  "files": [
    "build/src",
    "build/tools/compileProtos.js",
    "protos",
    "build/protos/operations.d.ts"
  ],
  "homepage": "https://github.com/googleapis/gax-nodejs#readme",
  "keywords": [
    "grpc"
  ],
  "license": "BSD-3-Clause",
  "main": "build/src/index.js",
  "name": "google-gax",
  "nyc": {
    "exclude": [
      "build/system-test/**",
      ".system-test-run/**"
    ]
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/googleapis/gax-nodejs.git"
  },
  "scripts": {
    "browser-test": "karma start",
    "clean": "gts clean",
    "codecov": "nyc mocha build/test/unit --reporter spec --slow 500 && codecov",
    "compile": "tsc -p . && cp src/*.json build/src && cp src/*.js build/src && cp -r test/fixtures build/test",
    "compile-protos": "pbjs -t json google/longrunning/operations.proto -p ./protos > protos/operations.json && pbjs -t json google/rpc/status.proto google/rpc/error_details.proto google/protobuf/any.proto -p ./protos > protos/status.json && pbjs -t static-module google/longrunning/operations.proto -p ./protos > protos/operations.js && pbts protos/operations.js -o protos/operations.d.ts",
    "docs": "compodoc src/",
    "docs-test": "linkinator docs",
    "fix": "gts fix && eslint --fix samples/*.js samples/**/*.js",
    "gen-parser": "pegjs src/pathTemplateParser.pegjs",
    "lint": "gts check && eslint samples/*.js samples/**/*.js",
    "posttest": "npm run lint",
    "predocs-test": "npm run docs",
    "prepare": "npm run compile && node ./build/tools/prepublish.js && mkdirp build/protos && cp protos/operations.d.ts build/protos/",
    "pretest": "npm run prepare",
    "samples-test": "echo no sample tests 😱",
    "system-test": "nyc mocha build/test/system-test --timeout 120000",
    "test": "nyc mocha build/test/unit"
  },
  "types": "build/src/index.d.ts",
  "version": "1.11.0"
}