{ "_from": "@google-cloud/firestore@^5.0.2", "_id": "@google-cloud/firestore@5.0.2", "_inBundle": false, "_integrity": "sha512-xlGcNYaW0nvUMzNn2+pLfbEBVt6oysVqtM89faMgZWkWfEtvIQGS0h5PRdLlcqufNzRCX3yIGv29Pb+03ys+VA==", "_location": "/@google-cloud/firestore", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "@google-cloud/firestore@^5.0.2", "name": "@google-cloud/firestore", "escapedName": "@google-cloud%2ffirestore", "scope": "@google-cloud", "rawSpec": "^5.0.2", "saveSpec": null, "fetchSpec": "^5.0.2" }, "_requiredBy": [ "/firebase-admin" ], "_resolved": "https://registry.npmjs.org/@google-cloud/firestore/-/firestore-5.0.2.tgz", "_shasum": "36923fde45987f928a220d347f341c5602f9e340", "_spec": "@google-cloud/firestore@^5.0.2", "_where": "/var/www/api.medcify.app/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": "^16.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": "^12.0.0", "through2": "^4.0.0", "ts-node": "^10.0.0", "typescript": "^4.4.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": "5.0.2" }