tra-analysis/website/functions/node_modules/@google-cloud/firestore/package.json
2019-01-06 13:02:35 -06:00

146 lines
4.3 KiB
JSON

{
"_from": "@google-cloud/firestore@^0.16.0",
"_id": "@google-cloud/firestore@0.16.1",
"_inBundle": false,
"_integrity": "sha512-xHb4OdRb0OP0x/8w58WJERtCi9Pr+CsloiUlVAq6fFjSyEcmxgL0V+swE8A/2rI5NGQGwtrN57xwDcis5UM/cQ==",
"_location": "/@google-cloud/firestore",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "@google-cloud/firestore@^0.16.0",
"name": "@google-cloud/firestore",
"escapedName": "@google-cloud%2ffirestore",
"scope": "@google-cloud",
"rawSpec": "^0.16.0",
"saveSpec": null,
"fetchSpec": "^0.16.0"
},
"_requiredBy": [
"/firebase-admin"
],
"_resolved": "https://registry.npmjs.org/@google-cloud/firestore/-/firestore-0.16.1.tgz",
"_shasum": "aedba92d428cc78f8a6e3eb6ab59e3c8d906f814",
"_spec": "@google-cloud/firestore@^0.16.0",
"_where": "C:\\Users\\jlevi\\Downloads\\tr2022-strategy-master\\tr2022-strategy-master\\data analysis\\functions\\node_modules\\firebase-admin",
"author": {
"name": "Google Inc."
},
"bugs": {
"url": "https://github.com/googleapis/nodejs-firestore/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Alexander Fenster",
"email": "github@fenster.name"
},
{
"name": "Bond",
"email": "bondz@users.noreply.github.com"
},
{
"name": "Jason Dobry",
"email": "jdobry@google.com"
},
{
"name": "Luke Sneeringer",
"email": "lukesneeringer@google.com"
},
{
"name": "Sebastian Schmidt",
"email": "mrschmidt@google.com"
},
{
"name": "Stephen Sawchuk",
"email": "sawchuk@gmail.com"
},
{
"name": "greenkeeper[bot]",
"email": "greenkeeper[bot]@users.noreply.github.com"
}
],
"dependencies": {
"@google-cloud/projectify": "^0.3.0",
"bun": "^0.0.12",
"deep-equal": "^1.0.1",
"extend": "^3.0.1",
"functional-red-black-tree": "^1.0.1",
"google-gax": "^0.18.0",
"google-proto-files": "^0.16.1",
"is": "^3.2.1",
"lodash.merge": "^4.6.1",
"protobufjs": "^6.8.6",
"through2": "^2.0.3"
},
"deprecated": false,
"description": "Firestore Client Library for Node.js",
"devDependencies": {
"@google-cloud/nodejs-repo-tools": "^2.3.0",
"@types/mocha": "^5.2.3",
"@types/node": "^10.3.5",
"chai": "^4.1.2",
"chai-as-promised": "^7.1.1",
"codecov": "^3.0.2",
"duplexify": "^3.6.0",
"gts": "^0.7.1",
"hard-rejection": "^1.0.0",
"ink-docstrap": "git+https://github.com/docstrap/docstrap.git",
"intelli-espower-loader": "^1.0.1",
"jsdoc": "^3.5.5",
"mocha": "^5.2.0",
"nyc": "^12.0.2",
"power-assert": "^1.6.0",
"proxyquire": "^2.0.1",
"source-map-support": "^0.5.6",
"ts-node": "^7.0.0",
"typescript": "^2.9.2"
},
"engines": {
"node": ">=6.0.0"
},
"files": [
"build/protos",
"build/src",
"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": {
"check": "gts check",
"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/firestore_client_config.json build/src/v1beta1/ && 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",
"fix": "gts fix",
"generate-scaffolding": "repo-tools generate all",
"posttest": "npm run check",
"predocs": "npm run compile",
"prepare": "npm run compile",
"pretest-only": "npm run compile",
"system-test": "mocha build/system-test --timeout 600000",
"test": "npm run test-only",
"test-only": "nyc mocha build/test"
},
"types": "./types/firestore.d.ts",
"version": "0.16.1"
}