{
  "_from": "@google-cloud/firestore@^4.5.0",
  "_id": "@google-cloud/firestore@4.15.1",
  "_inBundle": false,
  "_integrity": "sha512-2PWsCkEF1W02QbghSeRsNdYKN1qavrHBP3m72gPDMHQSYrGULOaTi7fSJquQmAtc4iPVB2/x6h80rdLHTATQtA==",
  "_location": "/@google-cloud/firestore",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "@google-cloud/firestore@^4.5.0",
    "name": "@google-cloud/firestore",
    "escapedName": "@google-cloud%2ffirestore",
    "scope": "@google-cloud",
    "rawSpec": "^4.5.0",
    "saveSpec": null,
    "fetchSpec": "^4.5.0"
  },
  "_requiredBy": [
    "/firebase-admin"
  ],
  "_resolved": "https://registry.npmjs.org/@google-cloud/firestore/-/firestore-4.15.1.tgz",
  "_shasum": "ed764fc76823ce120e68fe8c27ef1edd0650cd93",
  "_spec": "@google-cloud/firestore@^4.5.0",
  "_where": "/home/thermalcoderz/group-buy.thermalcode.com/server/node_modules/firebase-admin",
  "author": {
    "name": "Google Inc."
  },
  "bugs": {
    "url": "https://github.com/googleapis/nodejs-firestore/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "fast-deep-equal": "^3.1.1",
    "functional-red-black-tree": "^1.0.1",
    "google-gax": "^2.24.1",
    "protobufjs": "^6.8.6"
  },
  "deprecated": false,
  "description": "Firestore Client Library for Node.js",
  "devDependencies": {
    "@types/assert": "^1.4.0",
    "@types/chai": "^4.2.7",
    "@types/chai-as-promised": "^7.1.2",
    "@types/duplexify": "^3.5.0",
    "@types/extend": "^3.0.0",
    "@types/mocha": "^8.0.0",
    "@types/node": "^14.0.0",
    "@types/sinon": "^10.0.0",
    "@types/through2": "^2.0.34",
    "c8": "^7.0.0",
    "chai": "^4.1.2",
    "chai-as-promised": "^7.1.1",
    "codecov": "^3.6.1",
    "duplexify": "^4.0.0",
    "extend": "^3.0.2",
    "gts": "^3.0.0",
    "jsdoc": "^3.6.2",
    "jsdoc-fresh": "^1.0.2",
    "jsdoc-region-tag": "^1.0.2",
    "length-prefixed-json-stream": "^1.0.1",
    "linkinator": "^2.0.0",
    "mocha": "^7.0.0",
    "proxyquire": "^2.1.3",
    "sinon": "^11.0.0",
    "through2": "^4.0.0",
    "ts-node": "^10.0.0",
    "typescript": "3.8.3"
  },
  "engines": {
    "node": ">=10.10.0"
  },
  "files": [
    "build/protos",
    "build/src",
    "!build/src/**/*.map",
    "types"
  ],
  "homepage": "https://github.com/googleapis/nodejs-firestore#readme",
  "keywords": [
    "google apis client",
    "google api client",
    "google apis",
    "google api",
    "google",
    "google cloud platform",
    "google cloud",
    "cloud",
    "firestore"
  ],
  "license": "Apache-2.0",
  "main": "./build/src/index.js",
  "name": "@google-cloud/firestore",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/googleapis/nodejs-firestore.git"
  },
  "scripts": {
    "clean": "gts clean",
    "compile": "tsc -p .",
    "conformance": "mocha build/conformance",
    "docs": "jsdoc -c .jsdoc.js",
    "docs-test": "linkinator docs",
    "fix": "gts fix",
    "lint": "gts check",
    "postcompile": "node scripts/init-directories.js && cp -r dev/protos build && cp dev/src/v1beta1/*.json build/src/v1beta1/ && cp dev/src/v1/*.json build/src/v1/ && cp dev/conformance/test-definition.proto build/conformance && cp dev/conformance/conformance-tests/*.json build/conformance/conformance-tests",
    "precompile": "gts clean",
    "preconformance": "npm run compile",
    "predocs": "npm run compile",
    "predocs-test": "npm run docs",
    "prelint": "cd samples; npm link ../; npm install",
    "prepare": "npm run compile",
    "presystem-test": "npm run compile",
    "pretest-only": "npm run compile",
    "samples-test": "npm link && cd samples/ && npm link ../ && npm test && cd ../",
    "system-test": "mocha build/system-test --timeout 600000",
    "test": "npm run test-only && npm run conformance",
    "test-only": "c8 mocha build/test"
  },
  "types": "./types/firestore.d.ts",
  "version": "4.15.1"
}
