{
  "_from": "@google-cloud/firestore@^2.0.0",
  "_id": "@google-cloud/firestore@2.3.0",
  "_inBundle": false,
  "_integrity": "sha512-U5t5QSn+mAx9cw5QiIISDIVzICjxZ2o2+Qs/824I7BU6HkcElgxddgTcACF1z1xl2ZXxmz6NSBWmMr23Uhcilg==",
  "_location": "/@google-cloud/firestore",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "@google-cloud/firestore@^2.0.0",
    "name": "@google-cloud/firestore",
    "escapedName": "@google-cloud%2ffirestore",
    "scope": "@google-cloud",
    "rawSpec": "^2.0.0",
    "saveSpec": null,
    "fetchSpec": "^2.0.0"
  },
  "_requiredBy": [
    "/firebase-admin"
  ],
  "_resolved": "https://registry.npmjs.org/@google-cloud/firestore/-/firestore-2.3.0.tgz",
  "_shasum": "079854c58fe43362595d5e54afd577bfc0059909",
  "_spec": "@google-cloud/firestore@^2.0.0",
  "_where": "D:\\vivek\\tracking\\node_modules\\firebase-admin",
  "author": {
    "name": "Google Inc."
  },
  "bugs": {
    "url": "https://github.com/googleapis/nodejs-firestore/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "bun": "^0.0.12",
    "deep-equal": "^1.0.1",
    "functional-red-black-tree": "^1.0.1",
    "google-gax": "^1.1.2",
    "through2": "^3.0.0"
  },
  "deprecated": false,
  "description": "Firestore Client Library for Node.js",
  "devDependencies": {
    "@types/assert": "^1.4.0",
    "@types/chai": "^4.1.7",
    "@types/chai-as-promised": "^7.1.0",
    "@types/duplexify": "^3.5.0",
    "@types/extend": "^3.0.0",
    "@types/mocha": "^5.2.3",
    "@types/node": "^10.3.5",
    "@types/through2": "^2.0.34",
    "chai": "^4.1.2",
    "chai-as-promised": "^7.1.1",
    "codecov": "^3.0.2",
    "duplexify": "^4.0.0",
    "extend": "^3.0.2",
    "gts": "^1.0.0",
    "hard-rejection": "^2.0.0",
    "intelli-espower-loader": "^1.0.1",
    "jsdoc": "^3.6.2",
    "jsdoc-fresh": "^1.0.1",
    "linkinator": "^1.5.0",
    "mocha": "^6.0.0",
    "nyc": "^14.0.0",
    "power-assert": "^1.6.1",
    "protobufjs": "^6.8.6",
    "proxyquire": "^2.0.1",
    "source-map-support": "^0.5.6",
    "ts-node": "^8.0.0",
    "typescript": "~3.6.0"
  },
  "engines": {
    "node": "^8.13.0 || >=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",
    "codecov": "nyc report --reporter=json && codecov -f .coverage/*.json",
    "compile": "tsc -p . && cp -r dev/protos build && cp -r dev/test/fake-certificate.json build/test/fake-certificate.json && 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/test-suite.binproto build/conformance",
    "conformance": "mocha build/conformance",
    "docs": "jsdoc -c .jsdoc.js",
    "docs-test": "linkinator docs",
    "fix": "gts fix",
    "lint": "gts check",
    "preconformance": "npm run compile",
    "predocs": "npm run compile",
    "predocs-test": "npm run docs",
    "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": "nyc mocha build/test"
  },
  "types": "./types/firestore.d.ts",
  "version": "2.3.0"
}
