package.json 3.99 KB
{
  "_from": "google-auth-library@^7.0.2",
  "_id": "google-auth-library@7.0.4",
  "_inBundle": false,
  "_integrity": "sha512-o8irYyeijEiecTXeoEe8UKNEzV1X+uhR4b2oNdapDMZixypp0J+eHimGOyx5Joa3UAeokGngdtDLXtq9vDqG2Q==",
  "_location": "/google-auth-library",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "google-auth-library@^7.0.2",
    "name": "google-auth-library",
    "escapedName": "google-auth-library",
    "rawSpec": "^7.0.2",
    "saveSpec": null,
    "fetchSpec": "^7.0.2"
  },
  "_requiredBy": [
    "/@google-cloud/common",
    "/google-gax"
  ],
  "_resolved": "https://registry.npmjs.org/google-auth-library/-/google-auth-library-7.0.4.tgz",
  "_shasum": "610cb010de71435dca47dfbe8dc7fbff23055d2c",
  "_spec": "google-auth-library@^7.0.2",
  "_where": "C:\\Users\\1000c\\이것저것\\옾소\\Voicoding\\node_modules\\@google-cloud\\common",
  "author": {
    "name": "Google Inc."
  },
  "bugs": {
    "url": "https://github.com/googleapis/google-auth-library-nodejs/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "arrify": "^2.0.0",
    "base64-js": "^1.3.0",
    "ecdsa-sig-formatter": "^1.0.11",
    "fast-text-encoding": "^1.0.0",
    "gaxios": "^4.0.0",
    "gcp-metadata": "^4.2.0",
    "gtoken": "^5.0.4",
    "jws": "^4.0.0",
    "lru-cache": "^6.0.0"
  },
  "deprecated": false,
  "description": "Google APIs Authentication Client Library for Node.js",
  "devDependencies": {
    "@compodoc/compodoc": "^1.1.7",
    "@microsoft/api-documenter": "^7.8.10",
    "@microsoft/api-extractor": "^7.8.10",
    "@types/base64-js": "^1.2.5",
    "@types/chai": "^4.1.7",
    "@types/jws": "^3.1.0",
    "@types/lru-cache": "^5.0.0",
    "@types/mocha": "^8.0.0",
    "@types/mv": "^2.1.0",
    "@types/ncp": "^2.0.1",
    "@types/node": "^10.5.1",
    "@types/sinon": "^9.0.0",
    "@types/tmp": "^0.2.0",
    "assert-rejects": "^1.0.0",
    "c8": "^7.0.0",
    "chai": "^4.2.0",
    "codecov": "^3.0.2",
    "execa": "^5.0.0",
    "gts": "^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": "^5.0.0",
    "keypair": "^1.0.1",
    "linkinator": "^2.0.0",
    "mocha": "^8.0.0",
    "mv": "^2.1.1",
    "ncp": "^2.0.0",
    "nock": "^13.0.0",
    "null-loader": "^4.0.0",
    "puppeteer": "^8.0.0",
    "sinon": "^10.0.0",
    "tmp": "^0.2.0",
    "ts-loader": "^8.0.0",
    "typescript": "^3.8.3",
    "webpack": "^5.21.2",
    "webpack-cli": "^4.0.0"
  },
  "engines": {
    "node": ">=10"
  },
  "files": [
    "build/src",
    "!build/src/**/*.map"
  ],
  "homepage": "https://github.com/googleapis/google-auth-library-nodejs#readme",
  "keywords": [
    "google",
    "api",
    "google apis",
    "client",
    "client library"
  ],
  "license": "Apache-2.0",
  "main": "./build/src/index.js",
  "name": "google-auth-library",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/googleapis/google-auth-library-nodejs.git"
  },
  "scripts": {
    "api-documenter": "api-documenter yaml --input-folder=temp",
    "api-extractor": "api-extractor run --local",
    "browser-test": "karma start",
    "clean": "gts clean",
    "compile": "tsc -p .",
    "docs": "compodoc src/",
    "docs-test": "linkinator docs",
    "fix": "gts fix",
    "lint": "gts check",
    "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-setup": "cd samples/ && npm link ../ && npm run setup && cd ../",
    "samples-test": "cd samples/ && npm link ../ && npm test && cd ../",
    "system-test": "mocha build/system-test --timeout 60000",
    "test": "c8 mocha build/test",
    "webpack": "webpack"
  },
  "types": "./build/src/index.d.ts",
  "version": "7.0.4"
}