mirror of
https://github.com/musix-org/musix-oss
synced 2024-11-14 03:30:18 +00:00
124 lines
3.8 KiB
JSON
124 lines
3.8 KiB
JSON
{
|
|
"_from": "@google-cloud/firestore@^3.0.0",
|
|
"_id": "@google-cloud/firestore@3.4.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-k3PPcLvP9wr4yyA0djzfPdj2ZewburifhpcFACa0wiXvjXj3Ob68MORcPC3a3wyonX73TY72RsEGPk4Ult0Dyw==",
|
|
"_location": "/@google-cloud/firestore",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "@google-cloud/firestore@^3.0.0",
|
|
"name": "@google-cloud/firestore",
|
|
"escapedName": "@google-cloud%2ffirestore",
|
|
"scope": "@google-cloud",
|
|
"rawSpec": "^3.0.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^3.0.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/firebase-admin"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/@google-cloud/firestore/-/firestore-3.4.1.tgz",
|
|
"_shasum": "10bb1deaf518f622bd96cacd476d436816e16c09",
|
|
"_spec": "@google-cloud/firestore@^3.0.0",
|
|
"_where": "C:\\Users\\matia\\Documents\\GitHub\\Musix-V3\\node_modules\\firebase-admin",
|
|
"author": {
|
|
"name": "Google Inc."
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/googleapis/nodejs-firestore/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"deep-equal": "^2.0.0",
|
|
"functional-red-black-tree": "^1.0.1",
|
|
"google-gax": "^1.13.0",
|
|
"readable-stream": "^3.4.0",
|
|
"through2": "^3.0.0"
|
|
},
|
|
"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": "^5.2.3",
|
|
"@types/moment": "^2.13.0",
|
|
"@types/node": "^12.12.17",
|
|
"@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": "^1.1.2",
|
|
"hard-rejection": "^2.0.0",
|
|
"intelli-espower-loader": "^1.0.1",
|
|
"jsdoc": "^3.6.2",
|
|
"jsdoc-fresh": "^1.0.2",
|
|
"jsdoc-region-tag": "^1.0.2",
|
|
"linkinator": "^1.8.0",
|
|
"mocha": "^7.0.0",
|
|
"power-assert": "^1.6.1",
|
|
"protobufjs": "^6.8.6",
|
|
"proxyquire": "^2.1.3",
|
|
"source-map-support": "^0.5.16",
|
|
"ts-node": "^8.5.4",
|
|
"typescript": "3.6.4"
|
|
},
|
|
"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",
|
|
"compile": "tsc -p .",
|
|
"conformance": "mocha build/conformance",
|
|
"docs": "jsdoc -c .jsdoc.js",
|
|
"docs-test": "linkinator docs",
|
|
"fix": "gts fix",
|
|
"lint": "gts check",
|
|
"postcompile": "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/test-suite.binproto build/conformance",
|
|
"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": "c8 mocha build/test"
|
|
},
|
|
"types": "./types/firestore.d.ts",
|
|
"version": "3.4.1"
|
|
}
|